🌙

针对样本标签噪声不平衡的人员属性识别的丢弃损失

Drop Loss for Person Attribute Recognition With Imbalanced Noisy-Labeled Samples

IEEE Transactions on Cybernetics · 2022
被引 8
ABS 3

中文导读

提出一种丢弃损失,通过根据梯度范数识别噪声样本并针对较难属性提高丢弃率,缓解训练数据中不同属性噪声样本数量不平衡的问题,提升人员属性识别性能。

Abstract

Person attribute recognition (PAR) aims to simultaneously predict multiple attributes of a person. Existing deep learning-based PAR methods have achieved impressive performance. Unfortunately, these methods usually ignore the fact that different attributes have an imbalance in the number of noisy-labeled samples in the PAR training datasets, thus leading to suboptimal performance. To address the above problem of imbalanced noisy-labeled samples, we propose a novel and effective loss called drop loss for PAR. In the drop loss, the attributes are treated differently in an easy-to-hard way. In particular, the noisy-labeled candidates, which are identified according to their gradient norms, are dropped with a higher drop rate for the harder attribute. Such a manner adaptively alleviates the adverse effect of imbalanced noisy-labeled samples on model learning. To illustrate the effectiveness of the proposed loss, we train a simple ResNet-50 model based on the drop loss and term it DropNet. Experimental results on two representative PAR tasks (including facial attribute recognition and pedestrian attribute recognition) demonstrate that the proposed DropNet achieves comparable or better performance in terms of both balanced accuracy and classification accuracy over several state-of-the-art PAR methods.

计算机视觉深度学习人员属性识别噪声标签不平衡学习