Papers › Interacting particle solutions of Fokker-Planck equations through gradient-log-density...

Interacting particle solutions of Fokker-Planck equations through gradient-log-density estimation

1 Jun 2020arXiv:2006.00702links table onlyarchive 2025-07-28

Dimitra Maoutsa, Sebastian Reich, Manfred Opper

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Fokker-Planck equations are extensively employed in various scientific fields as they characterise the behaviour of stochastic systems at the level of probability density functions. Although broadly used, they allow for analytical treatment only in limited settings, and often is inevitable to resort to numerical solutions. Here, we develop a computational approach for simulating the time evolution of Fokker-Planck solutions in terms of a mean field limit of an interacting particle system. The interactions between particles are determined by the gradient of the logarithm of the particle density, approximated here by a novel statistical estimator. The performance of our method shows promising results, with more accurate and less fluctuating statistics compared to direct stochastic simulations of comparable particle number. Taken together, our framework allows for effortless and reliable particle-based simulations of Fokker-Planck equations in low and moderate dimensions. The proposed gradient-log-density estimator is also of independent interest, for example, in the context of optimal control.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2006.00702")

Code

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

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

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

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

11ran
2unverified

Licence: 0 of the 13 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 dimitra-maoutsa/odes_for_sdes. “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.

RGB_to_hex dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/colors2.py community (archive-listed) ran fingerprinted MIT (permissive) · fd775635d6cd6f7a · report
color_dict dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/colors2.py community (archive-listed) ran MIT (permissive) · e87f6299b349de4e · report
f dimitra-maoutsa/odes_for_sdes/odes_for_sdes/models/FHN_neuron.py community (archive-listed) ran fingerprinted MIT (permissive) · ee4a6b293a38def0 · report
f dimitra-maoutsa/odes_for_sdes/odes_for_sdes/models/two_dim_multiwell.py community (archive-listed) ran MIT (permissive) · 5dc93676e0febd49 · report
hex_to_RGB dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/colors2.py community (archive-listed) ran MIT (permissive) · 4c4733cf626a00f0 · report
low_rank_approx dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/2D_OU/score_function_sparse.py community (archive-listed) ran MIT (permissive) · 6963771d5cd0a059 · report
my_cdist dimitra-maoutsa/odes_for_sdes/odes_for_sdes/score_estimators/score_function_estimators.py community (archive-listed) ran MIT (permissive) · c65bfe92af67d2ce · report
score_function dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/2D_OU/score_fucntion2.py community (archive-listed) ran MIT (permissive) · bf7420d1d5ca19f5 · report
score_function_multid_seperate dimitra-maoutsa/odes_for_sdes/odes_for_sdes/score_estimators/score_function_estimators.py community (archive-listed) ran MIT (permissive) · 62e82dd6dedd6b5b · report
score_function_multid_seperate dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/2D_OU/score_function_multid_seperate.py community (archive-listed) ran MIT (permissive) · 9f6e122852349c77 · report
score_function_multid_seperate_all_dims dimitra-maoutsa/odes_for_sdes/odes_for_sdes/score_estimators/score_function_estimators.py community (archive-listed) ran MIT (permissive) · 4ba4fdc86131d50d · report
score_function_sparse dimitra-maoutsa/odes_for_sdes/odes_for_sdes/experiments/2D_OU/score_function_sparse.py community (archive-listed) unverified MIT (permissive) · dc7fb4998159aabd · report
torched_score_function_multid_seperate_all_dims dimitra-maoutsa/odes_for_sdes/odes_for_sdes/score_estimators/score_function_estimators_pytorch.py community (archive-listed) unverified MIT (permissive) · acfd9b0dd314d52a · report

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