
DP
David Ponce, Thierry Etchegoyhen, Javier Del Ser
· 1 min read
ResearcharXiv cs.CL
GeLaCo: An Evolutionary Approach to Layer Compression
arXiv:2507.10059v2 Announce Type: replace
Abstract: Large Language Models have achieved remarkable performance across a large number of tasks, but face critical deployment and usage barriers due to substantial computational requirements. Model compression methods, which aim to reduce model size while preserving its capacity, are an important means to mitigate these issues. Promising approaches along these lines, such as structured pruning, typically require costly manual hyperparameter exploration or rely on local heuristics that may run the risk of ignoring better solutions. In this work we introduce GeLaCo, an evolutionary approach to LLM compression via layer collapse. Our approach supports an efficient exploration of the compression solution space via population-based search and a novel layer collapse formulation based on parametrized weight merging, with a fitness function based on similarity over residual updates and language modeling KL divergence. GeLaCo also supports both single and multi-objective evolutionary compression search, establishing the first Pareto front estimation along compression and quality axes. We evaluate GeLaCo solutions via both perplexity-based and generative evaluations over foundational and instruction-tuned models, outperforming state-of-the-art alternatives.
Original source
This story was published by arXiv cs.CL and written by David Ponce, Thierry Etchegoyhen, Javier Del Ser. SyncAI.news shows a preview; the complete article is on the publisher's site.
Read the full story on arxiv.org


