Adversarial Focal Loss: Asking Your Discriminator for Hard Examples
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Keypoint DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Normative Modeling for AD Diagnosis and Biomarker Identification
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
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 RobustnessDocument Image Binarization in JPEG Compressed Domain using Dual Discriminator Generative Adversarial Networks
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)RetrievalFrom Fake Focus to Real Precision: Confusion-Driven Adversarial Attention Learning in Transformers
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 AnalysisGradient Based Activations for Accurate Bias-Free Learning
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…