Skip to content

Flexible Natural Language-based Image Data Downlink Prioritization for Nanosatellites

License

Notifications You must be signed in to change notification settings

ezrafielding/PrioriSat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrioriSat: Flexible Natural Language-Based Image Data Downlink Prioritization for Nanosatellites

GitHub DOI

Abstract

Nanosatellites increasingly produce more data than can be downlinked within a reasonable time due to their limited bandwidth and power. Therefore, an on-board system is required to prioritize scientifically significant data for downlinking, as described by scientists. This paper determines whether natural language processing can be used to prioritize remote sensing images on CubeSats with more flexibility compared to existing methods. Two approaches implementing the same conceptual prioritization pipeline are compared. The first uses YOLOv8 and Llama2 to extract image features and compare them with text descriptions via cosine similarity. The second approach employs CLIP, fine-tuned on remote sensing data, to achieve the same. Both approaches are evaluated on real nanosatellite hardware, the VERTECS Camera Control Board. The CLIP approach, particularly the ResNet50-based model, shows the best performance in prioritizing and sequencing remote sensing images. This paper demonstrates that on-orbit prioritization using natural language descriptions is viable and allows for more flexibility than existing methods.

Prioritization Pipeline

Oriented Bounding Box (OBB) Approach

Uses fine-tuned YOLOv8 and Llama2 models as image and text feature extractors, respectively.

Two YOLOv8 models with different image input sizes were trained (960 px and 1280 px).

OBB Pipeline

CLIP Approach

Uses CLIP fine-tuned for RS images.

ResNet50 and ViT-B-16 -based CLIP models were trained.

CLIP Pipeline

Datasets

Citation

Fielding, E.; Hanazawa, A. Flexible Natural Language-Based Image Data Downlink Prioritization for Nanosatellites. Aerospace 2024, 11, 888. https://doi.org/10.3390/aerospace11110888