LGOct 26, 2022

Sparsity in Continuous-Depth Neural Networks

arXiv:2210.14672v117 citationsh-index: 33
Originality Incremental advance
AI Analysis

This work addresses generalization issues in Neural ODEs for dynamical systems, with incremental contributions to sparsity regularization techniques.

The authors studied how weight and feature sparsity affect the generalization of Neural ODEs for forecasting and identifying dynamical laws, finding that weight sparsity improves generalization with noise but not for recovering true dynamics, while feature sparsity helps recover sparse ground-truth dynamics.

Neural Ordinary Differential Equations (NODEs) have proven successful in learning dynamical systems in terms of accurately recovering the observed trajectories. While different types of sparsity have been proposed to improve robustness, the generalization properties of NODEs for dynamical systems beyond the observed data are underexplored. We systematically study the influence of weight and feature sparsity on forecasting as well as on identifying the underlying dynamical laws. Besides assessing existing methods, we propose a regularization technique to sparsify "input-output connections" and extract relevant features during training. Moreover, we curate real-world datasets consisting of human motion capture and human hematopoiesis single-cell RNA-seq data to realistically analyze different levels of out-of-distribution (OOD) generalization in forecasting and dynamics identification respectively. Our extensive empirical evaluation on these challenging benchmarks suggests that weight sparsity improves generalization in the presence of noise or irregular sampling. However, it does not prevent learning spurious feature dependencies in the inferred dynamics, rendering them impractical for predictions under interventions, or for inferring the true underlying dynamics. Instead, feature sparsity can indeed help with recovering sparse ground-truth dynamics compared to unregularized NODEs.

Code Implementations1 repo
Foundations

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

Your Notes