Low-Bit Compression, Hallucination Mitigation, and World-Cognitive Driving Systems

8 selected AI/ML papers covering LG, AI, CL, CV, stat.ML, RO, CR, NI and more

Today’s selection of 8 noteworthy AI/ML papers from arXiv, covering extreme LLM compression, hallucination mitigation through multi-agent frameworks, data refinement at scale, autonomous driving world models, distributional RL theory, aerial navigation with dual-system architectures, agent trajectory watermarking, and adaptive drift handling for O-RAN.


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

Authors: Yuantian Shao, Peisong Wang, Zhilei Liu, Chuangyi Li, Yuanteng Chen et al. | Categories: cs.LG Link: arxiv.org/abs/2607.08643v1

This paper introduces BiSCo-LLM, a codebook-free binary spherical coding framework for extreme low-bit LLM weight compression. It maps local weight chunks onto a unit hypersphere and binarizes them into compact spherical codes, uses a residual BSQ stage for rate-distortion optimization without stored codebooks, and employs category-wise recovery distillation to reduce mismatch between local reconstruction and assembled model behavior.

Takeaway: A promising approach to push LLM weight compression below 2 bits per weight without the overhead of explicit codebooks, potentially enabling larger models on memory-constrained hardware.


2. Game Theory Driven Multi-Agent Framework Mitigates Language Model Hallucination

Authors: Runzhe Liu, Biquan Bie, Zihao Wang, Yuchao Ma, Yexin Liu et al. | Categories: cs.AI Link: arxiv.org/abs/2607.08403v1

G-Frame, an adaptive multi-agent framework integrating Bayesian and team game principles, establishes an automated closed-loop for high-quality data synthesis and model training. The resulting 7B model OmniChem achieves performance parity with GPT 4o mini on ChemBench while exhibiting a 79.46% reduction in hallucinations relative to its base architecture.

Takeaway: A scalable paradigm that uses game theory to force internalization of domain constraints, offering a compelling path to make lightweight models reliable in specialized scientific domains.


3. UltraX: Refining Pre-Training Data at Scale with Adaptive Programmatic Editing

Authors: Xinlong Zhao, Dongsheng Liu, Hengyu Zhao, Zixuan Fu, Zheng Wang et al. | Categories: cs.CL, cs.AI Link: arxiv.org/abs/2607.08646v1

UltraX is a function-calling refinement framework for large-scale pre-training data that completes the editing function space by introducing insertion alongside deletion and modification. It builds a reliable program-supervision generation pipeline with dataset-adaptive prompt optimization, and uses sliding-window prediction and global operation aggregation to stabilize large-scale execution, achieving the highest average performance across all corpora with fewer training tokens.

Takeaway: As scaling laws plateau, this work provides a robust, production-ready methodology for squeezing more performance out of existing data through fine-grained, instance-level editing.


4. WCog-VLA: A Dual-Level World-Cognitive Vision-Language-Action Model for End-to-End Autonomous Driving

Authors: Xuerun Yan, Zhexi Lian, Nuoheng Zhang, Shiyu Fang, Haoran Wang et al. | Categories: cs.CV, cs.AI Link: arxiv.org/abs/2607.08375v1

WCog-VLA bridges semantic world forecasting with generative world evolution for proactive autonomous driving. It incorporates 3D spatial perception with Game-theoretic Chain-of-Thought reasoning at the semantic level, and introduces the Aligned Decoupled Diffusion Transformer (ADDT) as a generative world model that synthesizes physically-plausible joint multi-agent trajectories, achieving a SOTA PDMS score of 92.9 on the NAVSIM benchmark.

Takeaway: Moves beyond reactive driving by integrating dual-level world cognition, with the ADDT architecture offering notable inference acceleration through scene representation alignment.


5. Statistical Efficiency and Inference of Quantile Distributional Reinforcement Learning

Authors: Zijie Cheng, Yang Peng, Zhihua Zhang | Categories: stat.ML, cs.LG Link: arxiv.org/abs/2607.08444v1

This paper establishes rigorous statistical foundations for quantile-based distributional RL, showing estimation error scales as O(√(m/n)) and achieving optimal parametric √n convergence rate. The authors derive asymptotic distributions and semiparametric efficiency bounds, and establish a Berry-Esseen theorem for smooth functionals, providing a foundation for statistically valid inference.

Takeaway: A theoretically rigorous treatment that closes a significant gap between practical quantile-based RL methods and their statistical guarantees, with implications for reliable uncertainty quantification in RL.


6. FSD-VLN: Fast-Slow Dual-System Modeling for Aerial Long-Horizon Vision-Language Navigation

Authors: Xueke Zhu, Qingyan Meng, Liutao Yu, Wei Zhang, Zhengyu Ma et al. | Categories: cs.RO, cs.AI Link: arxiv.org/abs/2607.08359v1

FSD-VLN introduces a fast-slow dual-system architecture for UAV navigation that disentangles semantic reasoning from low-latency flight command generation. The slow stream extracts stable semantic priors while a Diffusion Transformer fast stream models cross-temporal action distributions, achieving up to 2X higher navigation success rates on unseen scenes than SOTA methods while cutting single-action inference delay by over 50%.

Takeaway: A practical decoupled architecture that elegantly solves the tension between high-level semantic understanding and real-time control requirements for long-horizon aerial navigation.


7. TRACE: A Two-Channel Robust Attribution Watermark via Complementary Embeddings for LLM-Agent Trajectories

Authors: Zheng Gao, Xiaoyu Li, Xiaoyan Feng, Jiaojiao Jiang, Yang Song et al. | Categories: cs.CR, cs.AI, cs.LG Link: arxiv.org/abs/2607.08400v1

TRACE is the first agent watermark that is distortion-free in action choices, self-synchronizing under deletion, and unconditionally invariant under rewriting. It superposes a selection channel keyed on local content and a tally channel keyed on the log’s skeleton, proving that erasing both channels forces the reseller to corrupt the trajectories it resells, with detection scores near z=100 on long-horizon trajectories.

Takeaway: A clever cryptographic-style solution to the provenance problem in LLM agent reselling, with provable guarantees against tampering that should be highly relevant for commercial agent deployments.


8. ADORN: Adaptive Drift handling for Open RAN using Reinforcement Learning

Authors: Ashit Kumar Subudhi, Bhargav Chirumamilla, Shubham Vaishnav, Mduduzi C. Hlophe, Praveen Kumar Donta et al. | Categories: cs.NI, cs.AI Link: arxiv.org/abs/2607.08443v1

This work proposes a Q-learning-based adaptive retraining approach for O-RAN that formulates retraining decisions as a Markov Decision Process, balancing forecasting accuracy and retraining cost. The approach incorporates a multi-expert LSTM ensemble to mitigate catastrophic forgetting, effectively reducing retraining overhead compared to greedy and random baselines.

Takeaway: A practical RL-driven solution to the drift problem in telecom networks that could significantly reduce operational costs while maintaining SLA compliance.


This content was generated with AI assistance. Paper information sourced from arXiv.