LIVE PULSE
4.9 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.6 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.4 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.7 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.3 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.3 CoMem Paper Proposes Shared and Individual Memory Design for LLM Multi-Agent Systems1 src1.3 Paper proposes evolving context parameterization for large language models1 src1.3 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src4.9 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.6 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.4 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.7 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.3 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.3 CoMem Paper Proposes Shared and Individual Memory Design for LLM Multi-Agent Systems1 src1.3 Paper proposes evolving context parameterization for large language models1 src1.3 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

post-training quantization

topic4 events
papersTODAY 04:00 UTC

WaterKron Method Ties Kronecker-Factored Hessian Choice to Information Theory for Quantization

A new preprint introduces WaterKron, a post-training quantization approach that pairs two-sided GPTQ with waterfilling-based scaling that varies by row and column, along with entropy coding. The authors also present FlipFlop Hessian, a way of selecting Kronecker-factored Hessian approximations that they ground in information-theoretic arguments. The work targets how such approximations should be chosen when compressing neural networks after training.

papersSEP 11 04:00 UTC

RDQ quantization method targets accuracy loss below 4-bit in LLMs

A research paper proposes Residual Distribution Quantization, a post-training quantization approach for large language models. The authors attribute the sharp accuracy drop seen below 4-bit precision to distributional drift in the residual stream, where quantization error introduced at each transformer layer builds up in the shared representation. Their method aims to correct this accumulated error to preserve model quality at lower bit widths.

papersSEP 11 04:00 UTC

REAL-Q: End-to-End LLM Quantization via Dynamic Gradient Descent

A new arXiv paper presents REAL-Q, a post-training quantization method that adjusts a model's compressed weights end-to-end rather than optimizing each layer with its own solver. It replaces the single closed-form second-order solution used by current PTQ techniques with dynamic gradient descent. The work targets cheaper deployment of large language models under tight memory and compute limits.

papersSEP 10 04:00 UTC

Researchers scale post-training ternarisation to Qwen3-8B with 1.58-bit packed execution

An arXiv paper reports scaling an aggressive post-training ternarisation pipeline to the 8B-parameter Qwen3 model, measuring how much capability is retained after conversion to ultra-low-bit weights. The authors argue that a nominal 1.58-bit label alone does not specify the actual deployed representation or its runtime cost, so they additionally present a lossless packing scheme and a method for executing the model directly on packed weights. The work includes reproduction details so that the conversion results can be independently replicated.