Papers › Frequency Domain-based Dataset Distillation

Frequency Domain-based Dataset Distillation

15 Nov 2023NeurIPS 2023 11arXiv:2311.08819archive 2025-07-28

DongHyeok Shin, Seungjae Shin, Il-Chul Moon

This paper presents FreD, a novel parameterization method for dataset distillation, which utilizes the frequency domain to distill a small-sized synthetic dataset from a large-sized original dataset. Unlike conventional approaches that focus on the spatial domain, FreD 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 intelligently selects a subset of frequency dimensions for optimization, leading to a significant reduction in the required budget for synthesizing an instance. Through the selection of frequency dimensions based on the explained variance, FreD demonstrates both theoretical and empirical evidence of its ability to operate efficiently within a limited budget, while better preserving the information of the original dataset compared to conventional parameterization methods. Furthermore, based on the orthogonal compatibility of FreD with existing methods, we confirm that FreD consistently improves the performances of existing distillation methods over the evaluation scenarios with different benchmark datasets. We release the code at https://github.com/sdh0818/FreD.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.08819")

Code

Syntology Ran 13 of 28 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 6 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 0 ran; found in paper text by Syntology: 25 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sdh0818/fred officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

28 samples harvested; 13 ran; 3 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
6ran · fixture could not drive it
1ran
15unverified

Licence: 25 of the 28 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

VGG11 sdh0818/FreD/DC/networks.py official repository unverified Apache-2.0 (permissive) · 8e1b179ef1f0fe03 · report
VGG11BN sdh0818/FreD/DC/networks.py official repository unverified Apache-2.0 (permissive) · cfab0fafbf988aa4 · report
VGG13 sdh0818/FreD/DC/networks.py official repository unverified Apache-2.0 (permissive) · 07962bf28fe347a0 · report
FWD_J1 fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran licence not identified · pointer only · 16d51bcc677a0ff4 · report
_as_col_vector fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 73ea61d62f959c88 · report
c2q fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · f220a4af4674f371 · report
coldfilt fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · 93884b6d9b112ab2 · report
get_dimensions5 fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 830e0cdf17ce4d71 · report
highs_to_orientations fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · 1082e14a33dd337c · report
int_to_mode fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · 4441e14bc8d49f43 · report
inv_j1 fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 4f392973bc3bff29 · report
mode_to_int fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 8ed51e89287a2345 · report
prep_filt fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · 59c17a6957b919fb · report
q2c fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · 1a0a5f21eb2fb88b · report
reflect fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · violated contract fingerprinted licence not identified · pointer only · bd247adf3d9830b6 · report
rowdfilt fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · abdff64773147aa3 · report
DTCWTForward fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 11deae89ebd72400 · report
FWD_J2PLUS fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · ac77188d203eced1 · report
_load_from_file fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 21abe07c78fb81d4 · report
colfilter fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 19bd61cf0a8d10b4 · report
colifilt fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 6246eae1d606942d · report
fwd_j1 fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 743495962e40f6e6 · report
fwd_j2plus fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · c965bd173560141d · report
inv_j2plus fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 1c29b7da4855f3ec · report
level1 fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 3ee5f44bc046bb02 · report
orientations_to_highs fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 54da5ad00400ed7e · report
rowfilter fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 3b8195d00e95dc84 · report
rowifilt fbcotter/pytorch_wavelets/pytorch_wavelets/dtcwt/transform2d.py found in paper text by Syntology unverified licence not identified · pointer only · 8a5da59330c7169b · report

Tasks

Dataset Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections