Papers › Domain Adaptation Without the Compute Burden for Efficient Whole Slide Image Analysis

Domain Adaptation Without the Compute Burden for Efficient Whole Slide Image Analysis

16 Mar 2026arXiv:2603.15774added by Syntology

Umar Marikkar, Muhammad Awais, Sara Atito

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Computational methods on analyzing Whole Slide Images (WSIs) enable early diagnosis and treatments by supporting pathologists in detection and classification of tumors. However, the extremely high resolution of WSIs makes end-to-end training impractical compared to typical image analysis tasks. To address this, most approaches use pre-trained feature extractors to obtain fixed representations of whole slides, which are then combined with Multiple Instance Learning (MIL) for downstream tasks. These feature extractors are typically pre-trained on natural image datasets such as ImageNet, which fail to capture domain-specific characteristics. Although domain-specific pre-training on histopathology data yields more relevant feature representations, it remains computationally expensive and fail to capture task-specific characteristics within the domain. To address the computational cost and lack of task-specificity in domain-specific pre-training, we propose EfficientWSI (eWSI), a careful integration of Parameter-Efficient-Fine-Tuning (PEFT) and Multiple Instance Learning (MIL) that enables end-to-end training on WSI tasks. We evaluate eWSI on seven WSI-level tasks over Camelyon16, TCGA and BRACS datasets. Our results show that eWSI when applied with ImageNet feature extractors yields strong classification performance, matching or outperforming MILs with in-domain feature extractors, alleviating the need for extensive in-domain pre-training. Furthermore, when eWSI is applied with in-domain feature extractors, it further improves classification performance in most cases, demonstrating its ability to capture task-specific information where beneficial. Our findings suggest that eWSI provides a task-targeted, computationally efficient path for WSI tasks, offering a promising direction for task-specific learning in computational pathology.

PaperPDFCode 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="2603.15774")

Code

Syntology Ran 17 of 25 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 15 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 16 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

umarikkar/eWSI found in paper text by Syntology report

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

25 samples harvested; 17 ran; 0 honoured the contract we drafted; 8 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.

2ran · our draft was wrong
15ran
8unverified

Licence: 25 of the 25 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 umarikkar/eWSI. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

ABMIL umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 9063313e275a0a88 · report
ACMIL_GA umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 733aeac57eee058d · report
Attention_Gated umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran no licence file found · pointer only · 9d31e5cc595ae67a · report
BClassifier umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 06199e6ce30c66b2 · report
Classifier_1fc umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 994e1beed10f4d98 · report
DimReduction umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b9be51dfc1355b1a · report
Encoder umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran no licence file found · pointer only · d92140c71afbf5b3 · report
EncoderLayer umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 8f4e93a8aea53eb3 · report
FCLayer umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e741fd31298cd04a · report
MILNet_batch umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · be0af147f8a4dd59 · report
MultiHeadedAttention umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 7161463aa6072312 · report
NystromAttention umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 6ddf651804b82963 · report
PPEG umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran no licence file found · pointer only · 55c49f6e8ea25f2c · report
PositionwiseFeedForward umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ada0c80b6bd1eba6 · report
attention umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 10cb030b7c0ea1e4 · report
residual_block umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · b60c28ddb98dffde · report
ACMIL_GA_LinMax umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · 75e708908d0c1679 · report
Combined_WSI_model umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · c4a545bf502c3a1b · report
MIL_model umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · bb77cce9eeb21d84 · report
SnuffyClass umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · 4064d96469835348 · report
SublayerConnection umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · 37cd4b9de4d72c3b · report
TransLayer umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · 941997963f9903ca · report
TransMIL umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · 2d2b707568605e71 · report
moore_penrose_iter_pinv umarikkar/eWSI/models/wsi_models.py found in paper text by Syntology unverified no licence file found · pointer only · a81e4fb3c258958f · report
clones identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · a3722169bbc81569 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.15774, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

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