🤖 AI Summary
This work proposes SD-Pcomp, a novel framework for binary classification in the absence of instance-level explicit labels, leveraging only two types of weak supervision: pairwise class consistency (indicating whether two instances are similar or dissimilar) and positive-class preference (pairwise comparisons favoring the positive class). By constructing an unbiased risk estimator and employing a convex combination strategy to jointly model the relationship between these two forms of relative judgments, the method eliminates reliance on subjective probabilistic annotations. Both theoretical analysis and empirical evaluations demonstrate that SD-Pcomp significantly outperforms approaches using either weak signal alone across multiple datasets, while exhibiting strong robustness to label noise and errors in estimating the class prior.
📝 Abstract
This paper addresses binary classification in scenarios where obtaining explicit instance level labels is impractical, by exploiting multiple weak labels defined on instance pairs. The existing SconfConfDiff classification framework relies on continuous valued probabilistic supervision, including similarity-confidence, the probability of class agreement, and confidence-difference, the difference in positive class probabilities. However, probabilistic labeling requires subjective uncertainty quantification, often leading to unstable supervision. We propose SD-Pcomp classification, a binary judgment based weakly supervised learning framework that relies only on relative judgments, namely class agreement between two instances and pairwise preference toward the positive class. The method employs Similarity/Dissimilarity (SD) labels and Pairwise Comparison (Pcomp) labels, and develops two unbiased risk estimators, (i) a convex combination of SD and Pcomp and (ii) a unified estimator that integrates both labels by modeling their relationship. Theoretical analysis and experimental results show that the proposed approach improves classification performance over methods using a single weak label, and is robust to label noise and uncertainty in class prior estimation.