paper-with-me

홈 › Papers

RepFace: Refining Closed-Set Noise with Progressive Label Correction for Face Recognition

2024-12-16 · Jie Zhang, Xun Gong, Zhonglin Sun

Face recognition has made remarkable strides, driven by the expanding scale of datasets, advancements in various backbone and discriminative losses. However, face recognition performance is heavily affected by the label noise, especially closed-set noise. While numerous studies have focused on handling label noise, addressing closed-set noise still poses challenges. This paper identifies this challenge as training isn't robust to noise at the early-stage training, and necessitating an appropriate learning strategy for samples with low confidence, which are often misclassified as closed-set noise in later training phases. To address these issues, we propose a new framework to stabilize the training at early stages and split the samples into clean, ambiguous and noisy groups which are devised with separate training strategies. Initially, we employ generated auxiliary closed-set noisy samples to enable the model to identify noisy data at the early stages of training. Subsequently, we introduce how samples are split into clean, ambiguous and noisy groups by their similarity to the positive and nearest negative centers. Then we perform label fusion for ambiguous samples by incorporating accumulated model predictions. Finally, we apply label smoothing within the closed set, adjusting the label to a point between the nearest negative class and the initially assigned label. Extensive experiments validate the effectiveness of our method on mainstream face datasets, achieving state-of-the-art results. The code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2412.12031

Code (0)

등록된 구현이 없습니다.

Tasks

Face Recognition

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Generative Pseudo-label Refinement for Unsupervised Domain Adaptation

2020-01-09 · Pietro Morerio, Riccardo Volpi, Ruggero Ragonesi, Vittorio Murino

We investigate and characterize the inherent resilience of conditional Generative Adversarial Networks (cGANs) against noise in their conditioning labels, and exploit this fact in the context of Unsupervised Domain Adapt…

Domain AdaptationPseudo LabelUnsupervised Domain Adaptation

LoopTool: Closing the Data-Training Loop for Robust LLM Tool Calls

2025-11-12 · Kangning Zhang, Wenxiang Jiao, Kounianhua Du, Yuan Lu 외 arxiv

Augmenting Large Language Models (LLMs) with external tools enables them to execute complex, multi-step tasks. However, tool learning is hampered by the static synthetic data pipelines where data generation and model tra…

Refining the Information Bottleneck via Adversarial Information Separation

2026-02-06 · Shuai Ning, Zhenpeng Wang, Lin Wang, Bing Chen 외 arxiv

Generalizing from limited data is particularly critical for models in domains such as material science, where task-relevant features in experimental datasets are often heavily confounded by measurement noise and experime…

Action Detail Matters: Refining Video Recognition with Local Action Queries

2025-01-01 · CVPR 2025 1 · Mengmeng Wang, Zeyi Huang, Xiangjie Kong, Guojiang Shen 외

Video action recognition involves interpreting both global context and specific details to accurately identify actions. While previous models are effective at capturing spatiotemporal features, they often lack a focu…

Action RecognitionTemporal Action LocalizationVideo Recognition

Robust Learning of Diffusion Models with Extremely Noisy Conditions

2025-10-11 · Xin Chen, Gillian Dobbie, Xinyu Wang, Feng Liu 외 arxiv

Conditional diffusion models have the generative controllability by incorporating external conditions. However, their performance significantly degrades with noisy conditions, such as corrupted labels in the image genera…

Conditional Image Generation