Switch language한국어
Back to the list

From Layers to Submodules: Rethinking Granularity in Replacement-Based LLM Compression

TL;DR AI

Key summary

2 min read
  1. Researchers introduced SubFit, a post-training compression method for large language models that works at the submodule level.

  2. Instead of removing whole layers, SubFit selects Attention and FeedForward blocks non-contiguously and replaces them with fitted residual bypasses.

  3. Across ten models and multiple sparsity settings, it beat several replacement-based baselines, especially at higher compression levels.

  4. The method also delivered speed and memory gains, including inference speedup and KV-cache savings.

  5. Overall, SubFit points to a finer-grained way to compress transformers while preserving more accuracy.

Read the original