paper-with-me

Papers

Learn From All: Erasing Attention Consistency for Noisy Label Facial Expression Recognition

2022-07-21 · Yuhang Zhang, Chengrui Wang, Xu Ling, Weihong Deng

Noisy label Facial Expression Recognition (FER) is more challenging than traditional noisy label classification tasks due to the inter-class similarity and the annotation ambiguity. Recent works mainly tackle this problem by filtering out large-loss samples. In this paper, we explore dealing with noisy labels from a new feature-learning perspective. We find that FER models remember noisy samples by focusing on a part of the features that can be considered related to the noisy labels instead of learning from the whole features that lead to the latent truth. Inspired by that, we propose a novel Erasing Attention Consistency (EAC) method to suppress the noisy samples during the training process automatically. Specifically, we first utilize the flip semantic consistency of facial images to design an imbalanced framework. We then randomly erase input images and use flip attention consistency to prevent the model from focusing on a part of the features. EAC significantly outperforms state-of-the-art noisy label FER methods and generalizes well to other tasks with a large number of classes like CIFAR100 and Tiny-ImageNet. The code is available at https://github.com/zyh-uaiaaaa/Erasing-Attention-Consistency.

📄 PDF Abstract BibTeX arXiv:2207.10299

Code (1)

zyh-uaiaaaa/erasing-attention-consistency 공식 구현 pytorch

Tasks

AllFacial Expression RecognitionFacial Expression Recognition (FER)Learning with noisy labels

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

A Feature Consistency Driven Attention Erasing Network for Fine-Grained Image Retrieval

2021-10-09 · Qi Zhao, Xu Wang, Shuchang Lyu, Binghao Liu 외

Large-scale fine-grained image retrieval has two main problems. First, low dimensional feature embedding can fasten the retrieval process but bring accuracy reduce due to overlooking the feature of significant attention …

Image RetrievalRetrieval

Find it if You Can: End-to-End Adversarial Erasing for Weakly-Supervised Semantic Segmentation

2020-11-09 · Erik Stammes, Tom F. H. Runia, Michael Hofmann, Mohsen Ghafoorian

Semantic segmentation is a task that traditionally requires a large dataset of pixel-level ground truth labels, which is time-consuming and expensive to obtain. Recent advancements in the weakly-supervised setting show t…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Self-Erasing Network for Integral Object Attention

2018-10-23 · NeurIPS 2018 12 · Qibin Hou, Peng-Tao Jiang, Yunchao Wei, Ming-Ming Cheng

Recently, adversarial erasing for weakly-supervised object attention has been deeply studied due to its capability in localizing integral object regions. However, such a strategy raises one key problem that attention reg…

ObjectSemantic Segmentation

Combating Noisy Labels through Fostering Self- and Neighbor-Consistency

2026-01-19 · Zeren Sun, Yazhou Yao, Tongliang Liu, Zechao Li 외 arxiv

Label noise is pervasive in various real-world scenarios, posing challenges in supervised deep learning. Deep networks are vulnerable to such label-corrupted samples due to the memorization effect. One major stream of pr…

Partial Label Learning

Black-Box Dissector: Towards Erasing-based Hard-Label Model Stealing Attack

2021-05-03 · NeurIPS 2021 12 · Yixu Wang, Jie Li, Hong Liu, Yan Wang 외

Previous studies have verified that the functionality of black-box models can be stolen with full probability outputs. However, under the more practical hard-label setting, we observe that existing methods suffer from ca…

Knowledge DistillationSelf-Knowledge Distillation