paper-with-me

Papers

Regularly Truncated M-estimators for Learning with Noisy Labels

2023-09-02 · Xiaobo Xia, Pengqian Lu, Chen Gong, Bo Han, Jun Yu, Tongliang Liu

The sample selection approach is very popular in learning with noisy labels. As deep networks learn pattern first, prior methods built on sample selection share a similar training procedure: the small-loss examples can be regarded as clean examples and used for helping generalization, while the large-loss examples are treated as mislabeled ones and excluded from network parameter updates. However, such a procedure is arguably debatable from two folds: (a) it does not consider the bad influence of noisy labels in selected small-loss examples; (b) it does not make good use of the discarded large-loss examples, which may be clean or have meaningful information for generalization. In this paper, we propose regularly truncated M-estimators (RTME) to address the above two issues simultaneously. Specifically, RTME can alternately switch modes between truncated M-estimators and original M-estimators. The former can adaptively select small-losses examples without knowing the noise rate and reduce the side-effects of noisy labels in them. The latter makes the possibly clean examples but with large losses involved to help generalization. Theoretically, we demonstrate that our strategies are label-noise-tolerant. Empirically, comprehensive experimental results show that our method can outperform multiple baselines and is robust to broad noise types and levels.

📄 PDF Abstract BibTeX arXiv:2309.00894

Code (1)

xiaoboxia/rtm_lnl 공식 구현 pytorch

Tasks

Learning with noisy labels

Similar Papers 제목 키워드 기반

Non-Asymptotic Guarantees for Robust Statistical Learning under Infinite Variance Assumption

2022-01-10 · Lihu Xu, Fang Yao, Qiuran Yao, Huiming Zhang

There has been a surge of interest in developing robust estimators for models with heavy-tailed and bounded variance data in statistics and machine learning, while few works impose unbounded variance. This paper proposes…

quantile regressionregression

Efficient Truncated Linear Regression with Unknown Noise Variance

2022-08-25 · NeurIPS 2021 12 · Constantinos Daskalakis, Patroklos Stefanou, Rui Yao, Manolis Zampetakis

Truncated linear regression is a classical challenge in Statistics, wherein a label, $y = w^T x + \varepsilon$, and its corresponding feature vector, $x \in \mathbb{R}^k$, are only observed if the label falls in some sub…

regression

Modeling Irregular Astronomical Time Series with Neural Stochastic Delay Differential Equations

2025-08-24 · YongKyung Oh, Seungsu Kam, Dong-Young Lim, Sungil Kim arxiv

Astronomical time series from large-scale surveys like LSST are often irregularly sampled and incomplete, posing challenges for classification and anomaly detection. We introduce a new framework based on Neural Stochasti…

Time Series AnalysisAnomaly Detection

Revisiting Robust Model Fitting Using Truncated Loss

2020-08-04 · Fei Wen, Hewen Wei, Yipeng Liu, Peilin Liu

Robust fitting is a fundamental problem in low-level vision, which is typically achieved by maximum consensus (MC) estimators to identify inliers first or by M-estimators directly. While these two methods are discriminat…

Combinatorial Optimizationmodel

Semantic Scene Completion with Cleaner Self

2023-03-17 · CVPR 2023 1 · Fengyun Wang, Dong Zhang, Hanwang Zhang, Jinhui Tang 외

Semantic Scene Completion (SSC) transforms an image of single-view depth and/or RGB 2D pixels into 3D voxels, each of whose semantic labels are predicted. SSC is a well-known ill-posed problem as the prediction model has…