paper-with-me

Papers

FocusNet: Imbalanced Large and Small Organ Segmentation with an End-to-End Deep Neural Network for Head and Neck CT Images

2019-07-28 · Yunhe Gao, Rui Huang, Ming Chen, Zhe Wang, Jincheng Deng, YuanYuan Chen, Yiwei Yang, Jie Zhang, Chanjuan Tao, Hongsheng Li

In this paper, we propose an end-to-end deep neural network for solving the problem of imbalanced large and small organ segmentation in head and neck (HaN) CT images. To conduct radiotherapy planning for nasopharyngeal cancer, more than 10 organs-at-risk (normal organs) need to be precisely segmented in advance. However, the size ratio between large and small organs in the head could reach hundreds. Directly using such imbalanced organ annotations to train deep neural networks generally leads to inaccurate small-organ label maps. We propose a novel end-to-end deep neural network to solve this challenging problem by automatically locating, ROI-pooling, and segmenting small organs with specifically designed small-organ sub-networks while maintaining the accuracy of large organ segmentation. A strong main network with densely connected atrous spatial pyramid pooling and squeeze-and-excitation modules is used for segmenting large organs, where large organs' label maps are directly output. For small organs, their probabilistic locations instead of label maps are estimated by the main network. High-resolution and multi-scale feature volumes for each small organ are ROI-pooled according to their locations and are fed into small-organ networks for accurate segmenting small organs. Our proposed network is extensively tested on both collected real data and the \emph{MICCAI Head and Neck Auto Segmentation Challenge 2015} dataset, and shows superior performance compared with state-of-the-art segmentation methods.

📄 PDF Abstract BibTeX arXiv:1907.12056

Code (0)

등록된 구현이 없습니다.

Tasks

Organ SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

FocusNetv2: Imbalanced Large and Small Organ Segmentation with Adversarial Shape Constraint for Head and Neck CT Images

2021-04-05 · Yunhe Gao, Rui Huang, Yiwei Yang, Jie Zhang 외

Radiotherapy is a treatment where radiation is used to eliminate cancer cells. The delineation of organs-at-risk (OARs) is a vital step in radiotherapy treatment planning to avoid damage to healthy organs. For nasopharyn…

Organ SegmentationSegmentation

FocusNet: Transformer-enhanced Polyp Segmentation with Local and Pooling Attention

2025-04-18 · Jun Zeng, KC Santosh, Deepak Rajan Nayak, Thomas de Lange 외

Colonoscopy is vital in the early diagnosis of colorectal polyps. Regular screenings can effectively prevent benign polyps from progressing to CRC. While deep learning has made impressive strides in polyp segmentation, m…

DecoderSegmentation

FocusNet++: Attentive Aggregated Transformations for Efficient and Accurate Medical Image Segmentation

2019-12-04 · Chaitanya Kaul, Nick Pears, Hang Dai, Roderick Murray-Smith 외

We propose a new residual block for convolutional neural networks and demonstrate its state-of-the-art performance in medical image segmentation. We combine attention mechanisms with group convolutions to create our grou…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

A Semantic Knowledge Complementarity based Decoupling Framework for Semi-supervised Class-imbalanced Medical Image Segmentation

2025-01-01 · CVPR 2025 1 · Zheng Zhang, Guanchun Yin, Bo Zhang, Wu Liu 외

The limited data annotations have made semi-supervised learning (SSL) increasingly popular in medical image analysis. However, the use of pseudo labels in SSL degrades the performance of decoders that heavily rely on…

DecoderImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

Large-Scale Constraint Generation -- Can LLMs Parse Hundreds of Constraints?

2025-09-28 · Matteo Boffa, Jiaxuan You arxiv

Recent research has explored the constrained generation capabilities of Large Language Models (LLMs) when explicitly prompted by few task-specific requirements. In contrast, we introduce Large-Scale Constraint Generation…