CVDec 18, 2021

Space Non-cooperative Object Active Tracking with Deep Reinforcement Learning

arXiv:2112.09854v1
Originality Incremental advance
AI Analysis

This addresses the challenge of autonomous spacecraft operations like debris removal and docking, though it appears incremental as it builds on existing DQN methods for a specific domain.

The paper tackles the problem of active visual tracking of space non-cooperative objects, such as debris or asteroids, by proposing an end-to-end deep reinforcement learning method (DRLAVT) that outperforms a baseline algorithm using state-of-the-art 2D monocular tracking.

Active visual tracking of space non-cooperative object is significant for future intelligent spacecraft to realise space debris removal, asteroid exploration, autonomous rendezvous and docking. However, existing works often consider this task into different subproblems (e.g. image preprocessing, feature extraction and matching, position and pose estimation, control law design) and optimize each module alone, which are trivial and sub-optimal. To this end, we propose an end-to-end active visual tracking method based on DQN algorithm, named as DRLAVT. It can guide the chasing spacecraft approach to arbitrary space non-cooperative target merely relied on color or RGBD images, which significantly outperforms position-based visual servoing baseline algorithm that adopts state-of-the-art 2D monocular tracker, SiamRPN. Extensive experiments implemented with diverse network architectures, different perturbations and multiple targets demonstrate the advancement and robustness of DRLAVT. In addition, We further prove our method indeed learnt the motion patterns of target with deep reinforcement learning through hundreds of trial-and-errors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes