cs.LGAug 12, 2026

Predicting When Random Low-Dimensional Reparameterizations Train Neural Networks

Authors: Andrew ChengAli EslamianJie ChengMehdi ZarghamQiang Cheng

Organizations: Department of Computer Science, Tsinghua University, Beijing, China · Department of Computer Science, The University of Manchester, Manchester, UK · Department of Computer Science, University of Kentucky, Lexington, KY, USA · Department of Computer Science, Miami University, Oxford, OH, USA · Department of Computer Science, University of Dayton, Dayton, OH, USA · Institute for Biomedical Informatics, University of Kentucky, Lexington, KY, USA

Abstract

Neural networks can often be trained or fine-tuned through random low-dimensional reparameterization, where a small latent vector is mapped into a full parameter update by a frozen random map. This raises a practical question: how large must the latent search space be to reach a low-loss region? We first express the known accessibility transition in an equivalent conic form, centered for compact convex targets at the statistical dimension of the polar cone. Our main theoretical contribution is an orientation-resolved quadratic master formula that predicts the random-slice residual from both the curvature spectrum and the reference-to-solution displacement profile. It yields a self-consistent isotropic-orientation predictor and, in a conservative radius-only specialization, recovers the earlier Gaussian-width quadratic bound. Building on this analysis, we introduce Random Mapping Networks (RaMaN), which instantiate the predicted latent dimension using structured Hadamard or seed-regenerated Gaussian maps. These constructions avoid the O(dP) storage of dense random maps and reduce optimizer-state memory from O(P) to O(d). We also develop matrix-free curvature approximations and sweep-free dimension selection. Across controlled quadratic and neural-curvature experiments, the orientation-resolved predictor closely tracks measured transition locations and outperforms orientation-agnostic approximations when displacement direction matters. End-to-end experiments further show sharp, protocol-dependent training transitions across image and language models.

Explore similar work

Aug 31, 2026cs.LG

Sharp Approximation Rates for Neural Networks with Affine Latent Parameterizations

Many parameter-efficient methods generate the parameters of a large neural network from a low-dimensional latent representation. Given an architecture ΦΦ with PΦP_Φ parameter slots, we write θf=G(ξf)\boldsymbolθ_f=\mathcal{G}(\boldsymbolξ_f), where G ⁣:RMRPΦ\mathcal{G}\colon\mathbb{R}^M\to\mathbb{R}^{P_Φ} is a parameter generator and ξfRM\boldsymbolξ_f\in\mathbb{R}^M is a latent representation of the target function ff. The architecture ΦΦ and the generator G\mathcal{G} are shared across the entire target class, while each target ff is represented by its own latent vector ξf\boldsymbolξ_f, with ΦG(ξf)Φ_{\mathcal{G}(\boldsymbolξ_f)} approximating ff. This framework encompasses hypernetworks, low-dimensional parameterizations, parameter-efficient adaptation, and model compression. Understanding the tradeoff between the latent dimension MM and the network budget PP is therefore fundamental to characterizing the expressive efficiency of these methods. We study this tradeoff for affine generators and fully connected ReLU architectures. More precisely, optimizing jointly over architectures ΦΦ satisfying PΦPP_Φ\leq P and affine generators G:RMRPΦ\mathcal{G}:\mathbb{R}^M\to \mathbb{R}^{P_Φ}, we prove that the optimal worst-case uniform approximation error over the unit ball of αα-Hölder functions on [0,1]d[0,1]^d, where 0<α10<α\leq1, has the sharp order (Pmin{M,P})α/d.\bigl(P\min\{M,P\}\bigr)^{-α/d}. In particular, our result shows that even a fixed-dimensional latent space suffices to achieve vanishing approximation error as the network budget increases.
Shijun Zhang
Jun 3, 2026cs.LG

HalfNet: Randomized Neural Networks with Learned Subspace Geometry

Many researchers investigated neural networks with some of their weights fixed to values randomly drawn from a given distribution, e.g., N(0,I)N(0, I). Our proposed HalfNet draws random weights from N(0,Σ)N(0, Σ), where ΣΣ, which defines the geometry of the distribution, has a low-rank factorization that we learn from data. Experiments on MNIST and CIFAR-10 demonstrate that HalfNet can match the performance of fully trained multilayer perceptrons while using substantially fewer parameters. Spectral analysis indicates that much of the predictive power of neural networks lies in the geometry of their weight space rather than in the precise values of individual parameters, and we observe that accuracy scales smoothly with rank. HalfNet is not a neural architecture trick for low-rank structure; it implements a data-dependent random embedding that can also be interpreted through supervised metric learning, or random-feature and kernel perspectives.
Ethem Alpaydin
Feb 18, 2021cs.LG

Deep Residual Networks Learn the Geodesic Curve in the Wasserstein Space

Recent studies revealed the mathematical connection between deep neural networks (DNNs) and dynamic systems. However, the specific dynamics that DNNs, especially deep residual networks (ResNets), tend to learn during training remain insufficiently characterized. To this end, we model the forward propagation of deep residual networks using continuity equations, in which the measure is conserved and infinite curves in the measure space connect the input distribution to the output one of a ResNet. We find ResNets with L2L_2 regularization attempt to learn the geodesic curve in the Wasserstein space, induced by the optimal transport map. Compared with plain networks, ResNets can better approximate the geodesic curve, which explains why ResNets can be optimized and generalize better. Numerical experiments show that the data tracks of a ResNet tend to be line-shaped in terms of the line-shape score, and the map learned by a ResNet is closer to the optimal transport map in terms of the optimal transport score. In a word, we conclude that ResNets learn the geodesic curve in the Wasserstein space and discretely engineer the data transformation in high-dimensional spaces.
Kuo Gai, Shihua Zhang