paper-with-me

홈 › Papers

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 the bounding box for that object on the first frame. In 2015, a new type of video object tracking (VOT) dataset was created that introduced rotated bounding boxes as an extension of axis-aligned ones. In this work, we introduce a novel end-to-end deep learning method based on the Transformer Multi-Head Attention architecture. We also present a new type of loss function, which takes into account the bounding box overlap and orientation. Our Deep Object Tracking model with Circular Loss Function (DOTCL) shows an considerable improvement in terms of robustness over current state-of-the-art end-to-end deep learning models. It also outperforms state-of-the-art object tracking methods on VOT2018 dataset in terms of expected average overlap (EAO) metric.

📄 PDF Abstract BibTeX arXiv:2012.09771

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDeep LearningObjectObject TrackingVideo Object Tracking

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Adam 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

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

Rotated Object Detection via Scale-invariant Mahalanobis Distance in Aerial Images

2022-04-02 · Siyang Wen, Wei Guo, Yi Liu, Ruijie Wu

Rotated object detection in aerial images is a meaningful yet challenging task as objects are densely arranged and have arbitrary orientations. The eight-parameter (coordinates of box vectors) methods in rotated object d…

Objectobject-detectionObject DetectionObject Detection In Aerial Images

Enhancing Rotated Object Detection via Anisotropic Gaussian Bounding Box and Bhattacharyya Distance

2025-10-18 · Chien Thai, Mai Xuan Trang, Huong Ninh, Hoang Hiep Ly 외 arxiv

Detecting rotated objects accurately and efficiently is a significant challenge in computer vision, particularly in applications such as aerial imagery, remote sensing, and autonomous driving. Although traditional object…

Object LocalizationAutonomous DrivingObject Detection

Object Rigidity: Competition and cooperation between motion-energy and feature-tracking mechanisms and shape-based priors

2023-04-11 · Akihito Maruya, Qasim Zaidi

Why do moving objects appear rigid when projected retinal images are deformed nonrigidly? We used rotating rigid objects that can appear rigid or non-rigid to test whether shape features contribute to rigidity perception…

RSDet++: Point-based Modulated Loss for More Accurate Rotated Object Detection

2021-09-24 · Wen Qian, Xue Yang, Silong Peng, Junchi Yan 외

We classify the discontinuity of loss in both five-param and eight-param rotated object detection methods as rotation sensitivity error (RSE) which will result in performance degeneration. We introduce a novel modulated …

Objectobject-detectionObject DetectionSensitivity