paper-with-me

Papers

Secret mixtures of experts inside your LLM

2025-12-20 · Enric Boix-Adsera arxiv

Despite being one of the earliest neural network layers, the Multilayer Perceptron (MLP) is arguably one of the least understood parts of the transformer architecture due to its dense computation and lack of easy visualization. This paper seeks to understand the MLP layers in dense LLM models by hypothesizing that these layers secretly approximately perform a sparse computation -- namely, that they can be well approximated by sparsely-activating Mixture of Experts (MoE) layers. Our hypothesis is based on a novel theoretical connection between MoE models and Sparse Autoencoder (SAE) structure in activation space. We empirically validate the hypothesis on pretrained LLMs, and demonstrate that the activation distribution matters -- these results do not hold for Gaussian data, but rather rely crucially on structure in the distribution of neural network activations. Our results shine light on a general principle at play in MLP layers inside LLMs, and give an explanation for the effectiveness of modern MoE-based transformers. Additionally, our experimental explorations suggest new directions for more efficient MoE architecture design based on low-rank routers.

📄 PDF Abstract BibTeX arXiv:2512.18452

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tighter Risk Bounds for Mixtures of Experts

2024-10-14 · Wissam Akretche, Frédéric LeBlanc, Mario Marchand

In this work, we provide upper bounds on the risk of mixtures of experts by imposing local differential privacy (LDP) on their gating mechanism. These theoretical guarantees are tailored to mixtures of experts that utili…

Variable Length Variable Quality Audio Steganography

2021-09-29 · Seungmo Ku

Steganography is the task of hiding and recovering secret data inside a non-secret container data while making imperceptible changes to the container. When using steganography to hide audio inside an image, current appro…

Image Reconstruction

On Hiding Neural Networks Inside Neural Networks

2020-02-24 · Chuan Guo, Ruihan Wu, Kilian Q. Weinberger

Modern neural networks often contain significantly more parameters than the size of their training data. We show that this excess capacity provides an opportunity for embedding secret machine learning models within a tra…

BIG-bench Machine Learning

Multi-Image Steganography Using Deep Neural Networks

2021-01-02 · Abhishek Das, Japsimar Singh Wahi, Mansi Anand, Yugant Rana

Steganography is the science of hiding a secret message within an ordinary public message. Over the years, steganography has been used to encode a lower resolution image into a higher resolution image by simple methods l…

Image Steganography

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