paper-with-me

홈 › Papers

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 recent years, tracking a small moving object amid other moving objects and actors (such as a ball amid moving players in sports footage) continues to be a difficult task. Existing spatio-temporal networks, such as convolutional Gated Recurrent Units (convGRUs), are difficult to train and have trouble accurately tracking small objects under such conditions. To overcome these difficulties, we developed the maskGRU framework that uses a weighted sum of the internal hidden state produced by a convGRU and a 3-channel mask of the tracked object's predicted bounding box as the hidden state to be used at the next time step of the underlying convGRU. We believe the technique of incorporating a mask into the hidden state through a weighted sum has two benefits: controlling the effect of exploding gradients and introducing an attention-like mechanism into the network by indicating where in the previous video frame the object is located. Our experiments show that maskGRU outperforms convGRU at tracking objects that are small relative to the video resolution even in the presence of other moving objects.

📄 PDF Abstract BibTeX arXiv:2201.00467

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject Tracking

Similar Papers 제목 키워드 기반

Small Object Tracking in LiDAR Point Cloud: Learning the Target-awareness Prototype and Fine-grained Search Region

2024-01-24 · Shengjing Tian, Yinan Han, Xiuping Liu, Xiantong Zhao

Single Object Tracking in LiDAR point cloud is one of the most essential parts of environmental perception, in which small objects are inevitable in real-world scenarios and will bring a significant barrier to the accura…

Object Tracking

Nanometer Scanning with Micrometer Sensing: Beating Quantization Constraints in Lissajous Trajectory Tracking

2024-04-07 · Matheus Lohse, Rafael S. Castro, Aurelio T. Salton, Minyue Fu

This paper addresses the task of tracking Lissajous trajectories in the presence of quantized positioning sensors. To do so, theoretical results on tracking of continuous time periodic signals in the presence of output q…

Quantization

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

Know Your Surroundings: Exploiting Scene Information for Object Tracking

2020-03-24 · ECCV 2020 8 · Goutam Bhat, Martin Danelljan, Luc van Gool, Radu Timofte

Current state-of-the-art trackers only rely on a target appearance model in order to localize the object in each frame. Such approaches are however prone to fail in case of e.g. fast appearance changes or presence of dis…

Object TrackingVideo Object Tracking

Aggregation Signature for Small Object Tracking

2019-10-24 · Chunlei Liu, Wenrui Ding, Jinyu Yang, Vittorio Murino 외

Small object tracking becomes an increasingly important task, which however has been largely unexplored in computer vision. The great challenges stem from the facts that: 1) small objects show extreme vague and variable …

ObjectObject Tracking