paper-with-me

Papers

Estimating Noisy Class Posterior with Part-level Labels for Noisy Label Learning

2024-05-08 · CVPR 2024 1 · Rui Zhao, Bin Shi, Jianfei Ruan, Tianze Pan, Bo Dong

In noisy label learning, estimating noisy class posteriors plays a fundamental role for developing consistent classifiers, as it forms the basis for estimating clean class posteriors and the transition matrix. Existing methods typically learn noisy class posteriors by training a classification model with noisy labels. However, when labels are incorrect, these models may be misled to overemphasize the feature parts that do not reflect the instance characteristics, resulting in significant errors in estimating noisy class posteriors. To address this issue, this paper proposes to augment the supervised information with part-level labels, encouraging the model to focus on and integrate richer information from various parts. Specifically, our method first partitions features into distinct parts by cropping instances, yielding part-level labels associated with these various parts. Subsequently, we introduce a novel single-to-multiple transition matrix to model the relationship between the noisy and part-level labels, which incorporates part-level labels into a classifier-consistent framework. Utilizing this framework with part-level labels, we can learn the noisy class posteriors more precisely by guiding the model to integrate information from various parts, ultimately improving the classification performance. Our method is theoretically sound, while experiments show that it is empirically effective in synthetic and real-world noisy benchmarks.

📄 PDF Abstract BibTeX arXiv:2405.05714

Code (1)

ryanzhaoic/plm 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual T: Reducing Estimation Error for Transition Matrix in Label-noise Learning

2020-06-14 · NeurIPS 2020 12 · Yu Yao, Tongliang Liu, Bo Han, Mingming Gong 외

The transition matrix, denoting the transition relationship from clean labels to noisy labels, is essential to build statistically consistent classifiers in label-noise learning. Existing methods for estimating the trans…

Class-Dependent Label-Noise Learning with Cycle-Consistency Regularization Feature Space

2022-11-01 · NIPS 2022 11 · De Cheng, Yixiong Ning, Nannan Wang, Xinbo Gao 외

In label-noise learning, estimating the transition matrix plays an important role in building statistically consistent classifier. Current state-of-the-art consistent estimator for the transition matrix has been develope…

Posterior Sampling for Random Noise Attenuation via Score-based Generative Models

2024-11-19 · Geophysics 2024 11 · Chuangji Meng, Jinghuai Gao, Baohai Wu, Hongling Chen 외

Random noise attenuation is an ill-posed inverse problem with multiple solutions,especially in complicated field noise situations. We present a method to sample stochastic solutions from the posterior distribution of sei…

DenoisingGeophysicsSeismic Inversion

Multi-Label Noise Transition Matrix Estimation with Label Correlations: Theory and Algorithm

2023-09-22 · Shikun Li, Xiaobo Xia, Hansong Zhang, Shiming Ge 외

Noisy multi-label learning has garnered increasing attention due to the challenges posed by collecting large-scale accurate labels, making noisy labels a more practical alternative. Motivated by noisy multi-class learnin…

Multi-Label Learning

SURGE: Approximation and Training Free Particle Filter for Diffusion Surrogate

2026-05-18 · Lifu Wei, Yinuo Ren, Naichen Shi, Yiping Lu arxiv

Data assimilation (DA) addresses the problem of sequentially estimating the state of a dynamical system from noisy and incomplete observations. In this work, we employ a diffusion model as a world model to simulate and p…