paper-with-me

Papers

Accelerating Large-Scale Dataset Distillation via Exploration-Exploitation Optimization

2026-02-17 · Muhammad J. Alahmadi, Peng Gao, Feiyi Wang, Dongkuan Xu arxiv

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\times$ faster, and on ImageNet-21K, our method substantially improves accuracy while remaining $4.3\times$ 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.

📄 PDF Abstract BibTeX arXiv:2602.15277

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Large Scale Knowledge Distillation via Dynamic Importance Sampling

2018-12-03 · Minghan Li, Tanli Zuo, Ruicheng Li, Martha White 외

Knowledge distillation is an effective technique that transfers knowledge from a large teacher model to a shallow student. However, just like massive classification, large scale knowledge distillation also imposes heavy …

Knowledge DistillationMachine TranslationPerson Re-IdentificationTranslation

HAC Explore: Accelerating Exploration with Hierarchical Reinforcement Learning

2021-08-12 · Willie McClinton, Andrew Levy, George Konidaris

Sparse rewards and long time horizons remain challenging for reinforcement learning algorithms. Exploration bonuses can help in sparse reward settings by encouraging agents to explore the state space, while hierarchical …

continuous-controlContinuous ControlHierarchical Reinforcement Learningreinforcement-learning+2

Accelerating Molecular Graph Neural Networks via Knowledge Distillation

2023-06-26 · NeurIPS 2023 11 · Filip Ekström Kelvinius, Dimitar Georgiev, Artur Petrov Toshev, Johannes Gasteiger

Recent advances in graph neural networks (GNNs) have enabled more comprehensive modeling of molecules and molecular systems, thereby enhancing the precision of molecular property prediction and molecular simulations. Non…

Data AugmentationKnowledge DistillationMolecular Property PredictionPrediction+1

Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency

2025-10-09 · Kaiwen Zheng, Yuji Wang, Qianli Ma, Huayu Chen 외 arxiv

Although continuous-time consistency models (e.g., sCM, MeanFlow) are theoretically principled and empirically powerful for fast academic-scale diffusion, its applicability to large-scale text-to-image and video tasks re…

Directed Acyclic Graph Factorization Machines for CTR Prediction via Knowledge Distillation

2022-11-21 · Zhen Tian, Ting Bai, Zibin Zhang, Zhiyuan Xu 외

With the growth of high-dimensional sparse data in web-scale recommender systems, the computational cost to learn high-order feature interaction in CTR prediction task largely increases, which limits the use of high-orde…

Click-Through Rate PredictionKnowledge DistillationRecommendation Systems