Point-Unet: A Context-aware Point-based Neural Network for Volumetric Segmentation
Ngoc-Vuong Ho, Tan Nguyen, Gia-Han Diep, Ngan Le, Binh-Son Hua

TL;DR
Point-Unet introduces a novel point cloud-based neural network for volumetric segmentation, reducing memory and computation costs while outperforming traditional voxel-based methods in medical imaging tasks.
Contribution
It proposes a new context-aware point cloud approach for volumetric segmentation that improves efficiency and accuracy over existing voxel-based networks.
Findings
Outperforms state-of-the-art voxel-based networks in accuracy.
Reduces memory usage during training.
Lowers time consumption during testing.
Abstract
Medical image analysis using deep learning has recently been prevalent, showing great performance for various downstream tasks including medical image segmentation and its sibling, volumetric image segmentation. Particularly, a typical volumetric segmentation network strongly relies on a voxel grid representation which treats volumetric data as a stack of individual voxel `slices', which allows learning to segment a voxel grid to be as straightforward as extending existing image-based segmentation networks to the 3D domain. However, using a voxel grid representation requires a large memory footprint, expensive test-time and limiting the scalability of the solutions. In this paper, we propose Point-Unet, a novel method that incorporates the efficiency of deep learning with 3D point clouds into volumetric segmentation. Our key idea is to first predict the regions of interest in the volume…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · Medical Image Segmentation Techniques
