model-compression

Tag

Cards List
#model-compression

Unifying Depth and Width Pruning for LLMs via Binary Knapsack Optimization

arXiv cs.CL · 11h ago Cached

This paper introduces Sniper, a two-stage structured pruning framework for LLMs that uses binary knapsack optimization to unify depth and width pruning, achieving near-exact compression ratio adherence and improved performance retention across multiple architectures.

0 favorites 0 likes
#model-compression

Router Sensitivity Under Lightweight Fine-Tuning Identifies Prunable Experts in Mixture-of-Experts Models

arXiv cs.LG · 3d ago Cached

This paper proposes using router weight sensitivity under lightweight fine-tuning (e.g., LoRA) to identify and prune experts in Mixture-of-Experts models, enabling significant memory and latency reductions with minimal accuracy loss.

0 favorites 0 likes
#model-compression

Shape Mutating Expert Compression:LorExperts and BTExperts

arXiv cs.LG · 3d ago Cached

This paper introduces LorExperts and BTExperts, router-preserving compression methods for Mixture-of-Experts LLMs that cluster experts and represent non-dominant members as low-rank corrections, improving compression quality over prior methods like D2-MoE.

0 favorites 0 likes
#model-compression

CubicQuant: Parametric Non-Uniform Codebooks for High-Throughput LLM Inference with 1-8-Bit Weights

arXiv cs.LG · 4d ago Cached

CubicQuant proposes a parametric non-uniform scalar quantization format for LLM weights, using a monotonic cubic curve to adapt reconstruction levels at 1-8 bit widths while retaining dense integer code streams for GPU efficiency. Experiments show RMSE reductions over uniform and floating-point baselines, with preliminary H200 kernel measurements.

0 favorites 0 likes
#model-compression

Quantization Damage Is Multiplicative, Not Additive

arXiv cs.LG · 4d ago Cached

This preprint challenges the common assumption that quantization damage is additive noise, showing instead that it multiplies decision margins and shrinks them with bit-width, leading to silent failures in tool-use and safety decisions. The authors propose a fitted multiplicative model that predicts flip rates well.

0 favorites 0 likes
#model-compression

ReQuant: Fixed-Grid Discrete Refinement for Post-Training Quantization

arXiv cs.AI · 4d ago Cached

ReQuant introduces a backpropagation-free, fixed-grid discrete refinement stage for post-training quantization (PTQ) that iteratively improves initial quantized models while preserving the quantized format, showing consistent gains across various LLMs and bit-widths.

0 favorites 0 likes
#model-compression

UniMoMo: Expert Merging-Based MoE Acceleration for Large Recommendation Models

Hugging Face Daily Papers · 5d ago Cached

UniMoMo compresses MoE-based recommendation models by merging experts based on functional behavior and routing traffic, preserving quality while speeding up inference.

0 favorites 0 likes
#model-compression

Gemma 4 on 500MB

Reddit r/LocalLLaMA · 2026-08-04

Discusses running Gemma 4 on a device with only 500MB of memory, likely through quantization or other optimization techniques.

0 favorites 0 likes
#model-compression

Kilobyte Models: Neural Networks as a Seed and a Quantized Latent

arXiv cs.LG · 2026-08-04 Cached

The paper introduces 'Kilobyte models', an extreme compression paradigm where neural network weights are regenerated from a seed and a quantized latent vector, reducing storage to kilobytes by leveraging Mapping Networks and seeded block-wise bases.

0 favorites 0 likes
#model-compression

SparseKAN: Compressing Kolmogorov--Arnold Networks Across Basis Functions, Neurons, and Bits

arXiv cs.LG · 2026-08-04 Cached

SparseKAN is a unified compression method for Kolmogorov–Arnold Networks that prunes basis functions, neurons, and numerical precision under learnable gates, achieving up to 73% parameter reduction and significant latency improvements on software and FPGA hardware.

0 favorites 0 likes
#model-compression

