English

Orthogonal SVD Covariance Conditioning and Latent Disentanglement

Computer Vision and Pattern Recognition 2022-12-13 v1 Machine Learning

Abstract

Inserting an SVD meta-layer into neural networks is prone to make the covariance ill-conditioned, which could harm the model in the training stability and generalization abilities. In this paper, we systematically study how to improve the covariance conditioning by enforcing orthogonality to the Pre-SVD layer. Existing orthogonal treatments on the weights are first investigated. However, these techniques can improve the conditioning but would hurt the performance. To avoid such a side effect, we propose the Nearest Orthogonal Gradient (NOG) and Optimal Learning Rate (OLR). The effectiveness of our methods is validated in two applications: decorrelated Batch Normalization (BN) and Global Covariance Pooling (GCP). Extensive experiments on visual recognition demonstrate that our methods can simultaneously improve covariance conditioning and generalization. The combinations with orthogonal weight can further boost the performance. Moreover, we show that our orthogonality techniques can benefit generative models for better latent disentanglement through a series of experiments on various benchmarks. Code is available at: \href{https://github.com/KingJamesSong/OrthoImproveCond}{https://github.com/KingJamesSong/OrthoImproveCond}.

Keywords

Cite

@article{arxiv.2212.05599,
  title  = {Orthogonal SVD Covariance Conditioning and Latent Disentanglement},
  author = {Yue Song and Nicu Sebe and Wei Wang},
  journal= {arXiv preprint arXiv:2212.05599},
  year   = {2022}
}

Comments

Accepted by IEEE T-PAMI. arXiv admin note: substantial text overlap with arXiv:2207.02119