Understanding Self-Supervised Pretraining with Part-Aware Representation Learning
Jie Zhu, Jiyang Qi, Mingyu Ding, Xiaokang Chen, Ping Luo, Xinggang Wang, Wenyu Liu, Leye Wang, Jingdong Wang
TL;DR
The paper investigates what self-supervised pretraining learns by focusing on part-aware representations. It introduces a part-to-whole view for contrastive learning and a part-to-part view for masked image modeling, and validates these with extensive experiments across object-level and part-level tasks using encoders pretrained with DeiT, MoCo v3, DINO, CAE, MAE, BEiT, and iBOT. The results show supervised learning excels at object-level recognition, while self-supervised methods — particularly iBOT, CAE, and combined CL+MIM approaches — excel at part-level recognition, with MAE tending to encode lower-level cues. These findings illuminate how SSL pretraining can capture fine-grained, part-aware representations and suggest design patterns that blend CL and MIM for broad semantic coverage.
Abstract
In this paper, we are interested in understanding self-supervised pretraining through studying the capability that self-supervised representation pretraining methods learn part-aware representations. The study is mainly motivated by that random views, used in contrastive learning, and random masked (visible) patches, used in masked image modeling, are often about object parts. We explain that contrastive learning is a part-to-whole task: the projection layer hallucinates the whole object representation from the object part representation learned from the encoder, and that masked image modeling is a part-to-part task: the masked patches of the object are hallucinated from the visible patches. The explanation suggests that the self-supervised pretrained encoder is required to understand the object part. We empirically compare the off-the-shelf encoders pretrained with several representative methods on object-level recognition and part-level recognition. The results show that the fully-supervised model outperforms self-supervised models for object-level recognition, and most self-supervised contrastive learning and masked image modeling methods outperform the fully-supervised method for part-level recognition. It is observed that the combination of contrastive learning and masked image modeling further improves the performance.
