paper-with-me

홈 › Papers

DeepPyramid: Enabling Pyramid View and Deformable Pyramid Reception for Semantic Segmentation in Cataract Surgery Videos

2022-07-04 · Negin Ghamsarian, Mario Taschwer, Raphael Sznitman, Klaus Schoeffmann

Semantic segmentation in cataract surgery has a wide range of applications contributing to surgical outcome enhancement and clinical risk reduction. However, the varying issues in segmenting the different relevant structures in these surgeries make the designation of a unique network quite challenging. This paper proposes a semantic segmentation network, termed DeepPyramid, that can deal with these challenges using three novelties: (1) a Pyramid View Fusion module which provides a varying-angle global view of the surrounding region centering at each pixel position in the input convolutional feature map; (2) a Deformable Pyramid Reception module which enables a wide deformable receptive field that can adapt to geometric transformations in the object of interest; and (3) a dedicated Pyramid Loss that adaptively supervises multi-scale semantic feature maps. Combined, we show that these modules can effectively boost semantic segmentation performance, especially in the case of transparency, deformability, scalability, and blunt edges in objects. We demonstrate that our approach performs at a state-of-the-art level and outperforms a number of existing methods with a large margin (3.66% overall improvement in intersection over union compared to the best rival approach).

📄 PDF Abstract BibTeX arXiv:2207.01453

Code (1)

negin-ghamsarian/deeppyramid_miccai2022 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

DeepPyramid+: Medical Image Segmentation using Pyramid View Fusion and Deformable Pyramid Reception

2023-12-06 · Negin Ghamsarian, Sebastian Wolf, Martin Zinkernagel, Klaus Schoeffmann 외

Semantic Segmentation plays a pivotal role in many applications related to medical image and video analysis. However, designing a neural network architecture for medical image and surgical video segmentation is challengi…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+2

Deformable Part Models are Convolutional Neural Networks

2014-09-18 · CVPR 2015 6 · Ross Girshick, Forrest Iandola, Trevor Darrell, Jitendra Malik

Deformable part models (DPMs) and convolutional neural networks (CNNs) are two widely used tools for visual recognition. They are typically viewed as distinct approaches: DPMs are graphical models (Markov random fields),…

Object DetectionRolling Shutter Correction

DeepPyram: Enabling Pyramid View and Deformable Pyramid Reception for Semantic Segmentation in Cataract Surgery Videos

2021-09-11 · Negin Ghamsarian, Mario Taschwer, Klaus Schoeffmann

Semantic segmentation in cataract surgery has a wide range of applications contributing to surgical outcome enhancement and clinical risk reduction. However, the varying issues in segmenting the different relevant instan…

SegmentationSemantic Segmentation

Deformable Spatial Pyramid Matching for Fast Dense Correspondences

2013-06-01 · CVPR 2013 6 · Jaechul Kim, Ce Liu, Fei Sha, Kristen Grauman

We introduce a fast deformable spatial pyramid (DSP) matching algorithm for computing dense pixel correspondences. Dense matching methods typically enforce both appearance agreement between matched pixels as well as geom…

Generalized Deformable Spatial Pyramid: Geometry-Preserving Dense Correspondence Estimation

2015-06-01 · CVPR 2015 6 · Junhwa Hur, Hwasup Lim, Changsoo Park, Sang Chul Ahn

We present a Generalized Deformable Spatial Pyramid (GDSP) matching algorithm for calculating the dense correspondence between a pair of images with large appearance variations. The main challenges of the problem general…