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,341 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · May 199319922001200920182026
48 results for Exploded manifolds

This paper extends de Rham theory of smooth manifolds to exploded manifolds. Included are versions of Stokes' theorem, De Rham cohomology, Poincare duality, and integration along the fiber. The resulting cohomology theory is used to define Gromov Witten invariants of exploded manifolds in a separate paper.

2010-03-09abs ↗pdf ↗

ERNNs evolve hidden states on an ODE's equilibrium manifold to mitigate vanishing and exploding gradients.

problem Vanishing and exploding gradients in RNNs.
method Develop a novel family of RNNs (ERNNs) that evolve hidden states on the equilibrium manifold of an ODE.
result ERNNs achieve state-of-the-art accuracy with 3-10x speedups and 1.5-3x model size reduction.

In \cite{FOinteger}, Fukaya and Ono outlined a way of counting pseudo-holomorphic curves in a general compact symplectic manifold to obtain integer valued invariants. This paper contains the details of Fukaya and Ono's suggested construction for any compact symplectic manifold and a large class of exploded manifolds.

2013-09-03abs ↗pdf ↗

This work tackles exploding inverses in INNs, revealing and mitigating their numerical non-invertibility.

problem Exploding inverses in INNs cause numerical non-invertibility, leading to failures in various tasks.
method Derived bi-Lipschitz properties of INN building blocks, proposed regularizers for local invertibility, and stable INN designs for global invertibility.
result Bi-Lipschitz properties and stable INN designs are crucial for addressing numerical non-invertibility.

TSGO optimizes gradients in tensor networks to avoid vanishing/exploding issues.

problem Gradient vanishing and exploding problems in deep learning models.
method TSGO rotates parameters towards gradient direction in tangent space of normalized state.
result TSGO naturally determines learning rate based on angle between parameters and gradient.

Analysis shows exploding and vanishing gradients in neural nets with ReLU activations.

problem Exploding and vanishing gradients in neural nets with ReLU activations.
method Rigorous analysis of gradient behavior in randomly initialized fully connected networks with ReLU activations.
result Empirical variance of gradients is exponential in beta, the sum of reciprocals of hidden layer widths.

Derives a new formula for optimal stopping problems with exploding derivatives.

problem Optimal stopping problems with complex boundary conditions.
method Develops a change of variable formula for functions with exploding derivatives near a surface.
result Derives a formula similar to Itô's but with less restrictive conditions.

Solves exploding and vanishing gradient problem in LSTMs.

problem Exploding and vanishing gradient problem in LSTM optimization.
method Introduces a simple stochastic algorithm (h-detach) to prevent suppression of gradient components through the cell state path in LSTM.
result Significant improvements in convergence speed, robustness, and generalization over vanilla LSTM training.

LTM tackles long sequence language modeling by avoiding vanishing and exploding gradients.

problem Language models struggle with long sequences due to gradient issues.
method Introduces Long Term Memory network (LTM) that scales memory and weights input, avoiding overfitting.
result LTM achieves state-of-the-art perplexity results with fewer cells than previous models.

The abstract discusses graphs with prescribed mean curvature on Riemannian manifolds, including existence and translating graphs.

problem Graphs with prescribed mean curvature on Riemannian manifolds with boundary conditions at infinity.
method Survey and proof of existence theorems for Jenkins-Serrin graphs.
result Existence of translating Jenkins-Serrin graphs.

Maxout networks study gradients and propose initialization strategies.

problem Complexity in input-output Jacobian distribution complicates stable parameter initialization.
method Obtained bounds on moments of gradients and formulated initialization strategies.
result Parameter initialization strategies improve training of deep maxout networks.

A new RNN model tackles long-time dependencies with fast, invertible, and memory-efficient hidden states.

problem Challenges in processing sequential inputs with long-time dependencies in RNNs.
method A novel RNN architecture based on a Hamiltonian system of oscillators.
result The proposed RNN mitigates exploding and vanishing gradient problems, providing state-of-the-art performance.

