paper-with-me

홈 › Papers

ButterflyMoE: Compression-Scalable Ternary Experts via Structured Butterfly Orbits

2026-01-20 · Aryan Karmore arxiv

In current Mixture of Experts (MoE) architectures, linear memory scaling is present, the memory grows as the number of experts increases. $N$ independent expert weight matrices require $\mathcal{O}(N \cdot d^2)$ memory which exceeds the memory budget of edge devices. Current compression methods like quantization, pruning, and low-rank factorization reduce constant factors, but the scaling bottleneck is still unresolved. We introduce ButterflyMoE, a method which treats experts not as independent matrices but as geometric reorientations of a shared quantized substrate. Diversity amongst the experts arises from viewing different angles of the shared capacity and not from redundant storage. Learned rotations are applied to a shared ternary prototype. With this, each expert yields $\mathcal{O}(d^2 + N \cdot d \log d)$ memory-reducing per-expert cost from $\mathcal{O}(d^2)$ to $\mathcal{O}(d \log d)$. The key insight is that training these rotations with quantization reduces activation outliers and stabilizes extreme low-bit training where other static methods collapse. Across language modeling benchmarks, ButterflyMoE achieves 80$\times$ memory reduction at 8 experts with a highly favorable memory-accuracy tradeoff.At this 80x compression ButterflyMoE outperforms an equal memory dense baseline, showing that orbital parameterization extracts fundamentally more utility per byte. When scaled up to 256 experts, ButterflyMoE asymptotically compresses the memory by 150 $\times$. ButterflyMoE reduces the constant factor of linear scaling with compression ratio growing with the expert count.

📄 PDF Abstract BibTeX arXiv:2601.13563

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoTE: Mixture of Ternary Experts for Memory-efficient Large Multimodal Models

2025-06-17 · Hongyu Wang, Jiayu Xu, Ruiping Wang, Yan Feng 외

Large multimodal Mixture-of-Experts (MoEs) effectively scale the model size to boost performance while maintaining fixed active parameters. However, previous works primarily utilized full-precision experts during sparse …

Mixture-of-ExpertsQuantization

ButterflyViT: 354$\times$ Expert Compression for Edge Vision Transformers

2026-03-06 · Aryan Karmore arxiv

Deploying sparse Mixture of Experts(MoE) Vision Transformers remains a challenge due to linear expert memory scaling. Linear memory scaling stores $N$ independent expert weight matrices requiring $\mathcal{O}(N_E \cdot d…

Image Classification

Pruning Ternary Quantization

2021-07-23 · Dan Liu, Xi Chen, Jie Fu, Chen Ma 외

Inference time, model size, and accuracy are three key factors in deep model compression. Most of the existing work addresses these three key factors separately as it is difficult to optimize them all at the same time. F…

image-classificationImage ClassificationModel Compressionobject-detection+2

A Memory-Efficient Learning Framework for SymbolLevel Precoding with Quantized NN Weights

2021-10-13 · Abdullahi Mohammad, Christos Masouros, Yiannis Andreopoulos

This paper proposes a memory-efficient deep neural network (DNN) framework-based symbol level precoding (SLP). We focus on a DNN with realistic finite precision weights and adopt an unsupervised deep learning (DL) based …

Model CompressionQuantization

FTerViT: Fully Ternary Vision Transformer

2026-05-20 · Szymon Ruciński, Pietro Bonazzi, Engin Türetken, Simon Narduzzi 외 arxiv

Ternary Vision Transformers offer substantial model compression, however state-of-the-art methods only ternarize the encoder layers, leaving patch embeddings, LayerNorm parameters, and classifier heads in full precision.…

Knowledge DistillationModel Compression