paper-with-me

홈 › Papers

Parallel, Asymptotically Optimal Algorithms for Moving Target Traveling Salesman Problems

2025-09-10 · Anoop Bhat, Geordan Gutow, Bhaskar Vundurthy, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset arxiv

The Moving Target Traveling Salesman Problem (MT-TSP) seeks a trajectory that intercepts several moving targets, within a particular time window for each target. When generic nonlinear target trajectories or kinematic constraints on the agent are present, no prior algorithm guarantees convergence to an optimal MT-TSP solution. Therefore, we introduce the Iterated Random Generalized (IRG) TSP framework. The idea behind IRG is to alternate between randomly sampling a set of agent configuration-time points, corresponding to interceptions of targets, and finding a sequence of interception points by solving a generalized TSP (GTSP). This alternation asymptotically converges to the optimum. We introduce two parallel algorithms within the IRG framework. The first algorithm, IRG-PGLNS, solves GTSPs using PGLNS, our parallelized extension of state-of-the-art solver GLNS. The second algorithm, Parallel Communicating GTSPs (PCG), solves GTSPs for several sets of points simultaneously. We present numerical results for three MT-TSP variants: one where intercepting a target only requires coming within a particular distance, another where the agent is a variable-speed Dubins car, and a third where the agent is a robot arm. We show that IRG-PGLNS and PCG converge faster than a baseline based on prior work. We further validate our framework with physical robot experiments.

📄 PDF Abstract BibTeX arXiv:2509.08743

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Asymptotically Optimal Kinodynamic Planning via Vectorization

2026-07-04 · Yitian Gao, Andrew Lu, Zachary Kingston arxiv

Sampling-based motion planners have been shown to be effective for systems with complex kinodynamic constraints and high dimensionality. However, these algorithms struggle to achieve real-time performance, leading to rec…

Distributed Delayed Stochastic Optimization

2011-12-01 · NeurIPS 2011 12 · Alekh Agarwal, John C. Duchi

We analyze the convergence of gradient-based optimization algorithms whose updates depend on delayed stochastic gradient information. The main application of our results is to the development of distributed minimizatio…

Distributed OptimizationStochastic Optimization

Class agnostic moving target detection by color and location prediction of moving area

2021-06-24 · Zhuang He, Qi Li, Huajun Feng, Zhihai Xu

Moving target detection plays an important role in computer vision. However, traditional algorithms such as frame difference and optical flow usually suffer from low accuracy or heavy computation. Recent algorithms such …

Optical Flow Estimation

Optimal Scaling for Locally Balanced Proposals in Discrete Spaces

2022-09-16 · Haoran Sun, Hanjun Dai, Dale Schuurmans

Optimal scaling has been well studied for Metropolis-Hastings (M-H) algorithms in continuous spaces, but a similar understanding has been lacking in discrete spaces. Recently, a family of locally balanced proposals (LBP)…

Asymptotically Exact, Embarrassingly Parallel MCMC

2013-11-19 · Willie Neiswanger, Chong Wang, Eric Xing

Communication costs, resulting from synchronization requirements during learning, can greatly slow down many parallel machine learning algorithms. In this paper, we present a parallel Markov chain Monte Carlo (MCMC) algo…