Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code:   RowsPostProcessingError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for SPARK 2026/2024

Although SPARK 2024 Stream-1 and SPARK 2026 Stream-1 utilize the exact same dataset, the underlying tasks differ. While SPARK 2024 focused exclusively on spacecraft component semantic segmentation, SPARK 2026 expands the objective to multi-task learning paired with efficient model architecture design.

SPARK 2026 is a dataset of spacecraft imagery with bounding box labels and segmentation masks, released as part of the SPARK 2026 Challenge for Multi-Task Spacecraft Perception. It covers 10 spacecraft classes rendered under diverse space-like conditions. The intent is to design a single, powerful model capable of performing spacecraft classification, detection, and fine-grained segmentation of spacecraft componentsβ€”regardless of spacecraft type. The focus is on efficiency and performance, encouraging the development of compact, high-performing models suitable for deployment on resource-constrained space platforms.

Dataset Details

Dataset Description

The dataset provides RGB images and corresponding bounding box labels, segmentation masks for 10 spacecraft targets, split into training and validation sets per object. It is designed to benchmark spacecraft recognition and semantic segmentation methods for Space Situational Awareness.

  • Curated by: SnT, University of Luxembourg (CVIΒ² group)
  • License: CC-BY-4.0

Dataset Sources

Uses

Direct Use

  • Spacecraft semantic segmentation
  • Spacecraft classification / recognition
  • Benchmarking vision models for space-based applications (e.g., SSA, inspection)

Out-of-Scope Use

The dataset is not intended for tasks unrelated to spaceborne vision, and models trained on it should not be assumed to generalize to real flight imagery without appropriate domain validation.

Dataset Structure

Create a data folder and download the training and validation archives into it. After unzipping the *.zip archives, the tree structure of data must follow:

data/
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ object_1/
β”‚   β”‚   β”œβ”€β”€ train/
β”‚   β”‚   β”‚   └── img1...
β”‚   β”‚   └── val/
β”‚   β”‚       └── img1...
β”‚   └── object_2/
β”‚       β”œβ”€β”€ train/
β”‚       β”‚   └── img1...
β”‚       └── val/
β”‚           └── img1...
β”œβ”€β”€ mask/
β”‚   β”œβ”€β”€ object_1/
β”‚   β”‚   β”œβ”€β”€ train/
β”‚   β”‚   β”‚   └── mask1...
β”‚   β”‚   └── val/
β”‚   β”‚       └── mask1...
β”‚   └── object_2/
β”‚       β”œβ”€β”€ train/
β”‚       β”‚   └── mask1...
β”‚       └── val/
β”‚           └── mask1...
β”œβ”€β”€ train.csv
└── val.csv

The visualize_data.ipynb notebook contains basic functions to load and display dataset samples.

Class Labels

Class name Index
VenusExpress 0
Cheops 1
LisaPathfinder 2
ObservationSat1 3
Proba2 4
Proba3 5
Proba3ocs 6
Smart1 7
Soho 8
XMM Newton 9

Dataset Creation

Curation Rationale

The dataset was created to support the SPARK Challenge, an initiative promoting the development and benchmarking of robust vision algorithms for spacecraft recognition and segmentation under realistic, space-representative imaging conditions.

Source Data

Data Collection and Processing

Images were generated with a photorealistic rendering pipeline of spacecraft models under varied poses, distances, and illumination conditions, with pixel-accurate segmentation masks produced alongside each image.

Bias, Risks, and Limitations

The imagery is synthetic; models trained solely on this data may exhibit a sim-to-real performance gap when deployed on real orbital imagery. Users should validate on real or mission-representative data before operational use.

Citation

BibTeX:

@dataset{rathinam_2024_10908215,
  author       = {Rathinam, Arunkumar and
                  Mohamed Ali, Mohamed Adel and
                  Gaudilliere, Vincent and
                  Aouada, Djamila},
  title        = {SPARK 2024: Datasets for Spacecraft Semantic
                  Segmentation and Spacecraft Trajectory Estimation},
  month        = feb,
  year         = 2024,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.10908215},
  url          = {https://doi.org/10.5281/zenodo.10908215}
}

APA:

Rathinam, A., Mohamed Ali, M. A., Gaudilliere, V., & Aouada, D. (2024). SPARK 2024: Datasets for Spacecraft Semantic Segmentation and Spacecraft Trajectory Estimation [Data set]. Zenodo. https://doi.org/10.5281/zenodo.10908215

Dataset Card Contact

spark@uni.lu CVIΒ², SnT, University of Luxembourg

Downloads last month
128