paper-with-me

홈 › Papers

GraphMETRO: Mitigating Complex Graph Distribution Shifts via Mixture of Aligned Experts

2023-12-07 · Shirley Wu, Kaidi Cao, Bruno Ribeiro, James Zou, Jure Leskovec

Graph data are inherently complex and heterogeneous, leading to a high natural diversity of distributional shifts. However, it remains unclear how to build machine learning architectures that generalize to the complex distributional shifts naturally occurring in the real world. Here, we develop GraphMETRO, a Graph Neural Network architecture that models natural diversity and captures complex distributional shifts. GraphMETRO employs a Mixture-of-Experts (MoE) architecture with a gating model and multiple expert models, where each expert model targets a specific distributional shift to produce a referential representation w.r.t. a reference model, and the gating model identifies shift components. Additionally, we design a novel objective that aligns the representations from different expert models to ensure reliable optimization. GraphMETRO achieves state-of-the-art results on four datasets from the GOOD benchmark, which is comprised of complex and natural real-world distribution shifts, improving by 67% and 4.2% on the WebKB and Twitch datasets. Code and data are available at https://github.com/Wuyxin/GraphMETRO.

📄 PDF Abstract BibTeX arXiv:2312.04693

Code (1)

wuyxin/graphmetro 공식 구현 pytorch

Tasks

DiversityGraph Neural NetworkMixture-of-Experts

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Smoothness Really Matters: A Simple Yet Effective Approach for Unsupervised Graph Domain Adaptation

2024-12-16 · Wei Chen, Guo Ye, Yakun Wang, Zhao Zhang 외

Unsupervised Graph Domain Adaptation (UGDA) seeks to bridge distribution shifts between domains by transferring knowledge from labeled source graphs to given unlabeled target graphs. Existing UGDA methods primarily focus…

Domain AdaptationGRAPH DOMAIN ADAPTATIONTransfer Learning

Understanding and Mitigating Distribution Shifts For Machine Learning Force Fields

2025-03-11 · Tobias Kreiman, Aditi S. Krishnapriyan

Machine Learning Force Fields (MLFFs) are a promising alternative to expensive ab initio quantum mechanical molecular simulations. Given the diversity of chemical spaces that are of interest and the cost of generating ne…

Diagnostic

Causal invariant geographic network representations with feature and structural distribution shifts

2025-03-25 · YuHan Wang, Silu He, Qinyao Luo, Hongyuan Yuan 외

The existing methods learn geographic network representations through deep graph neural networks (GNNs) based on the i.i.d. assumption. However, the spatial heterogeneity and temporal dynamics of geographic data make the…

Mitigating Graph Covariate Shift via Score-based Out-of-distribution Augmentation

2024-10-23 · Bohan Wang, Yurui Chang, Lu Lin

Distribution shifts between training and testing datasets significantly impair the model performance on graph learning. A commonly-taken causal view in graph invariant learning suggests that stable predictive features of…

Graph GenerationGraph Learning

Pairwise Alignment Improves Graph Domain Adaptation

2024-03-02 · Shikun Liu, Deyu Zou, Han Zhao, Pan Li

Graph-based methods, pivotal for label inference over interconnected objects in many real-world applications, often encounter generalization challenges, if the graph used for model training differs significantly from the…

Domain AdaptationGRAPH DOMAIN ADAPTATIONNode Classification