CVLGIVAug 26, 2024

An Embedding is Worth a Thousand Noisy Labels

arXiv:2408.14358v31 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of label noise in deep learning for building robust and cost-effective systems, representing an incremental improvement over existing methods.

The paper tackles the problem of training deep neural networks with noisy labels by proposing WANN, a Weighted Adaptive Nearest Neighbor method that uses self-supervised features and a reliability score, achieving superior performance over reference methods on diverse datasets and reducing embedding sizes by 10x to 100x.

The performance of deep neural networks scales with dataset size and label quality, rendering the efficient mitigation of low-quality data annotations crucial for building robust and cost-effective systems. Existing strategies to address label noise exhibit severe limitations due to computational complexity and application dependency. In this work, we propose WANN, a Weighted Adaptive Nearest Neighbor approach that builds on self-supervised feature representations obtained from foundation models. To guide the weighted voting scheme, we introduce a reliability score $η$, which measures the likelihood of a data label being correct. WANN outperforms reference methods, including a linear layer trained with robust loss functions, on diverse datasets of varying size and under various noise types and severities. WANN also exhibits superior generalization on imbalanced data compared to both Adaptive-NNs (ANN) and fixed k-NNs. Furthermore, the proposed weighting scheme enhances supervised dimensionality reduction under noisy labels. This yields a significant boost in classification performance with 10x and 100x smaller image embeddings, minimizing latency and storage requirements. Our approach, emphasizing efficiency and explainability, emerges as a simple, robust solution to overcome inherent limitations of deep neural network training. The code is available at https://github.com/francescodisalvo05/wann-noisy-labels .

Code Implementations1 repo
Foundations

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

Your Notes