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

15.0%30.0%45.0%60.0% · Aug 199419922001200920182026
48 results for Run complexity

Paper tackles running physics model training, improving reinforcement learning efficiency.

problem Training a physiologically-based human model to navigate complex obstacle courses efficiently.
method Physics-based reinforcement learning, using Deep Deterministic Policy Gradient, with improvements like layer normalization and parameter noise.
result Deep Deterministic Policy Gradient proved most efficient, and improvements helped stabilize training.

Efficient algorithms improve learning of large-margin halfspaces.

problem Learning large-margin halfspaces efficiently and reproducibly.
method Design of efficient, dimension-independent, polynomial-time algorithms; SGD-based approach; DP-to-Replicability reduction.
result Improved sample complexity compared to previous algorithms, with optimal sample complexity for one algorithm.

SCRiBLe optimizes online bandit linear optimization with a polynomial run time.

problem Efficiently solving online bandit linear optimization problems.
method SCRiBLe setup and algorithm with O(T)O(\sqrt{T}) regret bound and polynomial run time complexity.
result Achieves O(T)O(\sqrt{T}) regret bound and polynomial run time complexity.

Advances in sensing technologies and the growth of the internet have resulted in an explosion in the size of modern datasets, while storage and processing power continue to lag behind. This motivates the need for algorithms that are efficient, both in terms of the number of measurements needed and running time. To comb…

2012-06-18abs ↗pdf ↗

New framework reduces private mean estimation error with optimal efficiency.

problem Locally private mean estimation of high-dimensional vectors.
method ProjUnit framework: random projections, normalization, and optimal algorithm execution in lower dimensions.
result Optimal error up to a 1+o(1)-factor with computational efficiency and low communication complexity.

Paper presents efficient algorithms for robust PCA with reduced computational complexity.

problem Robust PCA in fully and partially observed settings, especially when corruptions are present.
method Non-convex optimization approach using gradient descent.
result Significant reduction in computational complexity compared to existing algorithms.

Quantum version of C5.0 algorithm improves decision tree construction time.

problem Improving the efficiency of decision tree construction in machine learning.
method Improved classical algorithm and applied quantum subroutines for faster decision tree construction.
result Quantum algorithm reduces decision tree construction time significantly.

New insights into training ReLU networks, especially as data dimensionality increases.

problem Understanding computational complexity of training ReLU networks with varying data dimensions.
method Analyzed the parameterized complexity of two-layer ReLU networks with respect to various loss functions, focusing on the influence of data dimensionality.
result Running time lower bounds and optimal brute-force strategies for training ReLU networks, extending previous results to broader loss functions.

We give the first algorithm for Matrix Completion whose running time and sample complexity is polynomial in the rank of the unknown target matrix, linear in the dimension of the matrix, and logarithmic in the condition number of the matrix. To the best of our knowledge, all previous algorithms either incurred a quadrat…

2014-07-15abs ↗pdf ↗

Randomly chosen support makes sparse linear regression easy.

problem Sparse linear regression with random support.
method Random support selection for efficient prediction.
result Prediction error εε with N=extpoly(k,logd,1/ε)N = ext{poly}(k, \log d, 1/ε) samples and extpoly(d,N) ext{poly}(d,N) run-time.

This study examines the interaction between CDS and stock indices, revealing significant short and long-term impacts.

problem Understanding the interaction between Credit Default Swaps (CDS) and national stock indices.
method ARDL technique applied to analyze short and long-run interactions between BIST-100 index and CDS prices over a specific period.
result The study finds that changes in CDS and BIST-100 index prices have significant impacts on each other, with long-term effects being more pronounced.

Complex Monge-Ampère flows regularize initial conditions on Hermitian manifolds.

problem Regulating complex Monge-Ampère flows on Hermitian manifolds.
method Proving flows can start from arbitrary initial conditions with zero Lelong number, confirming a conjecture, and studying a generalized flow.
result Chern-Ricci flow performs a canonical surgical contraction on Hermitian manifolds.

Efficiently learns complex Boolean functions under Gaussian distributions.

problem Learning complex Boolean functions of halfspaces under Gaussian marginals.
method First efficient proper agnostic learning algorithm for arbitrary Boolean functions of K halfspaces.
result Matches the best known improper learning algorithm's run-time dependence on dimension.

