Self-Supervised Representation Learning with Meta Comprehensive Regularization
Huijie Guo, Ying Ba, Jie Hu, Lingyu Si, Wenwen Qiang, Lei Shi
TL;DR
This paper tackles the problem that standard self-supervised learning (SSL) often loses task-relevant information due to data augmentations that enforce invariance. It introduces CompMod with Meta Comprehensive Regularization, a plug-in module that fuses multiple augmented views and uses a bi-level optimization plus maximum entropy coding to encourage comprehensive representations. The authors provide information-theoretic and causal counterfactual justifications for why comprehensive features improve downstream performance, and demonstrate consistent gains across classification, object detection, and instance segmentation on diverse datasets. The approach remains compatible with existing SSL frameworks and shows robustness to hyperparameters and augmentation choices, highlighting its practical impact for improving SSL generalization.
Abstract
Self-Supervised Learning (SSL) methods harness the concept of semantic invariance by utilizing data augmentation strategies to produce similar representations for different deformations of the same input. Essentially, the model captures the shared information among multiple augmented views of samples, while disregarding the non-shared information that may be beneficial for downstream tasks. To address this issue, we introduce a module called CompMod with Meta Comprehensive Regularization (MCR), embedded into existing self-supervised frameworks, to make the learned representations more comprehensive. Specifically, we update our proposed model through a bi-level optimization mechanism, enabling it to capture comprehensive features. Additionally, guided by the constrained extraction of features using maximum entropy coding, the self-supervised learning model learns more comprehensive features on top of learning consistent features. In addition, we provide theoretical support for our proposed method from information theory and causal counterfactual perspective. Experimental results show that our method achieves significant improvement in classification, object detection and instance segmentation tasks on multiple benchmark datasets.
