Papers
Topics
Authors
Recent
Search
2000 character limit reached

Rectified Distribution Matching Reg.

Updated 3 July 2026
  • RDMReg is a regularization technique that induces explicit ℓ0-controlled sparsity by aligning non-negative JEPA features with a rectified generalized Gaussian prior.
  • It employs a sliced Wasserstein loss to match learned representations to a tailored RGG distribution, ensuring maximum-entropy properties under ℓp constraints.
  • The method enables tunable sparsity-performance trade-offs and outperforms traditional Gaussian regularizations by offering controlled sparsity with high information capacity.

Rectified Distribution Matching Regularization (RDMReg) is a regularization technique designed to induce explicit 0\ell_0-controlled sparsity while maintaining maximum-entropy properties in representations learned by Joint-Embedding Predictive Architectures (JEPAs). RDMReg aligns learned non-negative representations to samples from a Rectified Generalized Gaussian (RGG) prior using a sliced two-sample distribution-matching loss. This method enables precise tuning of expected sparsity and generalizes prior Gaussian-based regularizations by introducing rectification, thus producing representations that are sparse, non-negative, and information-rich under p\ell_p norm constraints (Kuang et al., 1 Feb 2026).

1. Mathematical Formulation

RDMReg centers on matching representations to the RGG distribution. For p>0p > 0, mean $\mu \in \mathbb{R}$, and scale σ>0\sigma > 0, the univariate RGG, denoted RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma), is defined as a mixture: a point mass at zero with weight ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma) (the CDF of the unrectified generalized Gaussian at μ/σ-\mu/\sigma) and a truncated generalized Gaussian on (0,)(0,\infty). The density for XRGNp(μ,σ)X \sim \mathrm{RGN}_p(\mu,\sigma) with respect to p\ell_p0 is: p\ell_p1 For independent RGG coordinates p\ell_p2, the expected p\ell_p3 sparsity is p\ell_p4, allowing direct control over the fraction of nonzero activations by tuning p\ell_p5.

2. Distribution Matching Objective

Given encoder-projector p\ell_p6, two augmented views p\ell_p7, and non-negative representations p\ell_p8, the RDMReg loss matches the feature distribution to the RGG prior using a sliced Wasserstein approach. For random projection p\ell_p9:

  • Project both learned and RGG target features: p>0p > 00.
  • Compute sliced 2-Wasserstein:

p>0p > 01

where p>0p > 02 denotes sorting.

The regularization is the expectation over projections and view-pairs: p>0p > 03 The JEPA loss becomes

p>0p > 04

3. Maximum-Entropy and Sparsity Guarantees

Among all distributions on p>0p > 05 with fixed expected p>0p > 06 norm, the truncated product Generalized Gaussian achieves maximum differential entropy. For p>0p > 07, each coordinate is a positive-orthant truncated generalized Gaussian. The RGG, while not absolutely continuous (due to its atom at zero), retains this maximum-entropy property on its support.

The effective entropy is characterized via the Rényi information dimension. Theorem 3.8 provides that the information dimension of an RGG distributed vector is p>0p > 08, where p>0p > 09 denotes ambient dimension. The entropy decomposes into a Bernoulli (μR\mu \in \mathbb{R}0) term plus the entropy of the truncated-GG on the active coordinates, enabling explicit μR\mu \in \mathbb{R}1 control without sacrificing information content.

4. Algorithmic Implementation

The implementation of RDMReg within JEPA consists of the following steps:

  1. Forward computation: Given batch size μR\mu \in \mathbb{R}2 of view pairs μR\mu \in \mathbb{R}3, compute μR\mu \in \mathbb{R}4, μR\mu \in \mathbb{R}5.
  2. Invariance loss: μR\mu \in \mathbb{R}6.
  3. Sample RGG targets: Draw μR\mu \in \mathbb{R}7 by sampling i.i.d. μR\mu \in \mathbb{R}8 then applying μR\mu \in \mathbb{R}9.
  4. Sliced Wasserstein regularization: Sample projection directions σ>0\sigma > 00 (for σ>0\sigma > 01 projections). For each, compute σ>0\sigma > 02 for both σ>0\sigma > 03 and σ>0\sigma > 04, average to get σ>0\sigma > 05.
  5. Backpropagation: Update via σ>0\sigma > 06.

Typical runtime is determined by sorting operations, with σ>0\sigma > 07 per slice and practical σ>0\sigma > 08 in the few thousands even for σ>0\sigma > 09.

5. Hyperparameterization and Sparsity–Performance Trade-off

RDMReg affords direct and interpretable control over sparsity and representational properties:

  • Norm order RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)0: RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)1 (rectified Gaussian) yields dense codes; RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)2 (rectified Laplace) produces sparser codes; RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)3 further approximates RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)4 sparsity.
  • Mean shift RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)5: Controls expected active fraction, corresponding to RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)6 per dimension; empirically, RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)7.
  • Scale RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)8: Two options: (i) RGNp(μ,σ)\mathrm{RGN}_p(\mu,\sigma)9 for unit variance of pre-ReLU Gaussian, (ii) ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)0 for unit variance of RGG; (i) is recommended due to simplicity and empirical parity on performance frontiers.
  • Number of slices ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)1: Effective performance with ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)2–ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)3 largely independent of feature dimension.
  • Trade-off: Performance remains stable up to approximately 95% zeros; higher sparsity induces sharp accuracy drops. Optimal Pareto fronts are attained with ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)4 and moderate ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)5 or ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)6.

6. Comparison to Gaussian-Based Regularizations

Prior approaches, notably LeJEPA (SIGReg), regularize toward isotropic Gaussian targets via similar sliced-Wasserstein losses, enforcing only ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)7 constraints and producing dense, non-negative activations without control over ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)8 sparsity.

RDMReg strictly generalizes these methods:

  • If ΦGNp(0,1)(μ/σ)\Phi_{\mathrm{GN}_p(0,1)}(-\mu/\sigma)9 and rectification is absent, the method recovers the Gaussian case.
  • Adding ReLU and RGG targets introduces an explicit μ/σ-\mu/\sigma0 handle, preserving maximum entropy in the nonzero coordinates.

Empirical results demonstrate RDMReg learns representations with 5–10% density while matching or exceeding accuracy of dense baselines on linear-probe and transfer tasks, and yields more factorial codes with lower nHSIC. Qualitative probes indicate preservation of semantic content even at extreme sparsity levels.

7. Recommendations and Practical Use

Recommended settings for RDMReg in practice:

  • Choose μ/σ-\mu/\sigma1 (rectified Laplace) or intermediate μ/σ-\mu/\sigma2 for moderate sparsity.
  • Adjust μ/σ-\mu/\sigma3 to control expected fraction of zeros (50–90%).
  • Use μ/σ-\mu/\sigma4 for simplicity.
  • Set the number of projections μ/σ-\mu/\sigma5–μ/σ-\mu/\sigma6 for μ/σ-\mu/\sigma7.
  • Balance invariance and RDMReg losses with μ/σ-\mu/\sigma8–μ/σ-\mu/\sigma9.

RDMReg can be integrated as a “plug-in” into any JEPA variant, enabling explicit, controlled transitions between dense maximum-entropy and sparse maximum-entropy codes while preserving high information capacity under (0,)(0,\infty)0 constraints (Kuang et al., 1 Feb 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Rectified Distribution Matching Regularization (RDMReg).