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

Three Guidelines You Should Know for Universally Slimmable Self-Supervised Learning

About

We propose universally slimmable self-supervised learning (dubbed as US3L) to achieve better accuracy-efficiency trade-offs for deploying self-supervised models across different devices. We observe that direct adaptation of self-supervised learning (SSL) to universally slimmable networks misbehaves as the training process frequently collapses. We then discover that temporal consistent guidance is the key to the success of SSL for universally slimmable networks, and we propose three guidelines for the loss design to ensure this temporal consistency from a unified gradient perspective. Moreover, we propose dynamic sampling and group regularization strategies to simultaneously improve training efficiency and accuracy. Our US3L method has been empirically validated on both convolutional neural networks and vision transformers. With only once training and one copy of weights, our method outperforms various state-of-the-art methods (individually trained or not) on benchmarks including recognition, object detection and instance segmentation. Our code is available at https://github.com/megvii-research/US3L-CVPR2023.

Yun-Hao Cao, Peiqin Sun, Shuchang Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy52.6
3518
Image ClassificationCIFAR-10 (test)
Accuracy90.3
3381
Image ClassificationDTD--
542
Image ClassificationCIFAR-10--
507
Object DetectionCOCO 2017
AP (Box)38.3
321
Image ClassificationImageNet (val)
Accuracy68.4
300
Image ClassificationDTD (test)
Accuracy65.2
257
Instance SegmentationCOCO 2017
APm33.6
226
Image ClassificationOxford-IIIT Pets (test)
Mean Accuracy71.2
172
Image ClassificationFlowers-102 (test)
Top-1 Accuracy84.9
152
Showing 10 of 13 rows

Other info

Code

Follow for update