Confidence HNC: A Network Flow Technique for Binary Classification with Noisy Labels
Dorit Hochbaum, Torpong Nitayanont
TL;DR
Confidence HNC (CHNC) extends Hochbaum's Normalized Cut to handle noisy labels by introducing confidence weights for labeled samples and solving a parametric minimum-cut problem. The method produces a two-stage approach: first computing confidence weights via nested parametric cuts, then solving CHNC with these weights to classify unlabeled samples and detect noisy labels. CHNC generalizes HNC, offers efficient computation through a single parametric min-cut run, and demonstrates superior accuracy, balanced accuracy, and noise-detection performance on synthetic and real datasets compared to DivideMix, Confident Learning, and Co-teaching+. The approach leverages graph-based semi-supervised learning, robust to label noise, and provides interpretable confidence scores for labeled data, with practical impact for applications requiring reliable learning from imperfect labels.
Abstract
We consider here a classification method that balances two objectives: large similarity within the samples in the cluster, and large dissimilarity between the cluster and its complement. The method, referred to as HNC or SNC, requires seed nodes, or labeled samples, at least one of which is in the cluster and at least one in the complement. Other than that, the method relies only on the relationship between the samples. The contribution here is the new method in the presence of noisy labels, based on HNC, called Confidence HNC, in which we introduce confidence weights that allow the given labels of labeled samples to be violated, with a penalty that reflects the perceived correctness of each given label. If a label is violated then it is interpreted that the label was noisy. The method involves a representation of the problem as a graph problem with hyperparameters that is solved very efficiently by the network flow technique of parametric cut. We compare the performance of the new method with leading algorithms on both real and synthetic data with noisy labels and demonstrate that it delivers improved performance in terms of classification accuracy as well as noise detection capability.
