paper-with-me

홈 › Papers

On the Out-of-Distribution Generalization of Self-Supervised Learning

2025-05-22 · Wenwen Qiang, Jingyao Wang, Zeen Song, Jiangmeng Li, Changwen Zheng

In this paper, we focus on the out-of-distribution (OOD) generalization of self-supervised learning (SSL). By analyzing the mini-batch construction during the SSL training phase, we first give one plausible explanation for SSL having OOD generalization. Then, from the perspective of data generation and causal inference, we analyze and conclude that SSL learns spurious correlations during the training process, which leads to a reduction in OOD generalization. To address this issue, we propose a post-intervention distribution (PID) grounded in the Structural Causal Model. PID offers a scenario where the spurious variable and label variable is mutually independent. Besides, we demonstrate that if each mini-batch during SSL training satisfies PID, the resulting SSL model can achieve optimal worst-case OOD performance. This motivates us to develop a batch sampling strategy that enforces PID constraints through the learning of a latent variable model. Through theoretical analysis, we demonstrate the identifiability of the latent variable model and validate the effectiveness of the proposed sampling strategy. Experiments conducted on various downstream OOD tasks demonstrate the effectiveness of the proposed sampling strategy.

📄 PDF Abstract BibTeX arXiv:2505.16675

Code (1)

ml-tasa/pid-ssl 공식 구현 pytorch

Tasks

Causal InferenceOut-of-Distribution GeneralizationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Improving out-of-distribution generalization via multi-task self-supervised pretraining

2020-03-30 · Isabela Albuquerque, Nikhil Naik, Junnan Li, Nitish Keskar 외

Self-supervised feature representations have been shown to be useful for supervised classification, few-shot learning, and adversarial robustness. We show that features obtained using self-supervised learning are compara…

Adversarial RobustnessDomain GeneralizationFew-Shot LearningMulti-Task Learning+2

Tasting the cake: evaluating self-supervised generalization on out-of-distribution multimodal MRI data

2021-03-29 · Alex Fedorov, Eloy Geenjaar, Lei Wu, Thomas P. DeRamus 외

Self-supervised learning has enabled significant improvements on natural image benchmarks. However, there is less work in the medical imaging domain in this area. The optimal models have not yet been determined among the…

Out-of-Distribution GeneralizationSelf-Supervised Learning

CrossNorm and SelfNorm for Generalization under Distribution Shifts

2021-02-04 · ICCV 2021 10 · Zhiqiang Tang, Yunhe Gao, Yi Zhu, Zhi Zhang 외

Traditional normalization techniques (e.g., Batch Normalization and Instance Normalization) generally and simplistically assume that training and test data follow the same distribution. As distribution shifts are inevita…

Preserving Silent Features for Domain Generalization

2024-01-06 · Chujie Zhao, Tianren Zhang, Feng Chen

Domain generalization (DG) aims to improve the generalization ability of the model trained on several known training domains over unseen test domains. Previous work has shown that self-supervised contrastive pre-training…

Contrastive LearningDomain Generalization

SelfReg: Self-supervised Contrastive Regularization for Domain Generalization

2021-04-20 · ICCV 2021 10 · Daehee Kim, Seunghyun Park, Jinkyu Kim, Jaekoo Lee

In general, an experimental environment for deep learning assumes that the training and the test dataset are sampled from the same distribution. However, in real-world situations, a difference in the distribution between…

Contrastive LearningDomain GeneralizationImage to sketch recognitionSingle-Source Domain Generalization