Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

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

Created by
  • Haebom

Author

Somrita Banerjee, Abhishek Cauligi, Marco Pavone

Outline

This paper presents the first flight demonstration using machine learning-based warm start to accelerate trajectory optimization on the free-flying Astrobee robot aboard the International Space Station (ISS). We present a data-driven optimal control method that trains a neural network that learns the structure of a trajectory generation problem solved using sequential convex programming (SCP). The trained neural network predicts a solution to the trajectory generation problem and enforces safety constraints on the system using an SCP solver. We demonstrate a 60% reduction in the number of solver iterations when rotational dynamics are included, and a 50% reduction when obstacles drawn from the training distribution of the warm start model are present. This represents a significant milestone in the use of learning-based control in spaceflight applications and serves as a stepping stone for future advances in machine learning for autonomous guidance, navigation, and control.

Takeaways, Limitations

Takeaways:
Demonstrating the practical feasibility of machine learning-based trajectory optimization in spaceflight applications.
Improved efficiency of real-time control by significantly reducing the number of iterations of the SCP solver and shortening the computation time.
Presents a significant advance in applying learning-based control to spaceflight applications.
Laying the foundation for future research in autonomous guidance, navigation, and control.
Limitations:
Potential degradation of warm start models for obstacles outside the training distribution.
The extent to which performance is improved in complex situations involving both rotational dynamics and obstacles requires further research.
Generalized performance verification is needed for various situations in real space environments.
👍