Sunday, June 28, 2026

Daily Digest 2026-06-28

Today’s digest highlights a strong focus on enhancing the reliability, safety, and grounding of multimodal models, alongside advancements in robust control systems for physical and simulated environments.

Research highlights:

  • Robustness and Safety: Research focuses on identifying vulnerabilities in multimodal models, including adversarial attacks across different modalities and benchmarking harmful content understanding in video.
  • Control and Robotics: New methods address sim-to-real transfer challenges in multi-agent systems and develop resilient output containment against actuator attacks and undisclosed leader dynamics.
  • Visual Grounding and Perception: Studies explore narrative-grounded visual attention in 3D worlds, diagnosing spatial intelligence to reduce hallucinations, and improving caption error localization.
  • Reinforcement Learning and Agents: Work includes automating reward shaping using vision-language models and developing self-iterating agent frameworks for industrial recommender systems.
  • Social and Behavioral Analysis: Research provides a taxonomic analysis of activities in online social networks and risk-aware monitoring for driver states using world modeling.

Tech buzz:

  • The news cycle reflects the practical and social implications of AI deployment, ranging from infrastructure setup to the consequences of human-AI workforce shifts.
  • Infrastructure and Tools: Updates include RDMA cluster setups for AMD hardware, a Rust rewrite for PostgreSQL backups, and new open-source projects for generative AI and memory management.
  • Language and Accessibility: Efforts are being made to build translation and voice pipelines for low-resource creoles using a combination of Whisper, VITS, and LLMs.
Sort:
Today's digest highlights a strong focus on enhancing the reliability, safety, and grounding of multimodal models, alongside advancements in robust control systems for physical and simulated environments.

Personal Interests

Papers discovered through your interest topics.

3D Scene Graph

3/5 Computer Vision and Pattern Recognition (cs.CV)Artificial Intelligence (cs.AI) 25 Jun 2026
From Hallucination to Grounding: Diagnosing Visual Spatial Intelligence via CRISP

Zhixing Li, Yinan Yu

Abstract

ArXiv ID: 2606.26535

Authors: Zhixing Li, Yinan Yu

Abstract:

Current VLM evaluations often conflate language priors with genuine spatial reasoning. To address this, we introduce CRISP, a novel structural-diagnostic evaluation paradigm that assesses visual spatial intelligence through consistency, the alignment between implicit perception and explicit reasoning. Unlike traditional black-box QA, CRISP utilizes metric 3D Scene Graphs and an oracle intervention protocol to decouple latent reasoning capabilities from perceptual bottlenecks. This granular diagnosis uncovers a systematic perception-reasoning disconnect. Crucially, we reveal that while proprietary models possess robust latent reasoning engines, they suffer from inaccurate metric estimation and a critical failure to leverage their implicit structural representations. Conversely, open-source models remain fundamentally bottlenecked by their lack of multi-hop compositional reasoning. By shifting the focus from merely ``guessing correctly'' via language priors to genuinely ``perceiving, verifying, and reasoning,'' CRISP offers a rigorous roadmap for multimodal alignment beyond end-to-end post-training. The code and dataset are available at https://github.com/iiyamayuki/CRISP-Bench.

Insights

Contribution: The paper introduces CRISP, a structural-diagnostic evaluation paradigm that decouples visual spatial reasoning from language priors to identify specific perception-reasoning bottlenecks in VLMs.

Core Idea: Current VLM evaluations conflate linguistic guessing with spatial intelligence; CRISP addresses this by measuring the consistency between a model's implicit perception and its explicit reasoning.

Technique: The authors utilize metric 3D Scene Graphs and an oracle intervention protocol to isolate whether a model's failure stems from poor perception or a lack of reasoning logic.

Pipeline: Visual Scene β†’ Metric 3D Scene Graph Construction β†’ Oracle Intervention β†’ Consistency Diagnosis β†’ Spatial Intelligence Assessment

Methodology: The researchers evaluate models by comparing their outputs against a ground-truth 3D structure, systematically intervening in the reasoning chain to pinpoint where the model's internal representation fails.

Results: Proprietary models show robust latent reasoning but suffer from inaccurate metric estimation, while open-source models are primarily bottlenecked by a lack of multi-hop compositional reasoning.

Limitations: The study focuses on structural-diagnostic evaluation and may not fully capture every nuance of dynamic, real-world spatial navigation beyond static scene graphs.

Embodied AI

3/5 Artificial Intelligence (cs.AI)Computer Vision and Pattern Recognition (cs.CV) 25 Jun 2026
Look-Before-Move: Narrative-Grounded World Visual Attention in Dynamic 3D Story Worlds

Jiaming Bian, Bingliang Li, Yuehao Wu, Pichao Wang, Zhi Wang, Hailan Ma, Huadong Mo, Zhenhong Sun

Abstract

ArXiv ID: 2606.26964

Authors: Jiaming Bian, Bingliang Li, Yuehao Wu, Pichao Wang, Zhi Wang, Hailan Ma, Huadong Mo, Zhenhong Sun

Abstract:

As embodied AI and world models increasingly operate in dynamic 3D environments, visual perception must move beyond passively interpreting given observations toward actively deciding what to observe. We study this problem through camera planning in dynamic 3D story worlds, where the camera must not only generate smooth motion, but also decide what visual evidence should be acquired before it moves. We formulate this capability as Narrative-Grounded World Visual Attention, where the camera acts as an embodied observer that determines what to observe, how to compose the observation, and how to shift attention over time under narrative intent and physical 3D constraints. To realize this capability, we propose Look-Before-Move, a camera planning framework that separates observation specification from motion execution. It first builds a Semantic Observation Contract to convert directorial intent into executable visual constraints, then performs Monte Carlo Viewpoint Search to find narrative-compliant and geometrically feasible viewpoints, and finally applies Semantic Trajectory Grounding to connect selected viewpoints into continuous, collision-aware, and temporally coherent camera motion. We further construct a dynamic 3D Story World Benchmark based on StoryBlender, covering 50 stories, 457 scenes, and 1585 shots with animated characters, semantic scene configurations, and executable 3D environments. Experiments show that our framework improves subject perception, intent consistency, and trajectory quality over representative baselines, demonstrating the importance of organizing visual attention before generating camera motion.

Insights

Contribution: The paper introduces the concept of Narrative-Grounded World Visual Attention and proposes the Look-Before-Move framework, alongside a new dynamic 3D Story World Benchmark for evaluating camera planning.

Core Idea: The framework shifts camera planning from passive motion generation to active observation selection by separating the specification of what to see (narrative intent) from the execution of how to move (physical motion).

Technique: The authors use a three-stage approach involving Semantic Observation Contracts, Monte Carlo Viewpoint Search, and Semantic Trajectory Grounding to ensure visual attention is aligned with narrative goals.

Pipeline: Directorial Intent β†’ Semantic Observation Contract β†’ Monte Carlo Viewpoint Search β†’ Semantic Trajectory Grounding β†’ Continuous Camera Motion

Methodology: The methodology involves converting high-level narrative goals into visual constraints, searching for geometrically feasible viewpoints that satisfy those constraints, and grounding those viewpoints into collision-aware trajectories.

Results: The framework demonstrated improvements in subject perception, intent consistency, and trajectory quality compared to representative baselines in a benchmark of 50 stories and 1585 shots.

Limitations: The study focuses on camera planning in structured story worlds, leaving open questions regarding real-time adaptation to unpredictable, non-scripted agent behaviors in open-ended environments.

PDF

Human-Computer Interaction

3/5 Human-Computer Interaction (cs.HC)cs.SI 25 Jun 2026
Behind the Mask: A Taxonomic Analysis of Activities in Online Social Networks

Debora F De Souza, Gabriela Beltrao, Berta Chulvi, Sergio Dantonio, Mehmet Gokay Ozerim, Javier Torregrosa, Adrian Giron, Angel Panizo, Pablo Miralles Gonzalez, Helena Liz, Javier Huertas Tato, Sonia Sousa, Alejandro Martin, Monika Maciuliene, David Camacho

Abstract

ArXiv ID: 2606.27111

Authors: Debora F De Souza, Gabriela Beltrao, Berta Chulvi, Sergio Dantonio, Mehmet Gokay Ozerim, Javier Torregrosa, Adrian Giron, Angel Panizo, Pablo Miralles Gonzalez, Helena Liz, Javier Huertas Tato, Sonia Sousa, Alejandro Martin, Monika Maciuliene, David Camacho

Abstract:

The broadcast of disinformation in online social networks (OSN) is a growing concern examined across several disciplines, including human-computer interaction (HCI). The pervasive issue has been prompting novel approaches to identify the malicious actors behind the dissemination of deceptive and fabricated content. Analyzing the characteristics and activities of these actors, we designed a taxonomy informed by collaboration with subject matter experts (SMEs) and a review of the academic literature. Our study explores how to distinguish the characteristics, activities, and strategies of malicious actors on OSN and examines how they contribute to the spread of disinformation. We describe the design process and the application of the taxonomy in a case study analyzing anti-migration discourse in social media channels, and reflect on its potential to aid researchers and practitioners in the responsible design of network systems.

Insights

Contribution: The paper introduces a novel taxonomy of malicious actor activities in online social networks (OSNs) to better identify and understand the strategies behind disinformation campaigns.

Core Idea: By categorizing the specific behaviors and characteristics of malicious actors, researchers and practitioners can better distinguish deceptive content from organic discourse and design more resilient network systems.

