Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

80160239319 · Jun 202019922001200920172026
48 results for multiple inner minima

A new algorithm tackles bilevel optimization with multiple inner minima.

problem Challenges in bilevel optimization with multiple inner minima.
method Reformulated as constrained optimization, solved via primal-dual bilevel optimization (PDBO) algorithm.
result First non-asymptotic convergence guarantee for bilevel optimization with multiple inner minima.

A new stochastic method tackles bi-level optimization problems in deep learning.

problem Bi-level optimization problems in deep learning, including hyperparameter optimization and meta learning.
method Turning a BLO problem into a stochastic optimization, using SGLD MCMC and a recurrent algorithm to compute MC-estimated hypergradient.
result Our method is more robust to suboptimal inner optimization and non-unique inner minima, leading to more reliable solutions.

Study reveals structure of local minima in GMMs, identifying key cluster centers.

problem Identifying optimal cluster centers in non-convex GMM landscapes.
method Analyzing the negative log-likelihood function of GMMs in the population limit.
result Local minima share a common structure that partially identifies true cluster centers.

We present a novel optimization method, named the Combined Optimization Method (COM), for the joint optimization of two or more cost functions. Unlike the conventional joint optimization schemes, which try to find minima in a weighted sum of cost functions, the COM explores search space for common minima shared by all …

2018-08-21abs ↗pdf ↗

We introduce the Genetic-Gated Networks (G2Ns), simple neural networks that combine a gate vector composed of binary genetic genes in the hidden layer(s) of networks. Our method can take both advantages of gradient-free optimization and gradient-based optimization methods, of which the former is effective for problems …

2018-11-26abs ↗pdf ↗

SGD can jump from high rank minima to low rank minima in DLNs, but not back.

problem SGD's tendency to get stuck in high rank minima in DLNs.
method Analysis of the L2L_{2}-regularized loss function of DLNs and the definition of absorbing sets.
result SGD has a non-zero probability to jump from high rank minima to low rank minima but zero probability to jump back.

Piecewise linear activations create many spurious local minima in neural networks.

problem Understanding the loss surface of neural networks with piecewise linear activations.
method Proved the existence of infinite spurious local minima and partitioned the loss surface into smooth cells.
result Piecewise linear activations create many spurious local minima that are invariant under a continuous path.

This paper constructs quandles with abelian inner automorphism groups from graphs, proving their homogeneity.

problem Finding quandles with specific automorphism properties.
method Starting from simple graphs, the paper constructs quandles with abelian inner automorphism groups and proves their homogeneity.
result Homogeneous quandles with abelian inner automorphism groups are constructed from vertex-transitive graphs.

Ensemble learning is a method of combining multiple trained models to improve model accuracy. We propose the usage of such methods, specifically ensemble average, inside Convolutional Neural Network (CNN) architectures by replacing the single convolutional layers with Inner Average Ensembles (IEA) of multiple convoluti…

2018-08-30abs ↗pdf ↗

Study of Gaussian distributions using entropic Gromov-Wasserstein and inner product Gromov-Wasserstein.

problem Optimal transportation between Gaussian distributions with different dimensions.
method Entropic Gromov-Wasserstein and inner product Gromov-Wasserstein, with closed-form expressions and von Neumann's trace inequality.
result Closed-form expressions for the entropic IGW and its unbalanced variant between Gaussian distributions.

We propose a quantization based approach for fast approximate Maximum Inner Product Search (MIPS). Each database vector is quantized in multiple subspaces via a set of codebooks, learned directly by minimizing the inner product quantization error. Then, the inner product of a query to a database vector is approximated …

2015-09-04abs ↗pdf ↗

DualAdam improves generalization of Adam by integrating its update mechanisms.

problem Adam's tendency to converge to sharp minima leading to suboptimal generalization.
method DualAdam combines Adam and inverse Adam's update mechanisms to enhance generalization.
result DualAdam outperforms Adam and state-of-the-art variants in generalization performance.

This work reveals symmetries in quantum circuits and develops a noise-aware optimization method.

problem Understanding and optimizing the cost landscape of parametrized quantum circuits.
method Analytical proof of symmetries and their resilience to noise, followed by the development of SYMH optimization method.
result Symmetries in PQCs lead to degeneracy in the cost landscape and can be exploited to improve optimization under noise.

The paper extends kernel ridge regression to product kernels and reveals new convergence behaviors.

problem Understanding kernel ridge regression in large dimensions with various kernels.
method Established a broad family of large dimensional kernels and derived convergence rates.
result Revealed new phenomena including minimax optimality, saturation effect, and multiple descent behavior.

Mode connectivity is a recently introduced frame- work that empirically establishes the connected- ness of minima by finding a high accuracy curve between two independently trained models. To investigate the limits of this setup, we examine the efficacy of this technique in extreme cases where the input models are trai…

2018-06-18abs ↗pdf ↗

In this paper, we determine the automorphism group of the pp-cones (p2p\neq 2) in dimension greater than two. In particular, we show that the automorphism group of those pp-cones are the positive scalar multiples of the generalized permutation matrices that fix the main axis of the cone. Next, we take a look at a pro…

