Table of Contents
Fetching ...

Benchmarking Deep Learning-Based Object Detection Models on Feature Deficient Astrophotography Imagery Dataset

Shantanusinh Parmar

TL;DR

The paper tackles object detection in feature-deficient astrophotography by introducing MobilTelesco, a smartphone-captured dataset characterized by extreme noise and sparse target features. It benchmarks seven diverse detectors (including SSD300, Faster R-CNN, PP-YOLOE+, NanoDet+, Sparse RCNN, RetinaNet, and Yolov12) on MobilTelesco, revealing substantial performance degradation compared with COCO-era benchmarks and showing that increased model complexity does not reliably close the gap. Yolov12x performs best among the tested models on MobilTelesco, but still trails COCO performance, highlighting a fundamental mismatch between standard detectors and sparse astronomical imagery. The work motivates future research in data preprocessing (denoising), synthetic data pretraining, segmentation-based or constellation-aware methods, and domain-specific supervision to enable robust, resource-efficient astronomical object detection under extreme conditions.

Abstract

Object detection models are typically trained on datasets like ImageNet, COCO, and PASCAL VOC, which focus on everyday objects. However, these lack signal sparsity found in non-commercial domains. MobilTelesco, a smartphone-based astrophotography dataset, addresses this by providing sparse night-sky images. We benchmark several detection models on it, highlighting challenges under feature-deficient conditions.

Benchmarking Deep Learning-Based Object Detection Models on Feature Deficient Astrophotography Imagery Dataset

TL;DR

The paper tackles object detection in feature-deficient astrophotography by introducing MobilTelesco, a smartphone-captured dataset characterized by extreme noise and sparse target features. It benchmarks seven diverse detectors (including SSD300, Faster R-CNN, PP-YOLOE+, NanoDet+, Sparse RCNN, RetinaNet, and Yolov12) on MobilTelesco, revealing substantial performance degradation compared with COCO-era benchmarks and showing that increased model complexity does not reliably close the gap. Yolov12x performs best among the tested models on MobilTelesco, but still trails COCO performance, highlighting a fundamental mismatch between standard detectors and sparse astronomical imagery. The work motivates future research in data preprocessing (denoising), synthetic data pretraining, segmentation-based or constellation-aware methods, and domain-specific supervision to enable robust, resource-efficient astronomical object detection under extreme conditions.

Abstract

Object detection models are typically trained on datasets like ImageNet, COCO, and PASCAL VOC, which focus on everyday objects. However, these lack signal sparsity found in non-commercial domains. MobilTelesco, a smartphone-based astrophotography dataset, addresses this by providing sparse night-sky images. We benchmark several detection models on it, highlighting challenges under feature-deficient conditions.

Paper Structure

This paper contains 17 sections, 8 figures, 4 tables.

Figures (8)

  • Figure 1: Sample of images in the MS COCO dataset ref_coco
  • Figure 2: Sample of images in the PASCAL VOC 2012 dataset ref_pascalvoc
  • Figure 3: Sample images from our dataset, MobilTelesco: a portrait orientation (a),(c) for some images and landscape for some others (b). A prominent source of noise, full moon, in one run of the dataset can be seen in (c).
  • Figure 4: Signal-to-Noise Ratio (SNR) and luminosity distribution over the images in MobilTelesco dataset.
  • Figure 5: Comparison of SNR over selecting factor, Pleiades cluster.
  • ...and 3 more figures