Papers › Thinned Mean Field Langevin Dynamics

Thinned Mean Field Langevin Dynamics

27 May 2026ICMLarXiv:2605.28589added by Syntology

Zonghao Chen, Heishiro Kanagawa, François-Xavier Briol, Chris J. Oates, Lester Mackey

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Several important learning tasks can be formulated as minimizing an entropy-regularized objective over an appropriate space of probability distributions. Mean-field Langevin dynamics (MFLD) facilitate computation in this general context, casting the minimizer as the invariant distribution of a McKean--Vlasov process, which can be numerically discretized using N particles and thus simulated. However, simulating this interacting particle system has computational complexity of order N². Motivated by recent research into \emph{kernel thinning}, we propose \texttt{KT-MFLD}, in which each particle interacts only with a thinned particle coreset of size 𝒪(N^(1/2)). \texttt{KT-MFLD} thus reduces the computational complexity to order N^(3/2) while, under mild regularity conditions, achieving the same convergence guarantees (up to logarithmic factors) as MFLD. Our theoretical analysis is empirically confirmed on tasks including the training of student-teacher neural networks, quantization with maximum mean discrepancy, and computation of predictively-oriented posteriors in a post-Bayesian framework.

PaperPDFCode 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="2605.28589")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 10 ran with no contract checked.

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

hudsonchen/thinned_mfld found in paper text by Syntology report

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

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

10ran
7unverified

Licence: 17 of the 17 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 hudsonchen/thinned_mfld. “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.

compress hudsonchen/thinned_mfld/utils/kt.py found in paper text by Syntology ran no licence file found · pointer only · b8179bb351b7af3d · report
create_dir hudsonchen/thinned_mfld/run_mfld.py found in paper text by Syntology ran no licence file found · pointer only · b768cf9bfb263c52 · report
create_dir hudsonchen/thinned_mfld/run_mfg.py found in paper text by Syntology ran no licence file found · pointer only · 5b58f9b860674532 · report
glorot_normal hudsonchen/thinned_mfld/mfld.py found in paper text by Syntology ran no licence file found · pointer only · 6228dc05163b090f · report
initialize hudsonchen/thinned_mfld/mfld.py found in paper text by Syntology ran no licence file found · pointer only · e21f350ed6711088 · report
kme_RBF_Gaussian_func hudsonchen/thinned_mfld/utils/kernel.py found in paper text by Syntology ran no licence file found · pointer only · bc3056a4746e2cef · report
kme_double_RBF_Gaussian hudsonchen/thinned_mfld/utils/kernel.py found in paper text by Syntology ran no licence file found · pointer only · c76051bf80f81aa0 · report
lvfunc hudsonchen/thinned_mfld/utils/lotka_volterra.py found in paper text by Syntology ran no licence file found · pointer only · 1c8333152ea5c4c8 · report
sample_rho0 hudsonchen/thinned_mfld/run_mfg.py found in paper text by Syntology ran no licence file found · pointer only · cff708f580a95837 · report
terminal_grad_psi hudsonchen/thinned_mfld/run_mfg.py found in paper text by Syntology ran no licence file found · pointer only · acad404b81855d83 · report
eval_mmd_flow hudsonchen/thinned_mfld/utils/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · cbb4621dcf5e413c · report
eval_vlm hudsonchen/thinned_mfld/utils/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · 35a125973e0bc629 · report
load_boston hudsonchen/thinned_mfld/utils/datasets.py found in paper text by Syntology unverified no licence file found · pointer only · 7437e7146b7c6897 · report
load_covertype hudsonchen/thinned_mfld/utils/datasets.py found in paper text by Syntology unverified no licence file found · pointer only · cdd43ea56e03f4f5 · report
make_teacher_fn hudsonchen/thinned_mfld/utils/datasets.py found in paper text by Syntology unverified no licence file found · pointer only · 73566abcfe6ceb54 · report
save_animation_2d hudsonchen/thinned_mfld/utils/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · aa946eba0a62c4fd · report
uncentered_matern_32_kernel hudsonchen/thinned_mfld/mfld.py found in paper text by Syntology unverified no licence file found · pointer only · 9a76f184656d66ca · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.28589, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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