paper-with-me

홈 › Papers

Adversarial Focal Loss: Asking Your Discriminator for Hard Examples

2022-07-15 · Chen Liu, Xiaomeng Dong, Michael Potter, Hsi-Ming Chang, Ravi Soni

Focal Loss has reached incredible popularity as it uses a simple technique to identify and utilize hard examples to achieve better performance on classification. However, this method does not easily generalize outside of classification tasks, such as in keypoint detection. In this paper, we propose a novel adaptation of Focal Loss for keypoint detection tasks, called Adversarial Focal Loss (AFL). AFL not only is semantically analogous to Focal loss, but also works as a plug-and-chug upgrade for arbitrary loss functions. While Focal Loss requires output from a classifier, AFL leverages a separate adversarial network to produce a difficulty score for each input. This difficulty score can then be used to dynamically prioritize learning on hard examples, even in absence of a classifier. In this work, we show AFL's effectiveness in enhancing existing methods in keypoint detection and verify its capability to re-weigh examples based on difficulty.

📄 PDF Abstract BibTeX arXiv:2207.07739

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Normative Modeling for AD Diagnosis and Biomarker Identification

2024-11-15 · Songlin Zhao, Rong Zhou, Yu Zhang, Yong Chen 외

In this paper, we introduce a novel normative modeling approach that incorporates focal loss and adversarial autoencoders (FAAE) for Alzheimer's Disease (AD) diagnosis and biomarker identification. Our method is an end-t…

Don't let your Discriminator be fooled

2019-05-01 · ICLR 2019 5 · Brady Zhou, Philipp Krähenbühl

Generative Adversarial Networks are one of the leading tools in generative modeling, image editing and content creation. However, they are hard to train as they require a delicate balancing act between two deep networks…

Adversarial Robustness

Document Image Binarization in JPEG Compressed Domain using Dual Discriminator Generative Adversarial Networks

2022-09-13 · Bulla Rajesh, Manav Kamlesh Agrawal, Milan Bhuva, Kisalaya Kishore 외

Image binarization techniques are being popularly used in enhancement of noisy and/or degraded images catering different Document Image Anlaysis (DIA) applications like word spotting, document retrieval, and OCR. Most of…

BinarizationOptical Character Recognition (OCR)Retrieval

From Fake Focus to Real Precision: Confusion-Driven Adversarial Attention Learning in Transformers

2025-12-19 · Yawei Liu arxiv

Transformer-based models have been widely adopted for sentiment analysis tasks due to their exceptional ability to capture contextual information. However, these methods often exhibit suboptimal accuracy in certain scena…

Sentiment Analysis

Gradient Based Activations for Accurate Bias-Free Learning

2022-02-17 · Vinod K Kurmi, Rishabh Sharma, Yash Vardhan Sharma, Vinay P. Namboodiri

Bias mitigation in machine learning models is imperative, yet challenging. While several approaches have been proposed, one view towards mitigating bias is through adversarial learning. A discriminator is used to identif…