2018-08-05abs ↗pdf ↗

Transformers with multiple layers learn to estimate bigram distributions, while single-layer models often get stuck in unigram local minima.

problem Understanding the sequential modeling capabilities of transformers using Markov chains.
method Introducing a new framework to analyze transformers via Markov chains, characterizing their loss landscapes.
result Single-layer transformers often get stuck in local minima representing the unigram distribution, while deeper models reliably converge to the ground-truth bigram.

This work speeds up hyperparameter selection for non-smooth convex models using implicit differentiation.

problem Optimizing hyperparameters of non-smooth convex models.
method Implicit differentiation of proximal gradient and coordinate descent methods.
result Implicit differentiation can speed up hyperparameter optimization, especially for non-smooth problems.

New framework learns sufficient invariant features robustly across distribution shifts.

problem Learning robust models under distribution shifts between training and test datasets.
method Sufficient Invariant Learning (SIL) framework and Adaptive Sharpness-aware Group Distributionally Robust Optimization (ASGDRO) algorithm.
result Empirical evaluations confirm ASGDRO's robustness against distribution shifts.

Recent results in the literature indicate that a residual network (ResNet) composed of a single residual block outperforms linear predictors, in the sense that all local minima in its optimization landscape are at least as good as the best linear predictor. However, these results are limited to a single residual block …

2019-07-09abs ↗pdf ↗

Paper finds wide minima are better for generalization and proposes a new learning rate schedule.

problem The challenge of finding optimal learning rates for model training.
method The paper introduces a new hypothesis about the density of wide minima and designs an explore-exploit learning rate schedule.
result The explore-exploit learning rate schedule improves model performance and reduces training time.

Gradient descent in deep networks tends to find flat minima, which are nearly balanced.

problem Understanding the effect of gradient descent on the structure of minima in deep neural networks.
method Characterized flat minima in linear neural networks trained with a quadratic loss.
result Flat minima correspond to nearly balanced networks where the gain from input to intermediate representations is nearly constant.

The study analyzes local minima in ReLU networks and finds low probability of bad local minima.

problem Understanding the existence and probability of local minima in ReLU networks.
method Theoretical analysis combined with linear programming and experiments on MNIST and CIFAR-10 datasets.
result No bad differentiable local minima found almost everywhere in weight space.

In deep learning, \textit{depth}, as well as \textit{nonlinearity}, create non-convex loss surfaces. Then, does depth alone create bad local minima? In this paper, we prove that without nonlinearity, depth alone does not create bad local minima, although it induces non-convex loss surface. Using this insight, we greatl…

2017-02-27abs ↗pdf ↗

Paper describes links of mixed polynomials with specific properties.

problem Understanding the links of mixed polynomials with nice Newton boundaries.
method Analyzes links constructed from sequences of links associated with compact 1-faces of the Newton boundary.
result Links of singularities of inner non-degenerate mixed polynomials can be described using a specific procedure.

Paper proposes faster method to find local minima in nonconvex optimization.

problem Escaping saddle points and finding local minima in nonconvex optimization.
method LENA (Last stEp shriNkAge) framework for faster perturbed stochastic gradient methods.
result LENA finds (ε,εH)(ε, ε_{H})-approximate local minima within ildeO(ε3+εH6) ilde O(ε^{-3} + ε_{H}^{-6}) evaluations.

Proposes NRS to find flat minima in deep neural networks.

problem Finding optimal solutions in deep neural networks with overparameterization.
method NRS leverages the concept of flat minima and uses Kullback-Leibler divergence to regularize the neighborhood region in weight space.
result NRS drives optimizers towards flat minima, improving generalization ability across various model architectures.

Study reveals sharp characterisation of local minima in neural network loss landscapes.

problem Characterizing local minima in high-dimensional two-layer ReLU neural networks.
method Exact low-dimensional representation of local minima using summary statistics and link with one-pass SGD dynamics.
result Local minima in overparameterized neural networks form discrete families with varying stability and reachability.

The paper proposes a thermodynamic potential to guide training of generative models, breaking ergodicity to improve functionality.

problem Improving generative model functionality while limiting access to underrepresented patterns.
method Constructing a thermodynamic potential that guides training, leading to multiple minima in the free energy.
result Training a generative model breaks ergodicity, preventing escape into the high-temperature phase.

VAE global minima can learn correct manifold dimensions, even with conditioning variables.

problem Understanding VAE behavior on manifolds and adapting to varying dimensions.
method Proving VAE global minima can learn correct manifold dimensions and extending to CVAEs.
result Proven that VAE global minima can learn correct manifold dimensions and adapted to CVAEs.

In "Width complexes for knots and 3-manifolds," Jennifer Schultens defines the width complex for a knot in order to understand the different positions a knot can occupy in the 3-sphere and the isotopies between these positions. She poses several questions about these width complexes; in particular, she asks whether the…

2010-08-30abs ↗pdf ↗

DGSAM improves domain generalization by minimizing individual sharpness.

problem Improving domain generalization models that perform well on unseen target domains.
method Shifts DG paradigm toward minimizing individual sharpness across source domains.
result DGSAM reduces performance variance across domains with less computational overhead.