Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (neural decoding) · July 9, 2026

BiSCo-LLM: Lookup-Free Binary Spherical Coding for Extreme Low-Bit Large Language Model Compression

Yuantian Shao, Peisong Wang, Zhilei Liu +6 more

Running a large language model is often bottlenecked less by compute than by memory: fitting the weights, moving them around, storing checkpoints. Squeezing each weight toward two bits helps, but the usual tricks stall. Simple rounding loses too much at that budget, while richer vector methods need explicit codebooks and index lookups that add overhead.

BiSCo-LLM takes a codebook-free route. It maps small weight chunks onto a unit sphere and turns them into compact binary sign codes, so most of what's stored is a packed stream of bits. A second stage encodes the leftover error, and a short distillation step re-tunes the model to cover the mismatch, with a few sensitive channels kept at higher precision. Usefully, the reported storage budget counts everything: codes, decoders, adapters, and metadata.

Despite the neural decoding label, this decompresses model weights, not brains. From the abstract, so check the paper for real compression ratios and accuracy.

From the arXiv (neural decoding) abstract

Large language models (LLMs) are increasingly constrained by memory capacity, weight bandwidth, and checkpoint storage during deployment. Existing low-bit compression methods mainly follow two directions. Scalar or group-wise quantization is simple and compatible with efficient low-precision kernels, but its representation capacity becomes limited when the target budget approaches 2 bits per weight. Vector-quantized weight compression provides a richer block-level…


More Artificial Intelligence papers