paper-with-me

홈 › Papers

Non-isomorphic Inter-modality Graph Alignment and Synthesis for Holistic Brain Mapping

2021-06-30 · Islem Mhiri, Ahmed Nebli, Mohamed Ali Mahjoub, Islem Rekik

Brain graph synthesis marked a new era for predicting a target brain graph from a source one without incurring the high acquisition cost and processing time of neuroimaging data. However, existing multi-modal graph synthesis frameworks have several limitations. First, they mainly focus on generating graphs from the same domain (intra-modality), overlooking the rich multimodal representations of brain connectivity (inter-modality). Second, they can only handle isomorphic graph generation tasks, limiting their generalizability to synthesizing target graphs with a different node size and topological structure from those of the source one. More importantly, both target and source domains might have different distributions, which causes a domain fracture between them (i.e., distribution misalignment). To address such challenges, we propose an inter-modality aligner of non-isomorphic graphs (IMANGraphNet) framework to infer a target graph modality based on a given modality. Our three core contributions lie in (i) predicting a target graph (e.g., functional) from a source graph (e.g., morphological) based on a novel graph generative adversarial network (gGAN); (ii) using non-isomorphic graphs for both source and target domains with a different number of nodes, edges and structure; and (iii) enforcing the predicted target distribution to match that of the ground truth graphs using a graph autoencoder to relax the designed loss oprimization. To handle the unstable behavior of gGAN, we design a new Ground Truth-Preserving (GT-P) loss function to guide the generator in learning the topological structure of ground truth brain graphs. Our comprehensive experiments on predicting functional from morphological graphs demonstrate the outperformance of IMANGraphNet in comparison with its variants. This can be further leveraged for integrative and holistic brain mapping in health and disease.

📄 PDF Abstract BibTeX arXiv:2107.06281

Code (1)

basiralab/IMANGraphNet 공식 구현 pytorch

Tasks

Generative Adversarial NetworkGraph Generation

Similar Papers 제목 키워드 기반

StairwayGraphNet for Inter- and Intra-modality Multi-resolution Brain Graph Alignment and Synthesis

2021-10-06 · Islem Mhiri, Mohamed Ali Mahjoub, Islem Rekik

Synthesizing multimodality medical data provides complementary knowledge and helps doctors make precise clinical decisions. Although promising, existing multimodal brain graph synthesis frameworks have several limitation…

Generative Adversarial NetworkSuper-Resolution

Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation

2019-11-20 · Zequn Sun, Chengming Wang, Wei Hu, Muhao Chen 외

Graph neural networks (GNNs) have emerged as a powerful paradigm for embedding-based entity alignment due to their capability of identifying isomorphic subgraphs. However, in real knowledge graphs (KGs), the counterpart …

Entity AlignmentKnowledge Graphs

SEG:Seeds-Enhanced Iterative Refinement Graph Neural Network for Entity Alignment

2024-10-28 · Wei Ai, Yinghui Gao, Jianbin Li, JiaYi Du 외

Entity alignment is crucial for merging knowledge across knowledge graphs, as it matches entities with identical semantics. The standard method matches these entities based on their embedding similarities using semi-supe…

Entity AlignmentGraph Neural NetworkKnowledge Graphs

GuP: Fast Subgraph Matching by Guard-based Pruning

2023-06-11 · Junya Arai, Yasuhiro Fujiwara, Makoto Onizuka

Subgraph matching, which finds subgraphs isomorphic to a query, is the key to information retrieval from data represented as a graph. To avoid redundant exploration in the data, existing methods restrict the search space…

Information RetrievalRetrieval

IsoNN: Isomorphic Neural Network for Graph Representation Learning and Classification

2019-07-22 · Lin Meng, Jiawei Zhang

Deep learning models have achieved huge success in numerous fields, such as computer vision and natural language processing. However, unlike such fields, it is hard to apply traditional deep learning models on the graph …

ClassificationGeneral ClassificationGraph ClassificationGraph Matching+2