← Search

Lingao Xiao

6 accepted papers

2026

Beyond Soft Labels: Unifying Dataset Pruning and Distillation for Efficient Large-scale Compression

ICML 2026poster

Dataset pruning (DP) and dataset distillation (DD) fundamentally differ in their outputs: DP selects original image subsets, while DD generates synthetic images. Recently, DD's increasing reliance on original images suggests a convergence of the two directions. To investigate this convergence trend,…

Cited by 0SourceScholar
2026

Dataset Color Quantization: A Training-Oriented Framework for Dataset-Level Compression

ICLR 2026poster

Large-scale image datasets are fundamental to deep learning, but their high storage demands pose challenges for deployment in resource-constrained environments. While existing approaches reduce dataset size by discarding samples, they often ignore the significant redundancy within each image -- part…

Cited by 0SourcecodeScholar
2023

You Only Condense Once: Two Rules for Pruning Condensed Datasets

NeurIPS 2023poster

Dataset condensation is a crucial tool for enhancing training efficiency by reducing the size of the training dataset, particularly in on-device scenarios. However, these scenarios have two significant challenges: 1) the varying computational resources available on the devices require a dataset size…