paper-with-me

홈 › Papers

Detecting and Tracking Small Moving Objects in Wide Area Motion Imagery (WAMI) Using Convolutional Neural Networks (CNNs)

2019-11-05 · Yifan Zhou, Simon Maskell

This paper proposes an approach to detect moving objects in Wide Area Motion Imagery (WAMI), in which the objects are both small and well separated. Identifying the objects only using foreground appearance is difficult since a $100-$pixel vehicle is hard to distinguish from objects comprising the background. Our approach is based on background subtraction as an efficient and unsupervised method that is able to output the shape of objects. In order to reliably detect low contrast and small objects, we configure the background subtraction to extract foreground regions that might be objects of interest. While this dramatically increases the number of false alarms, a Convolutional Neural Network (CNN) considering both spatial and temporal information is then trained to reject the false alarms. In areas with heavy traffic, the background subtraction yields merged detections. To reduce the complexity of multi-target tracker needed, we train another CNN to predict the positions of multiple moving objects in an area. Our approach shows competitive detection performance on smaller objects relative to the state-of-the-art. We adopt a GM-PHD filter to associate detections over time and analyse the resulting performance.

📄 PDF Abstract BibTeX arXiv:1911.01727

Code (2)

zhouyifan233/MovingObjDetector-WAMI.matlab 공식 구현
zhouyifan233/MovingObjDetector-WAMI.python tf

Similar Papers 제목 키워드 기반

Physics-Guided Fusion for Robust 3D Tracking of Fast Moving Small Objects

2025-10-23 · Prithvi Raj Singh, Raju Gottumukkala, Anthony S. Maida, Alan B. Barhorst 외 arxiv

While computer vision has advanced considerably for general object detection and tracking, the specific problem of fast-moving tiny objects remains underexplored. This paper addresses the significant challenge of detecti…

Outlier DetectionObject Detection

Detecting and Tracking Small and Dense Moving Objects in Satellite Videos: A Benchmark

2021-11-25 · Qian Yin, Qingyong Hu, Hao liu, Feng Zhang 외

Satellite video cameras can provide continuous observation for a large-scale area, which is important for many remote sensing applications. However, achieving moving object detection and tracking in satellite videos rema…

Matrix CompletionMoving Object DetectionObjectobject-detection+2

maskGRU: Tracking Small Objects in the Presence of Large Background Motions

2022-01-03 · Constantine J. Roros, Avinash C. Kak

We propose a recurrent neural network-based spatio-temporal framework named maskGRU for the detection and tracking of small objects in videos. While there have been many developments in the area of object tracking in rec…

ObjectObject Tracking

Tracking Small and Fast Moving Objects: A Benchmark

2022-09-09 · Zhewen Zhang, Fuliang Wu, Yuming Qiu, Jingdong Liang 외

With more and more large-scale datasets available for training, visual tracking has made great progress in recent years. However, current research in the field mainly focuses on tracking generic objects. In this paper, w…

Visual Tracking

Interpretable Dynamic Graph Neural Networks for Small Occluded Object Detection and Tracking

2024-11-26 · Shahriar Soudeep, Md Abrar Jahin, M. F. Mridha

The detection and tracking of small, occluded objects such as pedestrians, cyclists, and motorbikes pose significant challenges for traffic surveillance systems because of their erratic movement, frequent occlusion, and …

Decision Makingobject-detectionObject DetectionSmall Object Detection