Critic Loss for Image Classification
Brendan Hogan Rappazzo, Aaron Ferber, Carla Gomes

TL;DR
CrtCl introduces a generator-critic framework for image classification that improves accuracy and calibration, supports semi-supervised learning, and enhances active learning data selection, outperforming recent baselines across multiple datasets.
Contribution
The paper proposes CrtCl, a novel learned loss method using a generator-critic setup that enhances classifier performance and enables semi-supervised and active learning applications.
Findings
CrtCl improves classifier accuracy and calibration across datasets.
CrtCl effectively utilizes unlabeled data in semi-supervised learning.
CrtCl outperforms baselines in active learning scenarios.
Abstract
Modern neural network classifiers achieve remarkable performance across a variety of tasks; however, they frequently exhibit overconfidence in their predictions due to the cross-entropy loss. Inspired by this problem, we propose the \textbf{Cr}i\textbf{t}ic Loss for Image \textbf{Cl}assification (CrtCl, pronounced Critical). CrtCl formulates image classification training in a generator-critic framework, with a base classifier acting as a generator, and a correctness critic imposing a loss on the classifier. The base classifier, acting as the generator, given images, generates the probability distribution over classes and intermediate embeddings. The critic model, given the image, intermediate embeddings, and output predictions of the base model, predicts the probability that the base model has produced the correct classification, which then can be back propagated as a self supervision…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Adversarial Robustness in Machine Learning
MethodsBalanced Selection
