Papers › When Does Contrastive Learning Preserve Adversarial Robustness from Pretraining to Finetuning?

When Does Contrastive Learning Preserve Adversarial Robustness from Pretraining to Finetuning?

1 Nov 2021NeurIPS 2021 12arXiv:2111.01124archive 2025-07-28

Lijie Fan, Sijia Liu, Pin-Yu Chen, Gaoyuan Zhang, Chuang Gan

Contrastive learning (CL) can learn generalizable feature representations and achieve the state-of-the-art performance of downstream tasks by finetuning a linear classifier on top of it. However, as adversarial robustness becomes vital in image classification, it remains unclear whether or not CL is able to preserve robustness to downstream tasks. The main challenge is that in the self-supervised pretraining + supervised finetuning paradigm, adversarial robustness is easily forgotten due to a learning task mismatch from pretraining to finetuning. We call such a challenge 'cross-task robustness transferability'. To address the above problem, in this paper we revisit and advance CL principles through the lens of robustness enhancement. We show that (1) the design of contrastive views matters: High-frequency components of images are beneficial to improving model robustness; (2) Augmenting CL with pseudo-supervision stimulus (e.g., resorting to feature clustering) helps preserve robustness without forgetting. Equipped with our new designs, we propose AdvCL, a novel adversarial contrastive pretraining framework. We show that AdvCL is able to enhance cross-task robustness transferability without loss of model accuracy and finetuning efficiency. With a thorough experimental study, we demonstrate that AdvCL outperforms the state-of-the-art self-supervised robust learning methods across multiple datasets (CIFAR-10, CIFAR-100, and STL-10) and finetuning schemes (linear evaluation and full model finetuning).

PaperPDFConference PDFCodeCode 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="2111.01124")

Code

Syntology Ran 3 of 12 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

lijiefan/advcl officialmentioned in papermentioned on GitHubpytorchMIT report
yqy2001/a-infonce mentioned on GitHubpytorch 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

12 samples harvested; 3 ran; 0 honoured the contract we drafted; 9 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.

3ran · our draft was wrong
9unverified

Licence: 0 of the 12 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 LijieFan/AdvCL. “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.

conv1x1 LijieFan/AdvCL/models/resnet_cifar_multibn_ensembleFC.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 LijieFan/AdvCL/models/resnet_cifar_multibn_ensembleFC.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
format_time LijieFan/AdvCL/utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8d7ec010c29e813b · report
ResNet18 LijieFan/AdvCL/models/resnet_cifar.py official repository unverified MIT (permissive) · 98bb5abdb706fbc6 · report
ResNet34 LijieFan/AdvCL/models/resnet_cifar.py official repository unverified MIT (permissive) · 94f4059c6a99ea7a · report
ResNet50 LijieFan/AdvCL/models/resnet_cifar.py official repository unverified MIT (permissive) · b87e9bb2803bbb1c · report
distance LijieFan/AdvCL/fr_util.py official repository unverified MIT (permissive) · 07a57c775004c229 · report
generate_high LijieFan/AdvCL/fr_util.py official repository unverified MIT (permissive) · c0ee4d6324a9fd1c · report
get_mean_and_std LijieFan/AdvCL/utils.py official repository unverified MIT (permissive) · 36f7a4371ed533f0 · report
load_BN_checkpoint LijieFan/AdvCL/utils.py official repository unverified MIT (permissive) · 12d26d3b0fb6ffae · report
mask_radial LijieFan/AdvCL/fr_util.py official repository unverified MIT (permissive) · 94c2cc0c705e0339 · report
set_loader LijieFan/AdvCL/finetuning_advCL_SLF.py official repository unverified MIT (permissive) · 28543a18e1279a31 · report

Tasks

Adversarial RobustnessContrastive LearningImage ClassificationLinear evaluationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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