paper-with-me

Papers

Confidence-aware Contrastive Learning for Selective Classification

2024-06-07 · Yu-Chang Wu, Shen-Huan Lyu, Haopu Shang, Xiangyu Wang, Chao Qian

Selective classification enables models to make predictions only when they are sufficiently confident, aiming to enhance safety and reliability, which is important in high-stakes scenarios. Previous methods mainly use deep neural networks and focus on modifying the architecture of classification layers to enable the model to estimate the confidence of its prediction. This work provides a generalization bound for selective classification, disclosing that optimizing feature layers helps improve the performance of selective classification. Inspired by this theory, we propose to explicitly improve the selective classification model at the feature level for the first time, leading to a novel Confidence-aware Contrastive Learning method for Selective Classification, CCL-SC, which similarizes the features of homogeneous instances and differentiates the features of heterogeneous instances, with the strength controlled by the model's confidence. The experimental results on typical datasets, i.e., CIFAR-10, CIFAR-100, CelebA, and ImageNet, show that CCL-SC achieves significantly lower selective risk than state-of-the-art methods, across almost all coverage degrees. Moreover, it can be combined with existing methods to bring further improvement.

📄 PDF Abstract BibTeX arXiv:2406.04745

Code (1)

lamda-bbo/CCL-SC 공식 구현 pytorch

Tasks

ClassificationContrastive Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Contrastive Novelty-Augmented Learning: Anticipating Outliers with Large Language Models

2022-11-28 · Albert Xu, Xiang Ren, Robin Jia

In many task settings, text classification models are likely to encounter examples from novel classes on which they cannot predict correctly. Selective prediction, in which models abstain on low-confidence examples, prov…

Language ModelingLanguage ModellingLarge Language Modeltext-classification+1

Confidence-Aware Neural Decoding of Overt Speech from EEG: Toward Robust Brain-Computer Interfaces

2025-11-11 · Soowon Kim, Byung-Kwan Ko, Seo-Hyun Lee arxiv

Non-invasive brain-computer interfaces that decode spoken commands from electroencephalogram must be both accurate and trustworthy. We present a confidence-aware decoding framework that couples deep ensembles of compact,…

Multi-pathology Chest X-ray Classification with Rejection Mechanisms

2025-09-12 · Yehudit Aperstein, Amit Tzahar, Alon Gottlib, Tal Verber 외 arxiv

Overconfidence in deep learning models poses a significant risk in high-stakes medical imaging tasks, particularly in multi-label classification of chest X-rays, where multiple co-occurring pathologies must be detected s…

Multi-Label Classification

How to Fix a Broken Confidence Estimator: Evaluating Post-hoc Methods for Selective Classification with Deep Neural Networks

2023-05-24 · Luís Felipe P. Cattelan, Danilo Silva

This paper addresses the problem of selective classification for deep neural networks, where a model is allowed to abstain from low-confidence predictions to avoid potential errors. We focus on so-called post-hoc methods…

Classification

SeLaR: Selective Latent Reasoning in Large Language Models

2026-04-09 · Renyu Fu, Guibo Luo arxiv

Chain-of-Thought (CoT) has become a cornerstone of reasoning in large language models, yet its effectiveness is constrained by the limited expressiveness of discrete token sampling. Recent latent reasoning approaches att…