paper-with-me

홈 › Papers

Super-Resolution Based Patch-Free 3D Image Segmentation with High-Frequency Guidance

2022-10-26 · Hongyi Wang, Lanfen Lin, Hongjie Hu, Qingqing Chen, Yinhao Li, Yutaro Iwamoto, Xian-Hua Han, Yen-Wei Chen, Ruofeng Tong

High resolution (HR) 3D images are widely used nowadays, such as medical images like Magnetic Resonance Imaging (MRI) and Computed Tomography (CT). However, segmentation of these 3D images remains a challenge due to their high spatial resolution and dimensionality in contrast to currently limited GPU memory. Therefore, most existing 3D image segmentation methods use patch-based models, which have low inference efficiency and ignore global contextual information. To address these problems, we propose a super-resolution (SR) based patch-free 3D image segmentation framework that can realize HR segmentation from a global-wise low-resolution (LR) input. The framework contains two sub-tasks, of which semantic segmentation is the main task and super resolution is an auxiliary task aiding in rebuilding the high frequency information from the LR input. To furthermore balance the information loss with the LR input, we propose a High-Frequency Guidance Module (HGM), and design an efficient selective cropping algorithm to crop an HR patch from the original image as restoration guidance for it. In addition, we also propose a Task-Fusion Module (TFM) to exploit the inter connections between segmentation and SR task, realizing joint optimization of the two tasks. When predicting, only the main segmentation task is needed, while other modules can be removed for acceleration. The experimental results on two different datasets show that our framework has a four times higher inference speed compared to traditional patch-based methods, while its performance also surpasses other patch-based and patch-free models.

📄 PDF Abstract BibTeX arXiv:2210.14645

Code (1)

dootmaan/pfseg-full 공식 구현 pytorch

Tasks

Computed Tomography (CT)GPUImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSuper-Resolution

Methods 이 논문이 사용한 방법론

Test 설명 없음
Selective Search Selective Search is a region proposal algorithm for object detection tasks. It starts by over-segmenting the image based on intensity of the pixels using a graph-based…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Adaptive Patching for High-resolution Image Segmentation with Transformers

2024-04-15 · Enzhi Zhang, Isaac Lyngaas, Peng Chen, Xiao Wang 외

Attention-based models are proliferating in the space of image analytics, including segmentation. The standard method of feeding images to transformer encoders is to divide the images into patches and then feed the patch…

FrictionImage SegmentationSegmentationSemantic Segmentation

Generating Superpixels for High-resolution Images with Decoupled Patch Calibration

2021-08-19 · Yaxiong Wang, Yunchao Wei, Xueming Qian, Li Zhu 외

Superpixel segmentation has recently seen important progress benefiting from the advances in differentiable deep learning. However, the very high-resolution superpixel segmentation still remains challenging due to the ex…

GPUSegmentationSuperpixelsVocal Bursts Intensity Prediction

LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation

2025-03-25 · CVPR 2025 1 · Vladan Stojnić, Yannis Kalantidis, Jiří Matas, Giorgos Tolias

We propose a training-free method for open-vocabulary semantic segmentation using Vision-and-Language Models (VLMs). Our approach enhances the initial per-patch predictions of VLMs through label propagation, which jointl…

cross-modal alignmentOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSemantic Segmentation

Attention Toward Neighbors: A Context Aware Framework for High Resolution Image Segmentation

2021-06-24 · Fahim Faisal Niloy, M. Ashraful Amin, Amin Ahsan Ali, AKM Mahbubur Rahman

High-resolution image segmentation remains challenging and error-prone due to the enormous size of intermediate feature maps. Conventional methods avoid this problem by using patch based approaches where each patch is se…

Image SegmentationSegmentationSemantic Segmentation

Scaling In-Context Segmentation with Hierarchical Supervision

2026-04-14 · T. Camaret Ndir, Marco Reisert, Robin T. Schirrmeister arxiv

In-context learning (ICL) enables medical image segmentation models to adapt to new anatomical structures from limited examples, reducing the clinical annotation burden. However, standard ICL methods typically rely on de…

Medical Image Segmentation