paper-with-me

Papers

CartesianMoE: Boosting Knowledge Sharing among Experts via Cartesian Product Routing in Mixture-of-Experts

2024-10-21 · Zhenpeng Su, Xing Wu, Zijia Lin, Yizhe Xiong, Minxuan Lv, Guangyuan Ma, Hui Chen, Songlin Hu, Guiguang Ding

Large language models (LLM) have been attracting much attention from the community recently, due to their remarkable performance in all kinds of downstream tasks. According to the well-known scaling law, scaling up a dense LLM enhances its capabilities, but also significantly increases the computational complexity. Mixture-of-Experts (MoE) models address that by allowing the model size to grow without substantially raising training or inference costs. Yet MoE models face challenges regarding knowledge sharing among experts, making their performance somehow sensitive to routing accuracy. To tackle that, previous works introduced shared experts and combined their outputs with those of the top $K$ routed experts in an `addition'' manner. In this paper, inspired by collective matrix factorization to learn shared knowledge among data, we propose CartesianMoE, which implements more effective knowledge sharing among experts in more like a `multiplication'' manner. Extensive experimental results indicate that CartesianMoE outperforms previous MoE models for building LLMs, in terms of both perplexity and downstream task performance. And we also find that CartesianMoE achieves better expert routing robustness.

📄 PDF Abstract BibTeX arXiv:2410.16077

Code (1)

suu990901/CartesianMoE 공식 구현 jax

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
MoE 설명 없음

Similar Papers 제목 키워드 기반

Boosting Share Routing for Multi-task Learning

2020-09-01 · Xiaokai Chen, Xiaoguang Gu, Libo Fu

Multi-task learning (MTL) aims to make full use of the knowledge contained in multi-task supervision signals to improve the overall performance. How to make the knowledge of multiple tasks shared appropriately is an open…

Multi-Task LearningNeural Architecture Search

TeamLoRA: Boosting Low-Rank Adaptation with Expert Collaboration and Competition

2024-08-19 · Tianwei Lin, Jiang Liu, Wenqiao Zhang, Zhaocheng Li 외

While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have effectively addressed GPU memory constraints during fine-tuning, their performance often falls short, especially in multidimensional task scenarios. To …

GPUMulti-Task Learningparameter-efficient fine-tuningVisual Question Answering

MEML-GRPO: Heterogeneous Multi-Expert Mutual Learning for RLVR Advancement

2025-08-13 · Weitao Jia, Jinghui Lu, Haiyang Yu, Siqi Wang 외 arxiv

Recent advances demonstrate that reinforcement learning with verifiable rewards (RLVR) significantly enhances the reasoning capabilities of large language models (LLMs). However, standard RLVR faces challenges with rewar…

Reinforcement Learning

Everyone Knows that Everyone Knows: Gossip Protocols for Super Experts

2020-11-26 · Hans van Ditmarsch, Malvin Gattinger, Rahim Ramezanian

A gossip protocol is a procedure for sharing secrets in a network. The basic action in a gossip protocol is a pairwise message exchange (telephone call) wherein the calling agents exchange all the secrets they know. An a…

All

MOoSE: Multi-Orientation Sharing Experts for Open-set Scene Text Recognition

2024-07-26 · Chang Liu, Simon Corbillé, Elisa H Barney Smith

Open-set text recognition, which aims to address both novel characters and previously seen ones, is one of the rising subtopics in the text recognition field. However, the current open-set text recognition solutions only…

Mixture-of-ExpertsScene Text Recognition