Papers › Robust and Efficient Medical Imaging with Self-Supervision

Robust and Efficient Medical Imaging with Self-Supervision

19 May 2022arXiv:2205.09723archive 2025-07-28

Shekoofeh Azizi, Laura Culp, Jan Freyberg, Basil Mustafa, Sebastien Baur, Simon Kornblith, Ting Chen, Patricia MacWilliams, S. Sara Mahdavi, Ellery Wulczyn, Boris Babenko, Megan Wilson, Aaron Loh, Po-Hsuan Cameron Chen, YuAn Liu, Pinal Bavishi, Scott Mayer McKinney, Jim Winkens, Abhijit Guha Roy, Zach Beaver, Fiona Ryan, Justin Krogue, Mozziyar Etemadi, Umesh Telang, Yun Liu, Lily Peng, Greg S. Corrado, Dale R. Webster, David Fleet, Geoffrey Hinton, Neil Houlsby, Alan Karthikesalingam, Mohammad Norouzi, Vivek Natarajan

Recent progress in Medical Artificial Intelligence (AI) has delivered systems that can reach clinical expert level performance. However, such systems tend to demonstrate sub-optimal "out-of-distribution" performance when evaluated in clinical settings different from the training environment. A common mitigation strategy is to develop separate systems for each clinical setting using site-specific data [1]. However, this quickly becomes impractical as medical data is time-consuming to acquire and expensive to annotate [2]. Thus, the problem of "data-efficient generalization" presents an ongoing difficulty for Medical AI development. Although progress in representation learning shows promise, their benefits have not been rigorously studied, specifically for out-of-distribution settings. To meet these challenges, we present REMEDIS, a unified representation learning strategy to improve robustness and data-efficiency of medical imaging AI. REMEDIS uses a generic combination of large-scale supervised transfer learning with self-supervised learning and requires little task-specific customization. We study a diverse range of medical imaging tasks and simulate three realistic application scenarios using retrospective data. REMEDIS exhibits significantly improved in-distribution performance with up to 11.5% relative improvement in diagnostic accuracy over a strong supervised baseline. More importantly, our strategy leads to strong data-efficient generalization of medical imaging AI, matching strong supervised baselines using between 1% to 33% of retraining data across tasks. These results suggest that REMEDIS can significantly accelerate the life-cycle of medical imaging AI development thereby presenting an important step forward for medical imaging AI to deliver broad impact.

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.09723")

Code

Syntology Ran 5 of 28 code samples harvested from 2 repositories linked to this paper; 23 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong.

By repository: official repository: 16 samples from 1 repository, 3 ran; community (archive-listed): 12 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.

google-research/big_transfer officialmentioned in paperjaxApache-2.0 report
mahmoodlab/hest 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

28 samples harvested; 5 ran; 0 honoured the contract we drafted; 23 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 · violated contract
4ran · our draft was wrong
23unverified

Licence: 0 of the 28 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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 google-research/big_transfer/bit_pytorch/models.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ee80cf467065076b · report
conv3x3 google-research/big_transfer/bit_pytorch/models.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f01b8d3901f0b289 · report
tf2th google-research/big_transfer/bit_pytorch/models.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 7023eb86801bb3a3 · report
add_name_prefix google-research/big_transfer/bit_tf2/models.py official repository unverified Apache-2.0 (permissive) · 113df01dadeca915 · report
create_dat google-research/big_transfer/bit_pytorch/lbtoolbox.py official repository unverified Apache-2.0 (permissive) · d38eeb648f68f197 · report
find_fewshot_indices google-research/big_transfer/bit_pytorch/fewshot.py official repository unverified Apache-2.0 (permissive) · eec365515fbb2119 · report
find_indices_loader google-research/big_transfer/bit_pytorch/fewshot.py official repository unverified Apache-2.0 (permissive) · 55be7cb60b3a523c · report
fixed_padding google-research/big_transfer/bit_jax/models.py official repository unverified Apache-2.0 (permissive) · d65ebdb640d62fc2 · report
get_mixup google-research/big_transfer/bit_hyperrule.py official repository unverified Apache-2.0 (permissive) · 7d63034d0bfadd78 · report
get_resolution google-research/big_transfer/bit_hyperrule.py official repository unverified Apache-2.0 (permissive) · a933bb17fdb8ebb4 · report
get_resolution_from_dataset google-research/big_transfer/bit_hyperrule.py official repository unverified Apache-2.0 (permissive) · 53256b67d70b0daf · report
group_normalize google-research/big_transfer/bit_tf2/normalization.py official repository unverified Apache-2.0 (permissive) · 65a7c9919024b795 · report
load_dat google-research/big_transfer/bit_pytorch/lbtoolbox.py official repository unverified Apache-2.0 (permissive) · 12109eac56e48b6b · report
sample_subset google-research/big_transfer/input_pipeline_tf2_or_jax.py official repository unverified Apache-2.0 (permissive) · 1614afcca20ebedf · report
setup_logger google-research/big_transfer/bit_common.py official repository unverified Apache-2.0 (permissive) · 12323f0640436acc · report
standardize google-research/big_transfer/bit_jax/models.py official repository unverified Apache-2.0 (permissive) · c272f024d815d59d · report
add_contrastive_loss google-research/medical-ai-research-foundations/objective.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 8924ee1d1cde05c4 · report
tpu_cross_replica_concat google-research/medical-ai-research-foundations/objective.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 7aac0de5d1568953 · report
add_supervised_loss google-research/medical-ai-research-foundations/objective.py community (archive-listed) unverified Apache-2.0 (permissive) · 8af989f02c354e14 · report
dropblock google-research/medical-ai-research-foundations/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · a068248c1b6c4117 · report
equalize_histogram_fn google-research/medical-ai-research-foundations/data_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 6cc1fe250eeb4811 · report
fixed_padding google-research/medical-ai-research-foundations/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · b1b73febd494c9b7 · report
get_train_steps google-research/medical-ai-research-foundations/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 14ec8ff095316493 · report
learning_rate_schedule google-research/medical-ai-research-foundations/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · fb45bd9f63767265 · report
linear_layer google-research/medical-ai-research-foundations/model_util.py community (archive-listed) unverified Apache-2.0 (permissive) · c2be9d262aacedc9 · report
pad_to_batch google-research/medical-ai-research-foundations/data.py community (archive-listed) unverified Apache-2.0 (permissive) · 0c26c80b6286f5ec · report
random_apply google-research/medical-ai-research-foundations/data_util.py community (archive-listed) unverified Apache-2.0 (permissive) · d04f187058cb2a9c · report
random_brightness google-research/medical-ai-research-foundations/data_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 6c4f36fab52ddbe9 · report

Tasks

DiagnosticRepresentation LearningSelf-Supervised LearningTransfer Learning

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