paper-with-me

홈 › Papers

Nexus: Specialization meets Adaptability for Efficiently Training Mixture of Experts

2024-08-28 · Nikolas Gritsch, Qizhen Zhang, Acyr Locatelli, Sara Hooker, Ahmet Üstün

Efficiency, specialization, and adaptability to new data distributions are qualities that are hard to combine in current Large Language Models. The Mixture of Experts (MoE) architecture has been the focus of significant research because its inherent conditional computation enables such desirable properties. In this work, we focus on "upcycling" dense expert models into an MoE, aiming to improve specialization while also adding the ability to adapt to new tasks easily. We introduce Nexus, an enhanced MoE architecture with adaptive routing where the model learns to project expert embeddings from domain representations. This approach allows Nexus to flexibly add new experts after the initial upcycling through separately trained dense models, without requiring large-scale MoE training for unseen data domains. Our experiments show that Nexus achieves a relative gain of up to 2.1% over the baseline for initial upcycling, and a 18.8% relative gain for extending the MoE with a new expert by using limited finetuning data. This flexibility of Nexus is crucial to enable an open-source ecosystem where every user continuously assembles their own MoE-mix according to their needs.

📄 PDF Abstract BibTeX arXiv:2408.15901

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Nexus: A Lightweight and Scalable Multi-Agent Framework for Complex Tasks Automation

2025-02-26 · Humza Sami, Mubashir ul Islam, Samy Charas, Asav Gandhi 외

Recent advancements in Large Language Models (LLMs) have substantially evolved Multi-Agent Systems (MASs) capabilities, enabling systems that not only automate tasks but also leverage near-human reasoning capabilities. T…

Code GenerationHumanEvalLogical ReasoningMath+1

NexusIndex: Integrating Advanced Vector Indexing and Multi-Model Embeddings for Robust Fake News Detection

2024-10-23 · Solmaz Seyed Monir, Dongfang Zhao

The proliferation of fake news on digital platforms has underscored the need for robust and scalable detection mechanisms. Traditional methods often fall short in handling large and diverse datasets due to limitations in…

ArticlesFake News Detection

YOLO Meets Mixture-of-Experts: Adaptive Expert Routing for Robust Object Detection

2025-11-17 · Ori Meiraz, Sharon Shalev, Avishai Weizman arxiv

This paper presents a novel Mixture-of-Experts framework for object detection, incorporating adaptive routing among multiple YOLOv9-T experts to enable dynamic feature specialization and achieve higher mean Average Preci…

Robust Object Detection

Nexus: Inferring Join Graphs from Metadata Alone via Iterative Low-Rank Matrix Completion

2026-02-09 · Tianji Cong, Yuanyuan Tian, Andreas Mueller, Rathijit Sen 외 arxiv

Automatically inferring join relationships is a critical task for effective data discovery, integration, querying and reuse. However, accurately and efficiently identifying these relationships in large and complex schema…

Interpreting and Exploiting Functional Specialization in Multi-Head Attention under Multi-task Learning

2023-10-16 · Chong Li, Shaonan Wang, Yunhao Zhang, Jiajun Zhang 외

Transformer-based models, even though achieving super-human performance on several downstream tasks, are often regarded as a black box and used as a whole. It is still unclear what mechanisms they have learned, especiall…

Multi-Task LearningTransfer Learning