Learning Disentangled Attribute Representations for Robust Pedestrian Attribute Recognition

Abstract

Although various methods have been proposed for pedestrian attribute recognition, most studies follow the same feature learning mechanism, \ie, learning a shared pedestrian image feature to classify multiple attributes. However, this mechanism leads to low-confidence predictions and non-robustness of the model in the inference stage. In this paper, we investigate why this is the case. We mathematically discover that the central cause is that the optimal shared feature cannot maintain high similarities with multiple classifiers simultaneously in the context of minimizing classification loss. In addition, this feature learning mechanism ignores the spatial and semantic distinctions between different attributes. To address these limitations, we propose a novel disentangled attribute feature learning (DAFL) framework to learn a disentangled feature for each attribute, which exploits the semantic and spatial characteristics of attributes. The framework mainly consists of learnable semantic queries, a cascaded semantic-spatial cross-attention (SSCA) module, and a group attention merging (GAM) module. Specifically, based on learnable semantic queries, the cascaded SSCA module iteratively enhances the spatial localization of attribute-related regions and aggregates region features into multiple disentangled attribute features, used for classification and updating learnable semantic queries. The GAM module splits attributes into groups based on spatial distribution and utilizes reliable group attention to supervise query attention maps. Experiments on PETA, RAPv1, PA100k, and RAPv2 show that the proposed method performs favorably against state-of-the-art methods.

Cite

Text

Jia et al. "Learning Disentangled Attribute Representations for Robust Pedestrian Attribute Recognition." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I1.19991

Markdown

[Jia et al. "Learning Disentangled Attribute Representations for Robust Pedestrian Attribute Recognition." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/jia2022aaai-learning/) doi:10.1609/AAAI.V36I1.19991

BibTeX

@inproceedings{jia2022aaai-learning,
  title     = {{Learning Disentangled Attribute Representations for Robust Pedestrian Attribute Recognition}},
  author    = {Jia, Jian and Gao, Naiyu and He, Fei and Chen, Xiaotang and Huang, Kaiqi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {1069-1077},
  doi       = {10.1609/AAAI.V36I1.19991},
  url       = {https://mlanthology.org/aaai/2022/jia2022aaai-learning/}
}