← Latest papers
🤖 machine learning

Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression

This paper systematically evaluates tensor decompositions for post-training LLM compression across dense and MoE architectures, revealing a fundamental mismatch between the shared subspaces assumed by these methods and the heterogeneous representations of modern models, thereby clarifying their practical limits and viable role in large-scale deployment.

Original authors: Artur Zagitov, Alexander Miasnikov, Maxim Krutikov, Vladimir Aletov, Gleb Molodtsov, Nail Bashirov, Artem Tsedenov, Aleksandr Beznosikov

Published 2026-06-03
📖 5 min read🧠 Deep dive

Original authors: Artur Zagitov, Alexander Miasnikov, Maxim Krutikov, Vladimir Aletov, Gleb Molodtsov, Nail Bashirov, Artem Tsedenov, Aleksandr Beznosikov

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 have a massive, incredibly detailed library (a Large Language Model, or LLM) that takes up an entire city block. You want to shrink it down so it fits in a backpack, but you need to make sure it still knows how to tell stories, answer questions, and solve problems just as well as the big version.

This paper is about trying to shrink that library using a specific set of tools called Tensor Decompositions. The researchers wanted to see if these tools were the "magic wands" they were promised to be. Their conclusion? Not really. While the tools look great on paper, they break the library's internal logic when used in the real world.

Here is the breakdown of their findings using simple analogies:

1. The Goal: Shrink the Library Without Losing the Books

The researchers were looking at "Post-Training Compression." Think of this as taking a finished, fully written encyclopedia and trying to compress it into a smaller file format without rewriting the whole thing from scratch.

They compared three main ways to do this:

  • Pruning: Like throwing away the books you think nobody reads (removing parts of the model).
  • Quantization: Like rewriting the books using a simpler alphabet with fewer letters (using fewer bits to store numbers).
  • Tensor Decompositions: This is the star of the show. Imagine taking a giant 3D block of Lego bricks (the model's weights) and trying to rebuild it using a few smaller, cleverly arranged Lego sets that, when put together, look exactly like the big block.

2. The Big Problem: The "Wrong Kind of Perfect"

The researchers found that Tensor Decompositions (the Lego method) have a fundamental flaw.

The Analogy:
Imagine you are trying to compress a painting.

  • Matrix Decompositions (the older, simpler method) are like taking a photo of the painting and shrinking it. It might lose some detail, but the main shapes and colors stay in the right places.
  • Tensor Decompositions are like trying to reconstruct the painting using a mathematical formula that focuses on the total amount of paint used, rather than where the paint is.

The paper argues that Tensor Decompositions are obsessed with minimizing the "total paint" (mathematically called the Frobenius norm). They do a great job of keeping the total amount of data the same, but they mess up the geometry (the specific arrangement of the data).

The Result:
When you use these decompositions, the model doesn't just get "blurry"; it gets confused. The internal "thoughts" of the AI (called residual-stream activations) start drifting in the wrong direction. It's like the library is still there, but the books have been shuffled so that "Cooking" is filed under "Space Travel." The model can still speak, but it starts saying nonsense.

3. The "Super-Weights" (The One-in-a-Million Bricks)

The paper discovered a specific reason why this happens. Inside these giant AI models, there are a few specific numbers (parameters) that are incredibly important. The authors call them "Super-weights."

The Analogy:
Think of a suspension bridge. Most of the cables hold up the road, but there are a few specific bolts that, if removed, would make the whole bridge collapse.

  • Standard compression methods (like the Lego approach) look at the bridge and say, "We can remove 90% of the cables because the math says the total weight is fine."
  • But in doing so, they accidentally remove those critical bolts.

The researchers found that to save these critical bolts, you would need to keep almost all the data, which defeats the purpose of compression. The "Lego" method simply cannot find these specific, tiny, critical pieces because it's looking at the big picture, not the fine details.

4. The MoE Experiment (The Specialized Team)

The researchers also tested this on "Mixture of Experts" (MoE) models. Imagine a team where different experts handle different tasks (one is a math expert, one is a history expert).

  • They tried to compress the "team" by assuming all the experts share a common, simple background (a low-rank subspace).
  • The Result: It failed. The experts are actually very unique and distinct. Forcing them to share a simple background made the team perform terribly. A simpler method that just gave each expert a slightly smaller notebook (Matrix Decomposition) worked much better.

5. The Winner: Quantization

Finally, they compared their "Lego" method against Quantization (the "simpler alphabet" method).

  • The Result: Quantization won hands down. It kept the library's organization intact while shrinking the file size.
  • The "Lego" methods (Tensor Decompositions) were only competitive if you added a tiny bit of extra training (like a quick repair job) to fix the mistakes, but even then, they couldn't beat the simplicity of Quantization.

The Bottom Line

The paper concludes that Tensor Decompositions are not the magic solution for shrinking AI models.

They are like a tool that is mathematically beautiful but practically broken for this specific job. They focus on the wrong kind of "perfection" (total mass) and ignore the critical, tiny details (super-weights) that keep the AI smart. If you want to shrink an AI model today without breaking it, you are better off using Quantization or Matrix Decompositions (with some fine-tuning) rather than these complex Tensor methods.

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 →