paper-with-me

홈 › Papers

Fast Visual Object Tracking with Rotated Bounding Boxes

2019-07-08 · Bao Xin Chen, John K. Tsotsos

In this paper, we demonstrate a novel algorithm that uses ellipse fitting to estimate the bounding box rotation angle and size with the segmentation(mask) on the target for online and real-time visual object tracking. Our method, SiamMask_E, improves the bounding box fitting procedure of the state-of-the-art object tracking algorithm SiamMask and still retains a fast-tracking frame rate (80 fps) on a system equipped with GPU (GeForce GTX 1080 Ti or higher). We tested our approach on the visual object tracking datasets (VOT2016, VOT2018, and VOT2019) that were labeled with rotated bounding boxes. By comparing with the original SiamMask, we achieved an improved Accuracy of 0.652 and 0.309 EAO on VOT2019, which is 0.056 and 0.026 higher than the original SiamMask. The implementation is available on GitHub: https://github.com/baoxinchen/siammask_e.

📄 PDF Abstract BibTeX arXiv:1907.03892

Code (1)

baoxinchen/siammask_e 공식 구현 pytorch

Tasks

GPUObjectObject TrackingVideo Object TrackingVisual Object Tracking

Similar Papers 제목 키워드 기반

Fast Online Object Tracking and Segmentation: A Unifying Approach

2018-12-12 · CVPR 2019 6 · Qiang Wang, Li Zhang, Luca Bertinetto, Weiming Hu 외

In this paper we illustrate how to perform both visual object tracking and semi-supervised video object segmentation, in real-time, with a single simple approach. Our method, dubbed SiamMask, improves the offline trainin…

ObjectObject TrackingReal-Time Visual TrackingSegmentation+6

360VOT: A New Benchmark Dataset for Omnidirectional Visual Object Tracking

2023-07-27 · ICCV 2023 1 · Huajian Huang, Yinzhe Xu, Yingshu Chen, Sai-Kit Yeung

360{\deg} images can provide an omnidirectional field of view which is important for stable and long-term scene perception. In this paper, we explore 360{\deg} images for visual object tracking and perceive new challenge…

Object TrackingVisual Object Tracking

End-to-end Deep Object Tracking with Circular Loss Function for Rotated Bounding Box

2020-12-17 · Vladislav Belyaev, Aleksandra Malysheva, Aleksei Shpilman

The task object tracking is vital in numerous applications such as autonomous driving, intelligent surveillance, robotics, etc. This task entails the assigning of a bounding box to an object in a video stream, given only…

Autonomous DrivingDeep LearningObjectObject Tracking+1

FPDIoU Loss: A Loss Function for Efficient Bounding Box Regression of Rotated Object Detection

2024-05-16 · Siliang Ma, Yong Xu

Bounding box regression is one of the important steps of object detection. However, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. Most of the ex…

Objectobject-detectionObject Detectionregression+2

Learning a Rotation Invariant Detector with Rotatable Bounding Box

2017-11-26 · Lei Liu, Zongxu Pan, Bin Lei

Detection of arbitrarily rotated objects is a challenging task due to the difficulties of locating the multi-angle objects and separating them effectively from the background. The existing methods are not robust to angle…