Deep Sturm--Liouville: From Sample-Based to 1D Regularization with Learnable Orthogonal Basis Functions
David Vigouroux, Joseba Dalmau, Louis Béthune, Victor Boutin
TL;DR
Deep Sturm--Liouville (DSL) introduces a 1D regularization framework that propagates regularity along field lines spanning the input domain. A neural-network–driven vector field defines field lines $\gamma^x(t)$, along which a learnable Sturm--Liouville problem yields an orthogonal basis $u_i^x(t)$; these bases are combined linearly to form the predictor, with both the vector field and the SL coefficients learned jointly via implicit differentiation. The method connects to the Rank-1 Parabolic Eigenvalue Problem and provides theoretical guarantees of an orthogonal basis across the domain, while delivering competitive performance and improved sample efficiency on tabular and image datasets. Empirically, DSL achieves results comparable to standard neural networks with about 10 eigenfunctions and shows enhanced data efficiency in low-data scenarios, illustrating the practical value of moving from 0D to 1D regularization in deep learning.
Abstract
Although Artificial Neural Networks (ANNs) have achieved remarkable success across various tasks, they still suffer from limited generalization. We hypothesize that this limitation arises from the traditional sample-based (0--dimensionnal) regularization used in ANNs. To overcome this, we introduce \textit{Deep Sturm--Liouville} (DSL), a novel function approximator that enables continuous 1D regularization along field lines in the input space by integrating the Sturm--Liouville Theorem (SLT) into the deep learning framework. DSL defines field lines traversing the input space, along which a Sturm--Liouville problem is solved to generate orthogonal basis functions, enforcing implicit regularization thanks to the desirable properties of SLT. These basis functions are linearly combined to construct the DSL approximator. Both the vector field and basis functions are parameterized by neural networks and learned jointly. We demonstrate that the DSL formulation naturally arises when solving a Rank-1 Parabolic Eigenvalue Problem. DSL is trained efficiently using stochastic gradient descent via implicit differentiation. DSL achieves competitive performance and demonstrate improved sample efficiency on diverse multivariate datasets including high-dimensional image datasets such as MNIST and CIFAR-10.
