Papers › Neural Ordinary Differential Equation Control of Dynamics on Graphs

Neural Ordinary Differential Equation Control of Dynamics on Graphs

17 Jun 2020arXiv:2006.09773archive 2025-07-28

Thomas Asikis, Lucas Böttcher, Nino Antulov-Fantulin

We study the ability of neural networks to calculate feedback control signals that steer trajectories of continuous time non-linear dynamical systems on graphs, which we represent with neural ordinary differential equations (neural ODEs). To do so, we present a neural-ODE control (NODEC) framework and find that it can learn feedback control signals that drive graph dynamical systems into desired target states. While we use loss functions that do not constrain the control energy, our results show, in accordance with related work, that NODEC produces low energy control signals. Finally, we evaluate the performance and versatility of NODEC against well-known feedback controllers and deep reinforcement learning. We use NODEC to generate feedback controls for systems of more than one thousand coupled, non-linear ODEs that represent epidemic processes and coupled oscillators.

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.09773")

Code

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

By repository: official repository: 18 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.

asikist/nnc officialmentioned in papermentioned on GitHubpytorchMIT 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

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

18unverified

Licence: 0 of the 18 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 asikist/nnc. “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.

calc_symmetric_interaction_mask asikist/nnc/nnc/helpers/torch_utils/graphs.py official repository unverified MIT (permissive) · b1997cbc57ca0e24 · report
cca_state_generator asikist/nnc/nnc/helpers/data_generators.py official repository unverified MIT (permissive) · 6a090ebc6bebdbd9 · report
getIfromRGB asikist/nnc/nnc/helpers/plot_helper.py official repository unverified MIT (permissive) · 50b34855bc0d4d70 · report
get_diagonal_elements asikist/nnc/nnc/helpers/torch_utils/indexing.py official repository unverified MIT (permissive) · 88a60f6bc0b7a110 · report
get_max_in_degree asikist/nnc/nnc/helpers/torch_utils/graphs.py official repository unverified MIT (permissive) · 8832c59cce36642c · report
get_off_diagonal_elements asikist/nnc/nnc/helpers/torch_utils/indexing.py official repository unverified MIT (permissive) · 907742669bc828c5 · report
load_graph asikist/nnc/nnc/helpers/graph_helper.py official repository unverified MIT (permissive) · e5e8b476ae4b1435 · report
make_norm asikist/nnc/nnc/helpers/torch_utils/numerics.py official repository unverified MIT (permissive) · 0f001098d128b131 · report
multi_unsqueeze asikist/nnc/nnc/helpers/torch_utils/indexing.py official repository unverified MIT (permissive) · 3f6a32e7116b239c · report
normal_state_generator asikist/nnc/nnc/helpers/data_generators.py official repository unverified MIT (permissive) · d86018173964e64e · report
nx_maximum_matching asikist/nnc/nnc/helpers/graph_helper.py official repository unverified MIT (permissive) · 6d7ec7579dbc38e1 · report
read_tensor_from_collection asikist/nnc/nnc/helpers/torch_utils/file_helpers.py official repository unverified MIT (permissive) · 8fb9c9315d7038fb · report
rms_norm asikist/nnc/nnc/helpers/torch_utils/numerics.py official repository unverified MIT (permissive) · fb827f0862bcc151 · report
round_to_text asikist/nnc/nnc/helpers/plot_helper.py official repository unverified MIT (permissive) · f3dfcbe2e0414a05 · report
shape_expectation_failed asikist/nnc/nnc/helpers/error_handling.py official repository unverified MIT (permissive) · ea62783ddbc2129b · report
simpson asikist/nnc/nnc/helpers/torch_utils/numerics.py official repository unverified MIT (permissive) · 04f0bdda707bbb55 · report
square_lattice_position asikist/nnc/nnc/helpers/graph_helper.py official repository unverified MIT (permissive) · 8aed6f68b6cdf194 · report
uniform_state_generator asikist/nnc/nnc/helpers/data_generators.py official repository unverified MIT (permissive) · aafec67fc7f5098b · report

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)

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