CVLGJun 10, 2022

Is Self-Supervised Learning More Robust Than Supervised Learning?

arXiv:2206.05259v133 citationsh-index: 33
Originality Incremental advance
AI Analysis

This work addresses the reliability of machine learning models for researchers and practitioners by highlighting robustness differences, though it is incremental as it builds on prior evaluations of accuracy.

The paper tackles the problem of evaluating the robustness of self-supervised contrastive learning compared to supervised learning under various data corruptions, finding that contrastive learning is generally more robust to downstream corruptions but vulnerable to specific pre-training corruptions like patch shuffling and pixel intensity changes.

Self-supervised contrastive learning is a powerful tool to learn visual representation without labels. Prior work has primarily focused on evaluating the recognition accuracy of various pre-training algorithms, but has overlooked other behavioral aspects. In addition to accuracy, distributional robustness plays a critical role in the reliability of machine learning models. We design and conduct a series of robustness tests to quantify the behavioral differences between contrastive learning and supervised learning to downstream or pre-training data distribution changes. These tests leverage data corruptions at multiple levels, ranging from pixel-level gamma distortion to patch-level shuffling and to dataset-level distribution shift. Our tests unveil intriguing robustness behaviors of contrastive and supervised learning. On the one hand, under downstream corruptions, we generally observe that contrastive learning is surprisingly more robust than supervised learning. On the other hand, under pre-training corruptions, we find contrastive learning vulnerable to patch shuffling and pixel intensity change, yet less sensitive to dataset-level distribution change. We attempt to explain these results through the role of data augmentation and feature space properties. Our insight has implications in improving the downstream robustness of supervised learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes