paper-with-me

홈 › Papers

Learning Causal Transition Matrix for Instance-dependent Label Noise

2024-12-18 · Jiahui Li, Tai-Wei Chang, Kun Kuang, Ximing Li, Long Chen, Jun Zhou

Noisy labels are both inevitable and problematic in machine learning methods, as they negatively impact models' generalization ability by causing overfitting. In the context of learning with noise, the transition matrix plays a crucial role in the design of statistically consistent algorithms. However, the transition matrix is often considered unidentifiable. One strand of methods typically addresses this problem by assuming that the transition matrix is instance-independent; that is, the probability of mislabeling a particular instance is not influenced by its characteristics or attributes. This assumption is clearly invalid in complex real-world scenarios. To better understand the transition relationship and relax this assumption, we propose to study the data generation process of noisy labels from a causal perspective. We discover that an unobservable latent variable can affect either the instance itself, the label annotation procedure, or both, which complicates the identification of the transition matrix. To address various scenarios, we have unified these observations within a new causal graph. In this graph, the input instance is divided into a noise-resistant component and a noise-sensitive component based on whether they are affected by the latent variable. These two components contribute to identifying the ``causal transition matrix'', which approximates the true transition matrix with theoretical guarantee. In line with this, we have designed a novel training framework that explicitly models this causal relationship and, as a result, achieves a more accurate model for inferring the clean label.

📄 PDF Abstract BibTeX arXiv:2412.13516

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking the Value of Labels for Instance-Dependent Label Noise Learning

2023-05-10 · Hanwen Deng, Weijia Zhang, Min-Ling Zhang

Label noise widely exists in large-scale datasets and significantly degenerates the performances of deep learning algorithms. Due to the non-identifiability of the instance-dependent noise transition matrix, most existin…

Representation Learning

Instance-dependent Label-noise Learning under a Structural Causal Model

2021-09-07 · NeurIPS 2021 12 · Yu Yao, Tongliang Liu, Mingming Gong, Bo Han 외

Label noise will degenerate the performance of deep learning algorithms because deep neural networks easily overfit label errors. Let X and Y denote the instance and clean label, respectively. When Y is a cause of X, acc…

Extended T: Learning with Mixed Closed-set and Open-set Noisy Labels

2020-12-02 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

The label noise transition matrix $T$, reflecting the probabilities that true labels flip into noisy ones, is of vital importance to model label noise and design statistically consistent classifiers. The traditional tran…

Identifiability of Label Noise Transition Matrix

2022-02-04 · Yang Liu, Hao Cheng, Kun Zhang

The noise transition matrix plays a central role in the problem of learning with noisy labels. Among many other reasons, a large number of existing solutions rely on access to it. Identifying and estimating the transitio…

Learning with noisy labels

Label Correction of Crowdsourced Noisy Annotations with an Instance-Dependent Noise Transition Model

2023-09-21 · NeurIPS 2023 11

The predictive ability of supervised learning algorithms hinges on the quality of annotated examples, whose labels often come from multiple crowdsourced annotators with diverse expertise. To aggregate noisy crowdsourced …