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.

168,742 papers · 148 categories

Trend · papers per month

66133199265 · May 202619922001200920172026
48 results for local reach

Study finds a non-locally contractible rr-convex set.

problem Find an rr-convex set which is not locally contractible.
method Constructs a counterexample of a non-locally contractible rr-convex set.
result Proves that the class of supports with positive reach of absolutely continuous distributions includes strictly the class of rr-convex supports.

MpFL models clients as strategic players to reach equilibrium with less communication.

problem Real-world clients act independently with individual objectives, not aligned with a shared global model.
method MpFL uses game-theoretic modeling and PEARL-SGD algorithm for local updates and communication.
result PEARL-SGD reaches an equilibrium with less communication than non-local updates in stochastic setup.

Deep learning model improves X-ray disease detection accuracy in Thai patients.

problem Lack of large-scale validation of AI algorithms for medical image diagnosis in Thailand.
method Development and testing of a deep learning algorithm using 421,859 local chest radiographs.
result Convolutional neural networks achieve remarkable performance in detecting 13 common abnormality conditions on chest X-ray.

Eikonal-Constrained QRL improves goal-reaching in reinforcement learning.

problem Reward design and out-of-distribution generalization in reinforcement learning.
method Eikonal-Constrained Quasimetric Reinforcement Learning (Eik-QRL) using the Eikonal PDE.
result Eik-QRL achieves state-of-the-art performance in offline goal-conditioned navigation and manipulation tasks.

Improved bounds for function approximation in nonlinear sets.

problem Achieving high probability error with limited samples in nonlinear function approximation.
method Restricting model class to a neighbourhood of the best approximation and estimating sample complexity using tangent and normal spaces' complexities and curvature.
result Improved worst-case bounds for sample complexity in more general sets like tensor networks and neural networks.

In important applications involving multi-task networks with multiple objectives, agents in the network need to decide between these multiple objectives and reach an agreement about which single objective to follow for the network. In this work we propose a distributed decision-making algorithm. The agents are assumed …

2018-12-20abs ↗pdf ↗

Paper shows faster convergence to local-minimizers in over-parametrized models under interpolation-like conditions.

problem Escaping saddle-points in over-parametrized models.
method Stochastic and deterministic optimization algorithms under interpolation-like conditions.
result Oracle complexity of PSGD and SCRN algorithms to reach εε-local-minimizer matches or improves upon deterministic rates.

We prove that the torsion of any closed space curve which bounds a simply connected locally convex surface vanishes at least 4 times. This answers a question of Rosenberg related to a problem of Yau on characterizing the boundary of positively curved disks in Euclidean space. Furthermore, our result generalizes the 4 v…

2015-01-29abs ↗pdf ↗

Adaptor 'E' extends gradient-based optimizers to explore loss landscapes, improving generalization.

problem Finding lower and better-generalizing minima in deep learning.
method Proposes an adaptor 'E' to extend gradient-based optimizers, encouraging exploration along landscape valleys.
result Adapted optimizers increase test accuracy by an average of 2.5% in large-batch training tasks.

Polyak step size GD reaches final radius of convergence after log iterations.

problem Statistical and computational complexities of Polyak step size GD.
method Generalized smoothness and Lojasiewicz conditions, stability of gradients.
result Polyak step size GD reaches final statistical radius of convergence after logarithmic number of iterations.

Paper estimates manifold reach using convexity defect function.

problem Estimating the reach of submanifolds from point clouds.
method Relates reach to convexity defect function, uses stability properties, and combines with recent estimators.
result Uniform expected loss bound and minimax rate lower bounds for reach estimation are provided.

Paper analyzes FedAvg and FedProx, showing they don't reach global optima and may not generalize well.

problem Federated Learning algorithms fail to reach global optima and may not generalize well in heterogeneous settings.
method Non-parametric regression in RKHS, analyzing convergence and error rates.
result FedAvg and FedProx achieve optimal error rates in certain heterogeneous settings.

Paper proposes a method to learn goal-reaching behaviors from scratch using imitation learning.

problem Current reinforcement learning algorithms are brittle and require expert demonstrations.
method Iterated supervised learning where agents relabel and imitate generated trajectories.
result Improved goal-reaching performance and robustness over current RL algorithms.

Novel approach combines local and global brain changes for AD prediction.

problem Detecting Alzheimer's disease through local and global brain changes.
method Patch-based 3D-CNNs combined with global topological features for multi-scale brain tissue connectivity.
result Average precision score of 0.95 for classifying cognitively normal subjects and AD patients (prevalence ~55%).

