Skip to main content
QUICK REVIEW

[论文解读] Localization Guided Learning for Pedestrian Attribute Recognition

Pengze Liu, Xihui Liu|arXiv (Cornell University)|Aug 28, 2018
Video Surveillance and Tracking Methods被引用 44
一句话总结

LG-Net 引入属性特定定位以引导局部特征提取,通过将 CAM 指导的局部特征与全局特征融合,在 RAP 和 PA-100K 上实现多项指标的 state-of-the-art 结果。

ABSTRACT

Pedestrian attribute recognition has attracted many attentions due to its wide applications in scene understanding and person analysis from surveillance videos. Existing methods try to use additional pose, part or viewpoint information to complement the global feature representation for attribute classification. However, these methods face difficulties in localizing the areas corresponding to different attributes. To address this problem, we propose a novel Localization Guided Network which assigns attribute-specific weights to local features based on the affinity between proposals pre-extracted proposals and attribute locations. The advantage of our model is that our local features are learned automatically for each attribute and emphasized by the interaction with global features. We demonstrate the effectiveness of our Localization Guided Network on two pedestrian attribute benchmarks (PA-100K and RAP). Our result surpasses the previous state-of-the-art in all five metrics on both datasets.

研究动机与目标

  • 在低分辨率和视角变化下,推动鲁棒的人体属性识别。
  • 提出一个定位引导网络以学习属性特定的局部特征。
  • 利用类别激活图引导精确的属性定位。
  • 通过基于相似度的加权机制融合全局与局部特征。
  • 在大型行人属性数据集上证明最先进的性能。

提出的方法

  • 两分支 LG-Net:固定的全局分支和局部分支。
  • 全局分支生成用于属性的类别激活图(CAM)和类别激活框。
  • 局部分支从 EdgeBoxes 提案中提取 ROI 池化特征。
  • 定位引导模块通过 CAM-ROI 的相似度(使用 CAM 框与提案之间的 IoU)对局部特征加权。
  • 通过对全局和局部引导特征进行逐元素求和实现属性预测的融合。
  • 两阶段训练:用 ImageNet 预训练模型初始化全局分支,在 LG-Net 训练期间固定定位组件。

实验结果

研究问题

  • RQ1属性特定定位能否提高局部特征提取在行人属性上的鲁棒性?
  • RQ2CAM 指导的定位加上 ROI 加权的局部特征是否优于以往的部件/姿态/注意力方法?
  • RQ3所提出的全局与局部特征融合在监控条件下的多标签属性预测中是否有效?
  • RQ4定位组件对整体性能和定位准确性有何影响?

主要发现

方法RAP_mARAP_AccuRAP_PrecRAP_RecallRAP_F1PA100K_mAPA100K_AccuPA100K_PrecPA100K_RecallPA100K_F1
ELF+SVM69.9429.2932.8471.18-44.95----
CNN+SVM72.2831.7235.7571.78------
ACN69.6662.6180.1272.2675.98-----
DeepMar73.7962.0274.9276.2175.5675.5680.4281.3280.4281.32
HP-Net76.1265.3977.3378.7978.0578.0582.9782.5382.0982.53
JRL77.81-78.1178.9878.58-----
VeSPA77.7067.3579.5179.6779.5979.5984.9981.4983.2083.20
Inception-v275.4365.9479.7877.0578.3978.3984.1280.3082.1782.17
LG-Net78.6868.0080.3679.8280.0980.0976.9683.1785.0485.04
  • LG-Net 在 RAP 和 PA-100K 的五个评估指标上超过前人最先进水平。
  • 在 RAP 上,LG-Net 达到 mA 78.68,Accu 68.00,Prec 80.36,Recall 79.82,F1 80.09。
  • 在 PA-100K 上,LG-Net 达到 mA 80.09,Accu 76.96,Prec 83.17,Recall 85.04,F1 85.04。
  • 定位引导显著提升性能;消融实验显示移除定位时准确率提升约 4.4%。
  • CAM 生成的定位框、基于 IoU 的相似度、以及 ROI 基础的局部特征共同推动相对于基线和先前方法的改进。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。