Papers › OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework

OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework

7 Jun 2026arXiv:2606.08574added by Syntology

Chenhan Jin, Shengze Xu, Qingsong Wang, Fan Jia, Dingshuo Chen, Tieyong Zeng

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

Data pruning (DP), as an oft-stated strategy to alleviate heavy training burdens, reduces the volume of training samples according to a well-defined pruning method while striving for near-lossless performance. However, existing approaches, which commonly select highly informative samples, can lead to biased gradient estimation compared to full-dataset training. Furthermore, the analysis of this bias and its impact on final performance remains ambiguous. To address these challenges, we propose OrderDP, a plug-and-play framework that aims to obtain stable, unbiased, and near-lossless training acceleration with theoretical guarantees. Specifically, OrderDP first randomly selects a subset and then chooses the top-q samples, where unbiasedness is established with respect to a surrogate loss. This ensures that OrderDP conducts unbiased training in terms of the surrogate objective. We further establish convergence and generalization analyses, elucidating how OrderDP affects optimal performance and enables well-controlled acceleration while ensuring guaranteed final performance. Empirically, we evaluate OrderDP against comprehensive baselines on CIFAR-10, CIFAR-100, and ImageNet-1K, demonstrating competitive accuracy, stable convergence, and exact control -- all with a simpler design and faster runtime, while reducing training cost by over 40%. Delivering both strong performance and computational efficiency, our method serves as a robust and easily adaptable tool for data-efficient learning. The code is publicly available at https://github.com/shengze-xu/OrderDP.

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

Code

Syntology Ran 6 of 19 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 5 ran with no contract checked.

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

shengze-xu/OrderDP 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

19 samples harvested; 6 ran; 0 honoured the contract we drafted; 13 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 · fixture could not drive it
5ran
13unverified

Licence: 19 of the 19 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 shengze-xu/OrderDP. “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.

ResNet50 shengze-xu/OrderDP/cifar/model.py found in paper text by Syntology ran no licence file found · pointer only · 3bc95f47c3e8ab73 · report
accuracy shengze-xu/OrderDP/imagenet/prune_experiment_orderdp.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 983576fa67f4f01e · report
concat_all_gather shengze-xu/OrderDP/imagenet/orderdp_dataloader.py found in paper text by Syntology ran no licence file found · pointer only · 5963cd037c4f3406 · report
create_optimizer_lars shengze-xu/OrderDP/imagenet/lars.py found in paper text by Syntology ran no licence file found · pointer only · 5d8c1fec32ae422f · report
get_norm_parameters shengze-xu/OrderDP/imagenet/lars.py found in paper text by Syntology ran no licence file found · pointer only · 9d34d5a0eacb8b9e · report
get_parameters_from_cls shengze-xu/OrderDP/imagenet/lars.py found in paper text by Syntology ran no licence file found · pointer only · 443c10dcce17e46d · report
ResNet101 shengze-xu/OrderDP/cifar/model.py found in paper text by Syntology unverified no licence file found · pointer only · 2595afb92d0b7b6c · report
ResNet18 shengze-xu/OrderDP/cifar/model.py found in paper text by Syntology unverified no licence file found · pointer only · 216dfc1ec6fb0185 · report
concat_all_gather shengze-xu/OrderDP/cifar/orderDP/orderDP.py found in paper text by Syntology unverified no licence file found · pointer only · 09f4e10c77016d7e · report
convert_numpy_types shengze-xu/OrderDP/cifar/orderDP_example.py found in paper text by Syntology unverified no licence file found · pointer only · ab65f4565da1ff9c · report
info_hack_indices shengze-xu/OrderDP/cifar/orderDP/orderDP.py found in paper text by Syntology unverified no licence file found · pointer only · f6305d0f466651e1 · report
info_hack_indices shengze-xu/OrderDP/cifar/infobatch/infobatch.py found in paper text by Syntology unverified no licence file found · pointer only · 962206ca373187ec · report
recombine_index shengze-xu/OrderDP/imagenet/orderdp_dataloader.py found in paper text by Syntology unverified no licence file found · pointer only · 20b799f9d84bfa59 · report
save_usage_plot shengze-xu/OrderDP/cifar/orderDP_example.py found in paper text by Syntology unverified no licence file found · pointer only · fa4b58105951f065 · report
save_usage_plot shengze-xu/OrderDP/cifar/cifar_example.py found in paper text by Syntology unverified no licence file found · pointer only · 41b2de75621f2310 · report
split_index shengze-xu/OrderDP/imagenet/orderdp_dataloader.py found in paper text by Syntology unverified no licence file found · pointer only · 81b8c280be767e34 · report
train shengze-xu/OrderDP/imagenet/prune_experiment_orderdp.py found in paper text by Syntology unverified no licence file found · pointer only · 61c792e4de50ba01 · report
train shengze-xu/OrderDP/imagenet/prune_experiment_unsup.py found in paper text by Syntology unverified no licence file found · pointer only · e826073a8a2eebf4 · report
validate shengze-xu/OrderDP/imagenet/prune_experiment_orderdp.py found in paper text by Syntology unverified no licence file found · pointer only · c12bbc36475e52ad · report

Results from the paper

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