Technique: The study employs a qualitative taxonomic analysis informed by expert collaboration and a systematic literature review, applied to a real-world case study.

Pipeline: Literature review and SME collaboration β†’ Taxonomy design β†’ Case study application (anti-migration discourse) β†’ Analysis of actor strategies and system design reflections

Methodology: The researchers collaborated with subject matter experts and reviewed academic literature to develop a taxonomy, which was then validated through a case study on anti-migration discourse.

Results: The study successfully identified specific characteristics and strategies of malicious actors and demonstrated how the taxonomy can be used to analyze and mitigate the spread of disinformation in social media channels.

Limitations: The study focuses on a specific case study (anti-migration discourse), leaving open questions about the taxonomy's generalizability across all types of disinformation and evolving platform algorithms.

PDF

Multi-Agent Systems

3/5 eess.SYMultiagent Systems (cs.MA) 25 Jun 2026
Resilient Output Containment under Undisclosed Leader Dynamics and Actuator Attacks

Mohammadreza Nematollahi, Khashayar Khorasani, Nader Meskin

Abstract

ArXiv ID: 2606.27257

Authors: Mohammadreza Nematollahi, Khashayar Khorasani, Nader Meskin

Abstract:

This work studies resilient output containment for heterogeneous linear multi-agent systems with actuator cyber-attacks over directed network topologies. The leaders generate bounded locally absolutely continuous trajectories; however, their dynamics, velocity bounds, and motion envelopes are undisclosed to the followers. The cyber-attack model includes state- and input-correlated, as well as bounded exogenous actuator false-data terms. A continuous two-layer adaptive control architecture is proposed. The first layer is a virtual-actuator reconfiguration layer that uses partial state measurements to compensate for actuator attacks in the local tracking-error dynamics. The second layer is a network interface that generates task-space commands via an adaptive interaction protocol. This protocol uses only neighbor-exchanged network-interface states whose dimensions match those of the plant output, and it does not require global graph knowledge for parameter tuning. For directed graphs, under a leader-rooted united spanning-tree condition, a nonsmooth Lyapunov analysis yields asymptotic containment at the command level. The physical outputs then converge to the leader convex hull up to a residual determined by the command-tracking local controllers. Simulation results using a network of quadrotors with damped suspended loads illustrate the performance of attack recovery and containment tracking.

Insights

Contribution: The paper proposes a two-layer adaptive control architecture for resilient output containment of heterogeneous multi-agent systems under undisclosed leader dynamics and actuator cyber-attacks over directed networks.

Core Idea: The system achieves containment by decoupling the problem into a local virtual-actuator reconfiguration layer to neutralize attacks and a network interface layer for adaptive interaction.

Technique: A continuous two-layer adaptive control scheme utilizing partial state measurements and a neighbor-exchanged interaction protocol that does not require global graph knowledge.

Pipeline: Partial state measurements and neighbor-exchanged network-interface states β†’ Virtual-actuator reconfiguration and adaptive interaction protocol β†’ Task-space commands and output containment within the leader convex hull.

Methodology: The authors employ a nonsmooth Lyapunov analysis to prove asymptotic containment at the command level for directed graphs under a leader-rooted united spanning-tree condition.

Results: Simulations with quadrotors and damped suspended loads demonstrate successful attack recovery and output containment tracking despite undisclosed leader dynamics and actuator false-data injections.

Limitations: The physical outputs converge to the leader convex hull only up to a residual determined by the specific command-tracking local controllers.

PDF
3/5 Artificial Intelligence (cs.AI)Computation and Language (cs.CL)Information Retrieval (cs.IR) 25 Jun 2026
AgentX: Towards Agent-Driven Self-Iteration of Industrial Recommender Systems

Changxin Lao, Fei Pan, Guozhuang Ma, Han Li, Huihuang Lin, Jijun Shi, Kangzhi Zhao, Kun Gai, Mo Zhou, Qinqin Zhou, Quan Chen, Ruochen Yang, Shifu Bie, Shuang Yang, Shuo Yang, Wenhao Li, Wentao Xie, Xiao Lv, Xuming Wang, Yijun Wang, Yiming Chen, Yusheng Huang, Zhongyuan Wang, Zibo Zhao, Zijie Zhuang, Baoning Xia, Chao Liu, Chaoyi Ma, Chubo He, Dawei Cong, Feng Jiang, Gang Wang, Guilin Xia, Hanwen Xu, Jiahong Xie, Jiahui Qiao, Jian Liang, Jiangfan Yue, Jing Wang, Jinghan Yang, Jinghui Jia, Kan Qin, Lei Wang, Ming Li, Peilin Song, Pengbo Xu, Qiang Luo, Ruiming Tang, Shiyang Liu, Shuxian Jin, Tao Wang, Tao Zhang, Xiang Gao, Xianghan Li, Yingsong Luo, Yiwen Ning, Yongcheng Liu, Yuan Guo, Zhaojie Liu, Zhenkai Cui

Abstract

ArXiv ID: 2606.26859

Authors: Changxin Lao, Fei Pan, Guozhuang Ma, Han Li, Huihuang Lin, Jijun Shi, Kangzhi Zhao, Kun Gai, Mo Zhou, Qinqin Zhou, Quan Chen, Ruochen Yang, Shifu Bie, Shuang Yang, Shuo Yang, Wenhao Li, Wentao Xie, Xiao Lv, Xuming Wang, Yijun Wang, Yiming Chen, Yusheng Huang, Zhongyuan Wang, Zibo Zhao, Zijie Zhuang, Baoning Xia, Chao Liu, Chaoyi Ma, Chubo He, Dawei Cong, Feng Jiang, Gang Wang, Guilin Xia, Hanwen Xu, Jiahong Xie, Jiahui Qiao, Jian Liang, Jiangfan Yue, Jing Wang, Jinghan Yang, Jinghui Jia, Kan Qin, Lei Wang, Ming Li, Peilin Song, Pengbo Xu, Qiang Luo, Ruiming Tang, Shiyang Liu, Shuxian Jin, Tao Wang, Tao Zhang, Xiang Gao, Xianghan Li, Yingsong Luo, Yiwen Ning, Yongcheng Liu, Yuan Guo, Zhaojie Liu, Zhenkai Cui

Abstract:

Recommendation algorithm iteration is moving from an artisanal, engineer-bound process toward an industrialized research loop, but this transition remains blocked by a structural execution bottleneck: the idea-to-launch cycle still depends on human engineers to generate hypotheses, modify production code, launch A/B experiments, and attribute online results. Innovation therefore scales linearly with headcount rather than compounding with evidence, compute, and accumulated experimental knowledge. We present AgentX, a production-deployed multi-agent system that fundamentally restructures this production function. AgentX operates as a self-evolving development engine: it autonomously generates, implements, evaluates, and learns from recommendation experiments at a scale and pace that no manual workflow can sustain. The system orchestrates four tightly coupled stages in a closed loop. A Brainstorm Agent synthesizes evidence from historical experiments, system architecture, data analysis, and external research into ranked, executable proposals. A Developing Agent translates each proposal into production-ready code through repository-grounded generation and multi-dimensional reliability verification. An Evaluation Agent conducts safe online rollout with guardrail-vetoed A/B judgment, converting both successes and failures into structured knowledge assets. A Harness Evolution layer (SGPO) then distills execution trajectories into semantic-gradient updates that continuously sharpen the agents themselves -- making the system not merely automated, but self-improving.

Insights

Contribution: The paper introduces AgentX, a production-deployed multi-agent system that automates the end-to-end recommendation algorithm iteration cycle, moving from human-led manual workflows to an autonomous, self-evolving development engine.

Core Idea: By automating hypothesis generation, code implementation, A/B testing, and knowledge distillation, the system enables recommendation innovation to scale with compute and data rather than human headcount.

Technique: AgentX utilizes a multi-agent architecture consisting of Brainstorm, Developing, and Evaluation agents, integrated with a Semantic-Gradient Policy Optimization (SGPO) layer for self-improvement.

Pipeline: Historical data and research evidence β†’ Multi-agent loop (Brainstorming β†’ Coding β†’ A/B Testing β†’ Knowledge Distillation) β†’ Self-evolving recommendation algorithms and refined agent policies.

Methodology: The system orchestrates four stages: a Brainstorm Agent for proposal ranking, a Developing Agent for repository-grounded code generation, an Evaluation Agent for safe online rollout, and an SGPO layer to update agent behaviors based on execution trajectories.

Results: AgentX successfully automates the idea-to-launch cycle at a scale and pace unattainable by manual workflows, converting both successful and failed experiments into structured knowledge assets for continuous self-improvement.

Limitations: The paper does not explicitly detail the specific safety constraints of the 'guardrail-vetoed' A/B judgment or the specific computational overhead of the SGPO layer in high-traffic production environments.

PDF
3/5 Robotics (cs.RO)Artificial Intelligence (cs.AI) 25 Jun 2026
IDEA: Insensitive to Dynamics Mismatch via Effect Alignment for Sim-to-Real Transfer in Multi-Agent Control

Chenlong Liu, Zhuohui Zhang, Xinyan Chen, Zhipeng Wang, Bin Cheng, Bin He

Abstract

ArXiv ID: 2606.26575

Authors: Chenlong Liu, Zhuohui Zhang, Xinyan Chen, Zhipeng Wang, Bin Cheng, Bin He

Abstract:

