CVJun 30, 2025

Event-based Tiny Object Detection: A Benchmark Dataset and Baseline

arXiv:2506.23575v113 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of small object detection for anti-UAV applications, providing a new dataset and baseline, but it is incremental as it builds on event-based sensing with a focus on a specific domain.

The paper tackles the problem of detecting small UAVs in complex environments by introducing the first large-scale event-based dataset (EV-UAV) with over 2.3 million annotations and targets averaging 6.8 × 5.4 pixels, and proposes a novel baseline method (EV-SpSegNet) that outperforms existing approaches on this benchmark.

Small object detection (SOD) in anti-UAV task is a challenging problem due to the small size of UAVs and complex backgrounds. Traditional frame-based cameras struggle to detect small objects in complex environments due to their low frame rates, limited dynamic range, and data redundancy. Event cameras, with microsecond temporal resolution and high dynamic range, provide a more effective solution for SOD. However, existing event-based object detection datasets are limited in scale, feature large targets size, and lack diverse backgrounds, making them unsuitable for SOD benchmarks. In this paper, we introduce a Event-based Small object detection (EVSOD) dataset (namely EV-UAV), the first large-scale, highly diverse benchmark for anti-UAV tasks. It includes 147 sequences with over 2.3 million event-level annotations, featuring extremely small targets (averaging 6.8 $\times$ 5.4 pixels) and diverse scenarios such as urban clutter and extreme lighting conditions. Furthermore, based on the observation that small moving targets form continuous curves in spatiotemporal event point clouds, we propose Event based Sparse Segmentation Network (EV-SpSegNet), a novel baseline for event segmentation in point cloud space, along with a Spatiotemporal Correlation (STC) loss that leverages motion continuity to guide the network in retaining target events. Extensive experiments on the EV-UAV dataset demonstrate the superiority of our method and provide a benchmark for future research in EVSOD. The dataset and code are at https://github.com/ChenYichen9527/Ev-UAV.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes