Skip to content

Commit 549219d

Browse files
committed
Updated bib
1 parent 260cca4 commit 549219d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ @inproceedings{yang2025pachs
3232
abbr = {ICRA},
3333
preview = {pachs.gif}
3434
}
35-
@misc{chen2025spasm,
35+
@inproceedings{chen2025spasm,
3636
title = {Differentiable Particle Optimization for Fast Sequential Manipulation},
3737
author = {Lucas Chen and Shrutheesh R. Iyer and Zachary Kingston},
3838
abstract = {Sequential robot manipulation tasks require finding collision-free trajectories that satisfy geometric constraints across multiple object interactions in potentially high-dimensional configuration spaces. Solving these problems in real-time and at large scales has remained out of reach due to computational requirements. Recently, GPU-based acceleration has shown promising results, but prior methods achieve limited performance due to CPU-GPU data transfer overhead and complex logic that prevents full hardware utilization. To this end, we present SPaSM (Sampling Particle optimization for Sequential Manipulation), a fully GPU-parallelized framework that compiles constraint evaluation, sampling, and gradient-based optimization into optimized CUDA kernels for end-to-end trajectory optimization without CPU coordination. The method consists of a two-stage particle optimization strategy: first solving placement constraints through massively parallel sampling, then lifting solutions to full trajectory optimization in joint space. Unlike hierarchical approaches, SPaSM jointly optimizes object placements and robot trajectories to handle scenarios where motion feasibility constrains placement options. Experimental evaluation on challenging benchmarks demonstrates solution times in the realm of milliseconds with a 100\% success rate; a 4000x speedup compared to existing approaches.},

0 commit comments

Comments
 (0)