We determine the optimal strategy for investing in a Black-Scholes market in order to maximize the probability that wealth at death meets a bequest goal bb, a type of goal-seeking problem, as pioneered by Dubins and Savage (1965, 1976). The individual consumes at a constant rate cc, so the level of wealth required fo…

2015-03-03abs ↗pdf ↗

Various problems in manifold estimation make use of a quantity called the reach, denoted by τ_Mτ\_M, which is a measure of the regularity of the manifold. This paper is the first investigation into the problem of how to estimate the reach. First, we study the geometry of the reach through an approximation perspective. W…

2017-05-12abs ↗pdf ↗

It has been shown that injecting noise into the neural network weights during the training process leads to a better generalization of the resulting model. Noise injection in the distributed setup is a straightforward technique and it represents a promising approach to improve the locally trained models. We investigate…

2018-09-27abs ↗pdf ↗

Given a sample YY from an unknown manifold XX embedded in Euclidean space, it is possible to recover the homology groups of XX by building a Vietoris--Rips or Čech simplicial complex on top of the vertex set YY. However, these simplicial complexes need not inherit the metric structure of the manifold, in particular…

2017-09-08abs ↗pdf ↗

Recent breakthroughs in computer vision make use of large deep neural networks, utilizing the substantial speedup offered by GPUs. For applications running on limited hardware, however, high precision real-time processing can still be a challenge. One approach to solving this problem is training networks with binary or…

2017-10-21abs ↗pdf ↗

Could a gradient aggregation rule (GAR) for distributed machine learning be both robust and fast? This paper answers by the affirmative through multi-Bulyan. Given nn workers, ff of which are arbitrary malicious (Byzantine) and m=nfm=n-f are not, we prove that multi-Bulyan can ensure a strong form of Byzantine resilien…

2019-05-05abs ↗pdf ↗

Optimization of very expensive black-box functions requires utilization of maximum information gathered by the process of optimization. Model Guided Sampling Optimization (MGSO) forms a more robust alternative to Jones' Gaussian-process-based EGO algorithm. Instead of EGO's maximizing expected improvement, the MGSO use…

2015-08-31abs ↗pdf ↗

Federated learning uses worst-case optimization to handle uncertain local data impacts.

problem Handling uncertainty in local data sets in federated learning.
method Reformulate FL problem using worst-case optimization theory, considering local data as uncertain functions bounded in a closed region.
result Comparison of FL performance with centralized learning and application of regularization factors.

Recently similarity graphs became the leading paradigm for efficient nearest neighbor search, outperforming traditional tree-based and LSH-based methods. Similarity graphs perform the search via greedy routing: a query traverses the graph and in each vertex moves to the adjacent vertex that is the closest to this query…

2019-05-27abs ↗pdf ↗

The L1 loss landscape of neural nets near local minima behaves differently, revealing exponential decay and increased vertex density.

problem Understanding the L1 loss landscape of neural nets near local minima.
method Iterative minimization of the loss function on adjacent vertices of the Deep ReLU Simplex algorithm.
result Exponential decay of loss levels and increased vertex density around local minima.

Guaranteed reachable set for unknown nonlinear systems on manifolds.

problem Determining reachable set for unknown nonlinear systems on manifolds.
method Underapproximations of reachable set using local dynamics and bounds on dynamics rate of change.
result Guaranteed set of reachable states for systems on complete Riemannian manifolds.

Study shows spheres in high dimensions have maximum volume if they are smooth and have a specific reach.

problem Finding the maximum volume of a smooth submanifold in Euclidean space.
method Using the concept of reach and volume, the study proves a volume inequality for submanifolds with a specific reach.
result Smooth submanifolds in Euclidean space have maximum volume if their reach is 1 and they are congruent to a unit sphere.

Bayesian framework mixes imperfect models for improved predictions.

problem Improving predictions of complex computational models in unknown domains.
method Local Bayesian Dirichlet mixing of imperfect models using the Dirichlet distribution.
result Global and local mixtures of models achieve excellent performance in prediction accuracy and uncertainty quantification.

Local update methods' performance depends on learning rates, affecting convergence rates and alignment with true loss.

problem The performance of local update methods in federated learning and meta-learning is sensitive to learning rates.
method Proved that local update methods perform SGD on a surrogate loss function, characterized the surrogate loss, and derived convergence rates.
result Proper learning rate tuning is crucial for near-optimal behavior in communication-limited settings.

We propose a new \cu{class-optimal} algorithm for the distributed computation of Wasserstein Barycenters over networks. Assuming that each node in a graph has a probability distribution, we prove that every node can reach the barycenter of all distributions held in the network by using local interactions compliant with…

2018-03-08abs ↗pdf ↗