CVAIJul 15, 2024

An Empirical Study of Mamba-based Pedestrian Attribute Recognition

arXiv:2407.10374v214 citationsh-index: 9Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses computational efficiency in pedestrian attribute recognition for surveillance and security applications, but it is incremental as it adapts existing Mamba architectures without major breakthroughs.

This paper investigates the application of Mamba-based models to pedestrian attribute recognition, finding that integrating Mamba with Transformer variants yields performance improvements only under specific conditions, with results showing competitive accuracy on benchmarks like PA-100K and RAPv2.

Current strong pedestrian attribute recognition models are developed based on Transformer networks, which are computationally heavy. Recently proposed models with linear complexity (e.g., Mamba) have garnered significant attention and have achieved a good balance between accuracy and computational cost across a variety of visual tasks. Relevant review articles also suggest that while these models can perform well on some pedestrian attribute recognition datasets, they are generally weaker than the corresponding Transformer models. To further tap into the potential of the novel Mamba architecture for PAR tasks, this paper designs and adapts Mamba into two typical PAR frameworks, i.e., the text-image fusion approach and pure vision Mamba multi-label recognition framework. It is found that interacting with attribute tags as additional input does not always lead to an improvement, specifically, Vim can be enhanced, but VMamba cannot. This paper further designs various hybrid Mamba-Transformer variants and conducts thorough experimental validations. These experimental results indicate that simply enhancing Mamba with a Transformer does not always lead to performance improvements but yields better results under certain settings. We hope this empirical study can further inspire research in Mamba for PAR, and even extend into the domain of multi-label recognition, through the design of these network structures and comprehensive experimentation. The source code of this work will be released at \url{https://github.com/Event-AHU/OpenPAR}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes