paper-with-me

Papers

Learnable Pooling in Graph Convolution Networks for Brain Surface Analysis

2019-11-22 · Karthik Gopinath, Christian Desrosiers, Herve Lombaert

Brain surface analysis is essential to neuroscience, however, the complex geometry of the brain cortex hinders computational methods for this task. The difficulty arises from a discrepancy between 3D imaging data, which is represented in Euclidean space, and the non-Euclidean geometry of the highly-convoluted brain surface. Recent advances in machine learning have enabled the use of neural networks for non-Euclidean spaces. These facilitate the learning of surface data, yet pooling strategies often remain constrained to a single fixed-graph. This paper proposes a new learnable graph pooling method for processing multiple surface-valued data to output subject-based information. The proposed method innovates by learning an intrinsic aggregation of graph nodes based on graph spectral embedding. We illustrate the advantages of our approach with in-depth experiments on two large-scale benchmark datasets. The flexibility of the pooling strategy is evaluated on four different prediction tasks, namely, subject-sex classification, regression of cortical region sizes, classification of Alzheimer's disease stages, and brain age regression. Our experiments demonstrate the superiority of our learnable pooling approach compared to other pooling techniques for graph convolution networks, with results improving the state-of-the-art in brain surface analysis.

📄 PDF Abstract BibTeX arXiv:1911.10129

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationregression

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Path Integral Based Convolution and Pooling for Heterogeneous Graph Neural Networks

2023-02-26 · Lingjie Kong, Yun Liao

Graph neural networks (GNN) extends deep learning to graph-structure dataset. Similar to Convolutional Neural Networks (CNN) using on image prediction, convolutional and pooling layers are the foundation to success for G…

Prediction

Spectral Graph Transformer Networks for Brain Surface Parcellation

2019-11-22 · Ran He, Karthik Gopinath, Christian Desrosiers, Herve Lombaert

The analysis of the brain surface modeled as a graph mesh is a challenging task. Conventional deep learning approaches often rely on data lying in the Euclidean space. As an extension to irregular graphs, convolution ope…

Graph Learning

Graph Domain Adaptation for Alignment-Invariant Brain Surface Segmentation

2020-03-31 · Karthik Gopinath, Christian Desrosiers, Herve Lombaert

The varying cortical geometry of the brain creates numerous challenges for its analysis. Recent developments have enabled learning surface data directly across multiple brain surfaces via graph convolutions on cortical d…

Domain AdaptationGRAPH DOMAIN ADAPTATIONGraph Learning

Interpretation of Brain Morphology in Association to Alzheimer's Disease Dementia Classification Using Graph Convolutional Networks on Triangulated Meshes

2020-08-14 · Emanuel A. Azcona, Pierre Besson, Yunan Wu, Arjun Punjabi 외

We propose a mesh-based technique to aid in the classification of Alzheimer's disease dementia (ADD) using mesh representations of the cortex and subcortical structures. Deep learning methods for classification tasks tha…

Medical Diagnosis

Edge-aware Hard Clustering Graph Pooling for Brain Imaging

2023-08-23 · Cheng Zhu, JiaYi Zhu, Xi Wu, Lijuan Zhang 외

Graph Convolutional Networks (GCNs) can capture non-Euclidean spatial dependence between different brain regions. The graph pooling operator, a crucial element of GCNs, enhances the representation learning capability and…

ClusteringGraph ClusteringRepresentation Learning