paper-with-me

Papers

Big2Small: A Unifying Neural Network Framework for Model Compression

2026-03-31 · Jing-Xiao Liao, Haoran Wang, Tao Li, Daoming Lyu, Yi Zhang, Chengjun Cai, Feng-Lei Fan arxiv

With the development of foundational models, model compression has become a critical requirement. Various model compression approaches have been proposed such as low-rank decomposition, pruning, quantization, ergodic dynamic systems, and knowledge distillation, which are based on different heuristics. To elevate the field from fragmentation to a principled discipline, we construct a unifying mathematical framework for model compression grounded in measure theory. We further demonstrate that each model compression technique is mathematically equivalent to a neural network subject to a regularization. Building upon this mathematical and structural equivalence, we propose an experimentally-verified data-free model compression framework, termed \textit{Big2Small}, which translates Implicit Neural Representations (INRs) from data domain to the domain of network parameters. \textit{Big2Small} trains compact INRs to encode the weights of larger models and reconstruct the weights during inference. To enhance reconstruction fidelity, we introduce Outlier-Aware Preprocessing to handle extreme weight values and a Frequency-Aware Loss function to preserve high-frequency details. Experiments on image classification and segmentation demonstrate that \textit{Big2Small} achieves competitive accuracy and compression ratios compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2603.29768

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationImage ClassificationModel Compression

Similar Papers 제목 키워드 기반

Experience Compression Spectrum: Unifying Memory, Skills, and Rules in LLM Agents

2026-04-17 · Xing Zhang, Guanghui Wang, Yanwei Cui, Wei Qiu 외 arxiv

As LLM agents scale to long-horizon, multi-session deployments, efficiently managing accumulated experience becomes a critical bottleneck. Agent memory systems and agent skill discovery both address this challenge, extra…

Fourth-Order Anisotropic Diffusion for Inpainting and Image Compression

2020-06-18 · Ikram Jumakulyyev, Thomas Schultz

Edge-enhancing diffusion (EED) can reconstruct a close approximation of an original image from a small subset of its pixels. This makes it an attractive foundation for PDE based image compression. In this work, we genera…

Image Compression

Unifying Generation and Compression: Ultra-low bitrate Image Coding Via Multi-stage Transformer

2024-03-06 · Naifu Xue, Qi Mao, Zijian Wang, Yuan Zhang 외

Recent progress in generative compression technology has significantly improved the perceptual quality of compressed data. However, these advancements primarily focus on producing high-frequency details, often overlookin…

Image Generation

Compression Scaling Laws:Unifying Sparsity and Quantization

2025-02-23 · Elias Frantar, Utku Evci, Wonpyo Park, Neil Houlsby 외

We investigate how different compression techniques -- such as weight and activation quantization, and weight sparsity -- affect the scaling behavior of large language models (LLMs) during pretraining. Building on previo…

Quantization

Cross-Layer Subspace Coupling for LLM Compression: A Unifying Framework and Its Empirical Limits

2026-05-29 · Snigdha Chandan Khilar arxiv

Recent SVD based compression methods for large language models like SVD LLM and Basis Sharing can be unified under one optimization problem. While mathematical proofs and tests on Pythia models show this unified approach…