LGMay 3

NeuroViz: Real-time Interactive Visualization of Forward and Backward Passes in Neural Network Training

arXiv:2605.020442.7
AI Analysis

For newcomers and educators, NeuroViz provides an intuitive way to understand neural network training dynamics, though it is an incremental improvement over existing visualization tools.

NeuroViz is an interactive visualization tool for real-time exploration of fully connected neural network training, achieving the highest usability score (SUS 80.97) in a comparative user study with 31 participants, with over 70% reporting increased transparency perception.

Training neural networks is difficult to interpret, particularly for newcomers. We introduce NeuroViz, an interactive visualization tool that supports real-time exploration of fully connected neural network training. Users can configure network architecture, activation functions, learning rates, and datasets, then observe activations, weight updates, and loss progression. NeuroViz visualizes weight changes in direct correspondence with activation signals in both forward and backward passes, enabling users to distinguish pre- and post-update states within individual epochs and view dynamically updating per-neuron equations. We conduct a comparative user study with 31 participants against six established visualization tools and we achieved the highest usability score (SUS 80.97, in the 'excellent' range), with mean rankings of 2.47 for clarity and 2.23 for usefulness (lower is better). Over 70% of participants reported that the visualizations substantially increased their perception of neural network training transparency. The implemented instance is accessible at https://neuroviz.org.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes