paper-with-me

Papers

CAME: Competitively Learning a Mixture-of-Experts Model for First-stage Retrieval

2023-11-06 · Yinqiong Cai, Yixing Fan, Keping Bi, Jiafeng Guo, Wei Chen, Ruqing Zhang, Xueqi Cheng

The first-stage retrieval aims to retrieve a subset of candidate documents from a huge collection both effectively and efficiently. Since various matching patterns can exist between queries and relevant documents, previous work tries to combine multiple retrieval models to find as many relevant results as possible. The constructed ensembles, whether learned independently or jointly, do not care which component model is more suitable to an instance during training. Thus, they cannot fully exploit the capabilities of different types of retrieval models in identifying diverse relevance patterns. Motivated by this observation, in this paper, we propose a Mixture-of-Experts (MoE) model consisting of representative matching experts and a novel competitive learning mechanism to let the experts develop and enhance their expertise during training. Specifically, our MoE model shares the bottom layers to learn common semantic representations and uses differently structured upper layers to represent various types of retrieval experts. Our competitive learning mechanism has two stages: (1) a standardized learning stage to train the experts equally to develop their capabilities to conduct relevance matching; (2) a specialized learning stage where the experts compete with each other on every training instance and get rewards and updates according to their performance to enhance their expertise on certain types of samples. Experimental results on three retrieval benchmark datasets show that our method significantly outperforms the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2311.02834

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsRetrieval

Similar Papers 제목 키워드 기반

SEER-MoE: Sparse Expert Efficiency through Regularization for Mixture-of-Experts

2024-04-07 · Alexandre Muzio, Alex Sun, Churan He

The advancement of deep learning has led to the emergence of Mixture-of-Experts (MoEs) models, known for their dynamic allocation of computational resources based on input. Despite their promise, MoEs face challenges, pa…

Mixture-of-Experts

Mixture-of-Clustered-Experts: Advancing Expert Specialization and Generalization in Instruction Tuning

2025-09-03 · Sugyeong Eo, Jungjun Lee, Chanjun Park, Heuiseok Lim arxiv

A sparse Mixture-of-Experts (MoE) architecture has emerged as a highly scalable solution by conditionally activating sub-modules without a proportional increase in computational costs. However, improving expert specializ…

Adaptive Inverted-Index Routing for Granular Mixtures-of-Experts

2026-05-06 · Klaus-Rudolf Kladny, Maximilian Mordig, Bernhard Schölkopf, Michael Muehlebach arxiv

Mixture-of-experts (MoE) models enable scalable transformer architectures by activating only a subset of experts per token. Recent evidence suggests that performance improves with increasingly granular experts, i.e., man…

CAMERA: Multi-Matrix Joint Compression for MoE Models via Micro-Expert Redundancy Analysis

2025-08-04 · Yuzhuang Xu, Xu Han, Yuanchi Zhang, Yixuan Wang 외 arxiv

Large Language Models (LLMs) with Mixture-of-Experts (MoE) architectures are distinguished by their strong performance scaling with increasing parameters across a wide range of tasks, yet they also suffer from substantia…

Computational Efficiency

On the Design of Mixture-of-Experts for Dynamic Gaussian Splatting

2026-07-09 · In-Hwan Jin, Hyeongju Mun, Joonsoo Kim, Kugjin Yun 외 arxiv

Dynamic scene reconstruction remains challenging due to the heterogeneous and spatially varying nature of real-world motion. Although recent 3D Gaussian Splatting methods have introduced diverse deformation formulations …

Novel View Synthesis