LGAIDec 15, 2025

MIDUS: Memory-Infused Depth Up-Scaling

arXiv:2512.13751v1h-index: 4
Originality Incremental advance
AI Analysis

This work addresses the challenge of increasing model capacity without excessive costs for large language model developers, representing an incremental improvement over existing depth up-scaling methods.

The paper tackles the problem of scaling large language models efficiently by introducing Memory-Infused Depth Up-Scaling (MIDUS), which replaces feed-forward networks in duplicated blocks with head-wise memory layers, resulting in robust performance improvements over strong baselines while maintaining a highly efficient parameter footprint.

Scaling large language models (LLMs) demands approaches that increase capacity without incurring excessive parameter growth or inference cost. Depth Up-Scaling (DUS) has emerged as a promising strategy by duplicating layers and applying Continual Pre-training (CPT), but its reliance on feed-forward networks (FFNs) limits efficiency and attainable gains. We introduce Memory-Infused Depth Up-Scaling (MIDUS), which replaces FFNs in duplicated blocks with a head-wise memory (HML) layer. Motivated by observations that attention heads have distinct roles both across and within layers, MIDUS assigns an independent memory bank to each head, enabling head-wise retrieval and injecting information into subsequent layers while preserving head-wise functional structure. This design combines sparse memory access with head-wise representations and incorporates an efficient per-head value factorization module, thereby relaxing the usual efficiency-performance trade-off. Across our CPT experiments, MIDUS exhibits robust performance improvements over strong DUS baselines while maintaining a highly efficient parameter footprint. Our findings establish MIDUS as a compelling and resource-efficient alternative to conventional FFN replication for depth up-scaling by leveraging its head-wise memory design.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes