IdentityRegularizer#
- class t3toolbox.backend.regularization.IdentityRegularizer#
Bases:
RegularizerIdentity (Tikhonov) regularization
ρ(X) = ½·strength·‖X‖²in the geometry’s own tangent metric.On the manifold this is the Hilbert-Schmidt ridge
½λ‖X‖²_HS–H_R = λ·Π(= λpon a gauged tangent), which is the exact Riemannian Hessian (∇ρ = Xis fully tangent, so the curvature term vanishes). On corewise it is core weight-decay½λ Σ‖core_i‖², which also makes the gauge-singular corewise Gauss-Newton Hessian strictly positive-definite – a better-conditioned Newton system (though CG already converges on the singularHsince the gradientg = 𝒥ᵀrlies inrange(H)).X_ref = 0. Thepoint_tangent=v_Xconstruction (the attachment point as a single gauged tangent term) is indev/regularization_design.md§4.- strength: float#