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

1.7%3.4%5.2%6.9% · Oct 199619922001200920182026
48 results for Galkin et al.

Study fake projective planes using recent results to show bicanonical map is always an embedding and construct an exceptional collection.

problem Analyzing Keum's fake projective planes and their geometric properties.
method Apply recent results from Galkin et al. [GKMS15] to study fake projective planes.
result The bicanonical map of Keum's fake projective planes is always an embedding.

A quandle is a self-distributive algebraic structure that appears in quasi-group and knot theories. For each abelian group A and c \in A we define a quandle G(A, c) on \Z_3 \times A. These quandles are generalizations of a class of non-medial Latin quandles defined by V. M. Galkin so we call them Galkin quandles. Each …

2011-07-28abs ↗pdf ↗

ES and FD gradients converge as optimization dimension grows.

problem Understanding the relationship between Evolution Strategies and Finite Differences gradients.
method Analyzing the convergence of gradients as the optimization dimension increases.
result ES and FD gradients converge as the dimension of the vector under optimization increases.

We address the online linear optimization problem when the actions of the forecaster are represented by binary vectors. Our goal is to understand the magnitude of the minimax regret for the worst possible set of actions. We study the problem under three different assumptions for the feedback: full information, and the …

2011-05-24abs ↗pdf ↗

New interpolation methods outperform Gaussian smoothing in derivative-free optimization.

problem Optimizing functions with noisy evaluations and no derivative information.
method First-order line search methods using linear interpolation vs. Gaussian smoothing.
result Linear interpolation yields better convergence rates and performance.

In this small note we use results derived in Berestycki et al. to correct the celebrated formulae of Hagan et al. We derive explicitly the correct zero order term in the expansion of the implied volatility in time to maturity. The new term is consistent as β1β\to 1. Furthermore, numerical simulations show that it reduc…

2007-08-07abs ↗pdf ↗

Study shows offline RL under QQ^\star-approximation and partial coverage is harder than previously thought.

problem Theoretical limits of offline reinforcement learning under QQ^\star-approximation and partial coverage.
method Introduced a decision-estimation framework to decompose offline RL complexity into decision and value estimation errors.
result Answered the open question by proving sample inefficiency under partial coverage is not guaranteed by QQ^\star-realizability and Bellman completeness.

Research aims to ensure fair classification across explicit and implicit sensitive features.

problem Ensuring fairness in machine learning models when sensitive features are not explicitly provided.
method Defined explicit and implicit cohorts, used clustering of embeddings, modified loss function.
result Improved classification parity across explicit and implicit sensitive features.

We identify 'critical windows' in diffusion models where specific features emerge, providing a theoretical framework.

problem Understanding narrow time intervals in diffusion models where specific features emerge.
method Developed a formal framework to study these critical windows, showing provable bounds for certain data types.
result Proved that critical windows can be bounded in terms of measures of separation for data from mixtures of log-concave densities.

New estimator stabilizes higher-order influence functions for stable statistical inference.

problem Numerical instability in estimating inverse population Gram matrix.
method Proposes a new stabilized higher-order estimator without sample splitting.
result Stabilized estimator exhibits more stable performance and similar statistical guarantees.

Stable ResNet stabilizes gradients in deep networks.

problem Gradient vanishing and exploding in deep ResNet architectures.
method Introducing Stable ResNet architectures with gradient stabilization and infinite depth expressivity.
result Stable ResNet maintains gradient stability and expressivity in deep networks.

New estimator stabilizes higher-order influence functions for bilinear forms.

problem Stability issues in estimating bilinear forms using higher-order influence functions.
method Proposes a new stabilized higher-order estimator for a class of bilinear forms without sample splitting.
result New estimator exhibits more stable finite-sample performance compared to the empirical higher-order estimator.

This paper analyzes convergence rates of neural networks in the deep learning regime.

problem Understanding convergence rates of neural networks in the deep learning regime.
method Analyzing the Neural Tangent Kernel (NTK) convergence rates in the large depth limit.
result Quantifies the impact of initialization and activation function on NTK convergence rates.

