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

305989118 · Jun 202019922001200920172026
48 results for Xavier initialization

Neural networks with Xavier initialization converge to global minimum in the scaling limit.

problem Optimizing neural networks with Xavier initialization in the large network limit.
method Stochastic analysis and convergence to a random ODE with a Gaussian distribution.
result The neural network converges to a global minimum in the limit, with zero loss.

Investigates scaling deep neural networks to avoid capacity issues.

problem Avoiding the shattering problem in deep neural networks.
method Formulates conjecture and studies various architectures to determine scaling relations.
result Reveals scaling relations for deep residual networks and recurrent networks.

Our study analyzes how neural network initialization affects privacy and utility in overparameterized models.

problem Privacy and utility trade-off in overparameterized neural networks.
method Analytical proof of KL divergence privacy bound, focusing on initialization, width, and depth.
result Privacy bound improvement with increasing depth under certain initializations, degradation under others.

Spectral normalization stabilizes GANs by controlling gradient explosion and vanishing.

problem Stability and sample quality issues in GAN training.
method Spectral normalization controls gradient explosion and vanishing, improving GAN training stability and sample quality.
result Bidirectional Scaled Spectral Normalization (BSSN) outperforms standard spectral normalization in sample quality and training stability.

S-GAI initializes MLPs using spectral geometry from data, improving performance.

problem Lack of guidance on initial weights encoding data geometry.
method S-GAI uses SVD to estimate spectral class geometry, initializing MLPs from training data.
result S-GAI-initialized MLPs start from a more informative hidden state and achieve comparable accuracy.

The Residual Network (ResNet), proposed in He et al. (2015), utilized shortcut connections to significantly reduce the difficulty of training, which resulted in great performance boosts in terms of both training and generalization error. It was empirically observed in He et al. (2015) that stacking more layers of resid…

2016-11-03abs ↗pdf ↗

In this paper we will prove the Calabi-Yau conjectures for embedded surfaces. In fact, we will prove considerably more. The Calabi-Yau conjectures about surfaces date back to the 1960s. Much work has been done on them over the past four decades. In particular, examples of Jorge-Xavier from 1980 and Nadirashvili from 19…

2004-04-09abs ↗pdf ↗

New method improves NN performance across various settings.

problem Improving neural network performance across different datasets and architectures.
method Population Gradients (PG) method to calculate non-local gradient estimates.
result Significantly improves final performance across architectures, data-sets, and hyper-parameters.

Gradient descent dynamics in neural networks show quenching and activation phases.

problem Understanding training dynamics in neural networks.
method Numerical and phenomenological study of gradient descent algorithm for two-layer neural networks.
result Gradient descent dynamics exhibit quenching and activation phases in under-parametrized networks.

We consider topological conditions under which a locally invertible map admits a global inverse. Our main theorem states that a local diffeomorphism f:MRnf: M \to\mathbb{R}^n is bijective if and only if Hn1(M)=0H_{n-1}(M)=0 and the pre-image of every affine hyperplane is non-empty and acyclic. The proof is based on some geometr…

2008-08-01abs ↗pdf ↗

Study L2L^{2}-harmonic forms on almost Kähler manifolds, extending vanishing theorems.

problem Analyzing L2L^{2}-harmonic forms on complete almost Kähler manifolds.
method Decomposing L2L^{2}-harmonic forms into Lefschetz powers of primitive forms, extending vanishing theorems.
result Spaces of harmonic (p,q)(p,q)-forms on XX vanish unless p+q=np+q=n.

New algorithm learns random neural networks efficiently.

problem Learning random constant-depth neural networks efficiently.
method Presented a PTAS (Polynomial-Time Approximation Scheme) for learning random Xavier networks of fixed depth.
result For any fixed ε and depth i, there is a poly-time algorithm that learns random Xavier networks up to an additive error of ε.

Let MnRn+1M^n\subset\mathbb R^{n+1} be the graph of a C2C^2-real valued function defined in a closed ball of Rn\mathbb R^n. In this work, we obtain upper bounds for infMH\inf_M|H| and infMR\inf_M|R|, where HH and RR are, respectively, the mean curvature and the scalar curvature of MnM^n, generalizing estimates given by Heinz i…

2009-04-06abs ↗pdf ↗

In this paper, we investigate the relationship between the discreteness of the spectrum of a non-compact, extrinsically bounded submanifold $\varphi \colon M^m \ra N^n$ and the Hausdorff dimension of its limit set limφ\lim\varphi. In particular, we prove that if $\varphi \colon \!M^2 \ra D \subseteq \R^3$ is a minimal im…

2012-11-26abs ↗pdf ↗

