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.

169,051 papers · 148 categories

Trend · papers per month

12.5%25.0%37.5%50.0% · Sep 199319922001200920172026
48 results for bad minima

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 ↗

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.

One of the main difficulties in analyzing neural networks is the non-convexity of the loss function which may have many bad local minima. In this paper, we study the landscape of neural networks for binary classification tasks. Under mild assumptions, we prove that after adding one special neuron with a skip connection…

2018-05-22abs ↗pdf ↗

In this paper, we prove that depth with nonlinearity creates no bad local minima in a type of arbitrarily deep ResNets with arbitrary nonlinear activation functions, in the sense that the values of all local minima are no worse than the global minimum value of corresponding classical machine-learning models, and are gu…

2018-10-21abs ↗pdf ↗

New findings suggest non-contrastive learning has many bad minima, not just collapsed ones.

problem The effectiveness of non-contrastive learning in unsupervised feature learning.
method Theoretical analysis and controlled experiments on simple data models.
result Non-contrastive losses have a preponderance of non-collapsed bad minima, and these minima are not avoided during training.

The paper shows deep neural networks have no bad local minima and no diverging paths to infinity.

problem The risk of diverging to infinity in deep neural networks.
method Mathematical analysis of regularizers and loss functions.
result For a large class of over-parameterized deep neural networks, the loss function has no bad local minima and no decreasing paths to infinity.

There has been a lot of recent interest in trying to characterize the error surface of deep models. This stems from a long standing question. Given that deep networks are highly nonlinear systems optimized by local gradient methods, why do they not seem to be affected by bad local minima? It is widely believed that tra…

2016-11-19abs ↗pdf ↗

This paper compares EM and GD in two-component mixture models, finding EM escapes bad local optima more reliably.

problem Understanding the convergence of EM and GD in mixture models, especially in regions where one component is missing.
method Analyzing regions called one-cluster regions in two-component mixture models of Gaussians and Bernoullis, comparing the propensity of EM and GD to converge to these regions.
result EM escapes one-cluster regions exponentially fast, while GD escapes them linearly fast, indicating EM is less likely to converge to bad local optima.

Gradient-based methods find saddle points, not critical points, in neural networks.

problem Gradient-based optimization methods converge to saddle points rather than critical points in deep neural networks.
method Critical point-finding methods used to analyze neural network losses.
result Gradient-based methods often converge to or pass through gradient-flat regions, where gradient norm has a stationary point.

The paper tackles how weakly interacting agents can learn to escape flat minima in machine learning.

problem Understanding how flat minima affect generalization in machine learning.
method Formalizes the problem as an optimization problem with weakly interacting agents, reviews stochastic processes, and proposes a new algorithm.
result Illustrates the potential of an algorithmic framework for escaping flat minima.

In this paper, we prove a conjecture published in 1989 and also partially address an open problem announced at the Conference on Learning Theory (COLT) 2015. With no unrealistic assumption, we first prove the following statements for the squared loss function of deep linear neural networks with any depth and any widths…

2016-05-23abs ↗pdf ↗

Gradient-flow helps find good minima in complex models.

problem Understanding why gradient-based algorithms work in non-convex optimization.
method Kac-Rice analysis and gradient-flow from statistical physics.
result Gradient-flow finds good global minima in the presence of many spurious local minima.

New proof shows deep neural nets can have sub-optimal local minima.

problem Can over-parameterization eliminate sub-optimal local minima in deep neural networks?
method Counter-example with generic input data and non-linear activation functions.
result Sub-optimal local minima exist in deep neural networks regardless of width.

New research shows posterior collapse in VAEs isn't just about KL-divergence.

problem Posterior collapse in Variational Autoencoders (VAEs).
method Analyzes the loss surface of deep autoencoder networks and proves the existence of bad local minima.
result Posterior collapse in VAEs is caused by bad local minima, not just KL-divergence.

Geometric study of linear neural networks identifies pure and spurious critical points.

problem Understanding the landscape of loss functions in linear neural networks.
method Geometric properties of functional spaces and parameterization analysis.
result Different phenomena cause the absence of bad local minima in linear networks, depending on the architecture and loss function.

We analyze the loss landscape and expressiveness of practical deep convolutional neural networks (CNNs) with shared weights and max pooling layers. We show that such CNNs produce linearly independent features at a "wide" layer which has more neurons than the number of training samples. This condition holds e.g. for the…

2017-10-30abs ↗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.

SSRGD finds local minima in nonconvex problems with simple gradient updates.

problem Finding local minima in nonconvex optimization problems.
method Simple perturbed stochastic recursive gradient descent (SSRGD).
result SSRGD finds (ε,δ)(ε,δ)-second-order stationary points efficiently.

The counting grid is a grid of microtopics, sparse word/feature distributions. The generative model associated with the grid does not use these microtopics individually. Rather, it groups them in overlapping rectangular windows and uses these grouped microtopics as either mixture or admixture components. This paper bui…

2015-03-12abs ↗pdf ↗

The abstract constructs a set of bad 3-orbifolds and shows how any bad 3-orbifold can be transformed into a good one.

problem Characterizing and transforming bad 3-orbifolds into good ones.
method Explicit construction of bad 3-orbifolds and a method of cutting-and-capping to transform them.
result Any bad 3-orbifold can be transformed into a good 3-orbifold through a finite number of operations.

Mixed linear regression involves the recovery of two (or more) unknown vectors from unlabeled linear measurements; that is, where each sample comes from exactly one of the vectors, but we do not know which one. It is a classic problem, and the natural and empirically most popular approach to its solution has been the E…

2013-10-14abs ↗pdf ↗

Matrix completion is a well-studied problem with many machine learning applications. In practice, the problem is often solved by non-convex optimization algorithms. However, the current theoretical analysis for non-convex algorithms relies heavily on the assumption that every entry is observed with exactly the same pro…

2018-03-28abs ↗pdf ↗

Gradient descent fails to train two-layer ReLU networks, leading to poor performance.

problem Gradient descent training of two-layer ReLU networks initialized by He et al. (2015) fails to find optimal solutions.
method Gradient descent on a least-squares loss for training two-layer (Leaky)ReLU networks.
result Gradient descent only finds bad local minima, leading to linear regression for non-linear target functions.

SAMformer improves transformer performance in time series forecasting.

problem Transformers struggle with multivariate long-term forecasting.
method Sharpness-aware minimization and channel-wise attention.
result SAMformer surpasses state-of-the-art methods in multivariate time series forecasting.

SGD favors flat minima exponentially more than sharp minima in deep learning.

problem Understanding how SGD selects flat minima in deep learning.
method Developed a density diffusion theory (DDT) to analyze minima selection.
result SGD exponentially favors flat minima over sharp minima due to Hessian-dependent noise.

RMCSE improves voltage estimation in low-observability distribution systems.

problem Insufficient measurements in distribution system state estimation.
method Combines matrix completion and power system model, minimizes rank and residual with different weights.
result Robust voltage estimation in low-observability systems without bad data detection.

This paper introduces a gradient analysis framework to improve language model performance by rewarding good examples and penalizing bad ones.

problem Improving language model output quality by penalizing bad examples.
method Gradient analysis of loss functions to reward good examples and penalize bad ones.
result ExMATE is superior to MLE and combining DPO with ExMATE enhances performance.