🌍 Accepted to the 2025 International Conference on Space Robotics (iSpaRo)
Sendai, Japan — December 4, 2025

Deep Learning Warm Starts for Trajectory Optimization on the International Space Station

1Apple Inc. (work completed during PhD at Stanford University)
2Johns Hopkins University
3Stanford University

First demonstration of learning-accelerated trajectory optimization in space!

Overview

This experiment was the first-ever use of machine learning–based control in space on the ISS.

Our team used a neural network to warm-start trajectory optimization for the Astrobee free-flying robot on board the International Space Station, cutting solver iterations by up to 60% while maintaining safety constraints.

Flowchart of learning-accelerated trajectory optimization process
Flowchart illustrating the learning-accelerated trajectory optimization process.

Video

Abstract

Trajectory optimization is a cornerstone of modern robot autonomy, enabling systems to compute trajectories and controls in real-time while respecting safety and physical constraints. However, it has seen limited usage in spaceflight applications due to its heavy computational demands that exceed the capability of most flight computers. In this work, we provide results on the first in-space demonstration of using machine learning-based warm starts for accelerating trajectory optimization for the Astrobee free-flying robot onboard the International Space Station (ISS). We formulate a data-driven optimal control approach that trains a neural network to learn the structure of the trajectory generation problem being solved using sequential convex programming (SCP). Onboard, this trained neural network predicts solutions for the trajectory generation problem and relies on using the SCP solver to enforce safety constraints for the system. Our trained network reduces the number of solver iterations required for convergence in cases including rotational dynamics by 60% and in cases with obstacles drawn from the training distribution of the warm start model by 50%. This work represents a significant milestone in the use of learning-based control for spaceflight applications and a stepping stone for future advances in the use of machine learning for autonomous guidance, navigation, & control.

BibTeX

@article{banerjee2025deeplearning,
    title   = {Deep Learning Warm Starts for Trajectory Optimization on the International Space Station},
    author  = {Banerjee, Somrita and Cauligi, Abhishek and Pavone, Marco},
    year    = 2025,
    journal = {arXiv preprint arXiv:2505.05588}
}