40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's batch: 3D spatial reasoning, agent reliability, and inference efficiency. The 3D track is unusually rich — from zero-shot visual illusion meshes to box-specified image editing to a framework that treats attention tokens as bare matrix Lie group elements. The latter is the standout paper: by making each token a pure transformation on a Lie group rather than a feature vector, it reaches affine full-frame groups that irrep-based attention methods explicitly exclude. It's a mathematical reframing that could reshape how geometric structure flows through attention.
On the reliability side, multiple papers attack different layers of the trust problem. DiffusionGemma's transparency gets decomposed into variable and algorithmic components, questioning whether continuous latent computation obscures reasoning. Meanwhile, Sovereign Execution Brokers propose a runtime enforcement boundary for certified mutation authority in agentic systems, and a contagion framework shows how evaluator biases propagate across interacting LLM agents. The field is moving from "does it work?" to "can we prove what it's doing?"
Inference efficiency papers are getting geometry-aware: spatially speculative decoding for autoregressive image generation, execution-state capsules for low-latency on-device physical-AI serving, and propose-then-verify frameworks for long video reasoning all share a common intuition — the sequential bottleneck is the wrong abstraction for structured data.
Notably absent are traditional LLM scaling papers; the batch signals a shift toward making existing architectures more transparent, efficient, and geometrically grounded rather than simply larger. Collectively, this suggests the field is entering a consolidation phase where spatial structure, interpretability, and operational safety matter more than raw parameter counts.
Gina Wong, Drew Prinster, Suchi Saria · 2026-06-18
Calibration aligns a model's predictive uncertainty with the frequencies of its empirical outcomes and is important for understanding and trusting reported probabilities. Recent work shows that enforcing calibration at the level of individual predictors can improve ensemble accuracy and calibration, with mixture-of-experts (MoE) models showing strong empirical improvements in particular; however,...
Nityanand Mathur, Hamees Sayed, Wasim Madha · 2026-06-18
Style-captioned text-to-speech systems use natural language to control voice characteristics, but how individual words influence acoustic output remains unclear. Understanding this is critical for diagnosing failure modes and improving controllability in expressive TTS. We propose cross-attention attribution for speech diffusion models, adapting the DAAM framework to the speech domain for the firs...
Md Nayem Uddin, Amir Saeidi, Eduardo Blanco · 2026-06-18
Policy-adherent tool-calling agents in customer-service domains must maintain task states across turns while calling tools and obeying domain policies. Task states consist of relevant facts, identifiers, constraints, and conditions observed through user interaction and tool calls. In standard agents, task states are not represented separately. Observations, tool returns, and policy instructions ar...
Saimun Habib, Vaishak Belle, Fengxiang He · 2026-06-18
Neurosymbolic systems such as DeepProbLog combine neural perception with probabilistic logic, but standard inference is associational. Counterfactual reasoning additionally requires a causal semantics for interventions and evidence. We introduce DeepSWIP, a single-world counterfactual semantics for DeepProbLog programs. Using neural materialization, we reduce fixed-context neural predicates to ord...
Harshit Singh, Ayush Pratap Singh, Nityanand Mathur · 2026-06-18
Flow-matching text-to-speech systems achieve remarkable zero-shot quality but remain static after deployment: pronunciation errors on out-of-vocabulary proper nouns persist unless the model is retrained. We introduce FlowEdit, a life-long adaptation framework for frozen flow-matching TTS that learns pronunciation corrections as latent conditioning edits rather than weight updates. When corrective...
Shaghayegh Kolli, Timo Cavelius, Nafiseh Nikeghbal · 2026-06-18
Multimodal large language models (MLLMs) are increasingly deployed in personally and societally consequential settings, yet the visual cues that shape how these models judge people remain poorly understood. Prior work often compares different (groups of) individuals, making it difficult to separate appearance effects from identity differences. We introduce StylisticBias, a controlled benchmark for...
Jun He, Deying Yu · 2026-06-18
Autonomous agents are increasingly connected to cloud, deployment, and data-control workflows, but production mutation authority should not reside inside non-deterministic reasoning processes. Existing access-control mechanisms authorize identities, while assurance layers certify proposed actions; neither alone provides a mandatory enforcement point for certified authority at the moment of mutatio...
Siang-Ling Zhang, Huai-Hsun Cheng, Tsung-Ju Yang · 2026-06-18
Creating 3D visual illusions, a single 3D mesh that reveals entirely different semantics from various viewing angles, is a fascinating but tough challenge. Existing optimization-based methods are slow and can produce oversaturated colors. In contrast, naive stitching approaches fail to produce geometrically coherent objects. This results in visible unnatural seams and semantic leaks. In this paper...
Arkaprava Sinha, Dominick Reilly, Siddharth Krishnan · 2026-06-18
Long Video Question Answering (LVQA) requires identifying sparse, query-relevant evidence within hours-long untrimmed videos. Existing approaches either process videos densely with large vision-language models (VLMs), incurring prohibitive computational cost, or rely on sparse caption-based reasoning, which often misses temporally localized and motion-centric evidence. We introduce TimeProVe, a co...
Wenhao Chi, Arkaprava Sinha, Dominick Reilly · 2026-06-18
Egocentric video understanding is inherently limited by the narrow perspective of wearable cameras: a single viewpoint, a single modality, a single model cannot capture the full richness of human action. We argue that a truly expressive egocentric representation must subsume complementary knowledge across viewpoints, modalities, and foundation model representations, yet remain deployable from egoc...
Pradhaan S Bhat, Naveen Chandra R, Rishubh Parihar · 2026-06-18
Text and 2D-conditioning interfaces provide weak, ambiguous control over spatial transformations in image editing -- particularly under large object motions and camera changes. Prior work has used 3D primitives such as boxes, but only as loose conditioning signals indicating approximate object location rather than specifying the transformation. We instead use 3D boxes as structured specifications:...
Jinpeng Lu, Dexu Zhu, Haoyuan Shi · 2026-06-18
World models are increasingly regarded as a decisive step toward artificial general intelligence, yet modeling the physical world demands more than rendering convincing frames on demand: it requires an internal world state that keeps evolving over time, decoupled from observation, so that objects endure and events run to their conclusions whether or not a camera is watching, much as the moon holds...
Shilong Xiang, Zirui Zhang, Lijun Yu · 2026-06-18
Autoregressive models excel in visual generation by treating images as 1D sequences of discrete tokens, mirroring language modeling. However, this flattening discards the intrinsic 2D spatial locality of visual signals, creating severe computational bottlenecks during inference. We introduce Spatially Speculative Decoding (SSD), a framework that aligns the predictive objective with the natural geo...
Ilona Demler, Xinran Xie, Blake Werner · 2026-06-18
The Caltech Tennis Dataset (CalTennis) is a large-scale video benchmark for evaluating monocular-to-3D pose estimation in the wild. CalTennis comprises over 11 million frames (51 hours) of tennis practice and match play from 40 players, captured with 2-6 synchronized cameras at 60 Hz. It is 10 times larger than existing in-the-wild human motion video datasets and 3 times larger than existing MOCAP...
Nicolas Dufour, Alexei A. Efros, Patrick Pérez · 2026-06-18
The Frechet Inception Distance (FID) is the de facto arbiter of image generation, yet most papers report just a single number from a single trained model using a single sampling seed. How reproducible is that number if we retrain the model, or merely resample from it? In this paper, we treat FID as a random variable on a two-axis panel of training and generation seeds, and measure its variance dir...
Mariia Gladkova, Tarun Yenamandra*, Edmond Boyer · 2026-06-18*
Sparse novel view synthesis (NVS) remains challenging due to the ambiguity of recovering 3D geometry from few input views. While NeRF- and Gaussian Splatting (GS)-based methods perform well with dense supervision, they often overfit in sparse settings, producing floating artifacts and inconsistent geometry. Silhouette consistency is commonly used as a regularizer, but it remains insufficient, as s...
Solène Debuysère, Nicolas Trouvé, Nathan Letheule · 2026-06-18
Multimodal foundation models have advanced rapidly thanks to large optical benchmarks, but comparable resources for synthetic aperture radar (SAR) remain limited. Existing SAR--optical datasets largely rely on low-resolution, intensity-only Ground Range Detected~(GRD) products and do not preserve complex-valued SAR measurements or native acquisition geometry, which restricts physically grounded mu...
Juncheng Ma, Jianxin Bi, Yufan Deng · 2026-06-18
Embodied foundation models are expected to benefit from data scaling like large language models, but face a much tighter data bottleneck. Teleoperated real-robot trajectories remain the dominant pretraining source due to their precise action supervision and embodiment alignment, yet their scalability is limited by high collection cost, acquisition difficulty, and low behavioral and environmental d...
Ruizhong Qiu, Yinglong Xia, Dongqi Fu · 2026-06-18
Generative recommendation is an emerging paradigm that has shown promise in industrial recommendation systems, aiming to predict users' next interactions from their historical behaviors. At the core of generative recommendation lies item tokenization, which bridges item semantics and recommendation models. However, existing methods often struggle to effectively organize and inject complex user-beh...
Joshua Engels, Callum McDougall, Bilal Chughtai · 2026-06-18
LLM reasoning transparency is a critical affordance for understanding model decisions, mitigating misuse and misalignment, and debugging surprising model behaviors. However, DiffusionGemma performs a larger fraction of its computation in a continuous latent space; does this make its reasoning less transparent? We study this question by decomposing transparency into two components: variable transpa...
Georgy Noarov, Aaron Roth · 2026-06-18
A model is multicalibrated on a collection of group weights $G$ if it is calibrated -- i.e. unbiased even conditional on its prediction -- not just overall, but also after reweighting contexts by each $g \in G$. It is a useful property for many downstream applications and is a basic desideratum of trustworthy machine learning. Before this work, all predictors known to attain the minimax-optimal $...
Przemyslaw Musialski · 2026-06-18
We place the attention token on the group: a token is an element $g_i$ of a matrix Lie group $G$ -- a bare transformation, with no feature payload and no external action $ρ(g)$ carrying it. To our knowledge this is the first attention construction whose tokens are bare matrix Lie group elements: their score is the closed-form algebra norm of the relative pose rather than a learned kernel, and it r...
Linda Lu, Karthik Sridharan · 2026-06-18
Differential privacy (DP) ensures rigorous individual-level privacy guarantees against even the most knowledgeable attackers, but its worst-case nature can impose a costly privacy-accuracy tradeoff. We introduce privacy via predictability, a fine-grained framework that explicitly incorporates the attacker's core knowledge, a compromised portion of the dataset generated by a stochastic process, and...
Qingyang Zhu, Eric Karl Oermann, Kyunghyun Cho · 2026-06-18
Bayesian predictive inference provides a principled framework for uncertainty quantification, data efficiency, and robust generalization. However, exact inference is often intractable, and scalable approximations may remain computationally expensive or require restrictive modeling assumptions that degrade predictive performance. Prior-Data Fitted and in-context models have recently emerged as an a...
Liang Su · 2026-06-18
Mainstream LLM serving systems reuse prefix work mainly through paged or radix key-value (KV) caches. This is highly effective for high-throughput, high-concurrency serving, but it manages only one positional fragment of execution state: the KV cache. We study the opposite regime: low-latency, small-batch, on-device physical-AI serving, where interactive LLM agents, speech systems, and robot polic...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.