paper-with-me

Papers

'Squeeze & Excite' Guided Few-Shot Segmentation of Volumetric Images

2019-02-04 · Abhijit Guha Roy, Shayan Siddiqui, Sebastian Pölsterl, Nassir Navab, Christian Wachinger

Deep neural networks enable highly accurate image segmentation, but require large amounts of manually annotated data for supervised training. Few-shot learning aims to address this shortcoming by learning a new class from a few annotated support examples. We introduce, a novel few-shot framework, for the segmentation of volumetric medical images with only a few annotated slices. Compared to other related works in computer vision, the major challenges are the absence of pre-trained networks and the volumetric nature of medical scans. We address these challenges by proposing a new architecture for few-shot segmentation that incorporates 'squeeze & excite' blocks. Our two-armed architecture consists of a conditioner arm, which processes the annotated support input and generates a task-specific representation. This representation is passed on to the segmenter arm that uses this information to segment the new query image. To facilitate efficient interaction between the conditioner and the segmenter arm, we propose to use 'channel squeeze & spatial excitation' blocks - a light-weight computational module - that enables heavy interaction between both the arms with negligible increase in model complexity. This contribution allows us to perform image segmentation without relying on a pre-trained model, which generally is unavailable for medical scans. Furthermore, we propose an efficient strategy for volumetric segmentation by optimally pairing a few slices of the support volume to all the slices of the query volume. We perform experiments for organ segmentation on whole-body contrast-enhanced CT scans from the Visceral Dataset. Our proposed model outperforms multiple baselines and existing approaches with respect to the segmentation accuracy by a significant margin. The source code is available at https://github.com/abhi4ssj/few-shot-segmentation.

📄 PDF Abstract BibTeX arXiv:1902.01314

Code (2)

abhi4ssj/few-shot-segmentation 공식 구현 pytorch
CSCYQJ/LOCATION-SENSITIVE-LOCAL-PROTOTYPE-NETWORK pytorch

Tasks

Few-Shot LearningImage SegmentationOrgan SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

`Project & Excite' Modules for Segmentation of Volumetric Medical Scans

2019-06-11 · Anne-Marie Rickmann, Abhijit Guha Roy, Ignacio Sarasua, Nassir Navab 외

Fully Convolutional Neural Networks (F-CNNs) achieve state-of-the-art performance for image segmentation in medical imaging. Recently, squeeze and excitation (SE) modules and variations thereof have been introduced to re…

Brain SegmentationImage SegmentationSegmentationSemantic Segmentation

Recalibrating 3D ConvNets with Project & Excite

2020-02-25 · Anne-Marie Rickmann, Abhijit Guha Roy, Ignacio Sarasua, Christian Wachinger

Fully Convolutional Neural Networks (F-CNNs) achieve state-of-the-art performance for segmentation tasks in computer vision and medical imaging. Recently, computational blocks termed squeeze and excitation (SE) have been…

Brain SegmentationSegmentation

Meta Guided Metric Learner for Overcoming Class Confusion in Few-Shot Road Object Detection

2021-10-28 · Anay Majee, Anbumani Subramanian, Kshitij Agrawal

Localization and recognition of less-occurring road objects have been a challenge in autonomous driving applications due to the scarcity of data samples. Few-Shot Object Detection techniques extend the knowledge from exi…

Autonomous DrivingFew-Shot Object DetectionMetric LearningObject+2

Shift-and-Balance Attention

2021-03-24 · Chunjie Luo, Jianfeng Zhan, Tianshu Hao, Lei Wang 외

Attention is an effective mechanism to improve the deep model capability. Squeeze-and-Excite (SE) introduces a light-weight attention branch to enhance the network's representational power. The attention branch is gated …

Tiled Squeeze-and-Excite: Channel Attention With Local Spatial Context

2021-07-05 · Niv Vosco, Alon Shenkler, Mark Grobman

In this paper we investigate the amount of spatial context required for channel attention. To this end we study the popular squeeze-and-excite (SE) block which is a simple and lightweight channel attention mechanism. SE …