paper-with-me

Papers

3D Dense Separated Convolution Module for Volumetric Image Analysis

2019-05-14 · Lei Qu, Changfeng Wu, Liang Zou

With the thriving of deep learning, 3D Convolutional Neural Networks have become a popular choice in volumetric image analysis due to their impressive 3D contexts mining ability. However, the 3D convolutional kernels will introduce a significant increase in the amount of trainable parameters. Considering the training data is often limited in biomedical tasks, a tradeoff has to be made between model size and its representational power. To address this concern, in this paper, we propose a novel 3D Dense Separated Convolution (3D-DSC) module to replace the original 3D convolutional kernels. The 3D-DSC module is constructed by a series of densely connected 1D filters. The decomposition of 3D kernel into 1D filters reduces the risk of over-fitting by removing the redundancy of 3D kernels in a topologically constrained manner, while providing the infrastructure for deepening the network. By further introducing nonlinear layers and dense connections between 1D filters, the network's representational power can be significantly improved while maintaining a compact architecture. We demonstrate the superiority of 3D-DSC on volumetric image classification and segmentation, which are two challenging tasks often encountered in biomedical image computing.

📄 PDF Abstract BibTeX arXiv:1905.08608

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Regular SE(3) Group Convolutions for Volumetric Medical Image Analysis

2023-06-24 · Thijs P. Kuipers, Erik J. Bekkers

Regular group convolutional neural networks (G-CNNs) have been shown to increase model performance and improve equivariance to different geometrical symmetries. This work addresses the problem of SE(3), i.e., roto-transl…

Medical Image Analysis

3D Densely Convolutional Networks for VolumetricSegmentation

2017-09-13 · arXiv preprint 2017 9 · Toan Duc Bui, Jitae Shin, Taesup Moon

In the isointense stage, the accurate volumetric image segmentation is a challenging task due to the low contrast between tissues. In this paper, we propose a novel very deep network architecture based on densely convolu…

3D Medical Imaging SegmentationBrain SegmentationImage SegmentationInfant Brain Mri Segmentation+5

3D Densely Convolutional Networks for Volumetric Segmentation

2017-09-11 · Toan Duc Bui, Jitae Shin, Taesup Moon

In the isointense stage, the accurate volumetric image segmentation is a challenging task due to the low contrast between tissues. In this paper, we propose a novel very deep network architecture based on a densely convo…

Brain SegmentationImage SegmentationInfant Brain Mri SegmentationMRI segmentation+2

Learning Efficient Point Cloud Generation for Dense 3D Object Reconstruction

2017-06-21 · Chen-Hsuan Lin, Chen Kong, Simon Lucey

Conventional methods of 3D object generative modeling learn volumetric predictions using deep networks with 3D convolutional operations, which are direct analogies to classical 2D ones. However, these methods are computa…

3D Object ReconstructionObjectObject ReconstructionPoint Cloud Generation

Semantic Scene Completion from a Single Depth Image

2016-11-28 · CVPR 2017 7 · Shuran Song, Fisher Yu, Andy Zeng, Angel X. Chang 외

This paper focuses on semantic scene completion, a task for producing a complete 3D voxel representation of volumetric occupancy and semantic labels for a scene from a single-view depth map observation. Previous work has…

3D Semantic Scene Completion