paper-with-me

Papers

Scalable Coverage Trajectory Synthesis on GPUs as Statistical Inference

2025-11-14 · Max M. Sun, Jueun Kwon, Todd Murphey arxiv

Coverage motion planning is essential to a wide range of robotic tasks. Unlike conventional motion planning problems, which reason over temporal sequences of states, coverage motion planning requires reasoning over the spatial distribution of entire trajectories, making standard motion planning methods limited in computational efficiency and less amenable to modern parallelization frameworks. In this work, we formulate the coverage motion planning problem as a statistical inference problem from the perspective of flow matching, a generative modeling technique that has gained significant attention in recent years. The proposed formulation unifies commonly used statistical discrepancy measures, such as Kullback-Leibler divergence and Sinkhorn divergence, with a standard linear quadratic regulator problem. More importantly, it decouples the generation of trajectory gradients for coverage from the synthesis of control under nonlinear system dynamics, enabling significant acceleration through parallelization on modern computational architectures, particularly Graphics Processing Units (GPUs). This paper focuses on the advantages of this formulation in terms of scalability through parallelization, highlighting its computational benefits compared to conventional methods based on waypoint tracking.

📄 PDF Abstract BibTeX arXiv:2511.11514

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyTemporal SequencesMotion Planning

Similar Papers 제목 키워드 기반

EZLDA: Efficient and Scalable LDA on GPUs

2020-07-17 · Shilong Wang, Hang Liu, Anil Gaihre, Hengyong Yu

LDA is a statistical approach for topic modeling with a wide range of applications. However, there exist very few attempts to accelerate LDA on GPUs which come with exceptional computing and memory throughput capabilitie…

GPU

OpenMobile: Building Open Mobile Agents with Task and Trajectory Synthesis

2026-04-16 · Kanzhi Cheng, Zehao Li, Zheng Ma, Nuo Chen 외 arxiv

Mobile agents powered by vision-language models have demonstrated impressive capabilities in automating mobile tasks, with recent leading models achieving a marked performance leap, e.g., nearly 70% success on AndroidWor…

Scalable Data-Driven Reachability Analysis and Control via Koopman Operators with Conformal Coverage Guarantees

2026-01-03 · Devesh Nath, Haoran Yin, Glen Chou arxiv

We propose a scalable reachability-based framework for probabilistic, data-driven safety verification of unknown nonlinear dynamics. We use Koopman theory with a neural network (NN) lifting function to learn an approxima…

Computational Efficiency

S1-DeepResearch: Beyond Search, Toward Real-World Long-Horizon Research Agents

2026-06-13 · Yao Dong, Xinglin Xiao, Liwei Dong, Xinlong Jin 외 arxiv

Deep research agents aim to solve complex knowledge-intensive tasks through long-horizon planning, evidence gathering, reasoning, and report generation. While recent progress in search agents has demonstrated strong capa…

Instruction FollowingInformation RetrievalQuestion Answering

CROSSBOW: Scaling Deep Learning with Small Batch Sizes on Multi-GPU Servers

2019-01-08 · Alexandros Koliousis, Pijika Watcharapichat, Matthias Weidlich, Luo Mai 외

Deep learning models are trained on servers with many GPUs, and training must scale with the number of GPUs. Systems such as TensorFlow and Caffe2 train models with parallel synchronous stochastic gradient descent: they …

Deep LearningGPU