Papers
Topics
Authors
Recent
Search
2000 character limit reached

DevoTG: Temporal Graph Neural Networks for Modeling C. elegans Developmental Connectomics

Published 20 Jun 2026 in cs.LG and q-bio.NC | (2606.21940v1)

Abstract: Understanding how a nervous system wires itself from birth to adulthood is a fundamental challenge in developmental neuroscience. We present DevoTG, a temporal graph framework that applies Temporal Graph Neural Networks (TGNs) to two complementary representations of C. elegans neural development: a Continuous-Time Dynamic Graph (CTDG) of cell division events derived from cell lineage data, and a Discrete-Time Dynamic Graph (DTDG) of the developing synaptic connectome spanning eight reconstructed electron-microscopy datasets. On the lineage prediction task, our TGN achieves a mean test AUC of 0.839 +/- 0.007 (5 seeds; validation AUC 0.937 +/- 0.001), outperforming a static GNN with the identical architecture by 26 AUC points (0.577 +/- 0.080), demonstrating that temporal memory is the decisive factor. Applied to the connectome DTDG, DevoTG identifies three connection stability classes (stable, developmental, and variable) across 225 neurons and 858 to 2,496 connections over development (L1 birth to adult), providing a temporal-graph-theoretic complement to the individual-variability classification of Witvliet et al. Analysis of hub command interneurons AVA, AVB, and AVE reveals their persistent centrality and how their integration roles are progressively reinforced across larval stages. Accompanying interactive visualizations (3D animated networks, centrality heatmaps, and a spatiotemporal lineage graph) make developmental dynamics accessible for biological hypothesis generation. DevoTG is open-source and designed for extension to other developing nervous systems. Code is publicly available at https://github.com/DevoLearn/DevoGraph/tree/main/DevoTG.

Summary

  • The paper demonstrates a novel dual-graph framework that integrates continuous-time cell lineage and discrete-time synaptic connectivity to predict neural development events.
  • It employs a TGN architecture with GRU-based memory and transformer attention, achieving a mean test AUC of 0.839, significantly outperforming static GNNs.
  • The study establishes a quantitative taxonomy of synaptic stability and offers interactive visualization tools to support hypothesis generation in developmental connectomics.

DevoTG: Temporal Graph Neural Networks for Modeling C. elegans Developmental Connectomics

Introduction

DevoTG presents a rigorous framework applying Temporal Graph Neural Networks (TGNs) to C. elegans developmental connectomics, integrating both cell lineage (Continuous-Time Dynamic Graph; CTDG) and synaptic connectivity (Discrete-Time Dynamic Graph; DTDG). The key feature is an explicit representation of dynamic biological events—cell divisions and synaptogenesis—using event-sequenced temporal graphs, allowing predictive and descriptive analyses of the nervous system's self-organization from birth to adulthood.

Temporal Graph Framework for Neural Development

The proposed methodology encompasses two graph structures:

  • Cell Lineage as CTDG: Here, timestamped directed edges represent division events, embedding both spatial and temporal cues necessary for learning the generative rules of the embryonic and larval cellular topology.
  • Developing Connectome as DTDG: Eight discrete timepoints, reconstructed from serial electron microscopy, allow edge-level tracking of synaptogenesis and connection pruning, facilitating quantitative categorization of wiring stability.

This dual-graph framework supports combining the deterministic lineage tree with highly variable, developmentally modulated synaptic architecture, yielding a comprehensive computational platform.

TGN Architecture and Training

The TGN implementation integrates the following architectural modules:

  • Memory Module: GRU-based, maintaining per-node vectors that aggregate the entire event history. This introduces temporal context—a critical inductive bias in biological sequence prediction.
  • Graph Attention Embedding: TransformerConv layers operate on memory vectors and encode both event recency and node interaction for local context.
  • Link Predictor: A low-capacity MLP operates on concatenated node embeddings to score candidate division or synaptic events.

Training employs temporally disjoint splits (train/validation/test), strict negative sampling, and standard regularization. All evaluations use multiple random seeds to confirm statistical robustness.

Results

Temporal Evolution of Connectome Topology

Temporal visualization of the top 15 most connected neurons (Figure 1) demonstrates staggered-layer reconfiguration as development progresses, highlighting the continuous emergence of new connections and stratification by connection stability. Figure 1