New model selects robustly in adversarial reinforcement learning with unknown corruption.

problem Adversarial corruption in reinforcement learning with unknown total corruption amount.
method Model selection approach for finite-horizon tabular and linear MDPs.
result First worst-case optimal bound without knowledge of total corruption.

New algorithms reduce matching market regret to log(T) with improved stability.

problem Minimizing regret in two-sided matching markets with bandit feedback.
method Phase-based algorithm with local arm deletion to improve stability.
result Achieves Θ(log(T)) regret for markets with uniqueness consistency.

The paper analyzes and improves a deep learning optimization technique using matrix gradient orthogonality.

problem Improving deep learning training through more effective optimization methods.
method Develops a stochastic non-Euclidean trust-region gradient method for deep learning optimization.
result Proves state-of-the-art convergence results for the proposed algorithm in various scenarios.

Deep Q-learning methods are sensitive to time discretization, which this paper addresses.

problem Sensitivity of Deep Q-learning methods to time discretization in near continuous-time environments.
method Identified and formalized the problem of sensitivity to time discretization. Developed a principled off-policy RL algorithm.
result Proved that Q-learning does not exist in continuous time and developed a robust algorithm.

This comment reexamines Simard et al.'s work in [D. Simard, L. Nadeau, H. Kroger, Phys. Lett. A 336 (2005) 8-15]. We found that Simard et al. calculated mistakenly the local connectivity lengths Dlocal of networks. The right results of Dlocal are presented and the supervised learning performance of feedforward neural n…

2010-02-27abs ↗pdf ↗

Paper presents an efficient algorithm for linear MDP with low switching cost.

problem Large state space reinforcement learning problems with low switching cost.
method First algorithm for linear MDP with low switching cost, achieving near-optimal regret and switching cost.
result Regret bound of $\widetilde{O}\left(\sqrt{d^3H^4K} ight)$ and near-optimal switching cost of $O\left(d H\log K ight)$.

The paper reviews methods for determining the number of communities in network data.

problem Determining the number of communities in network data.
method Statistical methods for hypothesis testing and clustering in network models.
result SCORE and NCV methods evaluated for clustering in Degree-Corrected Block Models, with NCV facing challenges.

Study on convergence of OMD for saddle point problems, correcting previous claims.

problem Convergence of OMD for saddle point problems with exact gradients.
method Analysis of Mirror Descent and Optimistic Mirror Descent for saddle point problems.
result Monotone convergence only occurs after a large number of iterations for coherent saddle point problems.

FOLKLORE algorithm speeds up online multiclass logistic regression.

problem Efficiently solving online multiclass logistic regression without high computational cost.
method Developed FOLKLORE algorithm with improved runtime and regret bound.
result First practical algorithm for online multiclass logistic regression.

New gradient estimators for discrete variables improve model training.

problem Training models with discrete latent variables is challenging due to high gradient variance.
method Introduced novel gradient estimators based on importance sampling and statistical couplings, extending to categorical variables.
result Proposed gradient estimators outperform previous methods in systematic experiments.

New algorithm fills gaps in offline data for hybrid RL, achieving similar gains without coverage assumptions.

problem Lack of provable benefits in hybrid RL with coverage assumptions.
method Warm-starting optimistic online algorithms with offline data in experience replay buffer.
result Hybrid RL gains similar to offline-only RL without coverage assumptions, demonstrating efficient exploration.

Two methods for quantile regression are compared and found to produce tighter intervals.

problem Comparing methods for producing prediction intervals in quantile regression.
method Two recently proposed methods combining conformal inference and quantile regression.
result Romano et al.'s method typically yields tighter prediction intervals in finite samples.

Improved privacy and efficiency in online convex optimization.

problem Differentially private online convex optimization in high dimensions.
method Improves upon Agarwal et al. [2023] by reducing dimension factors and removing smoothness requirement.
result Best known rates for (ε,δ)(ε, δ)-differentially private online convex optimization in the regime of ε not being very small.