ScopeMamba-YOLO: Widening the Perceptual Scope Inward and Outward for Small Object Detection in Remote Sensing Imagery

TL;DR

ScopeMamba-YOLO enhances small object detection in remote sensing imagery by widening perceptual scope, achieving a 10.8 pp mAP50 improvement.

cs.CV 🔴 Advanced 2026-09-09 5 views
Junjie Fan Yijun Mai Linduo Wei Jiayu Rao Junmin Bao Qiushi Jin Guijia Li Yong Qi
small object detection remote sensing YOLO deep learning computer vision

Key Findings

Methodology

ScopeMamba-YOLO is based on the YOLOv8 framework, employing an off-path selective scanning principle with a Cascaded Global-Context Module (CGCM) and a Selective-Scan PAN (SS-PAN) to decouple context modeling from the convolutional stream. An Adaptive Multi-scale Strip (AMS) Block reduces the cost of high-resolution feature extraction, while a Scale-Adaptive DFL (SA-DFL) head reallocates distributional support and regression capacity across scales.

Key Results

  • On the VisDrone-2019 dataset, ScopeMamba-S achieves 50.8% mAP50 with 3.57M parameters, surpassing YOLOv8s by 10.8 pp while using only 32% of its parameters.
  • ScopeMamba-M shows consistent improvements on the AI-TOD dataset, especially for very-tiny and tiny objects.
  • ERF analysis shows that the complete context pathway increases the peripheral energy ratio from 0.008 to 0.090 at stride 8.

Significance

This research is significant for small object detection in UAV and remote sensing imagery. By innovatively designing the network structure, ScopeMamba-YOLO addresses the trade-off between resolution and context support, advancing the field's technology.

Technical Contribution

Technically, ScopeMamba-YOLO introduces off-path selective scanning and an Adaptive Multi-scale Strip block, decoupling context modeling from the convolutional stream and offering new engineering possibilities. Its innovative network structure enhances context support while maintaining high-resolution detail, significantly improving small object detection performance.

Novelty

ScopeMamba-YOLO is the first to implement off-path selective scanning within the YOLO framework, combining CGCM and SS-PAN to innovatively resolve the resolution-context support trade-off in small object detection.

Limitations

  • Despite the AMS block reducing computational cost, high-resolution feature extraction may still challenge resource-constrained devices.
  • The off-path design of selective scanning may not be robust against background noise in complex scenes.

Future Work

Future directions include further optimizing the efficiency of selective scanning, exploring applications on larger datasets, and extending to other visual tasks.

AI Executive Summary

Detecting small objects in remote sensing imagery is a complex task where traditional methods often struggle to balance resolution and context support. ScopeMamba-YOLO addresses this issue through innovative network design. Its core technologies include the Cascaded Global-Context Module (CGCM) and Selective-Scan PAN (SS-PAN), decoupling context modeling from the convolutional stream.

On the VisDrone-2019 dataset, ScopeMamba-S achieves 50.8% mAP50 with 3.57M parameters, surpassing YOLOv8s by 10.8 pp while using only 32% of its parameters. ScopeMamba-M shows consistent improvements on the AI-TOD dataset, especially for very-tiny and tiny objects.

While ScopeMamba-YOLO makes significant advances in small object detection, it still faces challenges in computational cost during high-resolution feature extraction. Future research will focus on further optimizing selective scanning efficiency and exploring applications on larger datasets.

Deep Analysis

Background

Object detection in remote sensing imagery is crucial for Earth observation applications. Traditional methods excel in natural images but degrade significantly in high-altitude images, especially for small objects, due to limited pixel occupation and complex backgrounds.

Core Problem

The core problem in small object detection is balancing high-resolution detail with sufficient context support. Existing methods often struggle with this balance, leading to decreased detection accuracy.

Innovation

ScopeMamba-YOLO introduces off-path selective scanning and an Adaptive Multi-scale Strip block, innovatively resolving the resolution-context support trade-off in small object detection. Its network design decouples context modeling from the convolutional stream, enhancing detection performance.

Methodology

  • �� Use a Cascaded Global-Context Module (CGCM) in the backbone for context modeling.
  • �� Implement Selective-Scan PAN (SS-PAN) in the neck for feature fusion.
  • �� Employ an Adaptive Multi-scale Strip (AMS) block to reduce high-resolution feature extraction cost.
  • �� Utilize a Scale-Adaptive DFL (SA-DFL) head to reallocate distributional support and regression capacity across scales.

Experiments