Figure 1: For the 15 most-connected neurons, development is depicted as stacked layers showing evolving synaptic structure and class-labeled node stability.

Connection Stability Taxonomy

A three-class taxonomy of connection stability is proposed, based on temporal persistence: stable (core architecture), developmental (transient, stage-specific), and variable (highly transient or potentially artifactually detected). Notably, 56.8% of all connection pairs are temporally variable, a higher proportion than cross-individual analyses, attributed to inclusion of gap junctions and the thresholding of weak, single-instance connections (Figure 2). Figure 2

Figure 2: Temporal stability class distributions and synapse-type-specific edge growth, distinguishing chemical and electrical connection dynamics.

Hub Command Interneurons—Developmental Core

Ego-network analysis of the canonical locomotor command interneurons (AVA, AVB, AVE) reveals that their core interconnectivity (hub status) is present at hatching and reinforced by later input accrual (Figure 3). This mirrors the behavioral maturation of locomotor control and supports theoretical models that prioritize the invariance of central processing motifs, even as peripheral circuits remain plastic. Figure 3

Figure 3: The AVA/AVB/AVE “command interneuron” pairs maintain dense reciprocal connectivity, with neighborhood expansion across development stages.

Spatiotemporal Lineage Mapping

The integration of lineage trees and spatial birth location scatterplots (Figure 4) enables joint interrogation of progenitor identities, spatial morphogenesis, and eventual circuit allocation. There is clear evidence for stereotyped birth position gradients and lineage-dependent topological roles. Figure 4

Figure 4: Spatiotemporal representation of cell division events, mapping both lineage tree dynamics and physical cell positioning.

TGN Cell Division Prediction Performance

The TGN achieves a mean test AUC of 0.839±0.0070.839 \pm 0.007 (5 seeds), exceeding the static GNN by 26 points (AUC 0.577±0.0800.577 \pm 0.080) and showing high training stability (Figure 5). Neither preferential attachment heuristics nor static GNNs are competitive, confirming that temporal sequence information is essential for modeling developmental fate. High validation AUC (0.937±0.0010.937 \pm 0.001) indicates no overfitting or temporal-leakage effects. Figure 5

Figure 5

Figure 5: TGN training/validation traces and multi-seed comparison. The substantial delta to static GNNs demonstrates the exclusive value of temporal memory.

Implications and Theoretical Impact

The architecture and findings of DevoTG demonstrate the centrality of temporal information for predictive fidelity and descriptive power in connectome dynamics. Specifically:

  • Temporal Memory as Inductive Bias: The decisive performance advantage of TGN over static GNNs isolates temporal event aggregation as a key mechanism for developmental inference, consistent with biological models of lineage-dependent competence and fate.
  • Quantitative Temporal Taxonomies: Distinguishing stable, developmental, and variable connections enables cross-modal integration with molecular, activity-based, and behavioral datasets. This facilitates future causative studies, e.g., on the role of transient connections in learning or plasticity.
  • Visualization and Accessibility: Open-source, interactive visualization tools directly support hypothesis generation, especially for neurodevelopmental biologists addressing questions of spatial organization, critical periodization, or core circuit invariance.

Practical Prospects and Future Directions

DevoTG is readily generalizable to other longitudinal connectomics datasets, including those incorporating multi-animal or multi-modal time series. Immediate future directions include:

  • Extending TGN-based link prediction directly to synaptogenesis events in DTDG representations.
  • Dissecting the developmental regulation of chemical vs. electrical synapse formation by separate modeling paths.
  • Systematic sensitivity analysis for stability class thresholding.
  • Comparative analyses across diverse nervous systems, further probing the universality of observed wiring and stability principles.
  • Incorporating simultaneous activity data, enabling structure-function analyses in tandem with wiring diagrams.

Conclusion

DevoTG establishes temporal graph modeling as an indispensable framework for developmental connectome analysis, demonstrating that explicit temporal memory provides superior predictive and explanatory capacity compared to static graph methods. Its computational taxonomy of connection stability, ego-network analysis of command interneurons, and integrated visual analytics furnish critical tools for mechanistically resolving the assembly and maturation of neural circuits. Open-source code and modular workflows facilitate adaptation and extension, positioning DevoTG as foundational infrastructure for future studies in temporal connectomics.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.