Method
SFVD
Distill Video Datasets into Images
Zhenghao Zhao, Haoxuan Wang, Kai Wang, Yuzhang Shang, Yuan Hong, Yan Yan
arXiv 2025 · first public 2025-12-16 · arXiv 2512.14621
In one paragraph
Identifies that the temporal dimension explodes the parameter count in video dataset distillation and proposes SFVD, which distills each class into a small set of highly informative single frames and reconstructs clip-length sequences from them via differentiable interpolation, restricting optimization to the frames themselves and mixing in sampled real clips through a channel-reshaping layer during matching; reports up to a 5.3-point improvement over prior methods on MiniUCF.
Where it sits
- Setting: Video
Abstract (verbatim from arXiv)
Dataset distillation aims to synthesize compact yet informative datasets that allow models trained on them to achieve performance comparable to training on the full dataset. While this approach has shown promising results for image data, extending dataset distillation methods to video data has proven challenging and often leads to suboptimal performance. In this work, we first identify the core challenge in video set distillation as the substantial increase in learnable parameters introduced by the temporal dimension of video, which complicates optimization and hinders convergence. To address this issue, we observe that a single frame is often sufficient to capture the discriminative semantics of a video. Leveraging this insight, we propose Single-Frame Video set Distillation (SFVD), a framework that distills videos into highly informative frames for each class. Using differentiable interpolation, these frames are transformed into video sequences and matched with the original dataset, while updates are restricted to the frames themselves for improved optimization efficiency. To further incorporate temporal information, the distilled frames are combined with sampled real videos from real videos during the matching process through a channel reshaping layer. Extensive experiments on multiple benchmarks demonstrate that SFVD substantially outperforms prior methods, achieving improvements of up to 5.3% on MiniUCF, thereby offering a more effective solution.
BibTeX (generated; prefer the venue's official entry)
@article{zhao2025distill,
title = {Distill Video Datasets into Images},
author = {Zhenghao Zhao and Haoxuan Wang and Kai Wang and Yuzhang Shang and Yuan Hong and Yan Yan},
journal = {arXiv preprint arXiv:2512.14621},
year = {2025}
}