LGMar 4, 2025

Confidence HNC: A Network Flow Technique for Binary Classification with Noisy Labels

arXiv:2503.02352v1h-index: 52Optim Eng
Originality Incremental advance
AI Analysis

This addresses the problem of noisy labels in binary classification for machine learning practitioners, offering an incremental improvement over existing methods.

The paper tackles binary classification with noisy labels by introducing Confidence HNC, a method that uses confidence weights to allow label violations with penalties, representing the problem as a graph solved via network flow. It demonstrates improved classification accuracy and noise detection compared to leading algorithms on real and synthetic data.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes