CVLGMar 8, 2022

Robust Multi-Task Learning and Online Refinement for Spacecraft Pose Estimation across Domain Gap

arXiv:2203.04275v6128 citationsh-index: 37Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of domain shift in spacecraft pose estimation for space missions, representing an incremental improvement with a novel refinement technique.

The paper tackles spacecraft pose estimation across domain gaps by introducing SPNv2, a multi-task CNN trained on synthetic images with data augmentation, and Online Domain Refinement (ODR) for deployment adaptation, achieving improved performance on target domain images without pose labels.

This work presents Spacecraft Pose Network v2 (SPNv2), a Convolutional Neural Network (CNN) for pose estimation of noncooperative spacecraft across domain gap. SPNv2 is a multi-scale, multi-task CNN which consists of a shared multi-scale feature encoder and multiple prediction heads that perform different tasks on a shared feature output. These tasks are all related to detection and pose estimation of a target spacecraft from an image, such as prediction of pre-defined satellite keypoints, direct pose regression, and binary segmentation of the satellite foreground. It is shown that by jointly training on different yet related tasks with extensive data augmentations on synthetic images only, the shared encoder learns features that are common across image domains that have fundamentally different visual characteristics compared to synthetic images. This work also introduces Online Domain Refinement (ODR) which refines the parameters of the normalization layers of SPNv2 on the target domain images online at deployment. Specifically, ODR performs self-supervised entropy minimization of the predicted satellite foreground, thereby improving the CNN's performance on the target domain images without their pose labels and with minimal computational efforts. The GitHub repository for SPNv2 is available at https://github.com/tpark94/spnv2.

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