Minimal surfaces with uniform curvature (or area) bounds have been well understood and the regularity theory is complete, yet essentially nothing was known without such bounds. We discuss here the theory of embedded (i.e., without self-intersections) minimal surfaces in Euclidean 3-space without a priori bounds. The st…

2005-11-30abs ↗pdf ↗

The paper explores neural network initialization strategies and proposes a new method.

problem The initialization phase of neural networks is underexplored compared to optimization.
method The authors discuss and develop an alternative initialization strategy for DNNs with ReLU activations.
result The new initialization strategy improves the quality of neural network training.

New method for better initial centers in clustering with improved accuracy and privacy.

problem Improving the quality of clustering centers in metric spaces.
method HST initialization based on metric embedding tree structure, combined with efficient search algorithm and DP extension.
result HST initialization produces better initial centers than kk-median++ with comparable efficiency and improved privacy.

Orthogonal initialization speeds up convergence in deep linear networks.

problem The impact of initialization on convergence speed and model performance in deep neural networks.
method Analysis of orthogonal initialization in deep linear networks, proving its superiority over Gaussian initialization.
result Orthogonal initialization speeds up convergence relative to Gaussian initialization in deep networks.

The paper establishes principles for initializing and designing GNNs with ReLU activations to avoid oversmoothing and correlation collapse.

problem Oversmoothing and correlation collapse in deep ReLU GNNs.
method The paper derives and validates three principles for initialization and architecture selection in finite width graph neural networks with ReLU activations.
result Correct initialization, residual aggregation operators, and residual connections significantly improve early training dynamics in deep ReLU GNNs.

In this paper, we firstly give a brief introduction of expectation maximization (EM) algorithm, and then discuss the initial value sensitivity of expectation maximization algorithm. Subsequently, we give a short proof of EM's convergence. Then, we implement experiments with the expectation maximization algorithm (We im…

2013-05-03abs ↗pdf ↗

New findings show that minimal feature diversity at neural network initialization is harmful but can be mitigated with noise.

problem The importance of feature diversity at neural network initialization.
method A series of experiments comparing different initialization schemes, including adding noise.
result Minimal feature diversity is harmful but can be mitigated with noise, even standard GPU noise is sufficient.

New distributed clustering algorithms show resilience to initialization issues.

problem Resilience of distributed gradient-based clustering algorithms to center initialization.
method Distributed gradient-based clustering algorithms with novel center initialization.
result The algorithms are more resilient to initialization compared to baseline methods.

The paper proves deep ReLU networks can die and proposes a new initialization method to prevent it.

problem Dying ReLU neurons in deep neural networks.
method The paper rigorously proves the dying ReLU problem and proposes a new randomized asymmetric initialization method.
result The new initialization method effectively prevents the dying ReLU problem.

New method for initializing networks robustly, improving performance across various settings.

problem Insufficient initialization strategies for weight-normalized networks and ResNets.
method Proposes a novel initialization strategy based on mean field approximation.
result Improves generalization performance and robustness to hyper-parameters.

Winning ticket initializations generalize across various datasets and optimizers.

problem Finding winning ticket initializations is computationally expensive and their generality is unclear.
method Generated winning tickets for one training configuration and evaluated their performance on another configuration.
result Winning ticket initializations generalize across multiple datasets and optimizers, achieving performance close to winning tickets generated on the same dataset.

Paper proves rigidity of initial data sets with boundary and capillary MOTS.

problem Rigidity of initial data sets with boundary and capillary MOTS.
method Estimates area of MOTS, proves rigidity for 3D, extends to high dimensions using Yamabe constant.
result Rigidity results for initial data sets with boundary and capillary MOTS.

This study examines the space of initial values strictly satisfying the dominant energy condition.

problem The dominant energy condition on initial value pairs in spacetime.
method Introduced an index difference for initial value pairs and compared it to Riemannian metrics.
result The space of initial values has non-trivial homotopy groups.

Study evaluates initialization strategies for infinite hidden Markov models.

problem Limited attention to initialization in infinite hidden Markov models.
method Systematically evaluated distance-based clustering, model-based, and uniform initializations.
result Distance-based clustering initializations consistently outperform other methods.

This paper presents a phase diagram for two-layer neural networks under different initialization scales.

problem Understanding the behavior of neural networks under varying scales of initialization.
method Analysis of a phase diagram for two-layer neural networks.
result Condensation of weight vectors on isolated orientations during training.

A new neural network initialization method is proposed for faster and more accurate training.

problem Efficient initialization for training multi-layer feedforward neural networks.
method Initialization based on Stein's identity, using eigenvectors of cross-moment matrix.
result The SteinGLM method is faster and more accurate than other initialization methods.