Dongkuan Xu, Peng Gao, Feiyi Wang, Muhammad Alahmadi
We lifted 4 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ncsu-dk-lab/E2D | — | 0 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| main_syn | Not yet run | ncsu-dk-lab/E2D/Branch_ImageNet_1K/recover/recover.py pointer only (licence: NONE) · get_code("4eefb5861f59ec53") |
| main_worker | Not yet run | ncsu-dk-lab/E2D/Branch_ImageNet_1K/recover/recover.py pointer only (licence: NONE) · get_code("6abdf1f68ec6b1ef") |
| save_images | Not yet run | ncsu-dk-lab/E2D/Branch_ImageNet_1K/recover/recover.py pointer only (licence: NONE) · get_code("4d8fa3fd7b605b98") |
| set_seed | Not yet run | ncsu-dk-lab/E2D/Branch_ImageNet_1K/recover/recover.py pointer only (licence: NONE) · get_code("b022a3a8c88a3b6b") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Dataset distillation compresses the original data into compact synthetic datasets, reducing training time and storage while retaining model performance, enabling deployment under limited resources. Although recent decoupling-based distillation methods enable dataset distillation at large-scale, they continue to face an efficiency gap: optimization-based decoupling methods achieve higher accuracy but demand intensive computation, whereas optimization-free decoupling methods are efficient but sacrifice accuracy. To overcome this trade-off, we propose Exploration-Exploitation Distillation (E 2 D), a simple, practical method that minimizes redundant computation through an efficient pipeline that begins with full-image initialization to preserve semantic integrity and feature diversity. It then uses a two-phase optimization strategy: an exploration phase that performs uniform updates and identifies high-loss regions, and an exploitation phase that focuses updates on these regions to accelerate convergence. We evaluate E 2 D on large-scale benchmarks, surpassing the state-of-the-art on ImageNet-1K while being 18× faster, and on ImageNet-21K, our method substantially improves accuracy while remaining 4.3× faster. These results demonstrate that targeted, redundancy-reducing updates, rather than brute-force optimization, bridge the gap between accuracy and efficiency in large-scale dataset distillation. Code is available at https://github.com/ncsu-dk-lab/E2D.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2602.15277")
get_code_for_paper("2602.15277")
have("2602.15277")
Connect an agent — have() is free.