Skip to content

Label Distribution Imputation and Bias-Corrective Representation Learning for Incomplete and Imbalanced Label Distribution

· 0 citations · 38 references

TL;DR

LDIBR performs instance-adaptive imputation conditioned on instance features and the binary observation mask, and learns a prior, a reliability-gated correction, and entry-wise fusion weights to produce a normalized imputed distribution.

View source

Similar papers

2025

ComRank: Ranking Loss for Multi-Label Complementary Label Learning

Multi-label complementary label learning (MLCLL) is a weakly supervised paradigm that addresses multi-label learning (MLL) tasks using complementary labels (i.e., irrelevant labels) instead of relevant labels. Existing methods typically adopt an unbiased risk estimator (URE) under the assumption that complementary labels follow a uniform distribution. However, this assumption fails in real-world scenarios due to instance-specific annotation biases, making URE-based methods ineffective under such conditions. Furthermore, existing methods un-derutilize label correlations inherent in MLL. To address these limitations, we propose ComRank , a ranking loss framework for MLCLL, which encourages complementary labels to be ranked lower than non-complementary ones, thereby modeling pairwise label relationships. Theoretically, our surrogate loss ensures Bayes consistency under both uniform and biased cases. Experiments demonstrate the effectiveness of our method in MLCLL tasks. The code is available at https://github.com/JellyJamZhu/ComRank.

Jin Zhu, Yi Gao, Miao Xu et al. · 0 citations
Conference Jul 2026

Distribution-aware probability contrastive learning for class-imbalanced semi-supervised learning

DPCL was leveraged to learn better representation distributions by uniformly projecting data on a hypersphere, and by which more accurate pseudo labels could be generated, and achieves consistent improvements over existing state-of-the-art methods across multiple benchmarks.

Pengfei Lv, Jing Chai · 0 citations
Open access Aug 2026

DAPR: Dynamic Distribution-Aware and Adaptive Pseudo-Label Refinement for Long-Tailed Semi-Supervised Oral Disease Classification

Oral disease image classification can support computer-assisted assessment of intraoral images. However, obtaining large-scale annotated medical data is expensive, while real-world oral disease datasets often exhibit severe long-tailed distributions, where minority disease categories contain only limited samples. Existing semi-supervised learning methods commonly rely on fixed-threshold pseudo labels and may produce prediction distributions dominated by majority classes, resulting in class bias and pseudo-label noise accumulation under long-tailed settings. To address these issues, we propose DAPR, a Distribution-Aware and Adaptive Pseudo-Label Refinement framework for long-tailed semi-supervised oral disease classification. DAPR employs Dynamic Category Distribution Modeling (DCDM) to track the evolving prediction distribution of unlabeled samples and generate distribution-aware soft pseudo labels. A class-adaptive dynamic thresholding (CADT) mechanism was further introduced to improve minority-class sample utilization. In addition, Relation-aware Representation Learning (RRL) aligns semantic and feature relationships to enhance feature discrimination. Experiments using stratified five-fold cross-validation on a long-tailed oral disease dataset show that DAPR achieves the highest average Accuracy and Macro-F1 among the compared methods under the evaluated setting. DAPR achieves the highest average Accuracy and Macro-F1 among the compared methods and obtains strong aggregate tail-class performance, particularly for Tooth Discoloration and Ulcers. These results indicate that DAPR improves aggregate class-balanced learning under the evaluated dataset, annotation ratio, and backbone configuration.

Xuesheng Bian, Zeyu Xie, Yuhan Sun et al. · 0 citations
Review Open access Aug 2026

Conformal prediction for multi-label learning: a review of methods and guarantees.

Multi-label learning (MLL) is a machine learning paradigm that aims to predict a set of labels for each instance, rather than a single class. Such tasks arise in a wide range of real-world applications and pose significant challenges, including an exponentially large output space, dependence among labels and often severe label imbalance. These challenges amplify predictive uncertainty, making reliable uncertainty quantification essential. Conformal prediction (CP) is an attractive answer: it converts model outputs into prediction regions with distribution-free, finite-sample guarantees under the sole assumption of data exchangeability. Several adaptations of CP to the multi-label setting have been proposed. Yet these vary widely in scoring constructions, output types and targeted guarantees. This review consolidates the landscape of CP adaptations for MLL. It places existing approaches under a unified framework, examining the types of outputs and guarantees they provide, where label dependencies are incorporated, and how inference cost scales with the number of labels. It provides an in-depth analysis of all approaches using common notation, identifying their key characteristics along with their practical implications and assessing their strengths and limitations. Finally, it compares approaches side-by-side, highlighting trade-offs among guarantee types, precision of regions, compactness of outputs and scalability. This article is part of the theme issue 'Advancing uncertainty quantification in AI systems'.

Harris Papadopoulos · 1 citation