paper-with-me

Papers

TrackSSM: A General Motion Predictor by State-Space Model

2024-08-31 · Bin Hu, Run Luo, Zelin Liu, Cheng Wang, Wenyu Liu

Temporal motion modeling has always been a key component in multiple object tracking (MOT) which can ensure smooth trajectory movement and provide accurate positional information to enhance association precision. However, current motion models struggle to be both efficient and effective across different application scenarios. To this end, we propose TrackSSM inspired by the recently popular state space models (SSM), a unified encoder-decoder motion framework that uses data-dependent state space model to perform temporal motion of trajectories. Specifically, we propose Flow-SSM, a module that utilizes the position and motion information from historical trajectories to guide the temporal state transition of object bounding boxes. Based on Flow-SSM, we design a flow decoder. It is composed of a cascaded motion decoding module employing Flow-SSM, which can use the encoded flow information to complete the temporal position prediction of trajectories. Additionally, we propose a Step-by-Step Linear (S$^2$L) training strategy. By performing linear interpolation between the positions of the object in the previous frame and the current frame, we construct the pseudo labels of step-by-step linear training, ensuring that the trajectory flow information can better guide the object bounding box in completing temporal transitions. TrackSSM utilizes a simple Mamba-Block to build a motion encoder for historical trajectories, forming a temporal motion model with an encoder-decoder structure in conjunction with the flow decoder. TrackSSM is applicable to various tracking scenarios and achieves excellent tracking performance across multiple benchmarks, further extending the potential of SSM-like temporal motion models in multi-object tracking tasks. Code and models are publicly available at \url{https://github.com/Xavier-Lin/TrackSSM}.

📄 PDF Abstract BibTeX arXiv:2409.00487

Code (1)

xavier-lin/trackssm 공식 구현 pytorch

Tasks

DecoderMambaMulti-Object TrackingMultiple Object TrackingObjectObject TrackingPositionState Space Models

Similar Papers 제목 키워드 기반

Boosting neural video codecs by exploiting hierarchical redundancy

2022-08-08 · Reza Pourreza, Hoang Le, Amir Said, Guillaume Sautiere 외

In video compression, coding efficiency is improved by reusing pixels from previously decoded frames via motion and residual compensation. We define two levels of hierarchical redundancy in video frames: 1) first-order: …

Video Compression

PlugTrack: Multi-Perceptive Motion Analysis for Adaptive Fusion in Multi-Object Tracking

2025-11-17 · Seungjae Kim, SeungJoon Lee, MyeongAh Cho arxiv

Multi-object tracking (MOT) predominantly follows the tracking-by-detection paradigm, where Kalman filters serve as the standard motion predictor due to computational efficiency but inherently fail on non-linear motion p…

Computational EfficiencyDomain GeneralizationMulti-Object Tracking

OASIS: Observation-Action Space Alignment via SE(3) Trajectory Prediction for Robotic Manipulation

2026-05-25 · Xinzhe Chen, Sihua Ren, Liqi Huang, Haowen Sun 외 arxiv

Recent vision-language-action (VLA) models and world action models (WAMs) advance robotic manipulation by enriching intermediate representations with auxiliary spatial features or future visual-state prediction. However,…

Trajectory Prediction

MambaTrack: A Simple Baseline for Multiple Object Tracking with State Space Model

2024-08-17 · Changcheng Xiao, Qiong Cao, Zhigang Luo, Long Lan

Tracking by detection has been the prevailing paradigm in the field of Multi-object Tracking (MOT). These methods typically rely on the Kalman Filter to estimate the future locations of objects, assuming linear object mo…

Mambamotion predictionMulti-Object TrackingMultiple Object Tracking+2

Multi-speaker Emotion Conversion via Latent Variable Regularization and a Chained Encoder-Decoder-Predictor Network

2020-07-25 · Ravi Shankar, Hsi-Wei Hsieh, Nicolas Charon, Archana Venkataraman

We propose a novel method for emotion conversion in speech based on a chained encoder-decoder-predictor neural network architecture. The encoder constructs a latent embedding of the fundamental frequency (F0) contour and…

Decoder