paper-with-me

홈 › Papers

L-SNet: from Region Localization to Scale Invariant Medical Image Segmentation

2021-02-11 · Jiahao Xie, Sheng Zhang, Jianwei Lu, Ye Luo

Coarse-to-fine models and cascade segmentation architectures are widely adopted to solve the problem of large scale variations in medical image segmentation. However, those methods have two primary limitations: the first-stage segmentation becomes a performance bottleneck; the lack of overall differentiability makes the training process of two stages asynchronous and inconsistent. In this paper, we propose a differentiable two-stage network architecture to tackle these problems. In the first stage, a localization network (L-Net) locates Regions of Interest (RoIs) in a detection fashion; in the second stage, a segmentation network (S-Net) performs fine segmentation on the recalibrated RoIs; a RoI recalibration module between L-Net and S-Net eliminating the inconsistencies. Experimental results on the public dataset show that our method outperforms state-of-the-art coarse-to-fine models with negligible computation overheads.

📄 PDF Abstract BibTeX arXiv:2102.05971

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

M$^{2}$SNet: Multi-scale in Multi-scale Subtraction Network for Medical Image Segmentation

2023-03-20 · Xiaoqi Zhao, Hongpeng Jia, Youwei Pang, Long Lv 외

Accurate medical image segmentation is critical for early medical diagnosis. Most existing methods are based on U-shape structure and use element-wise addition or concatenation to fuse different level features progressiv…

Computed Tomography (CT)DecoderImage SegmentationMedical Diagnosis+2

Multi-Scale Context-Guided Lumbar Spine Disease Identification with Coarse-to-fine Localization and Classification

2022-03-16 · ZiFan Chen, Jie Zhao, Hao Yu, Yue Zhang 외

Accurate and efficient lumbar spine disease identification is crucial for clinical diagnosis. However, existing deep learning models with millions of parameters often fail to learn with only hundreds or dozens of medical…

DCSNet: Multiscale Feature Aggregation for Small Medical Object Segmentation with Detection-guided Hierarchical Cropping

2026-06-24 · Shanfeng Zhang, Bo Gou, Yue Cao, Lei Zhang 외 arxiv

Small object segmentation in medical imaging is primarily hindered by class imbalance and inherent boundary complexity. Consequently, conventional global networks frequently fail to detect sparse targets or suffer from s…

Object SegmentationLesion Segmentation

Siamese DETR

2023-03-31 · CVPR 2023 1 · Zeren Chen, Gengshi Huang, Wei Li, Jianing Teng 외

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, …

MULTI-VIEW LEARNINGRepresentation Learning

Globally-Aware Multiple Instance Classifier for Breast Cancer Screening

2019-06-07 · Yiqiu Shen, Nan Wu, Jason Phang, Jungkyu Park 외

Deep learning models designed for visual classification tasks on natural images have become prevalent in medical image analysis. However, medical images differ from typical natural images in many ways, such as significan…

General ClassificationMedical Image Analysis