SilLang:通过轮廓语言编码改进步态识别 / SilLang: Improving Gait Recognition with Silhouette Language Encoding
1️⃣ 一句话总结
这篇论文提出了一种新方法,通过将二值化的步态轮廓图转换成类似语言的离散序列,并利用大语言模型来捕捉其中细微的动态变化,从而显著提升了现有步态识别系统的准确率。
Gait silhouettes, which can be encoded into binary gait codes, are widely adopted to representing motion patterns of pedestrian. Recent approaches commonly leverage visual backbones to encode gait silhouettes, achieving successful performance. However, they primarily focus on continuous visual features, overlooking the discrete nature of binary silhouettes that inherently share a discrete encoding space with natural language. Large Language Models (LLMs) have demonstrated exceptional capability in extracting discriminative features from discrete sequences and modeling long-range dependencies, highlighting their potential to capture temporal motion patterns by identifying subtle variations. Motivated by these observations, we explore bridging binary gait silhouettes and natural language within a binary encoding space. However, the encoding spaces of text tokens and binary gait silhouettes remain misaligned, primarily due to differences in token frequency and density. To address this issue, we propose the Contour-Velocity Tokenizer, which encodes binary gait silhouettes while reshaping their distribution to better align with the text token space. We then establish a dual-branch framework termed Silhouette Language Model, which enhances visual silhouettes by integrating discrete linguistic embeddings derived from LLMs. Implemented on mainstream gait backbones, SilLang consistently improves state-of-the-art methods across SUSTech1K, GREW, and Gait3D.
SilLang:通过轮廓语言编码改进步态识别 / SilLang: Improving Gait Recognition with Silhouette Language Encoding
这篇论文提出了一种新方法,通过将二值化的步态轮廓图转换成类似语言的离散序列,并利用大语言模型来捕捉其中细微的动态变化,从而显著提升了现有步态识别系统的准确率。
源自 arXiv: 2603.23976