Papers › Dataset Dynamics via Gradient Flows in Probability Space

Dataset Dynamics via Gradient Flows in Probability Space

24 Oct 2020arXiv:2010.12760archive 2025-07-28

David Alvarez-Melis, Nicolò Fusi

Various machine learning tasks, from generative modeling to domain adaptation, revolve around the concept of dataset transformation and manipulation. While various methods exist for transforming unlabeled datasets, principled methods to do so for labeled (e.g., classification) datasets are missing. In this work, we propose a novel framework for dataset transformation, which we cast as optimization over data-generating joint probability distributions. We approach this class of problems through Wasserstein gradient flows in probability space, and derive practical and efficient particle-based methods for a flexible but well-behaved class of objective functions. Through various experiments, we show that this framework can be used to impose constraints on classification datasets, adapt them for transfer learning, or to re-purpose fixed or black-box models to classify ---with high accuracy--- previously unseen datasets.

PaperPDFCodeCode 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="2010.12760")

Code

Syntology Ran 0 of 22 code samples harvested from 1 repository linked to this paper; 22 have no recorded run.

By repository: community (archive-listed): 22 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

microsoft/otdd pytorchMIT 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

22 samples harvested; 0 ran; 0 honoured the contract we drafted; 22 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.

22unverified

Licence: 0 of the 22 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 microsoft/otdd. “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.

affine_feature_norm microsoft/otdd/otdd/pytorch/functionals.py community (archive-listed) unverified MIT (permissive) · fe65bf2ed1bf2fd3 · report
as_si microsoft/otdd/otdd/plotting.py community (archive-listed) unverified MIT (permissive) · a7ad9c0571a0b644 · report
bbures_distance microsoft/otdd/otdd/pytorch/wasserstein.py community (archive-listed) unverified MIT (permissive) · c364a985c4b4d2a5 · report
binary_hyperplane_margin microsoft/otdd/otdd/pytorch/functionals.py community (archive-listed) unverified MIT (permissive) · bc93b440de03c16b · report
bures_distance microsoft/otdd/otdd/pytorch/wasserstein.py community (archive-listed) unverified MIT (permissive) · 229665e6772911e1 · report
compute_label_stats microsoft/otdd/otdd/pytorch/moments.py community (archive-listed) unverified MIT (permissive) · bd30bd3381bb38ad · report
cov microsoft/otdd/otdd/pytorch/moments.py community (archive-listed) unverified MIT (permissive) · 55b79342272ecb51 · report
dataset_from_numpy microsoft/otdd/otdd/pytorch/datasets.py community (archive-listed) unverified MIT (permissive) · 9925fca6d2b2916e · report
dimension_collapse microsoft/otdd/otdd/pytorch/functionals.py community (archive-listed) unverified MIT (permissive) · fab376d56097e0b1 · report
dimreduce_means_covs microsoft/otdd/otdd/pytorch/moments.py community (archive-listed) unverified MIT (permissive) · 0364431038c0888f · report
get_plot_ranges microsoft/otdd/otdd/plotting.py community (archive-listed) unverified MIT (permissive) · 99f62aec128f4e86 · report
heatmap microsoft/otdd/otdd/plotting.py community (archive-listed) unverified MIT (permissive) · 111f3719f5e48079 · report
inverse_normalize microsoft/otdd/otdd/pytorch/utils.py community (archive-listed) unverified MIT (permissive) · 8c145c5564b78973 · report
launch_logger microsoft/otdd/otdd/utils.py community (archive-listed) unverified MIT (permissive) · 652ff7cd9e338b0c · report
process_device_arg microsoft/otdd/otdd/pytorch/utils.py community (archive-listed) unverified MIT (permissive) · e12b5e7de92459e1 · report
random_index_split microsoft/otdd/otdd/pytorch/utils.py community (archive-listed) unverified MIT (permissive) · bccbd63c8c2c029b · report
sort_by_label microsoft/otdd/otdd/pytorch/datasets.py community (archive-listed) unverified MIT (permissive) · 64986354a6b8ac35 · report
special_sylvester microsoft/otdd/otdd/pytorch/sqrtm.py community (archive-listed) unverified MIT (permissive) · 44330ff2301fa4af · report
subdataset_from_labels microsoft/otdd/otdd/pytorch/datasets.py community (archive-listed) unverified MIT (permissive) · aa69746c8a70084e · report
symsqrt_v1 microsoft/otdd/otdd/pytorch/sqrtm.py community (archive-listed) unverified MIT (permissive) · 1216a62e004bbcfb · report
symsqrt_v2 microsoft/otdd/otdd/pytorch/sqrtm.py community (archive-listed) unverified MIT (permissive) · 4d8d971cc420c07c · report
wasserstein_gauss_distance microsoft/otdd/otdd/pytorch/wasserstein.py community (archive-listed) unverified MIT (permissive) · dfe3624311e691f5 · report

Tasks

BIG-bench Machine LearningDomain AdaptationTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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