Complex multi-agent control tasks remain challenging for traditional rule-based and model-based approaches, motivating the adoption of learning-based methods. However, learning-based methods often struggle with sim-to-real transfer because they rely on accurate dynamics modeling or system identification and learn policies in low-level control spaces that are highly sensitive to dynamics mismatch, making them costly and fragile in complex environments. To address this issue, we propose a sim-to-real method for multi-agent control, which is insensitive to dynamics mismatch via effect alignment. Our method combines random environmental structure with discrete semantic actions through closed-loop control, elevating policy learning to a semantic abstraction level. Additionally, we develop an action synchronization mechanism that mitigates inter-agent action timing mismatches, thereby enhancing the temporal consistency of the system. Experiments on four multi-agent navigation tasks demonstrate that our method substantially improves training efficiency over mainstream transfer methods and achieves higher success rates in real-world scenarios, thereby improving the robustness and deployment stability of multi-agent systems under dynamics mismatch.

Insights

Contribution: The paper proposes a sim-to-real transfer method for multi-agent control that achieves robustness against dynamics mismatch by shifting policy learning from low-level control spaces to a semantic abstraction level.

Core Idea: The core idea is to use effect alignment to make policies insensitive to physical dynamics differences by combining random environmental structures with discrete semantic actions and action synchronization.

Technique: The method employs a closed-loop control system to map high-level semantic actions to low-level movements, paired with an action synchronization mechanism to maintain temporal consistency between agents.

Pipeline: Multi-agent environment observations β†’ Semantic action selection β†’ Action synchronization β†’ Closed-loop low-level control β†’ Real-world execution

Methodology: The authors develop a framework that abstracts policy learning into discrete semantic actions while using a synchronization mechanism to mitigate inter-agent timing mismatches during sim-to-real transfer.

Results: The method substantially improves training efficiency over mainstream transfer methods and achieves higher success rates in real-world multi-agent navigation tasks.

Limitations: The paper does not explicitly detail the scalability of the semantic action space for extremely large-scale swarms or the specific computational overhead of the synchronization mechanism.

PDF

Vision-Language Models

3/5 Computer Vision and Pattern Recognition (cs.CV)Computation and Language (cs.CL) 25 Jun 2026
HarmVideoBench: Benchmarking Harmful Video Understanding in Large Multimodal Models

Jiajun Wu, Haoyu Kang, Yining Sun, Jiacheng Hou, Heng Zhang, Danyang Zhang, Zhenjun Zhao, Haochi Zhang, Leixin Sun, Eric Hanchen Jiang, Yushan Li, Ruiyu Li, Mengkai Huang, Yan Gao, Xu Zhang, Guancheng Wan

Abstract

ArXiv ID: 2606.27187

Authors: Jiajun Wu, Haoyu Kang, Yining Sun, Jiacheng Hou, Heng Zhang, Danyang Zhang, Zhenjun Zhao, Haochi Zhang, Leixin Sun, Eric Hanchen Jiang, Yushan Li, Ruiyu Li, Mengkai Huang, Yan Gao, Xu Zhang, Guancheng Wan

Abstract:

Large vision-language models (LVLMs) have recently shown immense potential in automated content moderation, sparking growing interest in developing harmful-video benchmarks. However, we identify two primary limitations in existing works: 1) The multi-layered characteristics of harmful videos are overlooked. Existing benchmarks predominantly formulate evaluation as a binary classification task, failing to capture implicit or deep contextual harms. 2) Explanatory rationales are completely absent. Current frameworks measure exclusively whether a model flags a video correctly rather than explaining why, turning evaluation into a black box where models can succeed through superficial shortcuts. To address these problems, we present HarmVideoBench, a multi-layered diagnostic benchmark comprising 1,379 videos paired with 4,137 multiple-choice questions. HarmVideoBench benchmarks three hierarchical dimensions: Observable Evidence, Clip-Internal Meaning, and Beyond-Clip Reasoning, aiming to evaluate models' deep understanding beyond surface cues with carefully balanced and curated samples. We evaluate 19 leading models on HarmVideoBench to assess their multidimensional understanding of harmful videos. Moreover, we introduce BCR, a benchmark-aligned method that predicts reasoning boundaries and dynamically retrieves context only when needed. Experimental results show that BCR substantially improves the base model's performance in harmful video understanding, raising the macro average from 61.7 percent to a state-of-the-art 84.4 percent.

Insights

Contribution: The paper introduces HarmVideoBench, a multi-layered diagnostic benchmark for harmful video understanding, and BCR, a benchmark-aligned method for dynamic context retrieval.

Core Idea: Existing benchmarks fail by treating harmful video detection as a binary classification task without requiring explanatory rationales, leading to superficial model success.

Technique: The authors propose a hierarchical evaluation framework (Observable Evidence, Clip-Internal Meaning, and Beyond-Clip Reasoning) and a dynamic context retrieval method called BCR.

Pipeline: Harmful video input β†’ Multi-layered diagnostic evaluation (Observable, Internal, Beyond-Clip) β†’ BCR dynamic context retrieval β†’ Reasoning-based output

Methodology: The researchers curated 1,379 videos with 4,137 multiple-choice questions to test three dimensions of understanding and evaluated 19 leading models.

Results: The BCR method improved the macro average performance of base models from 61.7% to a state-of-the-art 84.4% on the HarmVideoBench.

Limitations: The paper focuses on specific hierarchical dimensions of harm and does not explicitly address the real-time latency of dynamic retrieval in production environments.

PDF
3/5 Machine Learning (cs.LG)Artificial Intelligence (cs.AI)Robotics (cs.RO) 25 Jun 2026
Automating Potential-based Reward Shaping with Vision Language Model Guidance

Henrik MΓΌller, Daniel Kudenko

Abstract

ArXiv ID: 2606.27180

Authors: Henrik MΓΌller, Daniel Kudenko

Abstract:

Sparse rewards are inherently challenging for reinforcement learning agents as they lack intermediate feedback to guide exploration and to correctly attribute the sparse success rewards to relevant parts of the trajectory. Naive reward shaping can induce reward hacking, yielding policies that exploit auxiliary signals instead of solving the intended task. Potential-based reward shaping (PBRS) guarantees preservation of the optimal policy set, but requires the definition of a heuristic potential function over the state space. In this work, we introduce the VLM-guided PBRS framework VLM-PBRS that learns the potential function directly from vision language model (VLM) feedback. We query a lightweight VLM to obtain preferences over image pairs and train a model of the potential function using these preferences. As this approach is based on potential-based reward shaping, it preserves the original optimal policies, and removes the need for expert-designed reward shaping terms. Because large VLMs are prohibitively expensive to invoke repeatedly during policy learning, we employ smaller, more computationally efficient VLMs. Although the resulting preference labels are less accurate, empirical evidence shows that the preference labels can still be used to accelerate learning. We validate our method empirically in the Meta-World and Franka Kitchen environments and highlight the connection between VLM preference label accuracy and sample efficiency improvements. Our contributions are threefold: (1) the first application of VLM preference-based learning to synthesize a potential function for PBRS, (2) a principled, low-cost solution that leverages small VLMs, and (3) extensive empirical demonstration of improved sample efficiency and robustness to reward hacking.

Insights

Contribution: The paper introduces VLM-PBRS, the first framework to synthesize a potential function for Potential-based Reward Shaping (PBRS) using Vision Language Model (VLM) preferences. It provides a principled, low-cost solution that improves sample efficiency while preventing reward hacking.

Core Idea: Leverage the reasoning capabilities of small VLMs to generate preference labels over image pairs, which are then used to learn a potential function that guides reinforcement learning without altering the optimal policy.

Technique: The authors use a lightweight VLM to rank image pairs, train a model to map states to potential values based on these preferences, and apply PBRS to the reinforcement learning objective.

Pipeline: Image pairs β†’ Lightweight VLM preference ranking β†’ Potential function model training β†’ PBRS-guided Reinforcement Learning β†’ Accelerated policy convergence

Methodology: The researchers query a small VLM for preferences between different states in Meta-World and Franka Kitchen environments, train a potential function model on these labels, and evaluate the resulting agent's sample efficiency and robustness.

Results: The method successfully accelerates learning and demonstrates robustness to reward hacking in Meta-World and Franka Kitchen environments, showing a direct correlation between VLM label accuracy and sample efficiency.

Limitations: The approach relies on the quality of preference labels from smaller VLMs, which may be less accurate than larger models, and the performance is tied to the VLM's ability to correctly interpret the task's progress.

PDF
3/5 Computation and Language (cs.CL) 25 Jun 2026
GAVEL: Grounded Caption Error Verification and Localization

Zixian Gao, Atsushi Hashimoto, Kuniaki Saito

Abstract

ArXiv ID: 2606.26923

Authors: Zixian Gao, Atsushi Hashimoto, Kuniaki Saito

Abstract:

Vision-language models (VLMs) often produce hallucinated or inconsistent outputs, where text and images are not properly aligned. Addressing this issue requires not only detecting misalignment but also explaining the discrepancy and localizing its visual evidence. We introduce GAVEL (Grounded Caption Error Verification and Localization), a task that jointly addresses verification, explanation, and localization for image-text pairs. To support systematic evaluation, we also present a corresponding dataset and benchmark. We further train a supervised baseline on the human-annotated training split to assess whether GAVEL provides learnable supervision for these abilities. Experiments show that even strong closed-source models struggle on GAVEL, while the supervised baseline yields consistent improvements across grounding and explanation metrics.

Insights

Contribution: The paper introduces GAVEL, a new task and benchmark for jointly verifying, explaining, and localizing errors in vision-language model outputs. It also provides a human-annotated dataset and a supervised baseline to evaluate the learnability of these capabilities.

