paper-with-me

홈 › Papers

Dynamic Mixture-of-Experts for Incremental Graph Learning

2025-08-13 · Lecheng Kong, Theodore Vasiloudis, Seongjun Yun, Han Xie, Xiang Song arxiv

Graph incremental learning is a learning paradigm that aims to adapt trained models to continuously incremented graphs and data over time without the need for retraining on the full dataset. However, regular graph machine learning methods suffer from catastrophic forgetting when applied to incremental learning settings, where previously learned knowledge is overridden by new knowledge. Previous approaches have tried to address this by treating the previously trained model as an inseparable unit and using techniques to maintain old behaviors while learning new knowledge. These approaches, however, do not account for the fact that previously acquired knowledge at different timestamps contributes differently to learning new tasks. Some prior patterns can be transferred to help learn new data, while others may deviate from the new data distribution and be detrimental. To address this, we propose a dynamic mixture-of-experts (DyMoE) approach for incremental learning. Specifically, a DyMoE GNN layer adds new expert networks specialized in modeling the incoming data blocks. We design a customized regularization loss that utilizes data sequence information so existing experts can maintain their ability to solve old tasks while helping the new expert learn the new data effectively. As the number of data blocks grows over time, the computational cost of the full mixture-of-experts (MoE) model increases. To address this, we introduce a sparse MoE approach, where only the top-$k$ most relevant experts make predictions, significantly reducing the computation time. Our model achieved 4.92\% relative accuracy increase compared to the best baselines on class incremental learning, showing the model's exceptional power.

📄 PDF Abstract BibTeX arXiv:2508.09974

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental LearningGraph Learning

Similar Papers 제목 키워드 기반

MILE: Mixture of Incremental LoRA Experts for Continual Semantic Segmentation across Domains and Modalities

2026-05-05 · Shishir Muralidhara, Didier Stricker, René Schuster arxiv

Continual semantic segmentation requires models to adapt to new domains or modalities without sacrificing performance on previously learned tasks. Expert-based learning, in which task-specific modules specialize in diffe…

Continual Semantic Segmentation

MixTTE: Multi-Level Mixture-of-Experts for Scalable and Adaptive Travel Time Estimation

2026-01-06 · Wenzhao Jiang, Jindong Han, Ruiqian Han, Hao Liu arxiv

Accurate Travel Time Estimation (TTE) is critical for ride-hailing platforms, where errors directly impact user experience and operational efficiency. While existing production systems excel at holistic route-level depen…

Travel Time EstimationIncremental Learning

Unified Class and Domain Incremental Learning with Mixture of Experts for Indoor Localization

2025-11-21 · Akhil Singampalli, Sudeep Pasricha arxiv

Indoor localization using machine learning has gained traction due to the growing demand for location-based services. However, its long-term reliability is hindered by hardware/software variations across mobile devices, …

class-incremental learningContinual Learning

Graph Mixture of Experts: Learning on Large-Scale Graphs with Explicit Diversity Modeling

2023-09-21 · NeurIPS 2023 11

Graph neural networks (GNNs) have found extensive applications in learning from graph data. However, real-world graphs often possess diverse structures and comprise nodes and edges of varying types. To bolster the genera…

Deft Scheduling of Dynamic Cloud Workflows with Varying Deadlines via Mixture-of-Experts

2026-05-31 · Ya Shen, Gang Chen, Hui Ma, Mengjie Zhang arxiv

Workflow scheduling in cloud computing demands the intelligent allocation of dynamically arriving, graph-structured workflows with varying deadlines onto ever-changing virtual machine resources. However, existing deep re…

Reinforcement Learning