paper-with-me

홈 › Papers

Fathom: Per-Query Read Depth for Sparse Decoding over Offloaded KV Caches

2026-09-15 · Vivek Kalyanarangan hf

When agentic sessions run to a million tokens with many sessions resident at once, the KV cache and the index that ranks it live in host memory, and the scan that ranks all n keys for a top-k step becomes the traffic that bounds decoding. We present Fathom, a key scan in which each query decides how many bits of each key channel to read. The 4-bit K cache is stored channel-major as bit planes, so a prefix of t planes is exactly the channel's t-bit quantizer, and the query spends its bit budget by reverse water-filling over the variance-weighted importance of its channels. At one million tokens on Qwen3-8B a decode step is 1.67x faster in GPU time than with the 136-bit scans of Double Sparsity, Loki and SparQ r=32, and in the same GPU time as SparQ's 68-bit read (r=16) Fathom reads 18% fewer bytes with lower attention error on six of seven model and context settings. On RULER-style tasks every per-token scan matches exact top-k decoding, and on real coding-agent sessions Fathom reaches the step agreement of the most accurate 136-bit scan at 92 bits. The store is the 4-bit K copy a quantized serving stack already holds, and the method is not faster when the index is resident in GPU memory.

📄 PDF Abstract BibTeX arXiv:2609.17652

Code (2)

arxivsub/arXivSub_daily_arxiv ★ 4
vivekkalyanarangan30/fathom

Similar Papers 제목 키워드 기반

Fathom-DeepResearch: Unlocking Long Horizon Information Retrieval and Synthesis for SLMs

2025-09-28 · Shreyas Singh, Kunal Singh, Pradeep Moturi arxiv

Tool-integrated reasoning has emerged as a key focus for enabling agentic applications. Among these, DeepResearch Agents have gained significant attention for their strong performance on complex, open-ended information-s…

Reinforcement LearningInformation Retrieval

FreqPDE: Rethinking Positional Depth Embedding for Multi-View 3D Object Detection Transformers

2025-10-17 · Haisheng Su, Junjie Zhang, Feixiang Song, Sanping Zhou 외 arxiv

Detecting 3D objects accurately from multi-view 2D images is a challenging yet essential task in the field of autonomous driving. Current methods resort to integrating depth prediction to recover the spatial information …

3D Object DetectionAutonomous Driving

FathomGPT: A Natural Language Interface for Interactively Exploring Ocean Science Data

2024-12-03 · Nabin Khanal, Chun Meng Yu, Jui-Cheng Chiu, Anav Chaudhary 외

We introduce FathomGPT, an open source system for the interactive investigation of ocean science data via a natural language interface. FathomGPT was developed in close collaboration with marine scientists to enable rese…

Information Retrieval

UniQuery4R: Unified 4D Scene Reconstruction from a Single Query

2026-08-18 · Tiancheng Chen, Sheng Tang, Wenhua Jin, Weiqi Zhang 외 arxiv

Reconstructing dynamic 4D scenes requires jointly estimating correspondence, geometry, object motion, and camera motion. Existing feed-forward methods typically predict dense task-specific maps or independently process s…

SparseVILA: Decoupling Visual Sparsity for Efficient VLM Inference

2025-10-20 · Samir Khaki, Junxian Guo, Jiaming Tang, Shang Yang 외 arxiv

Vision Language Models (VLMs) have rapidly advanced in integrating visual and textual reasoning, powering applications across high-resolution image understanding, long-video analysis, and multi-turn conversation. However…