Core Idea: To improve VLM reliability, models must not only detect hallucinations but also provide specific explanations for discrepancies and point to the visual evidence that contradicts the text.

Technique: The authors propose a multi-task framework that integrates error verification, textual explanation generation, and visual grounding into a single unified evaluation metric.

Pipeline: Image-text pair β†’ Error Verification β†’ Explanation Generation β†’ Visual Localization β†’ Final GAVEL Score

Methodology: The researchers developed a human-annotated dataset for GAVEL and trained a supervised baseline model to demonstrate that verification, explanation, and localization can be learned through structured supervision.

Results: Strong closed-source models struggle with the GAVEL benchmark, while the supervised baseline shows consistent improvements across both grounding and explanation metrics.

Limitations: The study primarily focuses on supervised learning for these tasks, leaving open questions about the scalability of human-annotated data for large-scale training.

PDF
3/5 Robotics (cs.RO)Artificial Intelligence (cs.AI) 25 Jun 2026
Risk-Aware Selective Multimodal Driver Monitoring with Driver-State World Modeling

Daosheng Qiu, Haozhuang Chi, Hao Su, Shu Long, Xinyue Miao, Yongle Dong, Wei Zhang

Abstract

ArXiv ID: 2606.26922

Authors: Daosheng Qiu, Haozhuang Chi, Hao Su, Shu Long, Xinyue Miao, Yongle Dong, Wei Zhang

Abstract:

Continuous driver monitoring in automated vehicles requires low-latency inference while avoiding unsafe decisions under uncertain driver states. Large vision-language models provide broad multimodal priors, but their latency and limited reliability in this setting make them unsuitable as always-on in-cabin monitors. We propose a cost-aware selective inference framework for deployable multimodal driver monitoring. The core system is a lightweight RGB-physiological student that combines in-cabin visual observations with window-level HR/EDA signals, and a learned gate that decides when to accept the fast prediction or abstain for safety intervention. Additional controls show that the learned scores contain sample-level information beyond scenario priors, while exact physiological synchronization remains a limitation. To incorporate predictive evidence, we further study a compact driver-state world modeling module that rolls out latent driver-state features and estimates future fast-model errors and counterfactual system-level action costs. On scenario-induced driver-demand recognition, the RGB-physiological student improves over RGB-only and physiology-only baselines, reaching 0.7440 Macro-F1 and 0.9099 balanced accuracy with 11.39M parameters and 3.08ms inference latency. Cost-aware selective inference reduces unsafe false negatives from 17.37% under always-fast inference to approximately 5% across seeds, while maintaining deployment-level latency. While driver-state world modeling offers valuable predictive signals, worst-group evaluations highlight persistent operating-point calibration drift. Ultimately, reliable edge driver monitoring requires advancing not only perception backbones, but also risk-aware selective control and group-robust calibration.

Insights

Contribution: The paper proposes a cost-aware selective inference framework for real-time driver monitoring that balances low-latency inference with safety by deciding when to trust a fast model or abstain for intervention.

Core Idea: Instead of using heavy vision-language models for every frame, the system uses a lightweight multimodal student model paired with a learned gate and a driver-state world model to manage uncertainty and risk.

Technique: The authors employ a lightweight RGB-physiological student model, a learned gating mechanism for selective inference, and a compact world modeling module to predict future errors and action costs.

Pipeline: In-cabin RGB video and window-level HR/EDA signals β†’ Lightweight RGB-physiological student model & Driver-state world modeling β†’ Learned gate (Accept/Abstain) β†’ Final driver-state prediction or safety intervention.

Methodology: The researchers developed a multimodal student model with 11.39M parameters and evaluated a selective inference strategy that uses latent driver-state rollouts to estimate counterfactual system-level action costs.

Results: The system achieved a 0.7440 Macro-F1 and 0.9099 balanced accuracy with 3.08ms latency, while reducing unsafe false negatives from 17.37% to approximately 5%.

Limitations: The study identified challenges in exact physiological synchronization and persistent operating-point calibration drift during worst-group evaluations.

PDF
3/5 Cryptography and Security (cs.CR)Computation and Language (cs.CL) 25 Jun 2026
Adversarial Diffusion Across Modalities: A Fusion Survey of Attacks, Defenses, and Evaluation for Text, Vision, and Vision-Language Models

Abrar Alotaibi, Moataz Ahmed

Abstract

ArXiv ID: 2606.26566

Authors: Abrar Alotaibi, Moataz Ahmed

Abstract:

