paper-with-me

홈 › Papers

Active Learning Enabled Low-cost Cell Image Segmentation Using Bounding Box Annotation

2024-05-02 · Yu Zhu, Qiang Yang, Li Xu

Cell image segmentation is usually implemented using fully supervised deep learning methods, which heavily rely on extensive annotated training data. Yet, due to the complexity of cell morphology and the requirement for specialized knowledge, pixel-level annotation of cell images has become a highly labor-intensive task. To address the above problems, we propose an active learning framework for cell segmentation using bounding box annotations, which greatly reduces the data annotation cost of cell segmentation algorithms. First, we generate a box-supervised learning method (denoted as YOLO-SAM) by combining the YOLOv8 detector with the Segment Anything Model (SAM), which effectively reduces the complexity of data annotation. Furthermore, it is integrated into an active learning framework that employs the MC DropBlock method to train the segmentation model with fewer box-annotated samples. Extensive experiments demonstrate that our model saves more than ninety percent of data annotation time compared to mask-supervised deep learning methods.

📄 PDF Abstract BibTeX arXiv:2405.01701

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningCell SegmentationImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

YOLOv8 설명 없음
DropBlock DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous…

Similar Papers 제목 키워드 기반

LLaVA-Interactive: An All-in-One Demo for Image Chat, Segmentation, Generation and Editing

2023-11-01 · Wei-Ge Chen, Irina Spiridonova, Jianwei Yang, Jianfeng Gao 외

LLaVA-Interactive is a research prototype for multimodal human-AI interaction. The system can have multi-turn dialogues with human users by taking multimodal user inputs and generating multimodal responses. Importantly, …

AllImage GenerationImage SegmentationSemantic Segmentation

One Click per Cell Type Suffices: Training-free Group Interaction for Cell Instance Segmentation

2026-05-28 · Sanghyun Jo, Seo Jin Lee, Seohyung Hong, Yoorim Gang 외 arxiv

Cell instance segmentation models trained on cell-specific datasets suffer severe performance drops on out-of-distribution cell types, while interactive foundation models overcome this through per-instance prompting at a…

Interactive SegmentationInstance Segmentation

On Improving an Already Competitive Segmentation Algorithm for the Cell Tracking Challenge - Lessons Learned

2021-06-28 · bioRxiv 2021 6 · Tim Scherr, Katharina Löffler, Oliver Neumann, Ralf Mikut

The virtually error-free segmentation and tracking of densely packed cells and cell nuclei is still a challenging task. Especially in low-resolution and low signal-to-noise-ratio microscopy images erroneously merged and …

Cell TrackingData AugmentationSegmentation

Analysis of the performance of U-Net neural networks for the segmentation of living cells

2022-10-04 · André O. Françani

The automated analysis of microscopy images is a challenge in the context of single-cell tracking and quantification. This work has as goals the study of the performance of deep learning for segmenting microscopy images …

Cell SegmentationCell TrackingImage SegmentationSegmentation+1

GridShift: A Faster Mode-seeking Algorithm for Image Segmentation and Object Tracking

2022-06-05 · CVPR 2022 1 · Abhishek Kumar, Oladayo S. Ajani, Swagatam Das, Rammohan Mallipeddi

In machine learning and computer vision, mean shift (MS) qualifies as one of the most popular mode-seeking algorithms used for clustering and image segmentation. It iteratively moves each data point to the weighted mean …

Image SegmentationObject TrackingSegmentationSemantic Segmentation