40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's batch. First, embodied AI is maturing from single-task demos toward systems that must chain skills, coordinate body parts, and survive real-world compounding errors. Multiple papers tackle long-horizon robot manipulation, humanoid whole-body control, and neurosymbolic planning—all converging on the insight that VLAs alone are insufficient without agentic coordination, memory, or symbolic grounding.
Second, the field is turning its audit lens inward. Papers on model hypnosis—where individually innocuous prompt cues combine to exert strong behavioral control—and compliance detector "rule blindness" expose failure modes that slip past standard safety evaluation. RAG grounding, computational provenance, and state-semantic injection attacks round out a broader pattern: as models get deployed in production systems, the research community is building the diagnostic tools it should have had before deployment.
Third, diffusion models are getting harder to ignore in pixel space. The empirical study showing pixel-space models can rival latent counterparts, combined with work on unified image restoration via pixel diffusion transformers and a systematic re-evaluation of classifier-free guidance, suggests the latent-vs-pixel debate is reopening.
Model Hypnosis stands out for its unexpectedly simple framing: no elaborate jailbreak or adversarial optimization, just the systematic accumulation of weak textual signals—paraphrases, typos—that transfer across model families and scales. It reframes prompt engineering as a potential attack surface.
The notable absence today is anything centered on LLM capability scaling or new foundation model architectures. Instead, the batch reads like a field in its evaluation and hardening phase—less about what models can do, more about where they break and how to measure it.
Dengyang Jiang, Ruoyi Du, Zhennan Chen · 2026-08-17
This paper investigates an increasingly important topic in generative modeling: pixel-space diffusion models. Although numerous studies have explored this topic, most focus on small-scale or class-conditional settings. Consequently, a practical recipe for training pixel-space models that rival or exceed well-established latent-space counterparts remains elusive. Through a comprehensive empirical s
Yejun Zhang, Zihan Wang, Xu Ji · 2026-08-17
Generating photorealistic novel views from unposed images requires both 3D geometric understanding and the ability to synthesize unseen content. A natural strategy combines feed-forward 3DGS reconstruction with multi-view diffusion. Yet prior pipelines extract at most one signal from the reconstruction, either pixel rendering or learned features, while none exploits per-Gaussian visibility for occ
Weiliang Chen, Haowen Sun, Jun Gao · 2026-08-17
A benchmark should deliver more than a scalar score: what makes an evaluation trustworthy is the reasoning that justifies the score. This is especially critical for world models, where judging a rollout requires understanding whether physics, causality, and world state evolve correctly. Humans spot such violations naturally, yet no existing benchmark automates this capability: metrics are computed
Anna Mrukwa, Marek Socha, Aleksandra Suwalska · 2026-08-17
Background Lung cancer remains the deadliest cancer worldwide because it is often diagnosed too late. Effective treatment depends on detection at an early screening stage. However, the growing number of patients and the limited number of radiologists lead to prolonged diagnostic waiting times. In very early stage lung cancer, nodule visibility is further reduced by adjacent blood vessels and air
Long Cui, Xiaoqian Liu, Qi Qin · 2026-08-17
Existing image editing frameworks predominantly follow the training paradigm of text-to-image diffusion models. However, extending this paradigm to image editing highlights two inherent discrepancies, specifically, the insufficient attention to edit concept granularity and the training inefficiency caused by sparse supervision signals. To address these issues, we establish a comprehensive hierarch
Ziwen Liu, Martin Weigert · 2026-08-17
Identifying and representing object instances such as cells or nuclei is a common task in microscopy image analysis. Established machine learning workflows typically use supervised detection or segmentation followed by feature extraction or classification, which requires manual annotations and treats instance segmentation and cell representation as separate stages. We describe a new unsupervised m
Yuanzhi Xu, Qian Gao, Jun Fan · 2026-08-17
Large vision-language models can recognize the objects and attributes in a crowded scene yet assign an attribute to the wrong same-class instance. Generic visual-question-anshoring accuracy marks the response as wrong, while object-hallucination metrics may regard both the object and attribute as image-supported; neither reveals the transfer. This study formalizes this blind spot as Dense Same-Cla
Lingchen Sun, Rongyuan Wu, Xiangtao Kong · 2026-08-17
Unified image restoration (UIR) aims to recover high-quality (HQ) content from low-quality (LQ) images with different degradations using a single model. Most recent methods adapt large pretrained text-to-image (T2I) latent diffusion models for their strong capacity and generative priors. However, the variational autoencoder (VAE) in latent T2I models may discard restoration-sensitive details, whil
Ye Lu, Shen Wang, Zhaoyang Zhang · 2026-08-17
Model Inversion Attacks (MIAs) aim to reconstruct representative training samples of target identities from face recognition models, exposing critical security vulnerabilities. Existing methods typically rely on indirect guidance or highly stochastic guidance, making it difficult to stably optimize generation trajectories toward target facial images. In this paper, we propose Steering Flow Model I
Artem Sergievskii, Artyom Turevich, Sergey Kastryulin · 2026-08-17
Inference-time quality-enhancement methods are an effective and widely adopted means of improving diffusion models without expensive retraining. We study a family of training-free techniques conceptually rooted in Classifier-Free Guidance (CFG), most of which were originally proposed on older U-Net diffusion models and validated using metrics that assess image quality in isolation, without account
Gaofeng Su, Keya Li, Raja Sengupta · 2026-08-17
This paper proposes a calibration-free framework for reliably and effectively estimating vehicle speeds from monocular videos, without relying on roadway features, camera calibration, or roadway-feature-based reference objects. The proposed framework estimates vehicle speeds using a 36-keypoint vehicle template and a homography matrix updated at each frame. A YOLO-based keypoint detection module i
Saisab Sadhu, Aadit Sengupta, Vinay Kumar Sankarapu · 2026-08-17
Regulatory compliance monitoring in deployed language models is increasingly implemented as a legal and audit control, checking model outputs against written rules spanning data protection, healthcare, financial regulation, and platform policy. Such monitoring is meaningful only if a detector's verdict depends on the stated rule rather than on surface features of the scenario. We show this conditi
Minh-Ha Nguyen, Cathy Shyr · 2026-08-17
Generative pretraining established reusable task representations; later work on language-based task conditioning and in-context learning showed that a fixed model could adapt its behavior from instructions and demonstrations. Policy Iteration with Human Feedback (PIHF) builds on this development and the recurrent evaluate-and-improve structure of generalized policy iteration. PIHF uses a pretraine
Steve Brown · 2026-08-17
Agents now write knowledge graphs, but knowledge-graph stores still carry defaults set when humans curated them: accept writes now and clean later, keep one time axis or none, treat every writer's facts as equally trustworthy, and leave governance to dashboards and middleware. These four defaults are individually convenient and jointly untenable under agent workloads. We present Quipu, an embeddab
Keren Artiaga, Yang Li, Ercan Engin Kuruoglu · 2026-08-17
Sign language serves as a vital means of communication for individuals with hearing impairments, yet recognition resources for the over 100 distinct sign languages are severely lacking. In response, we present our work on sign language recognition using transfer learning and the domain adaptation method TA3N, which utilizes the Temporal Relational Network (TRN) module for aligning multi-scale temp
Giuseppe Destefanis, Tomaso Aste · 2026-08-17
We study how teams of AI coding agents coordinate while solving programming tasks. Current evaluations usually report whether the agents complete the task and how much the run costs, leaving the coordination inside the team largely unmeasured. We introduce an instrument to measure this coordination. Each run is represented as a temporal network in which agents and files are nodes, and messages, fi
Lirui Teng · 2026-08-17
High-capacity encoders in retrieval-augmented generation (RAG) can let the query dominate the latent state, leaving retrieved evidence functionally irrelevant. We call this failure mode query dominance. To address it, we introduce \textbf{GRIP} (Grounded Reasoning via Information-Restricted Premises), which imposes capacity asymmetry: the decoder keeps full-dimensional access to the query, while r
Ondrej Bajgar, Peter Tisnikar, Alessandro Abate · 2026-08-17
The development of safe and beneficial AI requires that systems can learn and act in accordance with human preferences. However, explicitly specifying these preferences by hand is often infeasible. Inverse reinforcement learning (IRL) addresses this challenge by inferring preferences, represented as reward functions, from expert behaviour. We introduce Q-based Variational IRL (QVIRL), a novel Baye
Jiaming Li · 2026-08-17
High-fidelity finite-element simulations can provide accurate numerical predictions for side-branch resonators, but large simulation datasets are expensive to generate and purely data-driven surrogates may become unreliable when simulation-labelled data are scarce. This study develops an analytical-prior learning framework that reuses a low-cost analytical model to improve data efficiency under li
Serena Su, Yifan Wang, Senwei Liang · 2026-08-17
Accurate classification of circulating tumor cell (CTC) phenotypes can provide valuable information for assessing metastatic potential. Label free microfluidic devices provide a hydrodynamic obstacle course that transforms subtle biophysical characteristics of CTCs, including size and deformability, into distinct kinematic trajectories. However, the highly nonlinear fluid structure interactions go
Reza Bayat, Ali Behrouz, Vahab Mirrokni · 2026-08-17
The quadratic cost of attention-based sequence models for long contexts has motivated a growing line of research on memory-based models that can compress context into a compact state. However, most existing memory models expose a static memory throughout the entire sequence. Because early tokens face no compression pressure, they occupy too many degrees of freedom and "pollute" the memory state, l
Samarasimha Reddy Chittamuru, Ayhan Akinturk, Allison Kennedy · 2026-08-17
Ship fuel consumption (SFC) prediction supports vessel operation optimisation, emissions estimation, and decision support systems (DSS) for sustainable maritime transportation. Numerous data-driven fuel models have been developed over the past two decades, but a critical and often overlooked limitation lies in their validation practices: most studies evaluate performance using random train--test s
Jonathan Sadeghi, Jenny Seidenschwarz, Jesse Allardice · 2026-08-17
Video world models approximate the stochastic distribution of physical outcomes through generative sampling, but existing benchmarks score individual generations or compare distributions coarsely over a whole dataset, leaving the fine-grained aleatoric uncertainty of specific phenomena untested. We introduce CaliBench, which scores outcomes in a physically interpretable discrete space - a bin inde
Junjie Chu, Ye Leng, Mingjie Li · 2026-08-17
Generative Engine Optimization (GEO) modifies web content to increase its likelihood of being selected and cited by generative search engines. This can give strategically optimized pages visibility disproportionate to their authority or relevance and even make weak or false information appear well supported. Unlike conventional search, generative search synthesizes information into direct answers
Benjamin Belay · 2026-08-17
A language model's output does not by itself provide verifiable evidence about the internal computation that produced it. We study computational provenance: whether generated text can carry detectable evidence of which causally relevant internal state occurred. We test a bounded form of this idea in two controlled architectures: a modular feed-forward neural network and a transformer-based model.
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.