Papers › Foundation Model Insights and a Multi-Model Approach for Superior Fine-Grained...

Foundation Model Insights and a Multi-Model Approach for Superior Fine-Grained One-shot Subset Selection

17 Jun 2025arXiv:2506.14473archive 2025-07-28

Zhijing Wan, Zhixiang Wang, Zheng Wang, Xin Xu, Shin'ichi Satoh

One-shot subset selection serves as an effective tool to reduce deep learning training costs by identifying an informative data subset based on the information extracted by an information extractor (IE). Traditional IEs, typically pre-trained on the target dataset, are inherently dataset-dependent. Foundation models (FMs) offer a promising alternative, potentially mitigating this limitation. This work investigates two key questions: (1) Can FM-based subset selection outperform traditional IE-based methods across diverse datasets? (2) Do all FMs perform equally well as IEs for subset selection? Extensive experiments uncovered surprising insights: FMs consistently outperform traditional IEs on fine-grained datasets, whereas their advantage diminishes on coarse-grained datasets with noisy labels. Motivated by these finding, we propose RAM-APL (RAnking Mean-Accuracy of Pseudo-class Labels), a method tailored for fine-grained image datasets. RAM-APL leverages multiple FMs to enhance subset selection by exploiting their complementary strengths. Our approach achieves state-of-the-art performance on fine-grained datasets, including Oxford-IIIT Pet, Food-101, and Caltech-UCSD Birds-200-2011.

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

Code

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

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

zhijingwan/ram-apl 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

21 samples harvested; 5 ran; 2 honoured the contract we drafted; 16 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 · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran
16unverified

Licence: 0 of the 21 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 zhijingwan/ram-apl. “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.

CoresetMethod zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository ran MIT (permissive) · a11de6ddba89a61e · report
get_distance_rank zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository ran · honoured contract MIT (permissive) · c87427a71482ea5b · report
get_selected_idx zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 6bfb3592e5206e38 · report
pil_loader ZhijingWan/RAM-APL/deepcore/datasets/CUB_200_2011.py official repository ran · honoured contract MIT (permissive) · f321f54723433661 · report
weight_functions zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository ran · violated contract fingerprinted MIT (permissive) · 87abc33519d968c7 · report
CIFAR10 ZhijingWan/RAM-APL/deepcore/datasets/cifar10.py official repository unverified MIT (permissive) · 75af3219fc982938 · report
CIFAR100 ZhijingWan/RAM-APL/deepcore/datasets/cifar100.py official repository unverified MIT (permissive) · 40f14e833983504f · report
CUB_200_2011 ZhijingWan/RAM-APL/deepcore/datasets/CUB_200_2011.py official repository unverified MIT (permissive) · 9001c17b1b7384d8 · report
EarlyTrain zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository unverified MIT (permissive) · c9fd5062ea799337 · report
FOOD101 ZhijingWan/RAM-APL/deepcore/datasets/food101.py official repository unverified MIT (permissive) · 8df4cd38113c26a7 · report
FOOD101_NOISY ZhijingWan/RAM-APL/deepcore/datasets/food101_noisy.py official repository unverified MIT (permissive) · f4e5d592008e42b5 · report
FashionMNIST ZhijingWan/RAM-APL/deepcore/datasets/fashionmnist.py official repository unverified MIT (permissive) · 3a1159843af3c3ec · report
ImageNet ZhijingWan/RAM-APL/deepcore/datasets/imagenet.py official repository unverified MIT (permissive) · 7ed41a50eddb9b77 · report
MNIST ZhijingWan/RAM-APL/deepcore/datasets/mnist.py official repository unverified MIT (permissive) · 386d95ec922f5372 · report
Pet ZhijingWan/RAM-APL/deepcore/datasets/pet.py official repository unverified MIT (permissive) · 3e5195fc52f904f5 · report
Pet_NOISY ZhijingWan/RAM-APL/deepcore/datasets/pet_noisy.py official repository unverified MIT (permissive) · abcc1772438c7ba7 · report
RAM_APL zhijingwan/ram-apl/deepcore/methods/ram_apl.py official repository unverified MIT (permissive) · 5b14ca9b8086c9f5 · report
accuracy ZhijingWan/RAM-APL/utils.py official repository unverified MIT (permissive) · 32e1b7ae1cecaac7 · report
permutedMNIST ZhijingWan/RAM-APL/deepcore/datasets/mnist.py official repository unverified MIT (permissive) · 833c06fc635e87be · report
str_to_bool ZhijingWan/RAM-APL/utils.py official repository unverified MIT (permissive) · 4918e53fae09c808 · report
test ZhijingWan/RAM-APL/utils.py official repository unverified MIT (permissive) · 3c58f9cd3def9743 · report

Tasks

model

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