Matrix Information Theory for Self-Supervised Learning
Yifan Zhang, Zhiquan Tan, Jingqin Yang, Weiran Huang, Yang Yuan
TL;DR
This work develops Matrix-SSL, a matrix information theory-based framework that unifies contrastive and non-contrastive self-supervised learning by incorporating matrix uniformity and matrix alignment losses. It introduces matrix-based information measures (ME, MKL, MCE) and proves relationships that connect these to existing MEC and TCR formulations, while highlighting effective rank as a diagnostic of dimensionality and information preservation. Empirically, Matrix-SSL improves ImageNet linear evaluation and MS-COCO transfer tasks with fewer pre-training epochs, and extends the approach to large language models, achieving notable gains on GSM8K and MATH benchmarks. The approach offers a principled, scalable pathway to leverage covariance- and cross-covariance structures in SSL, with potential broad impact on vision and NLP representations.
Abstract
The maximum entropy encoding framework provides a unified perspective for many non-contrastive learning methods like SimSiam, Barlow Twins, and MEC. Inspired by this framework, we introduce Matrix-SSL, a novel approach that leverages matrix information theory to interpret the maximum entropy encoding loss as matrix uniformity loss. Furthermore, Matrix-SSL enhances the maximum entropy encoding method by seamlessly incorporating matrix alignment loss, directly aligning covariance matrices in different branches. Experimental results reveal that Matrix-SSL outperforms state-of-the-art methods on the ImageNet dataset under linear evaluation settings and on MS-COCO for transfer learning tasks. Specifically, when performing transfer learning tasks on MS-COCO, our method outperforms previous SOTA methods such as MoCo v2 and BYOL up to 3.3% with only 400 epochs compared to 800 epochs pre-training. We also try to introduce representation learning into the language modeling regime by fine-tuning a 7B model using matrix cross-entropy loss, with a margin of 3.1% on the GSM8K dataset over the standard cross-entropy loss. Code available at https://github.com/yifanzhang-pro/Matrix-SSL.