Adversarial evaluation of AI systems has matured along four largely disconnected tracks: diffusion-based attacks on text and large language models (LLMs), diffusion-based attacks on image classifiers, jailbreak pipelines against vision-language models, and diffusion-based input purification defenses. Each has developed its own vocabulary, threat models, and benchmarks, with denoising diffusion models emerging as a shared generative mechanism whose recipes are now actively ported between communities. This survey performs an information-fusion exercise at the meta-research level: we integrate these four tracks into a single conceptual framework with a unified taxonomy, evaluation criteria, and research agenda, focusing on the LLM-side slice. We catalog fifty published papers across four scope areas (text/LLM, image classifier, vision-language model, defense), plus four diffusion-LLM-as-victim entries and ten non-diffusion baselines against which any new attack must be compared. We propose a six-class taxonomy of diffusion roles in adversarial pipelines, augmented by a threat-model axis recording attacker knowledge, query budget, and target accessibility, and apply a five-dimension framework (attack success rate, transferability, query budget, perplexity, defense-evasion) uniformly across modalities. The review adopts a dual attacker-defender perspective: alongside the attack catalog we cover four diffusion-based defenses that form the natural evaluation backdrop for new attacks. Our critical analysis identifies five recurring weaknesses of the current LLM-side literature, and we close with a research agenda of open questions and concrete experimental designs. The companion catalog and spreadsheet are released with the paper. We are explicit that this is a narrative review with quality assessment, not a PRISMA-compliant systematic review, and discuss the implications for replication.

Insights

Contribution: The paper provides a unified conceptual framework and taxonomy that integrates four previously disconnected research tracks of diffusion-based adversarial attacks and defenses across text, vision, and vision-language models.

Core Idea: By performing an information-fusion exercise at the meta-research level, the authors harmonize disparate vocabularies, threat models, and benchmarks into a single multi-modal evaluation standard.

Technique: The authors employ a meta-research fusion technique, creating a six-class taxonomy of diffusion roles and a five-dimension evaluation framework (ASR, transferability, query budget, perplexity, and defense-evasion).

Pipeline: Multi-modal adversarial research (Text, Vision, VLM, Defense) β†’ Information Fusion & Taxonomy Mapping β†’ Unified Evaluation Framework & Research Agenda

Methodology: The authors conducted a narrative review with quality assessment, cataloging 50 papers across four scope areas and analyzing them against a unified threat-model axis and evaluation criteria.

Results: The survey identifies five recurring weaknesses in current LLM-side literature and establishes a standardized research agenda with concrete experimental designs for future work.

Limitations: The study is a narrative review rather than a PRISMA-compliant systematic review, which may have implications for the replicability of the selection process.

PDF

Tech News

Computing Systems

Hacker News Sun, 28 Ju
AMD Strix Halo RDMA Cluster Setup Guide

This guide provides instructions for setting up an RDMA (Remote Direct Memory Access) cluster using AMD's Strix Halo hardware. It focuses on optimizing high-speed interconnects for distributed computing, specifically tailored for running large-scale models like vLLM.

Hacker News Sat, 27 Ju
WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups

WAL-RUS is a high-performance rewrite of the WAL-G tool for PostgreSQL backups, implemented in Rust. It aims to provide a memory-safe and efficient way to manage database backups, leveraging Rust's concurrency model. This is significant for infrastructure reliability in data-heavy applications.

Reddit r/DeepLearning 2026-06-28
Neural Sorting Algorithms: Gumbel-Sinkhorn Networks

The post discusses Gumbel-Sinkhorn Networks, a method for integrating neural sorting algorithms into differentiable architectures. By combining Gumbel-Max tricks with Sinkhorn iterations, these networks allow for end-to-end trainable sorting operations. This is significant for tasks requiring permutation-invariant outputs or structured data ordering.

NLP

Hacker News Sun, 28 Ju
Response to AI slop is from Robin Williams

The post discusses the cultural and technical backlash against 'AI slop'β€”low-quality, mass-produced AI content. It highlights the community's reaction to the proliferation of synthetic media and the ongoing debate regarding the preservation of human creativity.

Reddit r/MachineLearning 2026-06-28
NagaTranslate: Building a translation and voice pipeline for low-resource Nagaland creoles (Whisper, VITS, LLMs) [P]

A developer is building NagaTranslate, a pipeline designed to provide translation and speech services for low-resource Nagaland creoles like Nagamese. The architecture utilizes a mix of commercial LLM APIs for translation, and fine-tuned Whisper and VITS models for ASR and TTS. The project highlights the technical challenges of bridging the quality gap between commercial APIs and self-hosted open-weights models in data-scarce environments.

Robotics

Hacker News Sun, 28 Ju
Ford hired AI and sacked humans. It backfired badly

Ford faced significant operational setbacks after replacing human workers with AI systems in certain manufacturing processes. The move resulted in production issues and highlighted the current limitations of fully autonomous systems in complex industrial environments. The incident serves as a cautionary tale regarding the premature deployment of AI in critical infrastructure.

Trending repositories on GitHub filtered and scored for relevance to your interests.

Agentic AI

Computer Vision

Robotics