PulseAugur
EN
LIVE 09:28:21

New MoRE architecture combines expert reuse with MoE for improved efficiency

Researchers have introduced Mixture of Reused Experts (MoRE), a novel neural network architecture that combines the parameter efficiency of Recurrent Transformers with the capacity of Mixture-of-Experts (MoE) models. MoRE addresses the high memory footprint of traditional MoEs by sharing expert pools across adjacent layers, allowing for greater routing diversity without increasing parameters. Experiments demonstrate that MoRE achieves superior performance in perplexity and downstream tasks compared to existing weight-sharing architectures and standard MoEs, across various model scales. AI

IMPACT This architecture could lead to more parameter-efficient large language models, reducing memory requirements for training and inference.

RANK_REASON The cluster contains a research paper detailing a new model architecture. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New MoRE architecture combines expert reuse with MoE for improved efficiency

How we ranked this

Signal score
13 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster contains a research paper detailing a new model architecture. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Eric S. Qiu, Utku Umur Acikalin, Justin Lovelace, Christian Belardi, Arjun B. Mulchandani, Carla P. Gomes, Kilian Q. Weinberger ·

    MoRE: Mixture of Reused Experts

    arXiv:2609.18176v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) architectures decouple model capacity from computational cost, yet incur high memory footprints as parameters grow linearly with the number of experts. Recurrent Transformers achieve parameter efficiency b…