Nonlinear Conformal Regularization
- Nonlinear Conformal Regularization is a family of methods that use conformal geometry to control nonlinear deformations by enforcing isotropic scaling across different applications.
- It is applied in autoencoder decoders to ensure local isotropy, enabling latent curvature estimation and improving geometric fidelity in manifold learning.
- The approach extends to image registration, geometric flow, and field theory, providing rigorous constraints such as homeomorphism preservation and conformal invariance.
Searching arXiv for papers relevant to nonlinear conformal regularization. Searching arXiv for "nonlinear conformal regularization". Using arXiv search to retrieve papers on conformal regularization and related nonlinear geometric regularizers. Nonlinear conformal regularization denotes a family of constructions in which conformal structure is used to constrain, select, or stabilize nonlinear models. In the literature considered here, the term covers several distinct but related ideas: geometric regularization of autoencoder decoders so that they act conformally up to a scalar factor and expose a conformal factor and scalar curvature on the learned manifold; conformal-invariant hyperelastic regularisation for deformable image registration that enforces invertibility, orientation preservation, and topology preservation; regularized -conformal heat flow in which an -harmonic map flow is coupled to conformal evolution of the domain metric; a nonlinear automorphism of the 2D conformal algebra inducing continuous deformations; and conformal-degree-preserving nonlinear Dirac equations in which admissible self-interactions are fixed by scaling and dimensionless coupling requirements (Couéraud et al., 28 Aug 2025, Zou et al., 2023, Park, 15 Feb 2025, Tempo et al., 2022, Alhaidari, 2012).
1. Conceptual scope and defining principles
A common geometric definition appears in the decoder setting. For a smooth map , conformality means
for some smooth, strictly positive function . In coordinates this is
or equivalently
This condition allows local stretching or shrinking, but only isotropically, by the same factor in every tangent direction. In the autoencoder literature, conformal regularization is explicitly positioned as less restrictive than isometry and more flexible for real data, where some deformation is expected (Couéraud et al., 28 Aug 2025).
Other uses of the term emphasize invariance rather than direct metric matching. In deformable registration, the relevant objects are conformal-invariant distortion measures built from , , and 0, embedded in a nonlinear-elastic energy (Zou et al., 2023). In the heat-flow setting, “conformal-direction metric evolution” means that the metric changes only by a scalar multiple of a fixed background metric, 1, so tensorial evolution is reduced to one scalar PDE for 2 (Park, 15 Feb 2025). In 2D conformal field theory, a nonlinear map mixing 3 and 4 preserves the conformal algebra and induces a continuous 5 deformation (Tempo et al., 2022). In nonlinear Dirac theory, conformal degree acts as a selection rule: requiring the kinetic and nonlinear terms to have the same conformal degree and the coupling to be dimensionless fixes the admissible power of the self-interaction (Alhaidari, 2012).
A plausible unifying description is that nonlinear conformal regularization uses conformal structure as a control variable. Depending on the application, that control variable may be a scalar conformal factor, a conformal-invariant distortion energy, a conformal metric mode, an automorphism of conformal generators, or a conformal-degree constraint.
2. Decoder regularization, conformal factor, and learned curvature
In dimensionality reduction with autoencoders, the decoder 6 is treated as a parametrization of the learned manifold 7. Standard reconstruction loss,
8
does not guarantee good geometry: nearby latent codes can decode to outputs with strongly distorted distances, and neighboring data points can be mapped to codes that are far apart. Nonlinear conformal regularization addresses this by asking the decoder to behave like a conformal map, so that local deformation is isotropic rather than arbitrary (Couéraud et al., 28 Aug 2025).
The key quantity is
9
whose eigenvalues 0 describe stretching along principal latent directions. The regularizer is
1
where 2 is smooth, positive, convex, and minimized at 3, and 4 is symmetric, homogeneous of degree 5, with 6. With the arithmetic mean and 7, the regularizer becomes
8
and the conformal factor is
9
The minimum value 0 is attained exactly when all eigenvalues are equal, 1, so the decoder is conformal at 2 (Couéraud et al., 28 Aug 2025).
This conformal factor has direct geometric meaning. When the decoder is conformal,
3
so 4 measures local expansion or contraction of latent distances. The paper interprets it as a ratio of areas of small balls under the decoder. In the 5 case, writing 6, the scalar curvature of the learned manifold satisfies
7
After training, the curvature is estimated by computing latent codes, evaluating 8, building a 9-nearest-neighbor graph in latent space, forming the graph Laplacian 0, and approximating
1
Implementation uses Hutchinson’s trace estimator,
2
with Rademacher samples emphasized as an unbiased low-variance option. The reported PyTorch tools are torch.func.jvp for Jacobian-vector products, torch.func.vjp for vector-Jacobian products, and torch.func.vmap and torch.func.jacfwd when the full Jacobian is needed. On the Swiss roll, the conformal regularizer improves 3 and 4 relative to the vanilla autoencoder and global isometry, and recovers the expected zero scalar curvature 5 up to boundary effects. On CelebA, with latent dimension 6, the nonlinear conformal regularizer and local isometry regularizer again give better-conditioned decoders than the global isometry regularizer, while reconstruction is limited by severe compression and the MSE stabilizes around 7 (Couéraud et al., 28 Aug 2025).
Two limitations are explicit. First, curvature estimation is presented primarily for the 8D latent case. Second, Jacobian-based quantities, Monte Carlo trace estimation, and graph Laplacians introduce computational cost and noise, and exact reproducibility can be difficult because of GPU nondeterminism in PyTorch/CUDA (Couéraud et al., 28 Aug 2025).
3. Conformal-invariant hyperelastic regularisation in deformable image registration
In deformable image registration, nonlinear conformal regularization appears as a conformal-invariant hyperelastic regulariser derived from nonlinear elasticity rather than from generic smoothness penalties. The registration problem is posed as
9
where 0 and 1 are source and target images, 2 is the deformation, and 3 is a convex bounded open set of class 4 satisfying the cone property required to apply Ball’s global invertibility results (Zou et al., 2023).
The regulariser is the stored-energy functional
5
with
6
where 7. The first two terms are described as conformal-invariant distortion measures. They penalise deviation from isotropic local scaling while remaining unchanged under conformal changes of variables (Zou et al., 2023).
The geometric consequences are central. Orientation-reversing mappings are forbidden because 8 whenever 9. The reciprocal Jacobian penalty 0 discourages singularities, while 1 controls extreme compression and expansion. Using Ball’s global invertibility results, the paper shows that finite-energy minimisers satisfy the conditions needed for homeomorphism, with
2
The paper also proves an existence theorem: problem 3 admits at least one minimiser in 4 (Zou et al., 2023).
The learning architecture represents the deformation by a coordinate MLP. Spatial coordinates 5 are mapped to 6, with sinusoidal activations of SIREN type and 7 in the reported experiments. The similarity term is negative normalized cross-correlation, implemented as local-window NCC. Optimization uses PyTorch, Adam, learning rate 8, 6000 epochs for COPD and 3000 for 4DCT, with 15,000 masked lung points per epoch for COPD and 10,000 for 4DCT. Reported runtime is about 1.7 minutes per 3D pair on COPD and 1.1 minutes on 4DCT (Zou et al., 2023).
Empirically, the method is evaluated on DIRLab COPD and DIRLab 4DCT with TRE based on 300 anatomical landmarks. Average TRE on COPD is 9 mm for the proposed method, compared with 0 mm for INR and larger errors for FE, PDD, VoxelMorph, and LapIRN. On 4DCT, average TRE is 1 mm, compared with 2 mm for INR and larger errors for the remaining baselines. Jacobian determinant visualisations show all-positive Jacobian determinants for the proposed method, while no regularisation and standard hyperelastic regularisation exhibit negative Jacobians or large expansions. The claim of topology-preserving, clinically meaningful transformations is therefore both theoretical and empirical, but it is tied to the model assumptions and deformation class 3, not to arbitrary deep registration architectures (Zou et al., 2023).
4. Regularized 4-conformal heat flow and conformal metric feedback
A different use of nonlinear conformal regularization appears in geometric analysis. The regularized 5-conformal heat flow couples a regularized 6-harmonic map flow to metric evolution in the conformal direction. Starting from the standard 7-harmonic map energy
8
the paper replaces the 9-energy density by a regularized density 0 and defines the regularized 1-energy 2. The coupled system is
3
or, relative to the fixed background metric 4,
5
with
6
The metric changes only through the scalar field 7, so the feedback is purely conformal (Park, 15 Feb 2025).
The main theorem states: assume 8 and 9. For any 0, there exists a smooth solution 1 of 2 on 3 with initial condition 4, 5. In particular, the regularized 6-conformal heat flow does not develop finite-time singularities, unlike the usual 7-harmonic map flow (Park, 15 Feb 2025).
The regularizing mechanism combines energy dissipation with damping from the metric equation. The basic identity is
8
so the regularized energy is monotone decreasing. The volume density has the explicit form
9
which yields
00
The paper further identifies a decisive sign condition,
01
obtained by choosing 02 large enough relative to target curvature bounds. This allows the conformal metric feedback to dominate curvature-error terms (Park, 15 Feb 2025).
The analysis then develops local energy inequalities, differential inequalities for 03, bounds on higher powers of 04, elliptic estimates for 05, Sobolev bootstrapping, and a final Moser iteration. Under local smallness assumptions on 06, 07, and a bound on 08, the paper obtains a local 09 bound on 10, which rules out concentration. Global smoothness is then established by contradiction: if finite-time singularity occurred, it would force concentration of local energy, but the continuity estimate
11
precludes the required energy drop. The result generalizes the “conformal heat flow prevents bubbling” phenomenon known for 12 to arbitrary 13 under the stated assumptions, with the explicit dimension restriction 14 used in short-time existence and higher-order estimates (Park, 15 Feb 2025).
5. Algebraic regularization and conformal-degree selection in field theory
In 2D conformal field theory, nonlinear conformal regularization takes the form of a nonlinear automorphism of the conformal algebra. Starting from two commuting Witt algebras generated by 15 and 16, the paper shows that the algebra is preserved by
17
with real parameter 18. In the energy-momentum basis,
19
the map becomes
20
or equivalently
21
The deformation preserves momentum density and induces the flow
22
The same work gives a geometric reinterpretation: the deformed theory can be seen as the original CFT on a field-dependent curved metric with lapse and shift determined by variational derivatives of the deformed Hamiltonian, and the deformed conformal symmetries arise from diffeomorphisms satisfying modified conformal Killing equations (Tempo et al., 2022).
A distinct but structurally related selection principle appears in nonlinear Dirac theory. The spinor action
23
is required to be scale invariant, so 24. For a spin-25 field, the linear term is 26, the Dirac operator has degree 27, and the spinor field has conformal degree
28
If the nonlinear self-interaction is required to have the same conformal degree as the kinetic term and the self-coupling is required to be dimensionless in relativistic units 29, then the allowed power is fixed by
30
The general nonlinear Dirac equation is
31
and in the massive case
32
In 33 dimensions, 34 gives 35, so the interaction is quartic in the Lagrangian and cubic in the equation of motion. The allowed quartic structures include
36
and the framework contains the massive Thirring and massive Gross–Neveu models as pure vector and pure scalar limits, respectively (Alhaidari, 2012).
Taken together, these field-theoretic constructions suggest a broader interpretation of nonlinear conformal regularization as a structural constraint on admissible nonlinearity. In one case, the constraint preserves the conformal algebra under a nonlinear map; in the other, it preserves conformal degree and dimensionless coupling in a nonlinear fermionic action.
6. Adjacent frameworks, boundaries, and recurring themes
An adjacent line of work concerns controlled learning of pointwise nonlinearities under explicit regularity and stability control. There, the trainable scalar nonlinearity 37 is optimized in 38 with a second-order total variation penalty 39 and slope-box constraints 40 a.e. The global optimum is achieved by adaptive nonuniform linear splines, and the same framework can enforce 1-Lipschitz stability, firm non-expansiveness, monotonicity, and invertibility. Its conceptual contribution includes a connection to nonlinear conformal regularization in the sense that the learned scalar nonlinearity can be identified either as the derivative of a scalar potential or as the proximal operator of a potential, which is useful for plug-and-play schemes, unrolled proximal gradient, and invertible flows (Unser et al., 2024).
A useful boundary case is provided by nonlinear sparsity regularization for ill-posed inverse problems. The penalty
41
is nonconvex, promotes sparsity, and is studied in a Tikhonov framework for nonlinear operator equations 42. The paper establishes coercivity, weak lower semicontinuity, and Radon–Riesz for 43, sparse minimizers for 44, convergence rates of 45 and 46 under different nonlinear assumptions on 47, and an iterative half variation algorithm. This is a nonlinear regularization method, but it is not presented as conformal; its organizing principles are sparsity, coercivity, source conditions, and tangential cone-type conditions rather than conformal geometry or conformal invariance (Li et al., 22 Aug 2025).
Across the conformal literature proper, several recurring themes are explicit. Conformal regularization is repeatedly described as weaker than isometry but still meaningful, because it allows deformation while constraining anisotropy (Couéraud et al., 28 Aug 2025). It often yields additional geometric observables, most notably a conformal factor and, in the 48D latent case, scalar curvature (Couéraud et al., 28 Aug 2025). In some settings it provides hard guarantees rather than heuristic smoothing, such as homeomorphism in registration under Ball-type assumptions (Zou et al., 2023) or global smoothness for regularized 49-conformal heat flow when 50, 51, and 52 is large enough (Park, 15 Feb 2025). In relativistic field theory it acts less as a penalty term than as a compatibility condition that rules out arbitrary nonlinearities, fixing either the deformation flow or the interaction power through conformal structure (Tempo et al., 2022, Alhaidari, 2012).
These differences matter for interpretation. “Nonlinear conformal regularization” is not a single algorithm or a single variational penalty. It is a broader research theme in which nonlinear models are constrained by conformal geometry, conformal invariance, conformal algebra, or conformal degree, and the specific mathematical form depends strongly on whether the target problem is manifold learning, registration, geometric flow, or quantum field theory.