This repository contains pre-trained model checkpoints and evaluation reports
from the DynVision toolbox —
a modular framework for constructing and evaluating recurrent convolutional
neural networks (RCNNs) with biologically inspired temporal dynamics.
Model Description
DynVision implements visual network architectures where neural activity evolves
according to continuous-time differential equations with realistic timescales.
Recurrent connections within and across processing stages allow the network to
integrate information over time, producing dynamics that can be aligned with
properties of biological visual systems.
Architectures Included
Architecture
Type
Description
DyRCNNx8
Recurrent
8-layer dynamic RCNN with configurable recurrence types (full, self, depthwise, pointwise) and feedback/skip connections
CorNet-RT
Recurrent
CORnet model of the primate ventral visual stream with anatomically-inspired recurrent connections between areas V1, V2, V4, IT (Kubilius et al., 2018)
CordsNet
Recurrent
Scale-invariant contour integration with recurrent dynamics (Soo et al., 2024)
Training
Framework: PyTorch Lightning with Snakemake workflow management
Data loading: FFCV for high-throughput image loading
Optimizer: Adam with cosine annealing
Mixed precision: Automatic (AMP)
Seeds: 7000–7003
Datasets: Imagenette, ImageNet, CIFAR-10, MNIST
Evaluation Experiments
The reports directory contains evaluation results across multiple experimental
paradigms designed to probe temporal response properties:
Studying temporal dynamics and response properties of visual networks
Transfer learning and feature extraction with recurrence-augmented backbones
Limitations
Models were trained on specific image datasets (Imagenette, ImageNet, CIFAR-10,
MNIST) and may not generalize to other domains without fine-tuning.
Recurrent dynamics are sensitive to temporal parameters (τ, dt, t_recurrence);
inference with different timestep configurations may produce unexpected behavior.
Per-epoch checkpoints capture training trajectories but not all epochs are
guaranteed to be stable minima.
Citation
If you use these models or the DynVision toolbox in your research, please cite:
bibtex
1@article{gutzen2025dynvision,
2 title={DynVision: A Modular Toolbox for Biologically Plausible Recurrent Visual Networks},
3 author={Gutzen, Robin and others},
4 journal={bioRxiv},
5 year={2025},
6 doi={10.1101/2025.08.11.669756}
7}
License
This repository is distributed under the MIT License.