paper-with-me

Papers

Less is More: Token Context-aware Learning for Object Tracking

2025-01-01 · Chenlong Xu, Bineng Zhong, Qihua Liang, Yaozong Zheng, Guorong Li, Shuxiang Song

Recently, several studies have shown that utilizing contextual information to perceive target states is crucial for object tracking. They typically capture context by incorporating multiple video frames. However, these naive frame-context methods fail to consider the importance of each patch within a reference frame, making them susceptible to noise and redundant tokens, which deteriorates tracking performance. To address this challenge, we propose a new token context-aware tracking pipeline named LMTrack, designed to automatically learn high-quality reference tokens for efficient visual tracking. Embracing the principle of Less is More, the core idea of LMTrack is to analyze the importance distribution of all reference tokens, where important tokens are collected, continually attended to, and updated. Specifically, a novel Token Context Memory module is designed to dynamically collect high-quality spatio-temporal information of a target in an autoregressive manner, eliminating redundant background tokens from the reference frames. Furthermore, an effective Unidirectional Token Attention mechanism is designed to establish dependencies between reference tokens and search frame, enabling robust cross-frame association and target localization. Extensive experiments demonstrate the superiority of our tracker, achieving state-of-the-art results on tracking benchmarks such as GOT-10K, TrackingNet, and LaSOT.

📄 PDF Abstract BibTeX arXiv:2501.00758

Code (1)

XuChenLong/LMTrack 공식 구현

Tasks

Object TrackingVisual 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 설명 없음

Similar Papers 제목 키워드 기반

Context-Aware Wireless Token Communication via Joint Token Masking and Detection

2026-05-04 · Junyong Shin, Joohyuk Park, Yongjeong Oh, Jihong Park 외 arxiv

The increasing use of token-based representations in language-driven applications has motivated wireless token communication, where tokens are treated as fundamental units for transmission. However, conventional communic…

Context-Aware Iterative Token Detection and Masked Transmission for Wireless Token Communication

2026-01-25 · Junyong Shin, Joohyuk Park, Jihong Park, Jinho Choi 외 arxiv

The success of large-scale language models has established tokens as compact and meaningful units for natural-language representation, which motivates token communication over wireless channels, where tokens are consider…

Protocol-Aware Tokenization and Architecture Co-Design for Wireless Packet Foundation Models

2026-05-14 · Swadhin Pradhan, Shazal Irshad, Jerome Henry arxiv

What matters more for building foundation models for wireless packet traces: the tokenizer or the architecture or both? To answer this question, we build on PLUME Anonymous [2026], which introduced protocol-aware tokeniz…

SemToken: Semantic-Aware Tokenization for Efficient Long-Context Language Modeling

2025-08-21 · Dong Liu, Yanxuan Yu arxiv

Tokenization plays a critical role in language modeling, yet existing approaches such as Byte-Pair Encoding (BPE) or WordPiece operate purely on frequency statistics, ignoring the underlying semantic structure of text. T…

Large Language Model as Token Compressor and Decompressor

2026-03-26 · Wenbing Li, Yiran Wang, Zikai Song, Jielei Zhang 외 arxiv

In this paper, we study whether an off-the-shelf LLM can be adapted into a discrete, variable-length token compressor and decompressor for long-context processing. To this end, we design a self-expressive autoencoding fr…