Papers › Stable Coresets via Posterior Sampling: Aligning Induced and Full Loss Landscapes

Stable Coresets via Posterior Sampling: Aligning Induced and Full Loss Landscapes

21 Nov 2025NeurIPSarXiv:2511.17399added by Syntology

Wei-Kai Chang, Rajiv Khanna

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

As deep learning models continue to scale, the growing computational demands have amplified the need for effective coreset selection techniques. Coreset selection aims to accelerate training by identifying small, representative subsets of data that approximate the performance of the full dataset. Among various approaches, gradient based methods stand out due to their strong theoretical underpinnings and practical benefits, particularly under limited data budgets. However, these methods face challenges such as naive stochastic gradient descent (SGD) acting as a surprisingly strong baseline and the breakdown of representativeness due to loss curvature mismatches over time. In this work, we propose a novel framework that addresses these limitations. First, we establish a connection between posterior sampling and loss landscapes, enabling robust coreset selection even in high data corruption scenarios. Second, we introduce a smoothed loss function based on posterior sampling onto the model weights, enhancing stability and generalization while maintaining computational efficiency. We also present a novel convergence analysis for our sampling-based coreset selection method. Finally, through extensive experiments, we demonstrate how our approach achieves faster training and enhanced generalization across diverse datasets than the current state of the art.

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

Code

Syntology Ran 4 of 31 code samples harvested from 3 repositories linked to this paper; 27 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 31 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

changwk1001/stable-coreset found in paper text by SyntologyMIT report
decile-team/cords found in paper text by SyntologyMIT report
opooladz/AdaCore found in paper text by Syntology report
PatrickZH/DeepCore found in paper text by SyntologyMIT 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

31 samples harvested; 4 ran; 0 honoured the contract we drafted; 27 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
2ran
27unverified

Licence: 0 of the 31 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 3 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 changwk1001/stable-coreset/models/resnet50.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2a80220dabcb742a · report
conv3x3 changwk1001/stable-coreset/models/resnet50_noise.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 600ff2c45e0de056 · report
drop_connect decile-team/cords/cords/utils/models/efficientnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4304a326c593f8db · report
swish decile-team/cords/cords/utils/models/efficientnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8737c82de631cffc · report
CIFAR10 PatrickZH/DeepCore/deepcore/datasets/cifar10.py found in paper text by Syntology unverified MIT (permissive) · 75af3219fc982938 · report
CIFAR100 PatrickZH/DeepCore/deepcore/datasets/cifar100.py found in paper text by Syntology unverified MIT (permissive) · 40f14e833983504f · report
EfficientNetB0 decile-team/cords/cords/utils/models/efficientnet.py found in paper text by Syntology unverified MIT (permissive) · 7739b17779992680 · report
FashionMNIST PatrickZH/DeepCore/deepcore/datasets/fashionmnist.py found in paper text by Syntology unverified MIT (permissive) · 3a1159843af3c3ec · report
ImageNet PatrickZH/DeepCore/deepcore/datasets/imagenet.py found in paper text by Syntology unverified MIT (permissive) · 7ed41a50eddb9b77 · report
LeNet changwk1001/stable-coreset/models/lenet.py found in paper text by Syntology unverified MIT (permissive) · e33c212a7caeec80 · report
MNIST PatrickZH/DeepCore/deepcore/datasets/mnist.py found in paper text by Syntology unverified MIT (permissive) · 386d95ec922f5372 · report
QMNIST PatrickZH/DeepCore/deepcore/datasets/qmnist.py found in paper text by Syntology unverified MIT (permissive) · 40ede1696f832327 · report
ResNet18 changwk1001/stable-coreset/models/resnet18.py found in paper text by Syntology unverified MIT (permissive) · 1fb158f9e4bd423e · report
ResNet18_noise_bn changwk1001/stable-coreset/models/resnet18_noise.py found in paper text by Syntology unverified MIT (permissive) · 04fdb7a8c1df3d72 · report
ResNet20 changwk1001/stable-coreset/models/resnet20.py found in paper text by Syntology unverified MIT (permissive) · 64abbddd837f0469 · report
ResNet20_noise_bn changwk1001/stable-coreset/models/resnet20_noise.py found in paper text by Syntology unverified MIT (permissive) · f9d6bbd93aef162b · report
ResNet50 changwk1001/stable-coreset/models/resnet50.py found in paper text by Syntology unverified MIT (permissive) · 48dc10fe0cd21883 · report
ResNet50_noise_bn changwk1001/stable-coreset/models/resnet50_noise.py found in paper text by Syntology unverified MIT (permissive) · 0df3f26e16e02da4 · report
SVHN PatrickZH/DeepCore/deepcore/datasets/svhn.py found in paper text by Syntology unverified MIT (permissive) · dc073038485c5091 · report
TinyImageNet PatrickZH/DeepCore/deepcore/datasets/tinyimagenet.py found in paper text by Syntology unverified MIT (permissive) · 24ff3b24e8204dd5 · report
cache_dataset changwk1001/stable-coreset/mydatasets/indexed_dataset.py found in paper text by Syntology unverified MIT (permissive) · 8f56c32c9d619c3a · report
cluster_features changwk1001/stable-coreset/mydatasets/subset.py found in paper text by Syntology unverified MIT (permissive) · 3510be843c036da0 · report
conv3x3 decile-team/cords/cords/utils/models/cnn13.py found in paper text by Syntology unverified MIT (permissive) · c4cc0545d245c414 · report
corrupt_labels changwk1001/stable-coreset/mydatasets/datasets.py found in paper text by Syntology unverified MIT (permissive) · 2b416a2f9e2d93a6 · report
corrupted_data changwk1001/stable-coreset/mydatasets/datasets.py found in paper text by Syntology unverified MIT (permissive) · db5e0ae7180f226c · report
distribute_subset changwk1001/stable-coreset/mydatasets/subset.py found in paper text by Syntology unverified MIT (permissive) · 2164acc3208491b1 · report
fopen decile-team/cords/cords/utils/config_utils.py found in paper text by Syntology unverified MIT (permissive) · 6255b9f39cbbc395 · report
get_dataset changwk1001/stable-coreset/mydatasets/datasets.py found in paper text by Syntology unverified MIT (permissive) · 81a95f056e855f73 · report
is_filepath decile-team/cords/cords/utils/config_utils.py found in paper text by Syntology unverified MIT (permissive) · 0c0ab5d79fecced4 · report
is_str decile-team/cords/cords/utils/config_utils.py found in paper text by Syntology unverified MIT (permissive) · 6e999ce8f0a794ff · report
permutedMNIST PatrickZH/DeepCore/deepcore/datasets/mnist.py found in paper text by Syntology unverified MIT (permissive) · 833c06fc635e87be · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.17399, was issued in November 2025, 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