Papers › Deep Continuous Networks

Deep Continuous Networks

2 Feb 2024arXiv:2402.01557archive 2025-07-28

Nergis Tomen, Silvia L. Pintea, Jan C. van Gemert

CNNs and computational models of biological vision share some fundamental principles, which opened new avenues of research. However, fruitful cross-field research is hampered by conventional CNN architectures being based on spatially and depthwise discrete representations, which cannot accommodate certain aspects of biological complexity such as continuously varying receptive field sizes and dynamics of neuronal responses. Here we propose deep continuous networks (DCNs), which combine spatially continuous filters, with the continuous depth framework of neural ODEs. This allows us to learn the spatial support of the filters during training, as well as model the continuous evolution of feature maps, linking DCNs closely to biological models. We show that DCNs are versatile and highly applicable to standard image classification and reconstruction problems, where they improve parameter and data efficiency, and allow for meta-parametrization. We illustrate the biological plausibility of the scale distributions learned by DCNs and explore their performance in a neuroscientifically inspired pattern completion task. Finally, we investigate an efficient implementation of DCNs by changing input contrast.

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

Code

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

By repository: official repository: 17 samples from 1 repository, 17 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ntomen/deep-continuous-networks officialmentioned in paperpytorch 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

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

1ran · honoured contract
1ran · violated contract
13ran · our draft was wrong
2ran · fixture could not drive it
2ran

Licence: 2 of the 19 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 ntomen/deep-continuous-networks. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Srf_layer ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran fingerprinted MIT (permissive) · 8c5593fe37791898 · report
gaussian_basis_filters ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran MIT (permissive) · dfc4ed9caedb97c1 · report
get_basis ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8a47b8a732b5ec1e · report
get_hermite ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · fdaf269666a38f45 · report
hermite_0 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · honoured contract fingerprinted MIT (permissive) · ad81cabc3832ecaa · report
hermite_1 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · violated contract fingerprinted MIT (permissive) · ee3925f7dcc8e111 · report
hermite_10 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 63534cf1894049a9 · report
hermite_2 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f91d7f28c15e29c3 · report
hermite_3 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 2c368d36f8949a7c · report
hermite_4 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 74ccc55d155ca3e1 · report
hermite_5 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a97c4aa855b81763 · report
hermite_6 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 151568312efe5603 · report
hermite_7 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ef08e7cb8adc7321 · report
hermite_8 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 5534fdd0cd03778e · report
hermite_9 ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 183689fc5136491f · report
hermite_recursive ntomen/deep-continuous-networks/srf/structured_conv_layer.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 909034aafb8181c6 · report
norm ntomen/deep-continuous-networks/experiments/cifar10_dcn_full.py official repository ran · our draft was wrong MIT (permissive) · e0e393a3daf0ed21 · report
conv1x1 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · d9def42110729a85 · report
conv3x3 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · fac5364e2f53c6db · report

Tasks

Image Classificationimage-classification

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