Do Self-Supervised and Supervised Methods Learn Similar Visual Representations?
Tom George Grigg, Dan Busbridge, Jason Ramapuram, Russ Webb
TL;DR
The study investigates whether self-supervised and supervised visual representations converge by comparing SimCLR to supervised learning using CK A on CIFAR-10 with a ResNet-50 backbone. It finds that intermediate representations are surprisingly similar despite different objectives, while final-layer representations diverge as each method optimizes for its own goals; notably, SimCLR learns augmentation invariance while supervised emphasizes class mapping, and the similarity of intermediate features largely explains downstream performance. The work demonstrates the pivotal role of intermediate representations and prompts questions about auxiliary task design to encourage shared features. Overall, it suggests that achieving similarity in final representations is not necessary for strong performance, and that aligning intermediate features may be a more fruitful direction for cross-method robustness and transfer.
Abstract
Despite the success of a number of recent techniques for visual self-supervised deep learning, there has been limited investigation into the representations that are ultimately learned. By leveraging recent advances in the comparison of neural representations, we explore in this direction by comparing a contrastive self-supervised algorithm to supervision for simple image data in a common architecture. We find that the methods learn similar intermediate representations through dissimilar means, and that the representations diverge rapidly in the final few layers. We investigate this divergence, finding that these layers strongly fit to their distinct learning objectives. We also find that the contrastive objective implicitly fits the supervised objective in intermediate layers, but that the reverse is not true. Our work particularly highlights the importance of the learned intermediate representations, and raises critical questions for auxiliary task design.