Experiments were conducted on the VisDrone-2019 and AI-TOD datasets, using mAP50 as the primary evaluation metric. The baseline comparison was YOLOv8s, focusing on evaluating ScopeMamba-YOLO's performance improvement in small object detection.

Results

ScopeMamba-S achieves 50.8% mAP50 on the VisDrone-2019 dataset with 3.57M parameters, surpassing YOLOv8s by 10.8 pp. ScopeMamba-M shows consistent improvements on the AI-TOD dataset, especially for very-tiny and tiny objects.

Applications

ScopeMamba-YOLO is suitable for small object detection in UAV and remote sensing imagery, particularly in scenarios requiring high-resolution detail and context support, such as urban planning and traffic monitoring.

Limitations & Outlook

While ScopeMamba-YOLO makes significant advances in small object detection, it still faces challenges in computational cost during high-resolution feature extraction. Additionally, the off-path design of selective scanning may not be robust against background noise in complex scenes.

Plain Language Accessible to non-experts

Imagine you're in a huge library looking for a specific book. Traditional methods are like flipping through every book from start to finish, which is time-consuming and easy to miss things. ScopeMamba-YOLO is like having a smart assistant who not only knows which section the book is in but can quickly find related context, helping you find the target faster. This method provides broader context information while maintaining detail, making small object detection more accurate.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a game where you need to find a tiny treasure on a map. Traditional methods are like using a magnifying glass to search bit by bit—too slow! ScopeMamba-YOLO is like having a super map assistant that not only zooms in on details but also shows you landmarks near the treasure, so you can find it faster! Isn't that cool?

Glossary

YOLO (You Only Look Once)

A real-time object detection algorithm that predicts multiple objects' classes and locations in a single forward pass.

Used as the foundational framework for small object detection.

AMS (Adaptive Multi-scale Strip)

A module that reduces the cost of high-resolution feature extraction by capturing anisotropic structures with directional convolutions.

Used for feature extraction in ScopeMamba-YOLO.

CGCM (Cascaded Global-Context Module)

A module for context modeling in the backbone, enhancing long-range spatial support.

Used for context modeling in ScopeMamba-YOLO.

SS-PAN (Selective-Scan PAN)

A module in the neck for feature fusion, enhancing context support through selective scanning.

Used for feature fusion and context enhancement.

SA-DFL (Scale-Adaptive DFL)

A head structure that reallocates distributional support and regression capacity across scales.

Used to optimize detection across different scales.

Open Questions Unanswered questions from this research

  • 1 How can ScopeMamba-YOLO's computational cost be further reduced on resource-constrained devices?
  • 2 How can the robustness of selective scanning be improved in complex backgrounds?

Applications

Immediate Applications

Drone Surveillance

Can be used for real-time monitoring of urban traffic and environmental changes, helping managers make quick decisions.

Long-term Vision

Global Environmental Monitoring

Through large-scale deployment, it helps scientists monitor climate change and natural disasters, promoting global environmental protection.

Abstract

Small object detection in unmanned aerial vehicle (UAV) and remote sensing imagery requires preserving high-resolution detail while modeling long-range context. Adding a stride-4 detection level and removing the stride-32 stage benefits tiny targets but weakens peripheral spatial support, whereas directly inserting selective scanning into the main feature path can interfere with weak local cues. We propose ScopeMamba-YOLO, built around an off-path, zero-gated selective-scanning principle that decouples contextual modeling from the convolutional stream. The principle is instantiated by a Cascaded Global-Context Module (CGCM) in the backbone and a Selective-Scan PAN (SS-PAN) in the neck. An Adaptive Multi-scale Strip (AMS) Block reduces the cost of high-resolution feature extraction, while a Scale-Adaptive DFL (SA-DFL) head reallocates distributional support and regression capacity across scales with only 0.008M additional parameters. Controlled experiments show that matched main-path selective scanning reduces mAP50 by 0.98 pp, whereas off-path CGCM improves the final configuration by 0.67 pp over the three-seed no-CGCM mean; operator controls indicate that this gain is not explained by auxiliary branch capacity alone. ERF analysis further shows that the complete context pathway increases the peripheral energy ratio from 0.008 to 0.090 at stride 8. On VisDrone-2019, ScopeMamba-S achieves 50.8% mAP50 with 3.57M parameters, exceeding YOLOv8s by 10.8 pp while using 32% of its parameters; ScopeMamba-M reaches 52.6% mAP50 with 6.48M parameters. Consistent improvements are also observed on AI-TOD, especially for very-tiny and tiny objects.

cs.CV