paper-with-me

Papers

Exploiting Multimodal Spatial-temporal Patterns for Video Object Tracking

2024-12-20 · Xiantao Hu, Ying Tai, Xu Zhao, Chen Zhao, Zhenyu Zhang, Jun Li, Bineng Zhong, Jian Yang

Multimodal tracking has garnered widespread attention as a result of its ability to effectively address the inherent limitations of traditional RGB tracking. However, existing multimodal trackers mainly focus on the fusion and enhancement of spatial features or merely leverage the sparse temporal relationships between video frames. These approaches do not fully exploit the temporal correlations in multimodal videos, making it difficult to capture the dynamic changes and motion information of targets in complex scenarios. To alleviate this problem, we propose a unified multimodal spatial-temporal tracking approach named STTrack. In contrast to previous paradigms that solely relied on updating reference information, we introduced a temporal state generator (TSG) that continuously generates a sequence of tokens containing multimodal temporal information. These temporal information tokens are used to guide the localization of the target in the next time state, establish long-range contextual relationships between video frames, and capture the temporal trajectory of the target. Furthermore, at the spatial level, we introduced the mamba fusion and background suppression interactive (BSI) modules. These modules establish a dual-stage mechanism for coordinating information interaction and fusion between modalities. Extensive comparisons on five benchmark datasets illustrate that STTrack achieves state-of-the-art performance across various multimodal tracking scenarios. Code is available at: https://github.com/NJU-PCALab/STTrack.

📄 PDF Abstract BibTeX arXiv:2412.15691

Code (1)

nju-pcalab/sttrack 공식 구현 pytorch

Tasks

MambaObject TrackingRgb-T TrackingVideo Object Tracking

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

VPN: Learning Video-Pose Embedding for Activities of Daily Living

2020-07-06 · ECCV 2020 8 · Srijan Das, Saurav Sharma, Rui Dai, Francois Bremond 외

In this paper, we focus on the spatio-temporal aspect of recognizing Activities of Daily Living (ADL). ADL have two specific properties (i) subtle spatio-temporal patterns and (ii) similar visual patterns varying with ti…

Action ClassificationAction RecognitionHuman-Object Interaction DetectionSkeleton Based Action Recognition

Exploiting Spatial-temporal Correlations for Video Anomaly Detection

2022-11-02 · Mengyang Zhao, Yang Liu, Jing Li, Xinhua Zeng

Video anomaly detection (VAD) remains a challenging task in the pattern recognition community due to the ambiguity and diversity of abnormal events. Existing deep learning-based VAD methods usually leverage proxy tasks t…

Anomaly DetectionDiversityGenerative Adversarial NetworkVideo Anomaly Detection

Enhancing Quality for VVC Compressed Videos by Jointly Exploiting Spatial Details and Temporal Structure

2019-01-28 · Xiandong Meng, Xuan Deng, Shuyuan Zhu, Bing Zeng

In this paper, we propose a quality enhancement network of versatile video coding (VVC) compressed videos by jointly exploiting spatial details and temporal structure (SDTS). The proposed network consists of a temporal s…

Video Compression

FPANet: Frequency-based Video Demoireing using Frame-level Post Alignment

2023-01-18 · Gyeongrok Oh, Sungjune Kim, Heon Gu, Sang Ho Yoon 외

Moire patterns, created by the interference between overlapping grid patterns in the pixel space, degrade the visual quality of images and videos. Therefore, removing such patterns~(demoireing) is crucial, yet remains a …

SSIM

Synthesizing Dynamic Patterns by Spatial-Temporal Generative ConvNet

2016-06-03 · CVPR 2017 7 · Jianwen Xie, Song-Chun Zhu, Ying Nian Wu

Video sequences contain rich dynamic patterns, such as dynamic texture patterns that exhibit stationarity in the temporal domain, and action patterns that are non-stationary in either spatial or temporal domain. We show …