Papers › Contrastive Learning Rivals Masked Image Modeling in Fine-tuning via Feature Distillation

Contrastive Learning Rivals Masked Image Modeling in Fine-tuning via Feature Distillation

27 May 2022arXiv:2205.14141archive 2025-07-28

Yixuan Wei, Han Hu, Zhenda Xie, Zheng Zhang, Yue Cao, Jianmin Bao, Dong Chen, Baining Guo

Masked image modeling (MIM) learns representations with remarkably good fine-tuning performances, overshadowing previous prevalent pre-training approaches such as image classification, instance contrastive learning, and image-text alignment. In this paper, we show that the inferior fine-tuning performance of these pre-training approaches can be significantly improved by a simple post-processing in the form of feature distillation (FD). The feature distillation converts the old representations to new representations that have a few desirable properties just like those representations produced by MIM. These properties, which we aggregately refer to as optimization friendliness, are identified and analyzed by a set of attention- and optimization-related diagnosis tools. With these properties, the new representations show strong fine-tuning performance. Specifically, the contrastive self-supervised learning methods are made as competitive in fine-tuning as the state-of-the-art masked image modeling (MIM) algorithms. The CLIP models' fine-tuning performance is also significantly improved, with a CLIP ViT-L model reaching 89.0% top-1 accuracy on ImageNet-1K classification. On the 3-billion-parameter SwinV2-G model, the fine-tuning accuracy is improved by +1.5 mIoU / +1.1 mAP to 61.4 mIoU / 64.2 mAP on ADE20K semantic segmentation and COCO object detection, respectively, creating new records on both benchmarks. More importantly, our work provides a way for the future research to focus more effort on the generality and scalability of the learnt representations without being pre-occupied with optimization friendliness since it can be enhanced rather easily. The code will be available at https://github.com/SwinTransformer/Feature-Distillation.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.14141")

Code

Syntology Ran 2 of 8 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 8 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SwinTransformer/Feature-Distillation officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 2 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
6unverified

Licence: 8 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from SwinTransformer/Feature-Distillation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

window_partition SwinTransformer/Feature-Distillation/models/swin_transformer.py official repository ran · fixture could not drive it fingerprinted MIT recorded; this copy not marked cleared · pointer only · 144d10b49baeb8a6 · report
window_reverse SwinTransformer/Feature-Distillation/models/swin_transformer.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 61bf152e6a42a184 · report
build_model SwinTransformer/Feature-Distillation/models/build.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 6fb8740c47c862be · report
build_scheduler SwinTransformer/Feature-Distillation/lr_scheduler.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 3426eb5107695fae · report
build_swin SwinTransformer/Feature-Distillation/models/swin_transformer.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 1de8c8d77d0d6d9f · report
create_logger SwinTransformer/Feature-Distillation/logger.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 80450600f7f09b0a · report
get_config SwinTransformer/Feature-Distillation/config.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 6d0a4fffacbeaf60 · report
update_config SwinTransformer/Feature-Distillation/config.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 02d20187a86b6a06 · report

Tasks

Contrastive LearningImage ClassificationInstance SegmentationObject DetectionSelf-Supervised LearningSemantic Segmentationimage-classificationobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification ImageNet FD (CLIP ViT-L-336) Number of params 307M #26 of 1060 Archive leaderboard report
Image Classification ImageNet FD (CLIP ViT-L-336) Top 1 Accuracy 89.0% #26 of 1060 Archive leaderboard report
Instance Segmentation COCO test-dev FD-SwinV2-G mask AP 55.4 #4 of 112 Archive leaderboard report
Object Detection COCO test-dev FD-SwinV2-G box mAP 64.2 #11 of 225 Archive leaderboard report
Semantic Segmentation ADE20K FD-SwinV2-G Params (M) 3000 #9 of 235 Archive leaderboard report
Semantic Segmentation ADE20K FD-SwinV2-G Validation mIoU 61.4 #9 of 235 Archive leaderboard report
Semantic Segmentation ADE20K val FD-SwinV2-G mIoU 61.4 #4 of 95 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

CLIPMIM

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections