Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Context Autoencoder for Self-Supervised Representation Learning

About

We present a novel masked image modeling (MIM) approach, context autoencoder (CAE), for self-supervised representation pretraining. We pretrain an encoder by making predictions in the encoded representation space. The pretraining tasks include two tasks: masked representation prediction - predict the representations for the masked patches, and masked patch reconstruction - reconstruct the masked patches. The network is an encoder-regressor-decoder architecture: the encoder takes the visible patches as input; the regressor predicts the representations of the masked patches, which are expected to be aligned with the representations computed from the encoder, using the representations of visible patches and the positions of visible and masked patches; the decoder reconstructs the masked patches from the predicted encoded representations. The CAE design encourages the separation of learning the encoder (representation) from completing the pertaining tasks: masked representation prediction and masked patch reconstruction tasks, and making predictions in the encoded representation space empirically shows the benefit to representation learning. We demonstrate the effectiveness of our CAE through superior transfer performance in downstream tasks: semantic segmentation, object detection and instance segmentation, and classification. The code will be available at https://github.com/Atten4Vis/CAE.

Xiaokang Chen, Mingyu Ding, Xiaodi Wang, Ying Xin, Shentong Mo, Yunhao Wang, Shumin Han, Ping Luo, Gang Zeng, Jingdong Wang• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU54.7
2888
Object DetectionCOCO 2017 (val)
AP50.1
2643
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy83.9
1952
Image ClassificationImageNet-1K
Top-1 Acc86.2
1239
Instance SegmentationCOCO 2017 (val)
APm0.439
1201
Semantic segmentationADE20K
mIoU50.2
1024
Image ClassificationImageNet 1k (test)
Top-1 Accuracy83.6
848
Object DetectionCOCO (val)--
633
Instance SegmentationCOCO (val)
APmk45.5
475
Image ClassificationImageNet (val)
Accuracy51.8
300
Showing 10 of 56 rows

Other info

Code

Follow for update