{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-08574","title":"OrderDP: A Theoretically Guaranteed Lossless Dynamic Data Pruning Framework","arxiv_id":"2606.08574","date":"2026-06-07","proceeding":null,"authors":["Chenhan Jin","Shengze Xu","Qingsong Wang","Fan Jia","Dingshuo Chen","Tieyong Zeng"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2606.08574","url_pdf":"https://arxiv.org/pdf/2606.08574","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2606.08574","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.08574"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/shengze-xu/OrderDP","reach":null}],"summary":{"ran":5,"ran_fixture":1,"unverified":13},"by_repo_kind":{"found_in_text":{"samples":19,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":19,"samples":[{"code_sha256_prefix":"3bc95f47c3e8ab73","entry":"ResNet50","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/model.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3bc95f47c3e8ab73"}},{"code_sha256_prefix":"983576fa67f4f01e","entry":"accuracy","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/prune_experiment_orderdp.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/prune_experiment_orderdp.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"983576fa67f4f01e"}},{"code_sha256_prefix":"5963cd037c4f3406","entry":"concat_all_gather","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/orderdp_dataloader.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/orderdp_dataloader.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5963cd037c4f3406"}},{"code_sha256_prefix":"5d8c1fec32ae422f","entry":"create_optimizer_lars","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/lars.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/lars.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5d8c1fec32ae422f"}},{"code_sha256_prefix":"9d34d5a0eacb8b9e","entry":"get_norm_parameters","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/lars.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/lars.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9d34d5a0eacb8b9e"}},{"code_sha256_prefix":"443c10dcce17e46d","entry":"get_parameters_from_cls","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/lars.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/lars.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"443c10dcce17e46d"}},{"code_sha256_prefix":"2595afb92d0b7b6c","entry":"ResNet101","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/model.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2595afb92d0b7b6c"}},{"code_sha256_prefix":"216dfc1ec6fb0185","entry":"ResNet18","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/model.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"216dfc1ec6fb0185"}},{"code_sha256_prefix":"09f4e10c77016d7e","entry":"concat_all_gather","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/orderDP/orderDP.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/orderDP/orderDP.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"09f4e10c77016d7e"}},{"code_sha256_prefix":"ab65f4565da1ff9c","entry":"convert_numpy_types","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/orderDP_example.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/orderDP_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ab65f4565da1ff9c"}},{"code_sha256_prefix":"f6305d0f466651e1","entry":"info_hack_indices","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/orderDP/orderDP.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/orderDP/orderDP.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f6305d0f466651e1"}},{"code_sha256_prefix":"962206ca373187ec","entry":"info_hack_indices","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/infobatch/infobatch.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/infobatch/infobatch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"962206ca373187ec"}},{"code_sha256_prefix":"20b799f9d84bfa59","entry":"recombine_index","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/orderdp_dataloader.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/orderdp_dataloader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"20b799f9d84bfa59"}},{"code_sha256_prefix":"fa4b58105951f065","entry":"save_usage_plot","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/orderDP_example.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/orderDP_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fa4b58105951f065"}},{"code_sha256_prefix":"41b2de75621f2310","entry":"save_usage_plot","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"cifar/cifar_example.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/cifar/cifar_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"41b2de75621f2310"}},{"code_sha256_prefix":"81b8c280be767e34","entry":"split_index","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/orderdp_dataloader.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/orderdp_dataloader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81b8c280be767e34"}},{"code_sha256_prefix":"61c792e4de50ba01","entry":"train","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/prune_experiment_orderdp.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/prune_experiment_orderdp.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"61c792e4de50ba01"}},{"code_sha256_prefix":"e826073a8a2eebf4","entry":"train","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/prune_experiment_unsup.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/prune_experiment_unsup.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e826073a8a2eebf4"}},{"code_sha256_prefix":"c12bbc36475e52ad","entry":"validate","repo":"shengze-xu/OrderDP","repo_kind":"found_in_text","path":"imagenet/prune_experiment_orderdp.py","file_url":"https://github.com/shengze-xu/OrderDP/blob/HEAD/imagenet/prune_experiment_orderdp.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c12bbc36475e52ad"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}