paper-with-me

Papers

Dynamic Correlation Learning and Regularization for Multi-Label Confidence Calibration

2024-07-09 · Tianshui Chen, Weihang Wang, Tao Pu, Jinghui Qin, Zhijing Yang, Jie Liu, Liang Lin

Modern visual recognition models often display overconfidence due to their reliance on complex deep neural networks and one-hot target supervision, resulting in unreliable confidence scores that necessitate calibration. While current confidence calibration techniques primarily address single-label scenarios, there is a lack of focus on more practical and generalizable multi-label contexts. This paper introduces the Multi-Label Confidence Calibration (MLCC) task, aiming to provide well-calibrated confidence scores in multi-label scenarios. Unlike single-label images, multi-label images contain multiple objects, leading to semantic confusion and further unreliability in confidence scores. Existing single-label calibration methods, based on label smoothing, fail to account for category correlations, which are crucial for addressing semantic confusion, thereby yielding sub-optimal performance. To overcome these limitations, we propose the Dynamic Correlation Learning and Regularization (DCLR) algorithm, which leverages multi-grained semantic correlations to better model semantic confusion for adaptive regularization. DCLR learns dynamic instance-level and prototype-level similarities specific to each category, using these to measure semantic correlations across different categories. With this understanding, we construct adaptive label vectors that assign higher values to categories with strong correlations, thereby facilitating more effective regularization. We establish an evaluation benchmark, re-implementing several advanced confidence calibration algorithms and applying them to leading multi-label recognition (MLR) models for fair comparison. Through extensive experiments, we demonstrate the superior performance of DCLR over existing methods in providing reliable confidence scores in multi-label scenarios.

📄 PDF Abstract BibTeX arXiv:2407.06844

Code (1)

wkml/mlcc-dclr 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Perception and Semantic Aware Regularization for Sequential Confidence Calibration

2023-05-31 · CVPR 2023 1 · Zhenghua Peng, Yu Luo, Tianshui Chen, Keke Xu 외

Deep sequence recognition (DSR) models receive increasing attention due to their superior application to various applications. Most DSR models use merely the target sequences as supervision without considering other rela…

Language Modellingspeech-recognitionSpeech Recognition

Confidence Self-Calibration for Multi-Label Class-Incremental Learning

2024-03-19 · Kaile Du, Yifan Zhou, Fan Lyu, Yuyang Li 외

The partial label challenge in Multi-Label Class-Incremental Learning (MLCIL) arises when only the new classes are labeled during training, while past and future labels remain unavailable. This issue leads to a prolifera…

class-incremental learningClass Incremental LearningIncremental Learning

Controller-Guided Partial Label Consistency Regularization with Unlabeled Data

2022-10-20 · Qian-Wei Wang, Bowen Zhao, Mingyan Zhu, Tianxiang Li 외

Partial label learning (PLL) learns from training examples each associated with multiple candidate labels, among which only one is valid. In recent years, benefiting from the strong capability of dealing with ambiguous s…

Contrastive LearningData AugmentationPartial Label Learningvalid

Noise-Adaptive Regularization for Robust Multi-Label Remote Sensing Image Classification

2026-01-13 · Tom Burgert, Julia Henkel, Begüm Demir arxiv

The development of reliable methods for multi-label classification (MLC) has become a prominent research direction in remote sensing (RS). As the scale of RS data continues to expand, annotation procedures increasingly r…

Remote Sensing Image ClassificationMulti-Label Classification

Selective Learning: Towards Robust Calibration with Dynamic Regularization

2024-02-13 · Zongbo Han, Yifeng Yang, Changqing Zhang, Linjun Zhang 외

Miscalibration in deep learning refers to there is a discrepancy between the predicted confidence and performance. This problem usually arises due to the overfitting problem, which is characterized by learning everything…