arXiv:2511.07948cs.CV2025-11中稿 · IEEE Transactions …被引 3

用Mamba模型提升行人重识别的特征判别力与效率

ReIDMamba: Learning Discriminative Features with Visual State Space Model for Person Re-Identification

论文配图:ReIDMamba: Learning Discriminative Features with Visual State Space Model for Person Re-Identification
图 1 · 摘自论文原文
  • 基于Mamba设计多分支结构,融合类别标记提取细粒度全局特征
  • 引入多粒度特征提取与排序感知正则化,提升特征多样性和鲁棒性
  • 参数量仅为TransReID的1/3,推理更快更省显存,适合实际部署

行人体重识别(ReID)的核心挑战在于提取鲁棒且具判别性的特征。尽管基于Transformer的方法克服了卷积神经网络局部处理和信息损失的问题,但仍面临序列长度增长导致内存与计算量二次增长的可扩展性瓶颈。为此,我们提出纯Mamba驱动的ReID框架ReIDMamba。通过引入多个类别标记,构建Mamba基线以有效利用细粒度判别性全局特征。进一步设计两个新模块:多粒度特征提取(MGFE)采用多分支架构与类别标记融合,生成多层次特征,增强判别力与覆盖范围;排名感知三元组正则化(RATR)通过引入类内与类间多样性约束,减少多分支特征冗余,提升特征多样性,确保行人特征的鲁棒性。据我们所知,这是首个将纯Mamba方法应用于ReID的研究。ReIDMamba模型参数量仅为TransReID的1/3,显存占用更低,推理吞吐更高。实验表明其在五个主流ReID数据集上均达到当前最优性能。代码已开源:https://github.com/GuHY777/ReIDMamba。

原文摘要 · Abstract (English)

Extracting robust discriminative features is a critical challenge in person re-identification (ReID). While Transformer-based methods have successfully addressed some limitations of convolutional neural networks (CNNs), such as their local processing nature and information loss resulting from convolution and downsampling operations, they still face the scalability issue due to the quadratic increase in memory and computational requirements with the length of the input sequence. To overcome this, we propose a pure Mamba-based person ReID framework named ReIDMamba. Specifically, we have designed a Mamba-based strong baseline that effectively leverages fine-grained, discriminative global features by introducing multiple class tokens. To further enhance robust features learning within Mamba, we have carefully designed two novel techniques. First, the multi-granularity feature extractor (MGFE) module, designed with a multi-branch architecture and class token fusion, effectively forms multi-granularity features, enhancing both discrimination ability and fine-grained coverage. Second, the ranking-aware triplet regularization (RATR) is introduced to reduce redundancy in features from multiple branches, enhancing the diversity of multi-granularity features by incorporating both intra-class and inter-class diversity constraints, thus ensuring the robustness of person features. To our knowledge, this is the pioneering work that integrates a purely Mamba-driven approach into ReID research. Our proposed ReIDMamba model boasts only one-third the parameters of TransReID, along with lower GPU memory usage and faster inference throughput. Experimental results demonstrate ReIDMamba's superior and promising performance, achieving state-of-the-art performance on five person ReID benchmarks. Code is available at https://github.com/GuHY777/ReIDMamba.

行人重识别Mamba特征提取轻量化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。