Dataset Condensation Atlas

Method · Dataset quantization

ProtoBlend

Efficient Video Dataset Distillation via Cluster-Guided Prototype Blending

Chongle Ren, Guang Li, Wenbo Huang, Naoki Saito, Takahiro Ogawa, Miki Haseyama

arXiv 2026 · first public 2026-08-04 · arXiv 2608.03269

paper ↗catalogued✓ abstract read

In one paragraph

Builds distilled video sets without any gradient-based optimization of the stored clips: a teacher model selects one high-confidence temporal segment per source video, cluster-guided allocation partitions the selected clips per class in the teacher's feature space and assigns one distilled slot per cluster, and each slot is blended with an in-cluster anchor clip while their teacher predictions are mixed with the same coefficient. Reports a competitive accuracy-efficiency trade-off against iteratively optimized video distillation methods on four trimmed action-recognition benchmarks.

Where it sits

Abstract (verbatim from arXiv)

Video dataset distillation aims to compress a large video dataset into a compact surrogate set that preserves its training utility. Most existing approaches synthesize condensed videos through iterative optimization, whose cost is amplified by the temporal dimension. Rather than further reducing the number of optimized variables, we investigate whether effective distilled videos can be constructed without gradient-based optimization of the stored videos. Such a construction-based approach must address three challenges: selecting informative temporal segments, covering diverse intra-class variations under a limited videos-per-class budget, and increasing the information carried by each stored sample. To this end, we propose ProtoBlend, an efficient select-allocate-blend framework. First, teacher-guided temporal clip selection retains a high-confidence segment from each source video. Second, cluster-guided prototype allocation partitions the selected clips in the teacher feature space and assigns one distilled slot to each intra-class cluster. Third, each prototype is blended with an in-cluster anchor, while their teacher predictions are combined using the same coefficient to provide mixture-source supervision. Experiments on four trimmed action-recognition benchmarks demonstrate that ProtoBlend achieves a competitive accuracy-efficiency trade-off without iterative optimization of the distilled videos.

BibTeX (generated; prefer the venue's official entry)
@article{ren2026efficient,
  title   = {Efficient Video Dataset Distillation via Cluster-Guided Prototype Blending},
  author  = {Chongle Ren and Guang Li and Wenbo Huang and Naoki Saito and Takahiro Ogawa and Miki Haseyama},
  journal = {arXiv preprint arXiv:2608.03269},
  year    = {2026}
}

Nearby in Dataset quantization

2024-12

Adaptive Dataset Quantization

Muquan Li, Dongyang Zhang, Qiang Dong et al. · AAAI 2025notablepaper ↗

2023-10

Mirage — Mirage: Model-Agnostic Graph Distillation for Graph Classification

Mridul Gupta, Sahil Manchanda, Hariprasad Kodamana et al. · ICLR 2024notableGraphspaper ↗code ↗

2023-08

DQ — Dataset Quantization

Daquan Zhou, Kai Wang, Jianyang Gu et al. · ICCV 2023corepaper ↗code ↗