← Latest papers
🤖 machine learning

Compressing LLMs with MoP: Mixture of Pruners

The paper introduces MoP (Mixture of Pruners), an iterative framework that unifies depth and width pruning to outperform existing single-dimension methods in accuracy and latency reduction across LLaMA and LLaVA models.

Original authors: Bruno Lopes Yamamoto, Lucas Lauton de Alcantara, Victor Zacarias, Leandro Giusti Mugnaini, Keith Ando Ogawa, Lucas Pellicer, Rosimeire Pereira Costa, Edson Bollis, Anna Helena Reali Costa, Artur Jorda
Published 2026-07-28
📖 3 min read☕ Coffee break read

Original authors: Bruno Lopes Yamamoto, Lucas Lauton de Alcantara, Victor Zacarias, Leandro Giusti Mugnaini, Keith Ando Ogawa, Lucas Pellicer, Rosimeire Pereira Costa, Edson Bollis, Anna Helena Reali Costa, Artur Jordao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to carry a massive, heavy library in a backpack. This library contains the sum of human knowledge, written in a language so complex that only the smartest computers can read it. These "libraries" are called Large Language Models (LLMs). They are amazing at writing stories, solving math problems, and even chatting like a friend. But there's a catch: they are so huge and heavy that they require enormous amounts of electricity and super-fast computers just to open the book and read a single sentence. If you want to use them on a regular laptop or a phone, they are often too slow and too heavy to carry.

To fix this, scientists have been trying to make these libraries smaller without throwing away the important books. One way to do this is called "pruning." Think of pruning like gardening. You have a giant, overgrown bush (the big computer model), and you want to trim it down to a neat, smaller shape. You can cut off entire branches (making the bush shorter), or you can trim the leaves off the branches (making the bush thinner). For a long time, gardeners had to choose: either cut off whole branches or trim the leaves, but not both at the same time. The question was, which way makes the bush smaller while keeping it healthy and able to bear fruit?

This paper introduces a new gardening tool called MoP, which stands for Mixture of Pruners. Instead of choosing just one way to trim, MoP is a smart, iterative gardener that tries both methods at every step. Imagine you are trimming your bush. At each cut, MoP asks two questions: "If I cut off this whole branch, how does the bush look?" and "If I trim the leaves off this branch instead, how does it look?" It then picks the version that keeps the bush looking the most like the original, healthy plant. It repeats this process, switching between cutting branches and trimming leaves, until the bush is small enough to fit in your backpack.

The researchers tested this method on some of the smartest computer brains in the world, like the LLaMA-2 and LLaMA-3 models. They found that MoP is much better at shrinking these models than using just one method alone. When they cut the models down by 40% (making them 40% smaller), MoP kept the models just as smart as the competition, but it also made them run significantly faster. In fact, the models became 39% faster at answering questions. Even more surprisingly, they tried this on a model that can see pictures and read text (called LLaVA-1.5). They found that even though they only "taught" the trimmed model with text (no pictures), the model could still understand images almost as well as before. This suggests that mixing the two trimming strategies creates a smaller, faster, and smarter computer brain that doesn't lose its way, even when it gets very small.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →