25 papers across AI, ML, NLP, and CV from the last 24 hours.
Today's batch clusters around three converging pressures: the push to make generative models efficient and controllable, the growing realization that test-time strategies matter as much as training-time ones, and the persistent gap between how we build AI systems and how they perform in the real world.
Efficiency is no longer a side problem -- it's the primary research question. Papers on zeroth-order test-time adaptation, flow-matching shortcuts, mixed-precision quantization for image compression, geometry-aligned priors for driving video generation, and hybrid planning for autonomous vehicles all share a premise: the brute-force sampling paradigm is reaching its limits. The field is shifting from "can it generate?" to "can it generate usefully under real constraints?"
The test-time theme cuts across categories. The Information Abundance Paradox paper makes the strongest theoretical claim -- that longer context windows actively undermine a model's parametric knowledge, forcing a trade-off between memorization and contextual retrieval that most training regimes ignore. It's a counterintuitive result that could reshape how we think about scaling context. Separately, the strong-to-weak capability transfer paper asks whether a stronger model can scaffold a weaker one entirely at inference time, no weight updates needed. Both papers suggest that the test-time frontier is where the next round of capability gains will come from.
A quieter but important signal: agent security is getting attention. Two papers address vulnerabilities in skill-based agent architectures and code analysis pipelines, showing that the compositional nature of agentic systems creates attack surfaces that don't exist in single-model setups.
The batch collectively suggests the field is maturing past capability demos into questions of efficiency, reliability, and real-world deployment -- where models must work under constraints, not just on benchmarks.
Yuyang Yin, Zixiang Li, Longxuan Deng · 2026-08-12
Previsualization is an intermediate layer between ideas and production in film, games, architecture, and urban design. It lets creators iteratively refine scenes, actions, cameras, and spatial-temporal dynamics. Yet existing generative methods rely on simple prompts to jointly control all of these factors through one-shot image or video synthesis, offering weak controllability and limited support ...
Chuyue Li, Jinpeng Yu, Haozhe Wang · 2026-08-12
Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-grade videos. A key challenge is the absence of a structured video representation that is both faithful to film content and directly usable for agentic reasoning and manipulation. To address the challenge, we propose the Agentic Video Auto-Encoder (AVA-Encoder), a framewo...
Yan Deng, Fei Xu · 2026-08-12
Aerial vision-language navigation (VLN) requires an embodied agent to integrate visual evidence over time, plan future actions, and determine when it has reached a navigation goal under partial observability. Although recent VLA models offer a promising perception-to-action paradigm, adapting them to aerial navigation remains challenging due to limited historical context, short planning horizons, ...
AmirHossein Eshghi, Hamid Saadatfar, Seyyed Ali Hoseini · 2026-08-12
Class activation mapping (CAM) is one of the most widely used visual explanation families in explainable artificial intelligence. Its purpose is intuitive: it converts internal model evidence into a heatmap that highlights the image regions, convolutional channels, tokens, or patches that support a target class or concept. Since the first CAM formulation in 2016, the field has moved far beyond glo...
Aman Tyagi, Hemanth Boinpally, Jonathan Chen · 2026-08-12
Modern black-box Image-to-Video (I2V) models offer powerful capabilities in automated content creation, yet their lack of fine-grained control and reliability presents significant challenges in professional workflows. Their inherent stochasticity causes minor variations in textual prompts or hyperparameters to yield drastically different outputs often necessitating inefficient, brute-force trial-a...
Junming Zhang, Shuyu Yin, Peilin Liu · 2026-08-12
Test-time adaptation (TTA) aims to enhance the cross-domain performance of pre-trained models by adapting to unlabeled test data. While most existing TTA methods rely on backpropagation (BP) for finetuning, BP-free methods such as zeroth-order (ZO) methods are more desired in practical on-device scenarios. ZO methods rely only on forward computation, which can largely reduce the complexity and mem...
Jinxiu Liu, Xuanming Liu, Kangfu Mei · 2026-08-12
High-fidelity image generation faces a trade-off between speed and quality. Diffusion models produce strong visuals but require costly iterative sampling. Existing efficient methods mainly distill pretrained models into few-step samplers, a challenging process that depends heavily on teacher-model quality. In this paper, we introduce XYZFlow, a framework that rethinks efficient generation through ...
Rafi Ibn Sultan, Chengyin Li, Yiannos Demetriou · 2026-08-12
Background: Accurate segmentation of the Left Anterior Descending (LAD) artery in 3D free-breathing, non-contrast CT is critical for cardiac dose sparing in thoracic radiotherapy. The LAD is extremely small, has poor soft-tissue contrast, and varies substantially across patients; even manual contours show limited inter-observer agreement, underscoring the ambiguity of the vessel boundaries. Purpos...
Weihao Bo, Shan Zhang, Yanpeng Sun · 2026-08-12
Multimodal Large Language Models (MLLMs) have been growing the capability for scientific writing and collaboration. For example, OpenAI Prism is a free workspace for scientific writing and collaboration. One important feature in Prism is turning scientific diagrams directly into LaTeX TikZ code. In this paper, we build a benchmark, Diagram-MMU, a multi-modal benchmark designed to assess MLLMs' abi...
Usama Imdad, Ali Khan, Luke Lu · 2026-08-12
Borehole archives commonly contain core tray photographs and corresponding digital log reports, but no native pixel-level crack annotations. We investigate two complementary approaches for extracting defect-spacing information from these archives. First, structured spacing categories recovered from the report text layer provide weak interval-level labels for classification. A DINO encoder trained ...
Cheng Qian, Wenting Zhao, Liangwei Yang · 2026-08-12
Recent work on distillation transfers the capabilities of large models to smaller ones often by updating the latter's parameters, through teacher forcing, on-policy distillation, and related training-time methods. In this paper, we ask whether such transfer can instead occur at test time. We study strong-to-weak scaffolding: whether a stronger builder model can construct inference-time harnesses t...
Ebenezer Gelo, Geraud Nangue Tasse, Steven James · 2026-08-12
Safe offline RL typically assumes access to dense per-step cost annotations, but in practice supervisors provide only trajectory-level stop-feedback: a binary signal at the first unsafe transition, with no per-step attribution. We frame this as a temporal credit assignment problem and propose the Redistribution-based Cost Inference (RCI) framework, which converts sparse stop-feedback into dense pe...
Di Yang Shi, W. Bradley Knox · 2026-08-12
We present a formal process to enable non-experts to instantiate and iterate on human-aligned reward functions, i.e. reward functions that adhere to a given preference ordering over trajectories. Given a task described in natural language, our process produces a linear reward function in three steps: distill the task's objectives into a set of fundamental objectives and derive measurable outcome v...
Pedro Sousa, Will Tebbutt, Sadiq Jaffer · 2026-08-12
Global weather reanalyses and forecasts resolve the evolving atmospheric state on coarse grids, but site-specific applications require predictions at arbitrary locations where near-surface conditions also depend on unresolved terrain and land-surface properties. Existing probabilistic downscalers address this gap using hand-crafted topographic descriptors. We ask instead whether Earth observation ...
Junyi Ye, Ivy Gateri Wanjiku · 2026-08-12
Financial forecasting models are typically developed in full precision, yet production deployment often requires low-precision inference to reduce memory and computational cost. Post-training quantization (PTQ) enables such deployment without retraining. However, reliable activation quantization requires calibration: activation ranges are estimated from historical data before deployment and then r...
Saman Marandi, Yu-Shu Hu, Mohammad Modarres · 2026-08-12
Dynamic Master Logic (DML) provides a hierarchical framework for representing system behavior by linking functional objectives to underlying structural elements. However, DML construction typically relies on expert interpretation of technical documentation, limiting scalability for complex systems. This study presents a framework for automated construction of DML models from system descriptions an...
Ankita Rajaram Naik, Anupama Murthi, Benjamin Elder · 2026-08-12
Agents deployed in enterprise settings must reason across structured APIs and document collections, yet existing benchmarks evaluate these capabilities in isolation. We introduce VAKRA, a benchmark of over 8,000 executable APIs across 62 domains with tasks spanning three settings of increasing difficulty: diverse API interaction styles, multi-hop reasoning over structured APIs, and multi-source re...
Yuzhong Shen, Masha Sosonkina, Peng Xu · 2026-08-12
Modernizing legacy Fortran is a problem of volume: the transformations are individually routine, but the codebases can be enormous, and across much of computational science the work simply goes undone. We propose an agentic workflow that takes this work on at production scale, and we set out to measure how far such delegation can reach. In this work, three prompt-specialized agent roles operate un...
Alireza Kargarzadeh, Nariman Khaledian, Navid Parvini · 2026-08-12
Large language models can extract richer signals from financial news than fixed sentiment lexicons, and recent work has explored feeding such signals into portfolio construction. We study an uncertainty-aware construction that feeds model-predicted risk -- decomposed into aleatoric and epistemic components -- directly into the covariance matrix of portfolio allocators, rather than treating portfol...
Avijit Roy, Proma Roy · 2026-08-12
Artificial intelligence tools for education and language support are increasingly framed as scalable responses to access gaps in under-resourced communities. Yet the infrastructure underlying these tools, including training corpora, tokenization schemes, evaluation benchmarks, and deployment architectures, can systematically disadvantage speakers of underrepresented languages before a model is tra...
Bryan Torres, Daniel Riofrio, Jose Vega-Sanchez · 2026-08-12
Public procurement involves the allocation of substantial financial resources; therefore, continuous oversight through audits, controls, and monitoring mechanisms is essential. However, stakeholder comments and publicly available government data are often underutilized, despite their potential to reveal procedural irregularities. To address this gap, this paper analyzes metadata from Ecuador's Sis...
Simon Yu, Nicholas Tomlin, Marwa Abdulhai · 2026-08-12
Multi-agent reinforcement learning for human-AI interaction typically relies on a single large language model to simulate user behavior. We show that this approach systematically fails to generalize, and trace the failure to simulator collapse: because the simulator LLM is mode-collapsed, an LLM policy trained against it overfits to narrow strategies that exploit the simulator's dominant mode, and...
Junliang Liu, Ruoyu Li, Wenxin Tang · 2026-08-12
LLM agents increasingly rely on third-party skills, using natural-language descriptions for selection and instruction bodies for planning. This progressive-disclosure design exposes two sequential control points to untrusted publishers: a static skill may steer an otherwise correct task onto an unnecessarily costly trajectory. Prior work studies selection manipulation, malicious skill instructions...
Jin Lu, Xuening Han, Yang Zhong · 2026-08-12
Evaluating security vulnerability detection tools requires benchmark datasets with vulnerability-inducing commits (VICs) - the commits that first introduce vulnerabilities into codebases. VICs are essential for determining the full range of vulnerable software versions. Existing vulnerability datasets suffer from limited programming language coverage, restricted patch complexity, and narrow projec...
Junyi Ye, Gargi Vijay Borde · 2026-08-12
Financial volatility is regime dependent, yet incorporating regime information into neural networks can also destabilize training. This paper asks where such information should enter a neural cross-sectional volatility forecasting model. We study five-day realized-volatility forecasts for 1,027 U.S. equities using a rolling walk-forward evaluation framework in which information, model capacity, hy...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.