AINeutralarXiv – CS AI · Jun 116/10
🧠A theoretical study proves that quantization fundamentally limits dense top-k retrieval systems, requiring embedding dimension and precision to scale logarithmically with corpus size, contradicting prior corpus-independent bounds that assumed infinite precision. This finding has direct implications for practical vector databases and dense retrieval systems where quantization is standard practice.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers have developed a mathematical framework for optimal quantization that constrains output distributions while minimizing mean squared error. This theoretical advance has practical applications in entropy control, mutual information maximization, communication systems, and privacy-preserving data anonymization.
AINeutralarXiv – CS AI · Jun 96/10
🧠BioVid introduces an autoregressive video generation framework that learns temporal structure from behavioral data rather than using fixed frame counts. The system uses a specialized tokenizer and transformer architecture to naturally determine when behavioral sequences end, matching real-world action duration distributions significantly better than existing methods.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers propose a geometric framework explaining why post-training quantization (PTQ) fails at aggressive bitwidths while quantization-aware training (QAT) succeeds in recovery. The study reveals that gradients in QAT acquire an inward bias toward low-loss regions, enabling quantized neural networks to maintain accuracy where simpler PTQ methods collapse.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers present a unified framework (PQO) that unifies diverse approximate nearest neighbor search methods under three design choices: projection placement, quantization thresholds, and code organization. The framework demonstrates that one-bit codes achieve 32x compression over floats while maintaining quality through re-ranking, with supervised eight-byte codes doubling the performance of two-kilobyte embeddings.
AIBullisharXiv – CS AI · Jun 96/10
🧠Researchers demonstrate quantization-aware training techniques that compress reinforcement learning policies to 2-3 bits per weight while maintaining performance comparable to full-precision models, enabling efficient deployment on resource-constrained FPGA hardware with microsecond-level inference latency.
AINeutralarXiv – CS AI · Jun 86/10
🧠Researchers propose FAIR-Calib, a novel post-training quantization framework designed to address instability issues in Diffusion Large Language Models (dLLMs) where early token decisions become permanently locked despite remaining fragile. The two-stage method uses frontier-aware reweighting to protect critical decision points during model compression, demonstrating improved performance over existing quantization baselines.
🏢 Meta
AINeutralarXiv – CS AI · Jun 56/10
🧠SNAC-Pack is an open-source AutoML framework that automates neural architecture design for FPGA deployment by combining hardware-aware search with quantization and pruning. The tool reduces design cycles from months to hours while matching or exceeding baseline performance on tasks like jet classification and quantum computing applications.
AIBullisharXiv – CS AI · Jun 56/10
🧠Researchers propose VSRAQ, a quantization technique designed specifically for Mixture-of-Experts models that prevents routing instability during model compression. By preserving expert-selection behavior through value and structure alignment, the method enables efficient deployment of large MoE models without quality degradation.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers propose a fast matrix multiplication-based algorithm for matrix inversion in linear attention mechanisms, achieving up to 5x speedup on neural processing units while maintaining model accuracy under both standard and low-precision inference. The method addresses a critical computational bottleneck in long-context language modeling by using truncated Neumann expansion and parallel residual correction.
AIBullisharXiv – CS AI · Jun 46/10
🧠Researchers introduce a differentiable Neural Architecture Search framework that jointly optimizes LLM architecture and mixed-precision quantization, achieving 1.4x faster inference speeds or 6% higher accuracy compared to sequential optimization approaches. This compression technique addresses the critical challenge of deploying large language models on edge devices without requiring extensive GPU training.
AIBullisharXiv – CS AI · Jun 46/10
🧠Researchers introduce MorphoQuant, a post-training quantization framework designed to compress omni-modal large language models to 4-bit precision while preserving cross-modal performance. The method addresses distribution heterogeneity across different data modalities through bias compensation and quantization grid optimization, achieving results that rival higher-precision baselines.
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers introduce MaskAQ, a novel data-free quantization technique for Vision Transformers that identifies and aligns informative image regions to improve model compression without requiring access to real training data. The approach addresses distribution mismatches in synthetic data generation, enabling more efficient deployment of ViT models while maintaining security and privacy.
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers have developed DSIRM, a machine learning model that improves e-commerce search relevance by combining discrete semantic identifiers with query-dependent ranking. The system achieved a 1.54% offline AUC improvement and significant online gains (+0.13% UCTR, +0.25% UCTCVR) when deployed on Tmall's platform, demonstrating practical value for large-scale recommendation systems.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers benchmark 12 LLMs under compression to evaluate whether quantization and pruning preserve uncertainty quantification alongside accuracy. The study reveals compression frequently decouples accuracy from uncertainty reliability, with smaller models absorbing compression-induced uncertainty poorly, suggesting current accuracy-only evaluation standards are insufficient for deployment readiness.
AIBullisharXiv – CS AI · Jun 26/10
🧠Researchers present a compression pipeline for large video diffusion models that combines few-step distillation with low-bit quantization, enabling efficient deployment without sacrificing visual quality. The approach treats dual-expert denoising branches separately and achieves better results than the original model at inference speeds of 8-20 steps.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers establish information-theoretic lower bounds for bit-constrained stochastic optimization, proving that B-bit quantized gradients require communication overhead of TB = Omega(d) and statistical complexity of T = Omega(sigma^2 d / eps^2 * max{1, d/B}). The work provides the first rigorous characterization of what's theoretically possible in low-precision pretraining, contrasting with existing empirical studies of FP8 and MXFP4 systems.
AINeutralarXiv – CS AI · Jun 16/10
🧠A technical study reveals that batch-1 LLM inference on edge devices and robots is constrained by GPU launch overhead rather than memory bandwidth alone, with faster GPUs like the H100 achieving only 27% of theoretical peak bandwidth compared to 81% on slower L4 GPUs. Quantization techniques show inconsistent speedups, suggesting that hardware improvements don't automatically translate to latency gains without addressing software bottlenecks in physical AI deployments.
$BNB$ADA🏢 Nvidia
AI × CryptoBullishBlockonomi · May 286/10
🤖Ethereum co-founder Vitalik Buterin has highlighted connections between DeepSeek V4's efficiency improvements and privacy-focused infrastructure on Ethereum. DeepSeek V4's 2-bit quantized version runs on 90 GB of VRAM, enabling local AI deployment on consumer hardware, with Apple silicon achieving 35 tokens per second versus AMD's 7 tokens per second. Buterin suggests zero-knowledge proof infrastructure can support both private LLM interactions and confidential blockchain operations.
$ETH
AINeutralarXiv – CS AI · May 286/10
🧠Researchers introduce Soro, a family of Tajik-language large language models built on Gemma 3 that outperforms baseline models while maintaining English capabilities. The project addresses computational constraints in Tajikistan through efficient quantization methods and includes newly open-sourced Tajik benchmarks for rigorous evaluation.
🏢 Hugging Face
AIBullisharXiv – CS AI · May 286/10
🧠Poolside has released Laguna M.1 and XS.2, two Mixture-of-Experts foundation models designed for agentic coding tasks, with the smaller XS.2 model open-sourced under Apache 2.0. Both models achieve competitive performance on software engineering benchmarks while introducing a vertically-integrated 'Model Factory' approach to streamlined AI development.
🏢 Hugging Face
AINeutralarXiv – CS AI · May 286/10
🧠Clark Hash is a new compression codec that reduces neural embedding storage from 1,536 bytes to 48 bytes (32x compression) using deterministic sparse Johnson-Lindenstrauss projection and scalar quantization. The method requires no training, learned codebooks, or corpus statistics, achieving 0.91+ correlation with dense cosine similarity scores on multilingual sentence-embedding benchmarks.
AINeutralarXiv – CS AI · May 285/10
🧠Researchers have discovered a dimension-independent subgaussian concentration bound for Gaussian vectors under coordinate-wise nonlinear mappings, with the result verified by AI assistance (Gemini 3.5 Flash). This mathematical finding addresses sign-quantized linear maps and has applications in quantization theory and machine learning systems that rely on bounded nonlinear transformations.
🧠 Gemini
AINeutralarXiv – CS AI · May 286/10
🧠Researchers at arXiv demonstrate that model architecture significantly impacts how well neural networks handle FP4 quantization for medical image analysis. Swin Transformers maintain quality across different quantization recipes and scales, while CNNs degrade under certain conditions, establishing practical guidelines for deploying efficient anomaly segmentation models.
AIBullisharXiv – CS AI · May 286/10
🧠ASTRA is a new framework that enables efficient multi-device Transformer inference by combining sequence parallelism with mixed-precision attention, allowing non-local token embeddings to be transmitted as compressed codes while maintaining full precision for local attention. The system achieves significant speedups (up to 2.64x) over single-device inference while operating at extremely low bandwidth requirements (as low as 10 Mbps), making it practical for bandwidth-constrained environments.
🧠 Llama