ACADEMIC RESEARCH - 2026-08-03
Executive Summary
- ResKV: Proposes an exact+residual KV-cache design that preserves attention mass from evicted tokens via residual softmax statistics, aiming to extend effective context and throughput without changing base model weights.
- TokTier: Introduces stateful tokenization with an “identical token IDs” contract to avoid re-tokenizing long, append-heavy agent prompts and reduce time-to-first-token in production serving.
- ExtractBench: Defines an enterprise-oriented, schema-guided extraction benchmark that jointly measures accuracy, completeness, grounding/traceability, and cost—metrics that better match real agent deployments.
- World Critic Model (WCM): Improves RL post-training for vision-language-action policies by making critics history-aware and adding a world-modeling objective to extract learning signal under partial observability.
Top Priority Items
1. ResKV: KV cache compression with residual statistics to preserve evicted-token attention mass
Additional Noteworthy Developments
TokTier: stateful tokenization to avoid re-tokenizing long agent prompts
Summary: TokTier proposes stateful tokenization with an “identical token IDs” correctness contract and windowed re-tokenization to reduce time-to-first-token for append-heavy, prompt-cached sessions. [http://arxiv.org/abs/2607.29678v1]
Details: The paper frames tokenization as a growing latency bottleneck in production serving and introduces a mechanism to reuse prior tokenization results while guaranteeing bit-identical token IDs to a full re-tokenization baseline, re-tokenizing only a bounded suffix window when new text is appended. This is directly applicable to agent systems with long system prompts + memory + tool transcripts where each turn adds relatively little new text. [http://arxiv.org/abs/2607.29678v1]
ExtractBench: enterprise schema-guided extraction benchmark with accuracy, completeness, grounding, and cost
Summary: ExtractBench introduces a schema-guided extraction benchmark and evaluates models with multiple deployment-relevant metrics including completeness, grounding/traceability, and cost alongside accuracy. [http://arxiv.org/abs/2607.29677v1]
Details: The benchmark emphasizes enterprise constraints (auditability and unit economics) by measuring whether extracted fields are complete and grounded in source evidence, not just correct when present; this aligns well with tool-using extraction agents that must cite spans, handle long documents, and operate under context/cost limits. [http://arxiv.org/abs/2607.29677v1]
World Critic Model (WCM): history-aware critic with world-modeling objective for VLA RL post-training
Summary: WCM proposes a history-aware critic for VLA RL post-training augmented with a world-modeling objective to improve learning under partial observability. [http://arxiv.org/abs/2607.29613v1]
Details: The paper’s key idea is that critics in POMDP robotics need explicit pressure to use temporal information; adding lightweight world-modeling supervision is intended to make history informative and stabilize/improve RL post-training outcomes for vision-language-action policies. [http://arxiv.org/abs/2607.29613v1]
AgentHPOBench: sequential benchmark for agents doing hyperparameter optimization via experimental evidence
Summary: AgentHPOBench benchmarks agents on sequential hyperparameter optimization tasks that require iterative experimentation and evidence-based updates rather than one-shot answers. [http://arxiv.org/abs/2607.29626v1]
Details: It operationalizes closed-loop agent behavior (read logs/metrics → propose config changes → run experiments → iterate), making it a better proxy for real ML engineering workflows and a useful testbed for tool-use, memory, and planning policies. [http://arxiv.org/abs/2607.29626v1]
Multi-policy PEFT via optimization-path organization with independent QLoRA adapters
Summary: This work proposes organizing adaptation into multiple decoupled optimization paths using independent QLoRA adapters to reduce interference across heterogeneous fine-tuning tasks under a fixed parameter budget. [http://arxiv.org/abs/2607.29601v1]
Details: By separating task updates into independent adapter “paths,” the method aims to mitigate forgetting/interference common in sequential PEFT, suggesting more systematic adapter management for multi-skill or multi-tenant deployments. [http://arxiv.org/abs/2607.29601v1]
HierDoc: hierarchical evidence routing for multi-page document VQA (pages→regions)
Summary: HierDoc proposes hierarchical evidence routing for document VQA by selecting relevant pages then regions, aiming to reduce cost and improve grounding on multi-page inputs. [http://arxiv.org/abs/2607.29638v1]
Details: The approach reinforces a two-stage retrieval pattern (coarse-to-fine visual/text evidence selection) that can be integrated into enterprise doc agents to control context length while preserving traceability. [http://arxiv.org/abs/2607.29638v1]
QASP: query-adaptive robust vector search policy predicting per-query recall progression
Summary: QASP predicts a per-query recall progression curve to adapt ANN search parameters, targeting more consistent recall-cost/latency tradeoffs in vector retrieval. [http://arxiv.org/abs/2607.29606v1]
Details: Instead of fixed retrieval settings, QASP allocates retrieval effort dynamically per query, which could reduce tail latency and cost variance for RAG agents while meeting recall SLAs more reliably. [http://arxiv.org/abs/2607.29606v1]
CodeShrink: adaptive visual compression for code-as-image inputs to MLLMs
Summary: CodeShrink reduces visual token cost for code-as-image workflows via whitespace compaction and region pruning while preserving code readability/structure for MLLMs. [http://arxiv.org/abs/2607.29637v1]
Details: The technique targets waste from layout/whitespace in rendered code images, which can lower inference cost in multimodal pipelines that rely on images for formatting fidelity or tool constraints. [http://arxiv.org/abs/2607.29637v1]
FibVLA: efficient long-history temporal perception for VLAs using logarithmic hindsight sampling
Summary: FibVLA proposes logarithmic hindsight sampling to incorporate long temporal history more efficiently in VLA perception/policy pipelines. [http://arxiv.org/abs/2607.29596v1]
Details: By sampling past observations on a logarithmic schedule, the method aims to capture long-range dependencies without linear growth in compute, which is relevant for long-horizon embodied agents. [http://arxiv.org/abs/2607.29596v1]
OOD forgetting in continual learning: dynamics, weak link to task accuracy, and mitigations
Summary: This paper reports that OOD detection/robustness can degrade during continual learning even when in-distribution task accuracy remains stable, and studies mitigation approaches. [http://arxiv.org/abs/2607.29592v1]
Details: It motivates treating OOD capability as a separately monitored/evaluated dimension in continually updated systems, rather than assuming it tracks task metrics—relevant for long-lived agent deployments that undergo periodic fine-tuning. [http://arxiv.org/abs/2607.29592v1]
Interactive imitation learning theory: expert interaction relaxes representational requirements via value functions
Summary: This theory work analyzes how interactive expert querying and value-based objectives can reduce representational requirements compared to pure behavior cloning in imitation learning. [http://arxiv.org/abs/2607.29617v1]
Details: The results provide theoretical support for interactive data collection and value-centric learning when policy class mismatch would otherwise cause compounding errors, informing how to design practical imitation/distillation pipelines. [http://arxiv.org/abs/2607.29617v1]