paper-with-me

홈 › Papers

A Novel Bounding Box Regression Method for Single Object Tracking

2024-05-16 · Omar Abdelaziz, Mohamed Sami Shehata

Locating an object in a sequence of frames, given its appearance in the first frame of the sequence, is a hard problem that involves many stages. Usually, state-of-the-art methods focus on bringing novel ideas in the visual encoding or relational modelling phases. However, in this work, we show that bounding box regression from learned joint search and template features is of high importance as well. While previous methods relied heavily on well-learned features representing interactions between search and template, we hypothesize that the receptive field of the input convolutional bounding box network plays an important role in accurately determining the object location. To this end, we introduce two novel bounding box regression networks: inception and deformable. Experiments and ablation studies show that our inception module installed on the recent ODTrack outperforms the latter on three benchmarks: the GOT-10k, the UAV123 and the OTB2015.

📄 PDF Abstract BibTeX arXiv:2405.10444

Code (0)

등록된 구현이 없습니다.

Tasks

Object Trackingregression

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Focus 설명 없음
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…

Similar Papers 제목 키워드 기반

Unified Sequence-to-Sequence Learning for Single- and Multi-Modal Visual Object Tracking

2023-04-27 · CVPR 2023 1 · Xin Chen, Ben Kang, Jiawen Zhu, Dong Wang 외

In this paper, we introduce a new sequence-to-sequence learning framework for RGB-based and multi-modal object tracking. First, we present SeqTrack for RGB-based tracking. It casts visual tracking as a sequence generatio…

DecoderObjectObject TrackingRgb-T Tracking+2

DeTrack: In-model Latent Denoising Learning for Visual Object Tracking

2025-01-05 · Xinyu Zhou, Jinglun Li, Lingyi Hong, Kaixun Jiang 외

Previous visual object tracking methods employ image-feature regression models or coordinate autoregression models for bounding box prediction. Image-feature regression methods heavily depend on matching results and do n…

DenoisingObject TrackingVisual Object Tracking

3D-SiamRPN: An End-to-End Learning Method for Real-Time 3D Single Object Tracking Using Raw Point Cloud

2021-08-12 · Zheng Fang, Sifan Zhou, Yubo Cui, Sebastian Scherer

3D single object tracking is a key issue for autonomous following robot, where the robot should robustly track and accurately localize the target for efficient following. In this paper, we propose a 3D tracking method ca…

3D Single Object TrackingObjectObject TrackingRegion Proposal

ClickTrack: Towards Real-time Interactive Single Object Tracking

2024-11-20 · Kuiran Wang, Xuehui Yu, Wenwen Yu, Guorong Li 외

Single object tracking(SOT) relies on precise object bounding box initialization. In this paper, we reconsidered the deficiencies in the current approaches to initializing single object trackers and propose a new paradig…

ObjectObject TrackingSemantic SegmentationVideo Object Segmentation+1

SiamRCR: Reciprocal Classification and Regression for Visual Object Tracking

2021-05-24 · Jinlong Peng, Zhengkai Jiang, Yueyang Gu, Yang Wu 외

Recently, most siamese network based trackers locate targets via object classification and bounding-box regression. Generally, they select the bounding-box with maximum classification confidence as the final prediction. …

ClassificationObjectObject Trackingregression+1