Summary
This paper introduces a new parameterization method for dataset distillation, called FreD, that utilizes the frequency domain to distill a compact, synthetic dataset from a large-sized original one. This approach differs from conventional methods that focus on the spatial domain. It employs frequency-based transforms to optimize the frequency representations of each data instance. By leveraging the concentration of spatial domain information on specific frequency components, FreD is able to select a subset of frequency dimensions for optimization. The paper provides both theoretical and empirical evidence of FreD's efficiency compared to conventional parameterization methods. In addition, it highlights the compatibility of FreD with existing distillation methods and its consistent improvement in performance over different benchmark datasets. This work addresses the challenges posed by big data and it improves upon the current dataset distillation methods by offering an optimized and memory-efficient solution.
Strengths
1. The authors have done a great job of describing their proposed method, FreD. They offer explicit step-by-step explanations of how each element of the method operates, from the synthetic frequency memory to the binary mask memory and the inverse frequency transform. It helps the reader can follow along with their reasoning.
2. This work introduces an innovative parameterization based dataset distillation method, and is the first work of studying from a frequency perspective. It lays a foundation for further research and discussion in this frequency-oriented parameterization methods.
Weaknesses
1. While this work demonstrates the performance increased relative to several previous methods, it did not compare with another parameterization method [1], where the performance seems to be better than this work. It would be good to include this comparison and discuss the potential limitations of the frequency-based parameterization approach.
2. it's unclear how the choice of transform (Discrete Cosine Transform (DCT), Discrete Fourier Transform (DFT), or Discrete Wavelet Transform (DWT)) might influence the performance or effectiveness of their approach. This aspect is not thoroughly investigated or discussed.
3. The Spectral Bias could impact the network's ability to generalize to new data, there is little discussion on this which could hurt the effectiveness of the frequency domain-based approach presented in the paper.
[1] Deng, Zhiwei, and Olga Russakovsky. "Remember the past: Distilling datasets into addressable memories for neural networks." Advances in Neural Information Processing Systems 35 (2022): 34391-34404.
Questions
1. In section 3.3, can the assumption that the function F is linearly bijective limit the applicability of the method? Is there any situation where this assumption might not hold and how would that affect the results?
2. How does the approach handle high-dimensional datasets? Is there a limit on the dimensionality that the method can effectively handle?
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The authors did not include the limitation section, it will be good to have a discussion on cross architecture generalization ability of the proposed method.