Fixup replaces normalization in deep networks, achieving similar stability and performance.

problem The effectiveness of normalization layers in deep neural networks.
method Fixed-update initialization (Fixup) to solve exploding and vanishing gradient problems.
result Residual networks trained with Fixup achieve state-of-the-art performance without normalization.

AntisymmetricRNN improves RNN trainability without extra computation.

problem Difficulty in learning long-term dependencies in RNNs.
method Connecting RNNs to ordinary differential equations and proposing AntisymmetricRNN.
result AntisymmetricRNN captures long-term dependencies more predictably and efficiently.

Solves Multivariate-MAB problem with path planning and Thompson sampling.

problem Exponential exploding issue in multivariate Multi-Armed Bandit (Multivariate-MAB) problem.
method Path planning framework using decision graphs and Thompson sampling for heuristic arm selection.
result Achieves faster convergence speed, better efficient arm allocation, and lower cumulative regret.

Unitary RNNs tackle vanishing/exploding gradients in long-term dependencies.

problem Vanishing and exploding gradients in RNNs for long-term dependencies.
method Proposes a unitary weight matrix with eigenvalues of absolute value 1, parametrized by structured matrices.
result Achieves state-of-the-art results in tasks with very long-term dependencies.

New method prevents 'shattered gradients' in deep networks, improving training of very deep models.

problem Vanishing and exploding gradients in deep learning networks.
method Introducing 'looks linear' (LL) initialization to prevent gradient shattering.
result Gradient shattering is prevented, allowing training of very deep networks without skip-connections.

Vanishing nodes cause hidden nodes to behave similarly, complicating deep neural network training.

problem Complicating deep neural network training due to hidden nodes behaving similarly.
method Introduced vanishing node indicator (VNI) to quantify node redundancy and correlated behavior.
result The effective number of nodes vanishes to one as VNI increases, indicating a challenging training scenario.

Study on preventing early training failure modes in deep ReLU nets.

problem Early training failure modes in deep ReLU nets.
method Proved and avoided two failure modes: exploding/vanishing mean activation length and exponentially large variance of activation length.
result Correct initialization and architecture can prevent early training failure modes in deep ReLU nets.

LRA trains deep networks robustly with less sensitivity to initial weights.

problem Training deep networks is challenging due to issues like exploding and vanishing gradients.
method Local Representation Alignment (LRA) is a training procedure less sensitive to initial weights.
result LRA can train networks robustly, even with null initial weights, and outperforms other methods.

New RNN model handles long-term dependencies in irregularly-sampled time series.

problem Handling long-term dependencies in irregularly-sampled time series data.
method Designing ODE-LSTMs that separate memory from continuous-time state.
result ODE-LSTMs outperform other RNN-based models on non-uniformly sampled data with long-term dependencies.

New method improves DAG learning by using large coefficients for higher-order terms.

problem Recovering DAG structures from observational data is challenging due to combinatorial optimization.
method Proposes truncated matrix power iteration to approximate DAG constraints efficiently.
result Empirically outperforms previous methods by a factor of 3 or more in structural Hamming distance.

Hamiltonian RNN controls hidden states gradient for long-term dependencies.

problem Challenges in learning long-term dependencies in RNNs.
method Symplectic discretization of Hamiltonian system to control gradient.
result Hamiltonian RNN outperforms other RNNs without hyperparameter optimization.

Deep CNNs can be trained without special architectures.

problem Training extremely deep CNNs (10,000 layers) is challenging due to vanishing/exploding gradients.
method Developed a mean field theory for signal propagation and conditions for dynamical isometry. Derived an algorithm for generating random initial orthogonal convolution kernels.
result Vanilla CNNs with ten thousand layers can be efficiently trained using appropriate initialization schemes.

Conformally invariant functionals on the space of knots are introduced via extrinsic conformal geometry of the knot and integral geometry on the space of spheres. Our functionals are expressed in terms of a complex-valued 2-form which can be considered as the cross-ratio of a pair of infinitesimal segments of the knot.…

2004-09-21abs ↗pdf ↗