paper-with-me

홈 › Papers

Local Perception-Aware Transformer for Aerial Tracking

2022-08-01 · Changhong Fu, Weiyu Peng, Sihang Li, Junjie Ye, Ziang Cao

Transformer-based visual object tracking has been utilized extensively. However, the Transformer structure is lack of enough inductive bias. In addition, only focusing on encoding the global feature does harm to modeling local details, which restricts the capability of tracking in aerial robots. Specifically, with local-modeling to global-search mechanism, the proposed tracker replaces the global encoder by a novel local-recognition encoder. In the employed encoder, a local-recognition attention and a local element correction network are carefully designed for reducing the global redundant information interference and increasing local inductive bias. Meanwhile, the latter can model local object details precisely under aerial view through detail-inquiry net. The proposed method achieves competitive accuracy and robustness in several authoritative aerial benchmarks with 316 sequences in total. The proposed tracker's practicability and efficiency have been validated by the real-world tests.

📄 PDF Abstract BibTeX arXiv:2208.00662

Code (1)

vision4robotics/lpat 공식 구현 pytorch

Tasks

Inductive BiasObject TrackingVisual Object Tracking

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Griffin: Aerial-Ground Cooperative Detection and Tracking Dataset and Benchmark

2025-03-10 · Jiahao Wang, Xiangyu Cao, Jiaru Zhong, Yuner Zhang 외

Despite significant advancements, autonomous driving systems continue to struggle with occluded objects and long-range detection due to the inherent limitations of single-perspective sensing. Aerial-ground cooperation of…

Autonomous DrivingBenchmarking

FalconTrack: Photorealistic Auto-Labeled Perception and Physics-Aware Vision-Based Aerial Tracking

2026-06-29 · Yan Miao, Karteek Gandiboyina, Noah Giles, Hideki Okamoto 외 arxiv

Vision-based aerial tracking is critical in GPS-denied environments. Reliable perception for tracking depends on large-scale labeled data, yet most photorealistic datasets rely on heavy manual annotation and are time-con…

Visual Tracking

Target-aware Bidirectional Fusion Transformer for Aerial Object Tracking

2025-03-13 · Xinglong Sun, Haijiang Sun, Shan Jiang, Jiacheng Wang 외

The trackers based on lightweight neural networks have achieved great success in the field of aerial remote sensing, most of which aggregate multi-stage deep features to lift the tracking quality. However, existing algor…

Object Tracking

AMP2026: A Multi-Platform Marine Robotics Dataset for Tracking and Mapping

2026-03-04 · Edwin Meriaux, Shuo Wen, David Widhalm, Zhizun Wang 외 arxiv

Marine environments present significant challenges for perception and autonomy due to dynamic surfaces, limited visibility, and complex interactions between aerial, surface, and submerged sensing modalities. This paper i…

LAA3D: A Benchmark of Detecting and Tracking Low-Altitude Aircraft in 3D Space

2025-11-24 · Hai Wu, Shuai Tang, Jiale Wang, Longkun Zou 외 arxiv

Perception of Low-Altitude Aircraft (LAA) in 3D space enables precise 3D object localization and behavior understanding. However, datasets tailored for 3D LAA perception remain scarce. To address this gap, we present LAA…

3D Multi-Object TrackingObject Localization3D Object DetectionPose Estimation