Annotation Free Spacecraft Detection and Segmentation using Vision Language Models
Samet Hicsonmez, Jose Sosa, Dan Pineau, Inder Pal Singh, Arunkumar Rathinam, Abd El Rahman Shabayek, Djamila Aouada
TL;DR
The paper tackles the challenge of detecting and segmenting spacecraft under space conditions with limited labeled data. It introduces an annotation-free pipeline that uses pre-trained Vision Language Models to generate pseudo-labels from a small unlabeled real dataset, refines these labels via test-time augmentation and fusion, and trains lightweight detectors through a teacher–student distillation scheme. Across SPARK-2024, SPEED+, and TANGO, the method consistently improves zero-shot VLM performance, achieving substantial gains in AP and AP75 and approaching supervised upper bounds. This approach drastically reduces labeling costs while delivering real-time capable detectors, with code and models publicly available to facilitate deployment in Space Situational Awareness tasks.
Abstract
Vision Language Models (VLMs) have demonstrated remarkable performance in open-world zero-shot visual recognition. However, their potential in space-related applications remains largely unexplored. In the space domain, accurate manual annotation is particularly challenging due to factors such as low visibility, illumination variations, and object blending with planetary backgrounds. Developing methods that can detect and segment spacecraft and orbital targets without requiring extensive manual labeling is therefore of critical importance. In this work, we propose an annotation-free detection and segmentation pipeline for space targets using VLMs. Our approach begins by automatically generating pseudo-labels for a small subset of unlabeled real data with a pre-trained VLM. These pseudo-labels are then leveraged in a teacher-student label distillation framework to train lightweight models. Despite the inherent noise in the pseudo-labels, the distillation process leads to substantial performance gains over direct zero-shot VLM inference. Experimental evaluations on the SPARK-2024, SPEED+, and TANGO datasets on segmentation tasks demonstrate consistent improvements in average precision (AP) by up to 10 points. Code and models are available at https://github.com/giddyyupp/annotation-free-spacecraft-segmentation.
