Papers › FAST: A Dual-tier Few-Shot Learning Paradigm for Whole Slide Image Classification

FAST: A Dual-tier Few-Shot Learning Paradigm for Whole Slide Image Classification

29 Sep 2024arXiv:2409.19720archive 2025-07-28

Kexue Fu, Xiaoyuan Luo, Linhao Qu, Shuo Wang, Ying Xiong, Ilias Maglogiannis, Longxiang Gao, Manning Wang

The expensive fine-grained annotation and data scarcity have become the primary obstacles for the widespread adoption of deep learning-based Whole Slide Images (WSI) classification algorithms in clinical practice. Unlike few-shot learning methods in natural images that can leverage the labels of each image, existing few-shot WSI classification methods only utilize a small number of fine-grained labels or weakly supervised slide labels for training in order to avoid expensive fine-grained annotation. They lack sufficient mining of available WSIs, severely limiting WSI classification performance. To address the above issues, we propose a novel and efficient dual-tier few-shot learning paradigm for WSI classification, named FAST. FAST consists of a dual-level annotation strategy and a dual-branch classification framework. Firstly, to avoid expensive fine-grained annotation, we collect a very small number of WSIs at the slide level, and annotate an extremely small number of patches. Then, to fully mining the available WSIs, we use all the patches and available patch labels to build a cache branch, which utilizes the labeled patches to learn the labels of unlabeled patches and through knowledge retrieval for patch classification. In addition to the cache branch, we also construct a prior branch that includes learnable prompt vectors, using the text encoder of visual-language models for patch classification. Finally, we integrate the results from both branches to achieve WSI classification. Extensive experiments on binary and multi-class datasets demonstrate that our proposed method significantly surpasses existing few-shot classification methods and approaches the accuracy of fully supervised methods with only 0.22% annotation costs. All codes and models will be publicly available on https://github.com/fukexue/FAST.

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="2409.19720")

Code

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

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

fukexue/fast officialmentioned in paperpytorch 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

17 samples harvested; 14 ran; 1 honoured the contract we drafted; 3 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 · honoured contract
2ran · our draft was wrong
11ran
3unverified

Licence: 17 of the 17 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 fukexue/fast. “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.

AlexNet_CIFAR10_attention fukexue/fast/models/learnable_prompt.py official repository ran no licence file found · pointer only · 015136437f28c6ba · report
alexnet fukexue/FAST/models/alexnet.py official repository ran no licence file found · pointer only · 1352df0a3319e2e7 · report
alexnet_MNIST fukexue/FAST/models/alexnet.py official repository ran no licence file found · pointer only · 76bb126e7ce54fba · report
conv3x3 fukexue/FAST/models/resnetv1.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
elu_feature_map fukexue/FAST/models/linear_attention.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 0d5505bd782b4a89 · report
elu_feature_map fukexue/FAST/FAST_CAMELYON_CLIP_Train.py official repository ran fingerprinted no licence file found · pointer only · da63f97238fd433d · report
elu_feature_map fukexue/FAST/FAST_TCGA_RENAL_CLIP_Train.py official repository ran fingerprinted no licence file found · pointer only · 660bb1c1cfb15688 · report
get_pathological_tissue_level_prompts fukexue/FAST/FAST_CAMELYON_CLIP_Train.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d58fdc4f1e79465d · report
k_means_clustering fukexue/FAST/select_method.py official repository ran fingerprinted no licence file found · pointer only · 409e7a46044e5655 · report
list_print_format fukexue/FAST/FAST_TCGA_RENAL_CLIP_Train.py official repository ran no licence file found · pointer only · 379b5ec8ccdf7c7d · report
make_layers_features fukexue/FAST/models/alexnet.py official repository ran no licence file found · pointer only · 71a8b60d245a6336 · report
mini_batch_k_means fukexue/FAST/select_method.py official repository ran fingerprinted no licence file found · pointer only · 49a25b4e286a26bb · report
resnet18 fukexue/FAST/models/resnetv1.py official repository ran no licence file found · pointer only · b073ea484dc3837e · report
resnet34 fukexue/FAST/models/resnetv1.py official repository ran no licence file found · pointer only · 5edd587f0ca09bf9 · report
MIL_CLIP fukexue/fast/models/learnable_prompt.py official repository unverified no licence file found · pointer only · b510e26c50954d65 · report
build_model fukexue/FAST/clip/model.py official repository unverified no licence file found · pointer only · c47aa9e5b049a11d · report
load_clip_to_cpu fukexue/FAST/FAST_CAMELYON_CONCH_Train.py official repository unverified no licence file found · pointer only · b272fde70a038dd8 · report

Tasks

ClassificationFew-Shot LearningImage Classificationimage-classificationwhole slide images

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