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

3266519771,302 · Jun 202019922001200920182026
48 results for Neural Approximate Computing

Paper proposes MCMA architecture for neural approximate computing with higher invocation rate and energy savings.

problem Limited invocation rate of neural approximators leading to suboptimal energy efficiency.
method Introduces MCMA architecture with a multiclass classifier and multiple approximators, sharing hardware resources and efficiently swapping approximators.
result Significantly higher invocation rate and energy savings compared to existing methods.

Paper proposes a log-domain training method to reduce neural network complexity.

problem High computational complexity in training deep neural networks limits real-time training.
method End-to-end training and inference scheme using approximate logarithmic operations in the log-domain.
result 16-bit log-based training achieves within 1% accuracy of floating-point baselines.

New methods improve statistical accuracy of complex models without high computational cost.

problem Improving statistical accuracy of complex models without high computational cost.
method Neural posterior and likelihood estimation (NPE and NLE) methods.
result NPE and NLE methods have similar theoretical guarantees to ABC and BSL, but achieve accuracy at a reduced computational cost.

We discuss approximation of functions using deep neural nets. Given a function ff on a dd-dimensional manifold ΓRmΓ\subset \mathbb{R}^m, we construct a sparsely-connected depth-4 neural network and bound its error in approximating ff. The size of the network depends on dimension and curvature of the manifold ΓΓ, the…

2015-09-24abs ↗pdf ↗

A new method for uncertainty estimation in neural networks using existing optimization steps.

problem Uncertainty quantification in deep neural networks.
method L2M: Practical posterior Laplace approximation with optimization-driven second moment estimation.
result L2M method yields reasonable results without requiring changes in models or extra computational steps.

NESTA accelerates neural networks by compressing Hamming weights.

problem Efficiently computing convolution layers in deep neural networks.
method NESTA reformats convolutions into 3imes33 imes 3 batches and uses Hamming Weight Compressors to process each batch, approximating partial sums and adding residuals.
result Significantly speeds up convolution computations with reduced energy consumption.

Proposes TAGI for efficient Gaussian inference in Bayesian neural networks.

problem Efficient inference in Bayesian neural networks with complex architectures.
method Analytical method for tractable approximate Gaussian inference (TAGI).
result Matches performance of gradient-based methods with O(n)\mathcal{O}(n) computational complexity.

Paper proves neural networks can be approximated using interval bounds.

problem Verifying safety and robustness of neural networks.
method Introduces interval universal approximation (IUA) theorem for neural networks.
result Neural networks can be approximated using interval bounds for any continuous function and squashable activation functions.

Bayesian methods enhance deep learning models by improving reliability and uncertainty.

problem Improving reliability and uncertainty awareness in deep learning models.
method Approximate Bayesian inference techniques, including SG-MCMC and VI, applied to deep learning models.
result Enhanced posterior inference for deep learning models, particularly in neural networks and generative models.

Study examines line search approximations for neural networks using MBSS.

problem Reducing computational cost in training large-scale neural networks.
method Empirical study of quadratic line search approximations for dynamic MBSS loss functions, enforcing different types of function and derivative information.
result Selectively enforcing information in approximations reduces the variance of predicted step sizes.

New method estimates uncertainty without sampling for neural networks.

problem Estimating epistemic uncertainty in neural networks for safety-critical applications.
method Approximated Variance Propagation without sampling.
result Significantly reduces computational overhead compared to sampling-based methods.

Optimal neural network approximation for Wasserstein gradient direction via convex optimization.

problem Approximating Wasserstein gradient direction with limited data.
method Two-layer networks with squared-ReLU activations, SDP relaxation.
result Optimal approximation of Wasserstein gradient direction in two-layer networks.

New algorithm for efficient prediction intervals in neural networks.

problem Challenges in estimating uncertainty in neural network predictions.
method Applies matrix sketching to approximate Jacobian matrix for efficient uncertainty estimation.
result Produces approximate prediction intervals with competitive performance.

Neural networks learn adaptive kernels that improve approximation and representation.

problem Improving neural network performance in approximating and representing functions from data.
method Dynamic reproducing kernel Hilbert space (RKHS) approach.
result Gradient flow in neural networks learns an adaptive RKHS representation and performs global least-squares projection.