Progressive$^2$: A Teacher-Student Progressive Co-Evolving Knowledge Distillation Method for Substantial Model Compression

arXiv cs.LG · 2026-08-04 Cached

Proposes Progressive2, a teacher-student progressive co-evolving knowledge distillation method for substantial model compression, addressing large disparity between server and client capabilities. Introduces progressive teacher layer selection and student size reduction with a multi-feature fusion adapter.

0 favorites 0 likes
#model-compression

Any-OPD: Heterogeneous On-Policy Distillation for Flow-Matching Models via Representation-Space Bridging

Hugging Face Daily Papers · 2026-08-04 Cached

Any-OPD presents the first framework for on-policy distillation between arbitrary latent flow-matching generators, enabling distillation from a 12B FLUX model to a 2.5B SD3.5 model by bridging via a frozen vision representation. It improves the student's PickScore from 0.846 to 0.884, rivaling the teacher at a fifth of its size.

0 favorites 0 likes
#model-compression

Federated Foundation Models Fine-Tuning with Heterogeneous Compressed Clients

arXiv cs.LG · 2026-08-03 Cached

This paper proposes FedSLM, a parameter-centric framework for federated fine-tuning of foundation models with heterogeneous compressed clients, using SVD-based decomposition and a weak-to-strong elicitation step to handle resource asymmetry. Experiments show it outperforms existing federated baselines while reducing client GPU memory by ~50%.

0 favorites 0 likes
#model-compression

@pallavishekhar_: How does Knowledge Distillation work? Read here: https://outcomeschool.com/blog/how-does-knowledge-distillation-work…

X AI KOLs Timeline · 2026-07-31 Cached

An educational blog post explaining how knowledge distillation works, covering the teacher-student framework, soft labels, temperature, and distillation loss, with real examples.

0 favorites 0 likes
#model-compression

Memory Efficient Tabular Foundation Models

arXiv cs.LG · 2026-07-31 Cached

This paper investigates memory requirements for tabular foundation models like TabPFN and shows that model compression (e.g., INT4 quantization) can reduce memory footprint up to 7.6x with minimal accuracy loss, improving practical deployment efficiency.

0 favorites 0 likes
#model-compression

TriSP: Tri-Signal Structured Pruning for Large Language Models

arXiv cs.AI · 2026-07-28 Cached

TriSP introduces a tri-signal importance metric combining weight magnitude, activation norm, and gradient sensitivity for structured pruning of LLMs, achieving lowest perplexity and high throughput improvements on LLaMA-7B.

0 favorites 0 likes
#model-compression

Multi-Objective Structured Pruning of LLMs for Latency and Model Size Optimization

arXiv cs.AI · 2026-07-28 Cached

Proposes a two-stage structured pruning framework for LLMs that jointly optimizes latency and model size using multi-objective depth pruning and parallel Bayesian optimization, achieving favorable trade-offs for edge deployment.

0 favorites 0 likes
#model-compression

CausalGate: Causal Importance Distillation for Transformer Module Pruning

arXiv cs.LG · 2026-07-28 Cached

CausalGate introduces a method that uses causal interventions to measure the importance of transformer sub-layers and distills this into static scalar gates for efficient inference without runtime overhead, outperforming existing pruning and routing methods.

0 favorites 0 likes
#model-compression

I want to run Kimi K3 at home, so I’m trying to make 2.8T-scale experimentation cheaper

Reddit r/LocalLLaMA · 2026-07-27

A retired engineer proposes Blueprint Distillation (BPD) to separate expensive teacher analysis from student compression for large MoE models like Kimi K3, enabling reusable compression blueprints for multiple student sizes.

0 favorites 0 likes
#model-compression

Neural Feature Governance: Extending Atom Prevalence

arXiv cs.LG · 2026-07-27 Cached

This paper introduces Neural Atom Prevalence (NAP), a Bayesian framework for structured node-level model selection that achieves high sparsity, accuracy, and uncertainty quantification in neural networks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback