Representation and Regression Problems in Neural Networks: Relaxation, Generalization, and Numerics

📅 2024-12-02
🏛️ arXiv.org
📈 Citations: 1
Influential: 0
📄 PDF

career value

189K/year
🤖 AI Summary
This paper addresses non-convex optimization in shallow neural networks across three fundamental tasks: exact representation, function approximation, and regression. We propose a unified convexification framework grounded in mean-field theory. Theoretically, we rigorously prove that the convexified problem admits no relaxation gap and derive an interpretable, closed-form generalization bound that explicitly characterizes hyperparameter influence and provides principled guidelines for optimal selection. Algorithmically, we design a task-adaptive solver: for low-dimensional settings, we employ the simplex method with theoretical guarantees of exact recovery; for high-dimensional settings, we combine sparsification with gradient descent to achieve efficient approximation. Empirical results demonstrate substantial improvements in test performance over standard training heuristics. To our knowledge, this is the first work achieving unified modeling, gap-free convexification, and joint optimization of generalization and algorithmic efficiency across all three tasks.

Technology Category

Application Category

📝 Abstract
In this work, we address three non-convex optimization problems associated with the training of shallow neural networks (NNs) for exact and approximate representation, as well as for regression tasks. Through a mean-field approach, we convexify these problems and, applying a representer theorem, prove the absence of relaxation gaps. We establish generalization bounds for the resulting NN solutions, assessing their predictive performance on test datasets and, analyzing the impact of key hyperparameters on these bounds, propose optimal choices. On the computational side, we examine the discretization of the convexified problems and derive convergence rates. For low-dimensional datasets, these discretized problems are efficiently solvable using the simplex method. For high-dimensional datasets, we propose a sparsification algorithm that, combined with gradient descent for over-parameterized shallow NNs, yields effective solutions to the primal problems.
Problem

Research questions and friction points this paper is trying to address.

Convexify non-convex optimization in shallow neural networks
Establish generalization bounds for neural network solutions
Develop efficient algorithms for high-dimensional dataset discretization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Convexify problems via mean-field approach
Establish generalization bounds for NN solutions
Sparsification algorithm for high-dimensional datasets
🔎 Similar Papers