3D Medical Point Transformer: Introducing Convolution to Attention Networks for Medical Point Cloud Analysis
Jianhui Yu, Chaoyi Zhang, Heng Wang, Dingxin Zhang, Yang Song, Tiange, Xiang, Dongnan Liu, Weidong Cai

TL;DR
This paper introduces 3DMedPT, a Transformer-based model tailored for medical point cloud analysis, enhancing disease detection by capturing local and global features with novel modules and demonstrating superior results on medical and general datasets.
Contribution
The paper presents a novel attention-based model for medical point clouds that incorporates position embeddings and Multi-Graph Reasoning to improve feature learning and analysis.
Findings
Achieves state-of-the-art classification and segmentation on IntrA dataset.
Demonstrates strong generalization on ModelNet40 and ShapeNetPart.
Validates effectiveness of position embeddings and Multi-Graph Reasoning modules.
Abstract
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…
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
TopicsRadiomics and Machine Learning in Medical Imaging · AI in cancer detection · Infrared Thermography in Medicine
MethodsAttention Is All You Need · Linear Layer · Dropout · Layer Normalization · Label Smoothing · Byte Pair Encoding · Multi-Head Attention · Position-Wise Feed-Forward Layer · Softmax · Adam
