40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three dominant threads run through today's batch. First, vision systems are shifting from monolithic token processing toward sparse, selective architectures — ReToken compresses visual KV caches into a single retrieval embedding, PhiZero replaces pixel-prediction with a physical-language representation of world states, and the Chimera backbone redesigns attention for O(N) scaling. The throughline is clear: brute-force context windows are giving way to principled selection mechanisms.
Second, computer-use agents are maturing from demos into systems with verifiable safety and evaluation infrastructure. PAC-MAN couples control-barrier functions with deployment-realistic sensing for humanoid safety, OSReward builds a standardized benchmark for CUA trajectory evaluation, and a separate paper studies inference-time scaling tradeoffs for local CUAs under compute constraints. This cluster signals a pivot from "can the agent use a computer?" to "can we trust it when it does?"
Third, there's a quiet push toward self-improving and self-evaluating systems. Frontis-MA1 trains a 35B model for recursive self-improvement in ML engineering, Change2Task mines PR history to generate coding agent benchmarks, and PAIChecker exposes misalignment problems in SWE-bench itself. The field is building the scaffolding for agents to evaluate — and eventually improve — their own evaluation pipelines.
The standout paper is "Inducing language models to assert their own consciousness restores human beliefs and values" — it finds that safety fine-tuning meant to prevent models from claiming consciousness inadvertently suppresses their attribution of mindedness to animals and natural objects, and even reduces spiritual belief in their outputs. Ablating the safety-refusal direction restores these patterns, exposing an underexplored coupling between alignment targets and cultural representations.
The collective direction is toward systems that reason about their own reasoning: selecting which evidence matters, certifying which responses are safe, and generating the benchmarks they'll be evaluated on tomorrow.
Jonathan J. Heckman, Shani Meynet, Alessandro Mininno · 2026-07-30
Dualities play an important role in establishing both microscopic and emergent phenomena in a wide range of physical systems. In practice, though, it can often be computationally challenging to establish when two systems are dual, even when all of the "rules of the game" are well-known. Said differently, when confronted with two systems, how can one efficiently establish that they are in fact dual.
Yao Xiao, Reuben Tan, Zhen Zhu · 2026-07-30
Long visual context poses a challenge for vision-language models: performance degrades as the number of distractors grows, and processing all tokens at once is computationally infeasible under GPU memory constraints. We present ReToken, a single learnable embedding trained as an explicit retrieval target that selects a sparse set of query-relevant visual tokens from a pre-filled visual KV cache. T.
Yukang Cao, Haozhe Xie, Beichen Wen · 2026-07-30
Embodied intelligence faces a fundamental data bottleneck. Models must capture how first-person perception, whole-body motion, dexterous manipulation, object state, sound, and touch evolve together as humans pursue goals over time. Existing datasets fragment this experience across viewpoints, modalities, or spatial scales, leaving the full perception-action loop only partially observed. We introdu.
Shuyao Shang, Yuqi Wang, Ruopeng Gao · 2026-07-30
We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leaving the underlying world dynamics implicit within high-dimensional visual predictors. Motivated by humans' ability to abstract predictive structure from visual experienc.
Chongjian Ge, Hanwen Jiang, Tianyu Wang · 2026-07-30
Visual generation increasingly requires high-resolution images, long videos, and multimodal context, making the quadratic cost of full attention prohibitive. We introduce Chimera, a hybrid visual diffusion backbone with a principled scaling recipe. Chimera processes text, image, and video tokens in one raster-ordered stream without positional embeddings. It combines Kimi Delta Attention (KDA) for .
Qixun Wang, Yang Shi, Letian Cheng · 2026-07-30
The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather than merely equipping them with a sophisticated yet inefficient reasoning paradigm. In this work, we rethink agentic visual reasoning through two key dimensions of tool use: Mode Adaptiveness (MA) and Tool Effect (TE). Mode Adaptiveness characterizes .
Kangning Zhang, Yixing Li, Shuai Shao · 2026-07-30
Multimodal on-policy distillation (OPD) transfers fine-grained visual knowledge by supervising student-generated trajectories with a privileged-view teacher. Yet its next-token corrections are source-mixed, combining visual signals with linguistic priors and teacher-specific effects. The key challenge is to estimate which corrections are supported by visual evidence, not merely where or how strong.
Md. Mehrab Hossain Opi, Robiul Islam Ryad, Md. Umar Faruk · 2026-07-30
Post-training quantization (PTQ) has emerged as an effective solution for deploying Vision Transformers (ViTs) on resource-constrained devices. However, existing PTQ methods typically employ uniform bit-widths across transformer components, overlooking their heterogeneous sensitivity to quantization and leading to inefficient precision allocation. In this paper, we propose MixFrag, a fragility-gui.
Xiao Luo, Mingyang Du, Xin Zhou · 2026-07-30
High-fidelity 3D generation predominantly relies on scaling model capacity and data, which incurs prohibitive computational costs. This paradigm typically requires learning geometry from scratch and overlooks the rich semantic and structural priors already encapsulated in discriminative 3D foundation models. We contend that leveraging the profound understanding of the 3D world possessed by these d.
Simon Roy, Mark Bong, Giovanni Beltrame · 2026-07-30
Operational Earth observation increasingly calls for answering queries such as find the image pairs where a new building appeared. This means searching an archive of before-and-after (bi-temporal) satellite image pairs and ranking each pair by how well it matches a natural-language description of the change. The component that performs this match, the fusion module that combines the before and aft.
Lizhi Yang, Junheng Li, Aaron D. Ames · 2026-07-30
We present PAC-MAN, a perception-aware CBF-RL framework that couples control-barrier safety with deployment-realistic onboard sensing for whole-body humanoid dodgeball. The deployed policy sees the ball only as segmentation-masked depth from a head-mounted camera, while training-time CBF guidance represents clearance to every body link, and an adversarial motion prior regularizes the resulting eva.
Bing Yan, Gregory Wolfe, Stefano Martiniani · 2026-07-30
Chemistry literature synthesis often requires assembling specific findings scattered across many publications, yet existing literature-search systems primarily return ranked document lists. As a result, scientists and AI agents need to locate relevant information, verify their provenance, and assemble cross-paper answers manually. We present AskChem, a claim-centered infrastructure for cross-paper.
Junsol Kim, Winnie Street, Roberta Rocca · 2026-07-30
Aligning large language models to prevent them attributing consciousness to themselves inadvertently alters their representations of mindedness in other entities alongside human beliefs and values. We demonstrate that safety fine-tuning suppresses models' tendencies to attribute minds not only to themselves, but also to non-human animals and natural objects, while also driving a reduction in spiri.
Iliya Mirzaei · 2026-07-30
Methods that make a language model plan, criticise and rewrite its own answer, reflect on mistakes, pick the best of several attempts, or debate with copies of itself nearly all make it generate far more text than a single chain of thought. Because generating more text raises accuracy by itself, a gain over one chain of thought does not show the method's idea is what helped. Wang et al. (2024) rep.
Junlin Yang, Che Jiang, Yu Fu · 2026-07-30
Recursive self-improvement (RSI) requires AI systems that improve the process of building AI (i.e., AI4AI); machine learning engineering (MLE) offers a concrete, executable testbed for studying this capability. We introduce OpenMLE, an open full-stack system for RSI research in MLE, spanning verifiable task environments with execution feedback (OpenMLE-Gym), operator learning (OpenMLE-RL), and lon.
Xiangning Lin, Shenzhe Zhu, Shu Yang · 2026-07-30
System prompts are instructions configured by developers to govern the behaviors of foundation models in AI applications. They are used throughout commercial AI products, but are rarely disclosed to the public or regulators, creating a serious trust and accountability gap in the wide deployment of AI systems. In this paper, we introduce Artificial Intelligence System Prompt Assurance (AISPA), a us.
Qiushi Sun, Kanzhi Cheng, Yian Wang · 2026-07-30
Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to v.
Jiacheng Tao, Qingyun Sun, Haonan Yuan · 2026-07-30
While Multimodal Retrieval-Augmented Generation (MM-RAG) has shown promising results, it still struggles with complex multi-hop reasoning tasks. Existing methods primarily focus on independent instance-level matching, which often fails to capture explicit relationships across modalities and documents. Although Graph-enhanced methods introduce structural modeling, they face a fundamental challenge .
Woongkyu Lee, Jungwook Choi · 2026-07-30
Deploying autonomous computer-use agents (CUAs) locally is increasingly important for privacy, cost efficiency, and practical usability, yet improving their performance under strict hardware constraints remains challenging. While recent studies show that inference-time scaling can improve frontier computer-use agents through additional computation during execution, its effectiveness for resource-c.
Sparsh Roy, Samuel Girmachew, Nishita Chavan · 2026-07-30
Clinical risk models routinely achieve strong aggregate performance while producing materially different error rates across patient subgroups. Audit pipelines have been proposed to catch this, but their components are rarely stress-tested, so it is unclear which parts of an audit can be trusted and under what conditions. We present KAISEN, a five-phase audit pipeline covering subgroup stratificati.
Jiawei Xu, Minghui Liu, Juzheng Zhang · 2026-07-30
On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work reliably often requires substantial engineering effort. We identify a structural source of this difficulty: vanilla OPSD is precisely the β=1 member of a broader policy-optimization family, where β weights the KL penalty anchoring the student to a refe.
Haomin Qi, Xingliang Wang, Xuanqi Gao · 2026-07-30
Scaling coding agents requires a continuing supply of executable data for training, benchmarking, and continuous evaluation. Each task must couple a realistic software state with a specification, development tools, and reliable verification. To expand this supply, we present Change2Task, a system grounded in repository history that converts merged pull requests into verified tasks on healthy moder.
Manyi Wang, Junjielong Xu, Pinjia He · 2026-07-30
SWE-bench-like benchmarks are widely used for evaluating LLM's issue resolution capability. They typically follow a common construction pipeline: each PR (Pull Request) is paired with its linked issue by extracting issue references from the PR description; the issue description is used as the problem statement, and the PR patch serves as the test oracle. However, due to the inherent complexity of .
Alexandra Lassota, Krzysztof Sornat · 2026-07-30
We study the computational complexity of winner determination problems in approval-based committee elections under Thiele voting rules. These form a class of rules parameterized by a fixed weight vector that specifies how a voter's satisfaction depends on the number of approved candidates elected. We first analyze the structure of optimal solutions based on the sets of voters who approve each cand.
Mengfei Ran, Yifeng Shen, Ruijie Guan · 2026-07-30
Longitudinal causal studies often record histories as irregular functional fragments: laboratory values, physiologic signals, sensor streams, and image-derived summaries measured at unequal and informative times. Standard doubly robust estimators usually require scalar summaries, whereas sequence learners optimize prediction losses that need not stabilize the efficient influence function. We propo.
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.