CVAILGMar 5, 2025

Distilling Dataset into Neural Field

arXiv:2503.04835v17 citationsh-index: 5Has CodeICLR
Originality Highly original
AI Analysis

This work addresses dataset efficiency for deep learning practitioners, offering a novel parameterization that extends beyond incremental improvements to new domains.

The paper tackles the computational and storage costs of large-scale datasets by proposing DDiF, a dataset distillation method that compresses datasets into neural fields, achieving superior performance across image, video, audio, and 3D voxel benchmarks.

Utilizing a large-scale dataset is essential for training high-performance deep learning models, but it also comes with substantial computation and storage costs. To overcome these challenges, dataset distillation has emerged as a promising solution by compressing the large-scale dataset into a smaller synthetic dataset that retains the essential information needed for training. This paper proposes a novel parameterization framework for dataset distillation, coined Distilling Dataset into Neural Field (DDiF), which leverages the neural field to store the necessary information of the large-scale dataset. Due to the unique nature of the neural field, which takes coordinates as input and output quantity, DDiF effectively preserves the information and easily generates various shapes of data. We theoretically confirm that DDiF exhibits greater expressiveness than some previous literature when the utilized budget for a single synthetic instance is the same. Through extensive experiments, we demonstrate that DDiF achieves superior performance on several benchmark datasets, extending beyond the image domain to include video, audio, and 3D voxel. We release the code at https://github.com/aailab-kaist/DDiF.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes