IVCVDec 9, 2021

3D Medical Point Transformer: Introducing Convolution to Attention Networks for Medical Point Cloud Analysis

arXiv:2112.04863v248 citations
Originality Incremental advance
AI Analysis

This work addresses disease detection and treatment using medical point clouds, but it is incremental as it adapts existing Transformer and convolution ideas to a new domain.

The authors tackled the lack of Transformer-based methods for medical point clouds by proposing 3DMedPT, which achieved the best classification and segmentation results on the IntrA dataset and demonstrated promising generalization on general benchmarks like ModelNet40 and ShapeNetPart.

General point clouds have been increasingly investigated for different tasks, and recently Transformer-based networks are proposed for point cloud analysis. However, there are barely related works for medical point clouds, which are important for disease detection and treatment. In this work, we propose an attention-based model specifically for medical point clouds, namely 3D medical point Transformer (3DMedPT), to examine the complex biological structures. By augmenting contextual information and summarizing local responses at query, our attention module can capture both local context and global content feature interactions. However, the insufficient training samples of medical data may lead to poor feature learning, so we apply position embeddings to learn accurate local geometry and Multi-Graph Reasoning (MGR) to examine global knowledge propagation over channel graphs to enrich feature representations. Experiments conducted on IntrA dataset proves the superiority of 3DMedPT, where we achieve the best classification and segmentation results. Furthermore, the promising generalization ability of our method is validated on general 3D point cloud benchmarks: ModelNet40 and ShapeNetPart. Code is released.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes