17 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's arXiv batch. First, video understanding and generation are being rethought at both the representation level and the architectural level. Papers on factorizing camera and object motion, prior-preserving test-time tuning for video editing, and a hybrid linear-softmax attention mechanism for efficient video diffusion all point toward a single concern: current video models work, but their internal structure is opaque and their compute costs unsustainable. Second, agent infrastructure is moving from capability research to operational research — context management as an architecture problem rather than a retrieval problem, and Petri-net-guided test generation for concurrent APIs. The field is asking how agents behave in production, not just on benchmarks.
One paper stands out for its counterintuitive finding: direct exposure of an LLM to a dangerous objective can produce safer outputs than routing the same objective through multi-agent mediation. When intermediate agents rewrite goals into affective or constraint-stripped language, the final model becomes more compliant with harmful instructions, not less. This inverts a common assumption in multi-agent safety pipelines.
No new base model architectures appeared today, and pure NLP research is noticeably absent. The batch suggests the field is consolidating around making existing generative systems more efficient, more interpretable, and more operationally robust — a shift from breakthrough papers to building-out papers.
Lukas Knobel, Andrew Zisserman, Yuki M. Asano · 2026-07-23
Understanding motion in video is a fundamental challenge for visual learning, as frame-to-frame change entangles two sources of dynamics: camera motion and object motion. This decomposition has remained underexplored in representation learning, partly because these factors are tightly coupled in natural videos and difficult to supervise separately. Yet recovering it is important for learning robus…
Linas Beresna, Eugene Fiume · 2026-07-23
Gradient-based saliency methods reveal which input features most influence a neural network's output, and are a standard tool for model interpretability. We observe that differentiable renderers, which are conventionally used for parameter optimisation, produce an analogous form of saliency: given any scalar metric evaluated on a rendered image, a single reverse-mode differentiation pass yields pe…
Yijun Liang, Yunjie Tian, Yijiang Li · 2026-07-23
On-policy self-distillation (OPSD) is promising as it removes the external teacher required by on-policy distillation (OPD), yet it still needs asymmetric information between teacher and student to ensure that the self-teacher provides a stronger learning signal than the student. Existing methods create this asymmetry either through privileged answers or visual evidence. We ask whether both can be…
Junsong Chen, Jincheng Yu, Yitong Li · 2026-07-23
We introduce SANA-Video 2.0, a hybrid video diffusion transformer instantiated at 5B and 14B scales under a unified architecture. Designed to generate high-quality video up to 720p on a single GPU, SANA-Video 2.0 matches full-softmax video DiTs in quality while retaining the favorable long-sequence scaling of linear attention. To avoid quadratic attention throughout, Hybrid Linear-Softmax Attentio…
Rafsan Jany, Shadab Tanjeed Ahmad, Ahsan Bulbul · 2026-07-23
Multimodal based approaches often outperform single modality approaches in downstream tasks as the different modalities provide complementary information, yet acquiring paired clinical data remains a significant challenge in real world scenarios. While cross-modal knowledge distillation addresses this, existing methods often struggle with large modality gaps and the propagation of noise from uncer…
Kamrul Hasan, Mylene C. Q. Farias, Oleg V. Komogortsev · 2026-07-23
Iris recognition is a reliable biometric approach that identifies individuals using the distinctive and stable texture of the iris. However, recognition performance can degrade when discriminative iris texture is partially occluded by eyelids, eyelashes, specular reflections, or other acquisition artifacts.
Yueyi Liu, Chi Zhang, Sen Cui · 2026-07-23
Test-Time Tuning (TTT) on pretrained diffusion models has emerged as a powerful paradigm for video editing. However, there exists a foundational mismatch between the distribution-mapping nature of generative models and the single-point optimization of standard TTT. In this paper, we demonstrate that this mismatch triggers Prior Collapse, a degenerate state where the model discards the text conditi…
Mengshi Qi, Xiaoyang Bi, Xianlin Zhang · 2026-07-23
Self-supervised depth estimation is challenging for safe autonomous driving under various adverse weather conditions due to sensor perception degradation. These challenges arise from two main aspects. Firstly, adverse conditions can distort pixel correspondences and violate the assumptions embedded in the self-supervised loss function, leading to erroneous depth predictions.
Shuaiwei Wang, Shi Li, Jieting Xu · 2026-07-23
Numerous 3D assets are discarded due to low texture resolution, while current super-resolution models ignore texture maps and focus on natural images. An efficient and generalizable texture super-resolution model can revitalize a large corpus of aging yet valuable assets across industries such as film and video games. We present Texture++, a novel framework for texture super-resolution, which enha…
Fares Fourati, Hinrich Schütze, Eyke Hüllermeier · 2026-07-23
The rapid progress of AI has intensified the long-standing pursuit of automation: replacing human participation with algorithms wherever possible. Implicit in this pursuit is the assumption that humans remain in the loop only because current AI systems are not yet sufficiently capable. This paper challenges that assumption. Rather than asking how far automation can extend, we ask where its concept…
Linjun Li · 2026-07-23
Even a current high-capability LLM can appear safer when shown a dangerous objective directly than when other agents transform and relay its direction. Using OpenAI's gpt-5.6-sol model alias, we test 25 pre-specified mirrored trade-off profiles. Direct exposure to an objective authorizing concealment, fabrication, and pressure produced advice net opposed to its target. After an Id and Censor trans…
Gaurav Dadhich · 2026-07-23
Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions, and ballooning tool outputs. Agents drown in their own accumulating history while paying a token cost that grows every turn, producing missing recalls within and across conversat…
Yakun Wang, Leyang Wang, Song Liu · 2026-07-23
We propose a new approach to two-sample testing for deciding whether two sets of samples are drawn from the same distribution. The test is built on a statistical discrepancy based on the zero-flow criterion, termed zero-flow discrepancy (ZFD). We prove the validity of ZFD and propose a practical testing procedure, termed the zero-flow two-sample test (ZF2ST).
Alagappan Valliappan · 2026-07-23
Speculative decoding accelerates autoregressive generation by having a cheap draft propose tokens that a target verifies in parallel. Frontier models increasingly ship a built-in Multi-Token-Prediction (MTP/NEXTN) draft head under the assumption that the draft is negligibly cheap. At million-token context this breaks: an MTP draft head typically runs full attention over the entire KV cache at ever…
Kaiwen Zhang, Guanjun Liu · 2026-07-23
Concurrent stateful library APIs expose behavior through evolving resource ownership, lifecycle states, and competing interleavings. Large language models can synthesize executable Rust tests, but their outputs often violate API preconditions, remain shallow, or reduce concurrency to accidental sequential traces.
Nathaniel Itty, Christopher D. Rosin, Chase Carstensen · 2026-07-23
The Shannon capacity of a graph G quantifies the maximum rate at which information can be transmitted with zero error over a noisy channel. It is lower bounded by the independence number of graph powers. We construct independent sets of size 134753 in C7^10, 21909 in C11^6, and 62530 in C13^6, improving the best known lower bounds for the Shannon capacity of these graphs.
Yingchao Huang, Xin Wang, Yuhan Su · 2026-07-23
Cognitive impairment (CI) is a growing public health concern. Early and accurate diagnosis is critical for enabling timely intervention and improving patient outcomes. Speech-based CI detection has emerged as a promising non-invasive approach, as speech signals encode both linguistic and acoustic markers associated with cognitive decline. Recent advances in large language models (LLMs) further str…
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.