paper-with-me

Papers

Seamless Iterative Semi-Supervised Correction of Imperfect Labels in Microscopy Images

2022-08-05 · Marawan Elbatel, Christina Bornberg, Manasi Kattel, Enrique Almar, Claudio Marrocco, Alessandro Bria

In-vitro tests are an alternative to animal testing for the toxicity of medical devices. Detecting cells as a first step, a cell expert evaluates the growth of cells according to cytotoxicity grade under the microscope. Thus, human fatigue plays a role in error making, making the use of deep learning appealing. Due to the high cost of training data annotation, an approach without manual annotation is needed. We propose Seamless Iterative Semi-Supervised correction of Imperfect labels (SISSI), a new method for training object detection models with noisy and missing annotations in a semi-supervised fashion. Our network learns from noisy labels generated with simple image processing algorithms, which are iteratively corrected during self-training. Due to the nature of missing bounding boxes in the pseudo labels, which would negatively affect the training, we propose to train on dynamically generated synthetic-like images using seamless cloning. Our method successfully provides an adaptive early learning correction technique for object detection. The combination of early learning correction that has been applied in classification and semantic segmentation before and synthetic-like image generation proves to be more effective than the usual semi-supervised approach by > 15% AP and > 20% AR across three different readers. Our code is available at https://github.com/marwankefah/SISSI.

📄 PDF Abstract BibTeX arXiv:2208.03327

Code (2)

marwankefah/SISSI 공식 구현 pytorch
pwc-1/Paper-10/tree/main/seamless_m4t_v2 mindspore

Tasks

Image GenerationObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Generating Sequences by Learning to Self-Correct

2022-10-31 · Sean Welleck, Ximing Lu, Peter West, Faeze Brahman 외

Sequence generation applications require satisfying semantic constraints, such as ensuring that programs are correct, using certain keywords, or avoiding undesirable content. Language models, whether fine-tuned or prompt…

Language ModelingLanguage ModellingProgram Synthesis

Semi-Supervised Coupled Thin-Plate Spline Model for Rotation Correction and Beyond

2024-01-24 · Lang Nie, Chunyu Lin, Kang Liao, Shuaicheng Liu 외

Thin-plate spline (TPS) is a principal warp that allows for representing elastic, nonlinear transformation with control point motions. With the increase of control points, the warp becomes increasingly flexible but usual…

Reliable Label Correction is a Good Booster When Learning with Extremely Noisy Labels

2022-04-30 · Kai Wang, Xiangyu Peng, Shuo Yang, Jianfei Yang 외

Learning with noisy labels has aroused much research interest since data annotations, especially for large-scale datasets, may be inevitably imperfect. Recent approaches resort to a semi-supervised learning problem by di…

Learning with noisy labels

Imperfect Visual Verification for Code Edition : A Case Study on TikZ

2026-04-09 · Charly Reux, Mathieu Acher, Djamel Eddine Khelladi, Clément Quinton 외 arxiv

LLMs have significantly advanced code generation, enabling the synthesis of functional programs. While recent systems achieve strong performance on many coding benchmarks, tasks involving programs such as TikZ that gener…

Code Generation

Pseudo-label Correction and Learning For Semi-Supervised Object Detection

2023-03-06 · Yulin He, Wei Chen, Ke Liang, Yusong Tan 외

Pseudo-Labeling has emerged as a simple yet effective technique for semi-supervised object detection (SSOD). However, the inevitable noise problem in pseudo-labels significantly degrades the performance of SSOD methods. …

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection