y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#model-compression News & Analysis

194 articles tagged with #model-compression. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

194 articles
AIBullisharXiv – CS AI · Mar 167/10
🧠

A Geometrically-Grounded Drive for MDL-Based Optimization in Deep Learning

Researchers introduce a novel optimization framework that integrates the Minimum Description Length (MDL) principle directly into deep neural network training dynamics. The method uses geometrically-grounded cognitive manifolds with coupled Ricci flow to create autonomous model simplification while maintaining data fidelity, with theoretical guarantees for convergence and practical O(N log N) complexity.

AIBullisharXiv – CS AI · Mar 67/10
🧠

Thin Keys, Full Values: Reducing KV Cache via Low-Dimensional Attention Selection

Researchers propose asymmetric transformer attention where keys use fewer dimensions than queries and values, achieving 75% key cache reduction with minimal quality loss. The technique enables 60% more concurrent users for large language models by saving 25GB of KV cache per user for 7B parameter models.

🏢 Perplexity
AIBullisharXiv – CS AI · Mar 56/10
🧠

Bielik-Q2-Sharp: A Comparative Study of Extreme 2-bit Quantization Methods for a Polish 11B Language Model

Researchers successfully developed Bielik-Q2-Sharp, the first systematic evaluation of extreme 2-bit quantization for Polish language models, achieving near-baseline performance while significantly reducing model size. The study compared six quantization methods on an 11B parameter model, with the best variant maintaining 71.92% benchmark performance versus 72.07% baseline at just 3.26 GB.

AIBullisharXiv – CS AI · Mar 57/10
🧠

AMiD: Knowledge Distillation for LLMs with $\alpha$-mixture Assistant Distribution

Researchers from KAIST propose AMiD, a new knowledge distillation framework that improves the efficiency of training smaller language models by transferring knowledge from larger models. The technique introduces α-mixture assistant distribution to address training instability and capacity gaps in existing approaches.

AIBullisharXiv – CS AI · Mar 46/102
🧠

Is Retraining-Free Enough? The Necessity of Router Calibration for Efficient MoE Compression

Researchers propose Router Knowledge Distillation (Router KD) to improve retraining-free compression of Mixture-of-Experts (MoE) models by calibrating routers while keeping expert parameters unchanged. The method addresses router-expert mismatch issues that cause performance degradation in compressed MoE models, showing particularly strong results in fine-grained MoE architectures.

AIBullisharXiv – CS AI · Mar 37/102
🧠

ButterflyMoE: Sub-Linear Ternary Experts via Structured Butterfly Orbits

ButterflyMoE introduces a breakthrough approach to reduce memory requirements for AI expert models by 150× through geometric parameterization instead of storing independent weight matrices. The method uses shared ternary prototypes with learned rotations to achieve sub-linear memory scaling, enabling deployment of multiple experts on edge devices.

AIBullisharXiv – CS AI · Feb 277/106
🧠

TT-SEAL: TTD-Aware Selective Encryption for Adversarially-Robust and Low-Latency Edge AI

Researchers developed TT-SEAL, a selective encryption framework for compressed AI models using Tensor-Train Decomposition that maintains security while encrypting only 4.89-15.92% of parameters. The system achieves the same robustness as full encryption while reducing AES decryption overhead in end-to-end latency from 58% to as low as 2.76%.

AIBullisharXiv – CS AI · Feb 277/108
🧠

UniQL: Unified Quantization and Low-rank Compression for Adaptive Edge LLMs

Researchers introduce UniQL, a unified framework for quantizing and compressing large language models to run efficiently on mobile devices. The system achieves 4x-5.7x memory reduction and 2.7x-3.4x speed improvements while maintaining accuracy within 5% of original models.

AINeutralarXiv – CS AI · Feb 277/106
🧠

On the Complexity of Neural Computation in Superposition

Researchers establish theoretical foundations for neural network superposition, proving lower bounds that require at least Ω(√m' log m') neurons and Ω(m' log m') parameters to compute m' features. The work demonstrates exponential complexity gaps between computing versus merely representing features and provides first subexponential bounds on network capacity.

AIBullishHugging Face Blog · Sep 187/105
🧠

Fine-tuning LLMs to 1.58bit: extreme quantization made easy

The article discusses techniques for fine-tuning large language models (LLMs) to achieve extreme quantization down to 1.58 bits, making the process more accessible and efficient. This represents a significant advancement in model compression technology that could reduce computational requirements and costs for AI deployment.

AIBullishHugging Face Blog · May 247/108
🧠

Making LLMs even more accessible with bitsandbytes, 4-bit quantization and QLoRA

The article discusses advances in making Large Language Models (LLMs) more accessible through bitsandbytes library, 4-bit quantization techniques, and QLoRA (Quantized Low-Rank Adaptation). These technologies enable running and fine-tuning large AI models on consumer hardware with significantly reduced memory requirements.

AINeutralarXiv – CS AI · Jun 236/10
🧠

SCENIC: Semantic-Conditioned Edge-Aware Neural Framework for Structured IoT Command Generation

Researchers introduce SCENIC, a neural framework designed to optimize language models for edge IoT devices by enabling them to convert natural language commands into structured smart-home instructions. The system achieves 99% accuracy on benchmarks while reducing model size by 25% through pruning and quantization, addressing the practical challenge of deploying AI on memory-constrained devices.

🏢 Nvidia
AINeutralarXiv – CS AI · Jun 236/10
🧠

Structured Hyperedge Adaptation for Parameter-Efficient Fine-Tuning of Vision Transformers

Researchers introduce HyperAdapter, a parameter-efficient fine-tuning method for vision transformers that adapts model weights through hypergraph-structured token groupings rather than individual tokens. The approach demonstrates consistent performance improvements over existing adapter methods while maintaining computational efficiency, suggesting that adaptation space design is critical for vision transformer transfer learning.

AIBullisharXiv – CS AI · Jun 236/10
🧠

PRIDE: Privileged Information-enhanced Distillation for Empathetic Dialogue Generation

Researchers introduce PRIDE, a knowledge distillation method that compresses large language models for empathetic dialogue while maintaining quality through privileged information available only during training. The technique demonstrates that smaller models can match or exceed larger teacher models' performance when trained with psychological annotations and contextual cues, enabling deployment in resource-constrained environments.

AIBullisharXiv – CS AI · Jun 236/10
🧠

VQ4SNN: Vector Quantization for Memory-Efficient FPGA Spiking Neural Networks

Researchers propose VQ4SNN, a hardware-efficient architecture that uses vector quantization to reduce memory requirements for spiking neural networks on FPGAs by 52-61% without sacrificing inference accuracy. This innovation addresses a critical bottleneck in deploying dense SNNs on edge hardware, combining weight-sharing techniques with FPGA-aware memory optimization.

AIBullisharXiv – CS AI · Jun 236/10
🧠

ScalePredictor: Instance-aware Scale Learning for Accurate Quantization of Vision Transformers

Researchers introduce ScalePredictor, a dynamic quantization framework that optimizes Vision Transformer deployment on edge devices by learning instance-aware quantization scales. The method leverages correlations between shallow-layer activation distributions and deeper-layer optimal scales, achieving superior accuracy-efficiency trade-offs compared to existing post-training quantization approaches.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Model Merging in the Essential Subspace

Researchers introduce ESM (Essential Subspace Merging), a framework that combines multiple task-specific AI models into a single multi-task model by analyzing parameter updates through PCA and projecting them onto essential subspaces. The method reduces task interference while preserving specialized functionality, achieving state-of-the-art performance in model merging without additional training.

AINeutralarXiv – CS AI · Jun 236/10
🧠

On the Expressive Power of Weight Quantization in Large Language Models

Researchers establish theoretical limits on weight quantization in large language models, identifying 1.58-bit as the minimum precision threshold before expressive collapse occurs. The study demonstrates that model performance degrades polynomially as quantization bits decrease, providing theoretical foundations for optimizing model compression and inference acceleration techniques.

AINeutralarXiv – CS AI · Jun 196/10
🧠

How Linear Is a Transformer Feed-Forward Block? Per-Block Linear Recoverability Is Learned, Not Architectural

Researchers measured the actual linearity of transformer feed-forward network blocks across multiple language models, finding that linearity varies dramatically between adjacent blocks and is learned during training rather than determined by architecture. This discovery enables targeted compression strategies and reveals methodological issues in evaluating transformer models.

🏢 Perplexity
AIBullisharXiv – CS AI · Jun 196/10
🧠

Techniques for Peak Memory Reduction for LoRA Fine-tuning of LLMs on Edge Devices

Researchers introduce memory optimization techniques for fine-tuning Large Language Models using LoRA on resource-constrained devices, achieving up to 28× peak memory reduction through quantization, efficient checkpointing, and token approximation methods. The work enables private model personalization on consumer hardware without compromising model quality.

🧠 Llama
AIBullisharXiv – CS AI · Jun 196/10
🧠

Spatial-Aware Reduction Framework: Towards Efficient and Faithful Visual State Space Models

Researchers introduce STORM, a spatial-aware token reduction framework that addresses performance collapse in visual state space models like Mamba when applying token reduction techniques. By maintaining structural integrity and two-dimensional grid topology during compression, STORM achieves significant accuracy recovery, particularly on VMamba with up to 63.3% improvement while operating as a training-free plug-and-play module.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Wisdom of Committee: Diverse Distillation from Large Foundation Models and Domain Experts

Researchers introduce DiverseDistill, a knowledge distillation framework that leverages multiple teachers (foundation models plus domain experts) to more effectively transfer knowledge to compact models. The method recovers 73-114% of the performance gap between teacher and student models while operating with frozen teachers and zero inference overhead.

AINeutralarXiv – CS AI · Jun 196/10
🧠

QC-GAN: A Parameter-Efficient Quaternion Conformer GAN for High-Fidelity Speech Enhancement

Researchers introduce QC-GAN, a parameter-efficient speech enhancement model combining Quaternion Conformer architecture with MetricGAN training. The framework achieves state-of-the-art speech quality scores while using less than half the parameters of comparable models, with a 35K-parameter variant demonstrating viable ultra-lightweight performance.

← PrevPage 4 of 8Next →