ICLR 2025 Submission
Code and Datasets: to be released
The proposed Masked Graph Neural Network architecture. During pre-training, we remove a portion of the edges and nodes of the mesh (e.g. 50%) and use this as input for the Encoder. Masked nodes are then replaced by a [MASKED] token before the mesh is passed to the Decoder. After pretraining, only the Encoder is finetuned on a specific dataset, without any nodes being removed.
(top): Masked Input
(middle): Reconstructed Input
(bottom): Original Input
(top): Masked Input
(middle): Reconstructed Input
(bottom): Original Input
(top): Masked Input
(middle): Reconstructed Input
(bottom): Original Input
(left): Ground Truth
(right): GNN Prediction
(left): Ground Truth
(right): GNN Prediction
(left): Ground Truth
(right): GNN Prediction
Comparison between CFD and our GNN on the plane y=10 and 3 selected points inside the aneurysm.