Spiking neural networks enable efficient approximate Bayesian inference via permanent dropout.

problem Efficient uncertainty quantification in neural network predictions for critical tasks.
method Conversion of classical neural networks to spiking neural networks, applying permanent dropout for inference.
result Predictive distributions from spiking neural networks using permanent dropout are nearly identical to those from classical networks.

Paper uses neural networks to efficiently compute vertex centrality measures in large networks.

problem Efficiently computing vertex centrality measures in massive real-world networks.
method Neural network learning algorithms to approximate centrality measures.
result Neural network regression model outperforms other techniques in terms of solution quality and computation time.

Two new criteria help understand the advantage of deep neural networks.

problem Understanding the advantage of deepening neural networks.
method Proposed two new criteria to evaluate the expressivity of functions computable by deep neural networks.
result Increasing layers is more effective than increasing units in improving the expressivity of deep neural networks.

Pseudo-Likelihood Inference improves ABC for high-dimensional Bayesian inference.

problem Intractable likelihood in Bayesian system identification.
method PLI combines neural approximation with integral probability metrics and adaptive bandwidth.
result PLI outperforms SNPE on challenging tasks, especially with more data.

Deep learning has been widely applied and brought breakthroughs in speech recognition, computer vision, and many other domains. The involved deep neural network architectures and computational issues have been well studied in machine learning. But there lacks a theoretical foundation for understanding the approximation…

2018-05-28abs ↗pdf ↗

PILNO uses neural operators to solve PDEs efficiently on point clouds.

problem Solving partial differential equations (PDEs) on point cloud data efficiently.
method Physics-informed low-rank neural operator framework combining low-rank kernel approximations and an encoder-decoder architecture.
result PILNO efficiently approximates solution operators of PDEs on point cloud data, satisfying PDE constraints and boundary conditions.

Quantum neural networks approximate periodic functions more efficiently.

problem Approximating periodic functions with quantum neural networks.
method Using Jackson's inequality to construct a QNN that approximates a trigonometric polynomial of the function.
result Quantum neural networks can achieve better approximation results with fewer parameters for smoother functions.

QLA improves Bayesian uncertainty estimation for DNNs without increasing computational cost.

problem Overconfident out-of-distribution predictions from DNNs.
method Proposes Quadratic Laplace Approximation (QLA) to improve Bayesian uncertainty quantification.
result QLA yields modest yet consistent uncertainty estimation improvements over Linearized Laplace Approximation (LLA) on five regression datasets.

Proposes SE(3) equivariant graph neural networks with local frames for efficient geometric approximation.

problem Equivariance in deep learning for arbitrary transformations, especially in physics.
method Introduces SE(3) equivariant graph neural networks with complete local frames to efficiently approximate geometric quantities.
result Achieves best or competitive performance in Newton mechanics modeling and equilibrium molecule conformation generation.

This study shows neural nets can approximate Turing machines with meaningful statistical properties.

problem Theoretical limitations in approximating Turing machines with neural networks.
method Formal definition of statistically meaningful approximation, analysis of boolean circuits and Turing machines using neural nets.
result Transformers can statistically meaningfully approximate Turing machines with polynomial sample complexity.

New LTC RNNs can approximate any continuous system with fewer units.

problem Approximating continuous dynamical systems with neural networks.
method Introducing LTC RNNs with variable time-constant synaptic transmission.
result LTC RNNs can approximate any nn-dimensional continuous dynamical system.

Survey examines deep neural networks' ability to approximate functions.

problem Approximation of target functions by deep neural networks.
method Examination of feed-forward and residual architectures, focusing on optimization problems in regression and classification.
result Deep neural networks can approximate functions effectively, especially with ReLU activation functions.

Bayesian Deep Learning tackles inverse problems with neural networks and approximate computations.

problem Solving inverse problems with indirect measurements and uncertainties.
method Bayesian Deep Learning, using neural networks and approximate computations.
result Effective solutions for inverse problems using Bayesian Deep Learning.

Simulation-based inference methods can produce unreliable posterior approximations.

problem Reliability of simulation-based inference methods for scientific use cases.
method Benchmarked algorithms including Neural Posterior Estimation, Neural Ratio Estimation, Sequential Neural Likelihood, and Approximate Bayesian Computation.
result Ensembling posterior surrogates provides more reliable approximations.