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

15.0%29.9%44.9%59.8% · Jun 202019922001200920182026
48 results for neural methods

Paper introduces a noise-robust classification method using hypergraph neural networks.

problem Noisy label learning problem in image datasets.
method PCA for dimensionality reduction, then applies graph-based semi-supervised learning methods including hypergraph neural network.
result Our proposed hypergraph neural network achieves the best performance when noise level increases.

Proposes a method to improve neural architectures reproducibly.

problem Lack of reproducibility in Neural Architecture Transformer (NAT).
method Differentiable Neural Architecture Transformation (DNAT).
result DNAT outperforms NAT and is applicable to various models and datasets.

A new GGN method speeds up training of deep neural networks for regression tasks.

problem Training deep neural networks efficiently for regression problems.
method Proposes a Gram-Gauss-Newton (GGN) algorithm for overparameterized neural networks.
result For sufficiently wide neural networks, GGN achieves quadratic convergence rate.

Neural nets solve electric field in non-convex microfluidic devices.

problem Solving differential equations in non-convex geometries.
method Neural network approximation of electric potential and field.
result Deep neural networks outperform shallow networks in accuracy.

Neural networks improve nonparametric regression with measurement errors.

problem Nonparametric regression with measurement errors.
method Proposes a neural network design using FNN, normalizing flow, and inference network.
result Neural network approach is more flexible and superior or comparable to classical methods.

Proposes a method to control model complexity in neural network optimization.

problem Reduces the computational cost of neural architecture search.
method Probabilistic model-based dynamic optimization with a penalty term to control model complexity.
result The proposed method controls model complexity while maintaining performance.

Although artificial neural networks have occasionally been used for Quantitative Structure-Activity/Property Relationship (QSAR/QSPR) studies in the past, the literature has of late been dominated by other machine learning techniques such as random forests. However, a variety of new neural net techniques along with suc…

2014-06-04abs ↗pdf ↗

Neural policy gradient methods converge globally and sublinearly.

problem Global optimality and convergence of neural policy gradient methods.
method Actor-critic schemes with neural networks, proving global optimality and sublinear convergence rates.
result Neural natural and vanilla policy gradient methods converge to globally optimal policies and stationary points.

A new method uses deep neural networks for estimating individual treatment effects.

problem Estimating individual treatment effects in large models.
method Extended fiducial inference with Double Neural Network (Double-NN) method.
result The Double-NN method outperforms CQR in individual treatment effect estimation.

Investigates the relationship between ResNets and Neural ODEs, quantifying their closeness and providing training methods.

problem Quantifying the distance between ResNet dynamics and Neural ODE solutions.
method Bounding the distance between hidden state trajectories and Neural ODE solutions, using gradient descent and Heun's method.
result Gradient descent and Heun's method can implicitly regularize ResNets towards Neural ODEs, especially for smooth residual functions.

New method improves neural network robustness with brain-like learning.

problem Traditional methods struggle with robustness in adversarial attacks.
method Generalized likelihood ratio method with brain-like learning mechanisms.
result Significant improvement in robustness of neural networks.

Derivative-free method uses deep neural nets for solving PDEs.

problem Solving elliptic partial differential equations (PDEs) without derivatives.
method Trains a deep neural network using reinforcement learning guided by a probabilistic PDE representation.
result Demonstrates effectiveness on various test problems.

New taxonomy and evaluation of neural network compression methods.

problem Efficiency of deep neural networks in real-world applications.
method Categorization and evaluation of tensor factorization and probabilistic compression methods.
result SVD and probabilistic compression methods are complementary and give the best results.

Method measures weight similarity in neural networks using normalization and statistical inference.

problem Quantifying weight similarity in non-convex neural networks.
method Chain normalization rule and hypothesis-training-testing statistical inference.
result Weights of identical neural networks converge to similar local solutions.

New method for neural network uncertainty quantification using empirical Neural Tangent Kernel.

problem Accurately quantify uncertainty in neural network predictions.
method Post-hoc, sampling-based approach using gradient-descent on linearized networks.
result Method effectively approximates Gaussian process posterior and outperforms existing methods in efficiency and accuracy.

Bayesian method learns neural network architecture parameters.

problem Estimating optimal neural network architecture parameters.
method Bayesian learning of concrete distributions over layer size and network depth.
result Regular networks with learnt structure generalize better on small datasets, while stochastic networks are more robust to initialisation.

TSSM splits neural networks for parallel training with minimal accuracy loss.

problem Accuracy degradation in parallel training of deep neural networks.
method TSSM reformulates alternating minimization to achieve parallelism with minimal accuracy loss.
result TSSM achieves significant speedup without accuracy loss on multiple datasets.

A method for faster neural architecture search using low-fidelity training.

problem Time-consuming evaluations in neural architecture search.
method Bayesian multi-fidelity method with knowledge distillation.
result Training for a few epochs with knowledge distillation leads to better architecture selection.

SEF method generates prediction intervals by shifting error function in neural networks.

problem Quantifying uncertainty in neural network predictions.
method Training a neural network three times to generate upper and lower bounds, using a parameter from initial estimates.
result SEF method effectively produces prediction intervals, outperforming other methods in evaluations.

Gibbs pruning optimizes neural networks by combining physics and regularization.

problem Large neural networks are impractical for many applications.
method Combines statistical physics and stochastic regularization to train and prune networks simultaneously.
result Gibbs pruning achieves state-of-the-art performance on ResNet-56.

Quantum method improves neural density estimation in high dimensions.

problem High-dimensional density estimation with poor performance and high computational complexity.
method Adaptive Fourier features based on quantum density matrices, integrated with neural networks.
result Competitive performance compared to state-of-the-art methods in various datasets.

GNPs use graph neural networks to predict target points with uncertainty quantification.

problem Predicting points on graphs with uncertainty.
method Graph Neural Processes (GNP) that operate on graph data, taking context features and outputting a target point distribution.
result GNPs can quantify uncertainty in graph data predictions.

Study compares uncertainty estimation methods for Bayesian Neural Networks.

problem Quality of uncertainty quantification in Bayesian Neural Networks.
method Empirical comparison of 10 inference methods on regression and classification tasks.
result Common inference metrics can be misleading, and methods designed to capture posterior structure do not always produce high-quality approximations.

New method prunes neural networks while conserving resources.

problem Design efficient neural networks for edge devices with limited computational power.
method Iterative channel-wise pruning with holonomic constraint in Lagrangian multipliers framework.
result Reduction of 15.47 GMAC to 3.87 GMAC for VGG-16 with only 1% top-1 accuracy loss.

Neural networks outperform kernel methods in classifying high-dimensional Gaussian mixtures.

problem Classifying high-dimensional Gaussian mixtures using kernel methods and neural networks.
method Theoretical analysis and derivation of learning dynamics for 2LNN and comparison with kernel methods.
result 2LNN can achieve near-optimal performance on high-dimensional Gaussian mixture classification tasks, surpassing kernel methods.

Survey of data augmentation techniques for time series classification with neural networks.

problem Small datasets in time series recognition.
method Four families of data augmentation: transformation-based, pattern mixing, generative models, and decomposition methods.
result Empirical evaluation of 12 data augmentation methods on 128 datasets.