Modeling structure in complex networks using Bayesian non-parametrics makes it possible to specify flexible model structures and infer the adequate model complexity from the observed data. This paper provides a gentle introduction to non-parametric Bayesian modeling of complex networks: Using an infinite mixture model …

2013-12-20abs ↗pdf ↗

This study simplifies ML learning with ConvNet potentials using MCMC, achieving realistic samples without complex hyper-parameters.

problem Training ConvNet potentials for ML learning with realistic samples using MCMC.
method Minimal hyper-parameter framework, noise-initialized MCMC, and correct Langevin noise tuning.
result ConvNet potentials can learn realistic samples with minimal hyper-parameters and correct MCMC tuning.

New algorithm learns halfspaces with adversarial noise efficiently.

problem Learning halfspaces in the presence of adversarial noise.
method Polynomial-time Perceptron-like online active learning algorithm.
result Near-optimal label and sample complexity with isotropic log-concave marginal distribution.

New methods improve accuracy in predicting complex systems.

problem Improving accuracy in predicting complex physical systems from simulators.
method Proposes two new methods of design approaches that sequentially select input settings.
result Demonstrates effectiveness of the proposed methods through numerical examples.

The paper explores a non-convergent MCMC method for EBM learning.

problem Learning energy-based models using traditional methods is challenging.
method The paper uses a non-convergent, non-mixing, and non-persistent short-run MCMC to learn EBM parameters.
result The learned short-run MCMC can generate realistic images and reconstruct/interpolate between images.

This paper improves SGMs by using a predictor-corrector scheme to converge faster.

problem Theoretical and practical limitations of existing SGMs when T1oT_1 o \infty.
method Integrates a predictor-corrector scheme after the forward process to converge in finite time.
result Convergence guarantees for SGMs require only a fixed finite time T1T_1.

This paper presents quantum and classical algorithms for approximate submodular function minimization.

problem Approximate minimization of submodular functions.
method Classical and quantum algorithms for submodular minimization, with a new quantum sampling method.
result Quantum algorithm for approximate submodular minimization with improved time complexity.

SURF simplifies distribution estimation with simple, robust, and fast algorithms.

problem Efficient and accurate distribution estimation in statistics and machine learning.
method Piecewise polynomial approximation using empirical probability interpolation and divide-and-conquer merging.
result Surpassing state-of-the-art algorithms in efficiency and accuracy, SURF estimates distributions robustly and quickly.

Statistical and machine-learning algorithms are frequently applied to high-dimensional data. In many of these applications data is scarce, and often much more costly than computation time. We provide the first sample-efficient polynomial-time estimator for high-dimensional spherical Gaussian mixtures. For mixtures of a…

2014-02-19abs ↗pdf ↗

Improved canary crafting for one-run privacy auditing reduces leakage estimates.

problem Detecting canaries in one-run privacy auditing to estimate leakage effectively.
method Optimizes canaries for detectability and diversity, using a greedy initialization and bilevel optimization.
result Achieves stronger leakage estimates at lower computational cost.

New method optimizes expensive simulations for complex systems.

problem Optimizing complex systems with limited expensive experiments.
method Black-box Optimization via Marginal Means (BOMM) approach.
result BOMM improves optimization performance in high dimensions.

This paper uses SDEs to analyze GANs training and long-run behavior.

problem Understanding the training process and long-run behavior of GANs.
method Established SDE approximations for GANs training and analyzed long-run behavior via invariant measures.
result The long-run behavior of GANs training can be studied via the invariant measures of its SDE approximations.

Deep reinforcement learning models improve musculoskeletal running speed.

problem Optimizing a musculoskeletal model to run as fast as possible through an obstacle course.
method Deep reinforcement learning approaches, including DDPG, PPO, and TRPO, with modifications.
result Various modifications to known algorithms improve running performance.

Study shows climate change can cause a 'run on fossil fuels' affecting prices and production.

problem Impact of climate change expectations on fossil fuel markets and prices.
method Dynamic, general equilibrium model of climate-change-linked transition risk.
result Climate change expectations can lead to either increased or decreased fossil fuel prices, depending on economic responses.

The paper uses diffusion approximations to analyze and optimize online principal component estimation.

problem Optimizing online principal component estimation from streaming data.
method Diffusion approximation tools applied to Oja's iteration for principal component analysis.
result The Oja's iteration for the top eigenvector generates a continuous-state discrete-time Markov chain over the unit sphere.