CORAL: Constrained Oblique Rotation with Anchored Loadings for Fidelity-Constrained Decorrelation
arXiv:2608.15319
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper identifies the orthogonal freedom hidden inside whitening: every exact decorrelator can be written as an inverse square-root whitening transform followed by an orthogonal rotation. The transferable asset is that decorrelation and preservation of coordinate identity can be optimized separately, rather than accepting the arbitrary axis mixing introduced by PCA or a standard whitening convention. This suggests an anchored whitening layer for neural activations, with a tunable lower bound on correlation between each output channel and its corresponding pre-whitening channel. The same construction can serve as a stability or conditioning module while retaining semantic channel identity, which is useful for residual paths, interpretability, pruning, and feature reuse.
Ideas from this paper
Unverified
2026
Replace a conventional whitening transform with a constrained whitening layer that minimizes cross-channel covariance while requiring every output channel to remain correlated with its designated input channel by at least a threshold \(\rho_{\min}\). The layer exploits the orthogonal freedom in whitening to find a rotation that preserves channel identity instead of arbitrarily mixing features. It can be inserted before an MLP, convolution, or attention projection and compared directly against…
Useful7/10
Difficulty5/10
Novelty6/10