English

Weakly-supervised Learning of Mid-level Features for Pedestrian Attribute Recognition and Localization

Computer Vision and Pattern Recognition 2016-11-18 v1

Abstract

State-of-the-art methods treat pedestrian attribute recognition as a multi-label image classification problem. The location information of person attributes is usually eliminated or simply encoded in the rigid splitting of whole body in previous work. In this paper, we formulate the task in a weakly-supervised attribute localization framework. Based on GoogLeNet, firstly, a set of mid-level attribute features are discovered by novelly designed detection layers, where a max-pooling based weakly-supervised object detection technique is used to train these layers with only image-level labels without the need of bounding box annotations of pedestrian attributes. Secondly, attribute labels are predicted by regression of the detection response magnitudes. Finally, the locations and rough shapes of pedestrian attributes can be inferred by performing clustering on a fusion of activation maps of the detection layers, where the fusion weights are estimated as the correlation strengths between each attribute and its relevant mid-level features. Extensive experiments are performed on the two currently largest pedestrian attribute datasets, i.e. the PETA dataset and the RAP dataset. Results show that the proposed method has achieved competitive performance on attribute recognition, compared to other state-of-the-art methods. Moreover, the results of attribute localization are visualized to understand the characteristics of the proposed method.

Keywords

Cite

@article{arxiv.1611.05603,
  title  = {Weakly-supervised Learning of Mid-level Features for Pedestrian Attribute Recognition and Localization},
  author = {Kai Yu and Biao Leng and Zhang Zhang and Dangwei Li and Kaiqi Huang},
  journal= {arXiv preprint arXiv:1611.05603},
  year   = {2016}
}

Comments

Containing 9 pages and 5 figures. Codes open-sourced on https://github.com/kyu-sz/WPAL-network

R2 v1 2026-06-22T16:55:26.716Z