paper-with-me

홈 › Papers

HAISTA-NET: Human Assisted Instance Segmentation Through Attention

2023-05-04 · Muhammed Korkmaz, T. Metin Sezgin

Instance segmentation is a form of image detection which has a range of applications, such as object refinement, medical image analysis, and image/video editing, all of which demand a high degree of accuracy. However, this precision is often beyond the reach of what even state-of-the-art, fully automated instance segmentation algorithms can deliver. The performance gap becomes particularly prohibitive for small and complex objects. Practitioners typically resort to fully manual annotation, which can be a laborious process. In order to overcome this problem, we propose a novel approach to enable more precise predictions and generate higher-quality segmentation masks for high-curvature, complex and small-scale objects. Our human-assisted segmentation model, HAISTA-NET, augments the existing Strong Mask R-CNN network to incorporate human-specified partial boundaries. We also present a dataset of hand-drawn partial object boundaries, which we refer to as human attention maps. In addition, the Partial Sketch Object Boundaries (PSOB) dataset contains hand-drawn partial object boundaries which represent curvatures of an object's ground truth mask with several pixels. Through extensive evaluation using the PSOB dataset, we show that HAISTA-NET outperforms state-of-the art methods such as Mask R-CNN, Strong Mask R-CNN, and Mask2Former, achieving respective increases of +36.7, +29.6, and +26.5 points in AP-Mask metrics for these three models. We hope that our novel approach will set a baseline for future human-aided deep learning models by combining fully automated and interactive instance segmentation architectures.

📄 PDF Abstract BibTeX arXiv:2305.03105

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationMedical Image AnalysisObjectSegmentationSemantic SegmentationVideo Editing

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

SAF-IS: a Spatial Annotation Free Framework for Instance Segmentation of Surgical Tools

2023-09-04 · Luca Sestini, Benoit Rosa, Elena De Momi, Giancarlo Ferrigno 외

Instance segmentation of surgical instruments is a long-standing research problem, crucial for the development of many applications for computer-assisted surgery. This problem is commonly tackled via fully-supervised tra…

Instance SegmentationSegmentationSemantic Segmentation

Boosting Overlapping Organoid Instance Segmentation Using Pseudo-Label Unmixing and Synthesis-Assisted Learning

2026-01-10 · Gui Huang, Kangyuan Zheng, Xuan Cai, Jiaqi Wang 외 arxiv

Organoids, sophisticated in vitro models of human tissues, are crucial for medical research due to their ability to simulate organ functions and assess drug responses accurately. Accurate organoid instance segmentation i…

Semi-Supervised Semantic SegmentationInstance Segmentation

BoxSeg: Quality-Aware and Peer-Assisted Learning for Box-supervised Instance Segmentation

2025-04-07 · Jinxiang Lai, Wenlong Wu, Jiawei Zhan, Jian Li 외

Box-supervised instance segmentation methods aim to achieve instance segmentation with only box annotations. Recent methods have demonstrated the effectiveness of acquiring high-quality pseudo masks under the teacher-stu…

Box-supervised Instance SegmentationInstance SegmentationSemantic Segmentation

BAISeg: Boundary Assisted Weakly Supervised Instance Segmentation

2024-05-27 · Tengbo Wang, Yu Bai

How to extract instance-level masks without instance-level supervision is the main challenge of weakly supervised instance segmentation (WSIS). Popular WSIS methods estimate a displacement field (DF) via learning inter-p…

Boundary DetectionClusteringInstance SegmentationSegmentation+2

BSNet: Box-Supervised Simulation-assisted Mean Teacher for 3D Instance Segmentation

2024-03-22 · CVPR 2024 1 · Jiahao Lu, Jiacheng Deng, Tianzhu Zhang

3D instance segmentation (3DIS) is a crucial task, but point-level annotations are tedious in fully supervised settings. Thus, using bounding boxes (bboxes) as annotations has shown great potential. The current mainstrea…

3D Instance SegmentationDecoderInstance SegmentationSemantic Segmentation