Abstract
Point-based 3D intracranial aneurysm segmentation is fundamental for automatic aneurysm diagnosis. Though impressive performances, existing point-based 3D segmentation frameworks still perform poorly around the edge between vessels and aneurysms, which is extremely harmful for the clipping surgery process. To address the issue, we propose an Edge-oriented Point-cloud Transformer Network (EPT-Net) to produce precise segmentation predictions. The framework consists of three paradigms, i.e., dual stream transformer (DST), outer-edge context dissimilation (OCD) and inner-edge hard-sample excavation (IHE). In DST, a dual stream transformer is proposed to jointly optimize the semantics stream and the edge stream, where the latter imposes more supervision around the edge and help the semantics stream produce sharper boundaries. In OCD, aiming to refine features outside the edge, an edge-separation graph is constructed where connections across the edge are prohibited, thereby dissimilating contexts of points belonging to different categories. Upon that, graph convolution is performed to refine the confusing features via information exchange with dissimilated contexts. In IHE, to further refine features inside the edge, triplets (i.e. anchor, positive and negative) are built up around the edge, and contrastive learning is employed. Differently from previous contrastive methods of point clouds, we only select points nearby the edge as hard-negatives, providing informative clues for discriminative feature learning. Extensive experiments on the 3D intracranial aneurysm dataset IntrA demonstrate the superiority of our EPT-Net compared with state-of-the-art methods. Code is available at https://github.com/CityU-AIM-Group/EPT.
| Original language | English |
|---|---|
| Title of host publication | Medical Image Computing and Computer Assisted Intervention – MICCAI 2022 |
| Subtitle of host publication | 25th International Conference, Singapore, September 18–22, 2022, Proceedings, Part V |
| Editors | Linwei Wang, Qi Dou, P. Thomas Fletcher, Stefanie Speidel, Shuo Li |
| Place of Publication | Cham |
| Publisher | Springer |
| Pages | 97-106 |
| Volume | Part V |
| ISBN (Electronic) | 978-3-031-16443-9 |
| ISBN (Print) | 9783031164422 |
| DOIs | |
| Publication status | Published - 2022 |
| Event | 25th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2022) - Resort World Convention Centre, Singapore Duration: 18 Sept 2022 → 22 Sept 2022 https://conferences.miccai.org/2022/en/ |
Publication series
| Name | Lecture Notes in Computer Science |
|---|---|
| Volume | 13435 |
| ISSN (Print) | 0302-9743 |
| ISSN (Electronic) | 1611-3349 |
Conference
| Conference | 25th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2022) |
|---|---|
| Place | Singapore |
| Period | 18/09/22 → 22/09/22 |
| Internet address |
Research Keywords
- 3D point cloud segmentation
- Graph convolution
- Intracranial Aneurysm segmentation