paper-with-me

Papers

Rectifying Noisy Labels with Sequential Prior: Multi-Scale Temporal Feature Affinity Learning for Robust Video Segmentation

2023-07-12 · Beilei Cui, Minqing Zhang, Mengya Xu, An Wang, Wu Yuan, Hongliang Ren

Noisy label problems are inevitably in existence within medical image segmentation causing severe performance degradation. Previous segmentation methods for noisy label problems only utilize a single image while the potential of leveraging the correlation between images has been overlooked. Especially for video segmentation, adjacent frames contain rich contextual information beneficial in cognizing noisy labels. Based on two insights, we propose a Multi-Scale Temporal Feature Affinity Learning (MS-TFAL) framework to resolve noisy-labeled medical video segmentation issues. First, we argue the sequential prior of videos is an effective reference, i.e., pixel-level features from adjacent frames are close in distance for the same class and far in distance otherwise. Therefore, Temporal Feature Affinity Learning (TFAL) is devised to indicate possible noisy labels by evaluating the affinity between pixels in two adjacent frames. We also notice that the noise distribution exhibits considerable variations across video, image, and pixel levels. In this way, we introduce Multi-Scale Supervision (MSS) to supervise the network from three different perspectives by re-weighting and refining the samples. This design enables the network to concentrate on clean samples in a coarse-to-fine manner. Experiments with both synthetic and real-world label noise demonstrate that our method outperforms recent state-of-the-art robust segmentation approaches. Code is available at https://github.com/BeileiCui/MS-TFAL.

📄 PDF Abstract BibTeX arXiv:2307.05898

Code (1)

beileicui/ms-tfal 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic SegmentationVideo Polyp SegmentationVideo SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Learning to Rectify for Robust Learning with Noisy Labels

2021-11-08 · Haoliang Sun, Chenhui Guo, Qi Wei, Zhongyi Han 외

Label noise significantly degrades the generalization ability of deep models in applications. Effective strategies and approaches, \textit{e.g.} re-weighting, or loss correction, are designed to alleviate the negative im…

Learning with noisy labelsMeta-Learning

Variational Rectification Inference for Learning with Noisy Labels

2026-03-18 · Haoliang Sun, Qi Wei, Lei Feng, Yupeng Hu 외 arxiv

Label noise has been broadly observed in real-world datasets. To mitigate the negative impact of overfitting to label noise for deep models, effective strategies (\textit{e.g.}, re-weighting, or loss rectification) have …

Learning with noisy labels

Neighborhood Collective Estimation for Noisy Label Identification and Correction

2022-08-05 · Jichang Li, Guanbin Li, Feng Liu, Yizhou Yu

Learning with noisy labels (LNL) aims at designing strategies to improve model performance and generalization by mitigating the effects of model overfitting to noisy labels. The key success of LNL lies in identifying as …

Learning with noisy labelsModel Optimization

Intra-Modal Neighbors Never Lie: Rectifying Inter-Modal Noisy Correspondence via Graph-Based Intra-Modal Reasoning

2026-06-02 · Yang Liu, Wentao Feng, Shu-Dong Huang, Yalan Ye 외 arxiv

Large-scale web-harvested datasets have fueled the progress of cross-modal retrieval but inevitably suffer from noisy correspondence, which severely degrades model generalization. Existing methods primarily address this …

Cross-Modal RetrievalRelational Reasoning

Detecting and Rectifying Noisy Labels: A Similarity-based Approach

2025-09-28 · Dang Huu-Tien, Minh-Phuong Nguyen, Naoya Inoue arxiv

Label noise in datasets could significantly damage the performance and robustness of deep neural networks (DNNs) trained on these datasets. As the size of modern DNNs grows, there is a growing demand for automated tools …