paper-with-me

Papers

Mixture of Scope Experts at Test: Generalizing Deeper Graph Neural Networks with Shallow Variants

2024-09-11 · Gangda Deng, Hongkuan Zhou, Rajgopal Kannan, Viktor Prasanna

Heterophilous graphs, where dissimilar nodes tend to connect, pose a challenge for graph neural networks (GNNs). Increasing the GNN depth can expand the scope (i.e., receptive field), potentially finding homophily from the higher-order neighborhoods. However, GNNs suffer from performance degradation as depth increases. Despite having better expressivity, state-of-the-art deeper GNNs achieve only marginal improvements compared to their shallow variants. Through theoretical and empirical analysis, we systematically demonstrate a shift in GNN generalization preferences across nodes with different homophily levels as depth increases. This creates a disparity in generalization patterns between GNN models with varying depth. Based on these findings, we propose to improve deeper GNN generalization while maintaining high expressivity by Mixture of scope experts at test (Moscat). Experimental results show that Moscat works flexibly with various GNNs across a wide range of datasets while significantly improving accuracy. Our code is available at (https://github.com/Hydrapse/moscat).

📄 PDF Abstract BibTeX arXiv:2409.06998

Code (1)

hydrapse/moscat 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Complexity Experts are Task-Discriminative Learners for Any Image Restoration

2024-11-27 · CVPR 2025 1 · Eduard Zamfir, Zongwei Wu, Nancy Mehta, Yuedong Tan 외

Recent advancements in all-in-one image restoration models have revolutionized the ability to address diverse degradations through a unified framework. However, parameters tied to specific tasks often remain inactive for…

AttributeBlind All-in-One Image RestorationImage RestorationMixture-of-Experts

$\infty$-MoE: Generalizing Mixture of Experts to Infinite Experts

2026-01-25 · Shota Takashiro, Takeshi Kojima, Shohei Taniguchi, Yusuke Iwasawa 외 arxiv

The Mixture of Experts (MoE) selects a few feed-forward networks (FFNs) per token, achieving an effective trade-off between computational cost and performance. In conventional MoE, each expert is treated as entirely inde…

Computational Efficiency

Mixture of Style Experts for Diverse Image Stylization

2026-03-17 · Shihao Zhu, Ziheng Ouyang, Yijia Kang, Qilong Wang 외 arxiv

Diffusion-based stylization has advanced significantly, yet existing methods are limited to color-driven transformations, neglecting complex semantics and material details. We introduce StyleExpert, a semantic-aware fram…

LiME: Lightweight Mixture of Experts for Efficient Multimodal Multi-task Learning

2026-02-01 · Md Kowsher, Haris Mansoor, Nusrat Jahan Prottasha, Ozlem Garibay 외 arxiv

MoE-PEFT methods combine Mixture of Experts with parameter-efficient fine-tuning for multi-task adaptation, but require separate adapters per expert causing trainable parameters to scale linearly with expert count and li…

parameter-efficient fine-tuningMulti-Task Learning

Robust Experts: the Effect of Adversarial Training on CNNs with Sparse Mixture-of-Experts Layers

2025-09-05 · Svetlana Pavlitska, Haixi Fan, Konstantin Ditschuneit, J. Marius Zöllner arxiv

Robustifying convolutional neural networks (CNNs) against adversarial attacks remains challenging and often requires resource-intensive countermeasures. We explore the use of sparse mixture-of-experts (MoE) layers to imp…