NeFut Logo NeFut
Admin Login

[CS.AI] Transformer-Based Warm-Starting for Optimal Space Manipulation

Published at: 2026-06-18 22:00 Last updated: 2026-06-20 13:47
#algorithm #optimization #C++

Real-time trajectory generation for on-orbit robotic servicing is challenging due to the nonlinear coupling between spacecraft bus motion, manipulator dynamics, visibility cone, and trajectory-level safety constraints. This paper studies learning-based warm-starting for sequential convex programming (SCP) in the terminal approach of a space manipulator toward a tumbling target.

The proposed framework decomposes the problem into a system center-of-mass translational planning stage and a coupled attitude-manipulator torque-allocation stage, applying a causal transformer warm-start to the latter, which constitutes the dominant computational bottleneck. Linear and flow matching action decoders are compared under different action-chunking and training dataset sizes, and the resulting warm-starts are evaluated under both cost-optimal and feasibility projection using SCP. Across 300 held-out scenarios, the learned warm-start reduces the second-stage SCP iteration count by up to 28% and the runtime by 23% while preserving the final control-cost distribution. When the learned warm-starts are used for nonconvex feasibility projection, they nearly halve the runtime relative to cost-optimal SCP, while avoiding the catastrophic high-cost tail behavior observed when initialized heuristically. These results indicate that sequence-model warm-starts can improve both the computational efficiency and trajectory robustness of optimization-based terminal guidance for space manipulation.

Blogger's Review: The proposed warm-starting method not only enhances computational efficiency but also significantly improves trajectory robustness, showcasing how learning-based techniques can advance space manipulation in complex dynamic environments. This research provides new insights for future robotic servicing tasks, particularly in handling tumbling targets.

Original Source: https://arxiv.org/abs/2606.17317

[h] Back to Home