LIVE PULSE
5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

#vision-language

32 curated events
papersTODAY 04:00 UTC

Study probes whether vision-language models truly capture temporal structure

A new arXiv paper reframes temporal grounding as an anomaly-detection problem in order to test whether vision-language models actually represent time ordering in video and image sequences. The authors report that strong results on existing video benchmarks do not necessarily show that these models rely on temporal structure rather than shortcuts. They propose this setup as a way to measure temporal consistency more directly.

papersTODAY 04:00 UTC

E2A-Bench Tests Whether Financial Chart VLMs Turn Evidence Into Reliable Actions

A new arXiv paper introduces E2A-Bench, a benchmark aimed at measuring how reliably financial vision-language models convert chart evidence into action recommendations. The authors argue that existing hallucination tests focus on whether individual claims are supported, rather than whether the underlying evidence actually drives the recommended action. The benchmark is designed to close that gap in evaluating financial chart reasoning.

papersTODAY 04:00 UTC

arXiv Paper Proposes Human-Grounded Calibration for Long-Text Image-Text Matching

A new arXiv preprint addresses the difficulty of judging whether lengthy descriptive text actually matches an image, a task relevant to vision-language systems. The authors note that raw similarity scores from dual-encoder models are hard to interpret and propose calibrating them against human judgments. The work targets more reliable long-text image-text congruence scoring.

papersTODAY 04:00 UTC

LLaDA-UI Applies Block-wise Diffusion Decoding to Vision-Language GUI Agents

A new arXiv paper introduces LLaDA-UI, a method that adapts diffusion large language models to vision-language agents that operate graphical user interfaces. Diffusion decoding generates tokens in parallel blocks and in arbitrary order, which the authors argue suits latency-sensitive GUI tasks. The work positions interface agents as a testbed for this alternative to standard left-to-right generation.

papersTODAY 04:00 UTC

arXiv Paper Revisits Correctness Measures for Uncertainty Estimation in Clinical VLMs

A new preprint examines how correctness is defined when vision-language models are used to make clinical predictions from medical images and electronic health records. The authors argue that current uncertainty estimation methods may be evaluated in ways that do not reflect whether a prediction is actually reliable. The work targets safer deployment by improving how unreliable outputs are detected.

papersTODAY 04:00 UTC

Agentic Visual RAG via Explicit Context Selection and Consolidation

A new arXiv paper proposes a visual retrieval-augmented generation approach that treats evidence gathering as an explicit agentic process. Instead of relying on a single retrieval step, the method selects and consolidates page images as context before reasoning over visually rich documents. The work targets settings where supporting evidence is sparse and spread across pages.

papersTODAY 04:00 UTC

Probing Method Aims to Improve PEFT Layer Selection in Vision-Language Models

A new arXiv paper proposes a probing technique that analyzes weight statistics and perturbation robustness before fine-tuning to decide which layers of a vision encoder should be adapted. The authors argue this pre-fine-tuning approach can yield more stable improvements while training fewer parameters in large vision-language models. The work targets parameter-efficient fine-tuning, where only a small subset of weights is updated.

papersTODAY 04:00 UTC

Unified vision-language model targets PSMA PET/CT reporting, VQA, and lesion segmentation

Researchers present a single vision-language model designed to handle three prostate cancer imaging tasks at once: generating PET/CT reports, answering visual questions, and segmenting lesions. The work argues that prior PET/CT AI systems typically tackle these tasks in isolation, and that combining them may improve clinical usefulness.

papersTODAY 04:00 UTC

MARCUS: Agentic Multimodal Vision-Language Model for Cardiac Diagnosis

Researchers present MARCUS, a vision-language system designed to assist with cardiac diagnosis and management. Unlike earlier medical AI models that handle only one type of input and cannot interact with users, it is described as agentic and multimodal. The work targets cardiovascular disease, the leading cause of death worldwide, where interpreting complex cardiac tests remains a bottleneck.

papersTODAY 04:00 UTC

DART-VLN tackles memory decay and looping in vision-language navigation agents

A new arXiv paper proposes a method called DART-VLN for memory-based agents that navigate environments using discrete vision-language instructions. It targets two failure modes seen at inference time: reliance on outdated stored information and agents getting stuck in repetitive behavior. The approach combines test-time memory decay with an anti-loop regularization technique to improve navigation robustness.

papersTODAY 04:00 UTC

EventVL Uses Multimodal LLMs to Interpret Event Camera Streams

Researchers present EventVL, a multimodal large language model designed to interpret event-based camera data rather than relying on CLIP-style encoders. The work targets explicit understanding of event streams, a sensing modality where most prior vision-language approaches have focused only on conventional perception tasks. The paper is a revised cross-listing on arXiv.

papersTODAY 04:00 UTC

Audit Finds Persona Prompts Bias Vision-Language Model Affordance Reports

A revised arXiv paper re-examines an earlier seven-prompt study on how vision-language models describe objects and their possible uses under different persona prompts. The authors argue that low overlap between responses alone does not prove an affordance effect, so they add matched-question controls to test whether the differences hold up. The work is a methodological audit aimed at tightening how such prompt-sensitivity claims are evaluated.

papersTODAY 04:00 UTC

Image-swap audit tests whether medical vision-language models rely on scans

A new arXiv paper introduces ModaLens, an audit method that swaps paired images to check how much a medical vision-language model actually depends on the image versus the accompanying radiology report. Because a report may already contain the answer to a clinical question, the technique measures how image sensitivity shifts when report text is available. The authors report results for MedGemma-27B among other models.

papersTODAY 04:00 UTC

arXiv paper studies image-question dependence in VLM test-time reinforcement learning

A new arXiv preprint examines how test-time reinforcement learning adapts vision-language models to unlabeled target data, noting that results depend heavily on the quality of self-generated training signals. The authors argue that consensus-based learning signals are inherently limited and propose exploiting dependence between images and their questions to improve reliability. The work is categorized under machine learning and has not yet been peer reviewed.

papersTODAY 04:00 UTC

Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions

Researchers propose using recordings of how listeners' eyes move while they interpret a speaker's description as a training signal for vision-language models. By converting these gaze scanpaths into incremental feedback, the models learn to produce referring expressions that are more pragmatically suited to the listener. The work is presented as an arXiv preprint in the computation and language category.

papersTODAY 04:00 UTC

TestHallVQA benchmark probes document-level reasoning in vision-language models

A new arXiv paper introduces TestHallVQA, a benchmark built from scientific exam material for evaluating large vision-language models on visual question answering over long, multi-page documents. The authors argue that current planar VQA benchmarks tend to test isolated skills rather than document-level reasoning amid redundant context. The benchmark is intended to expose where such models fail when relevant information is buried in lengthy inputs.

papersTODAY 04:00 UTC

Study Uses Activation Patching to Trace How VLMs Read Bar Chart Values

A new arXiv paper examines how vision-language models arrive at exact values when reading vertical bar charts. The authors apply counterfactual activation patching to trace where and how chart evidence is combined across space and depth in the network. The work argues that correct answers alone do not reveal the underlying mechanisms models use.

papersTODAY 04:00 UTC

Transcoders Trace Visual Grounding and Hallucinations in Vision-Language Models

A new arXiv paper proposes using transcoders, an alternative to sparse autoencoders, to study how vision-language models turn image inputs into text. The authors argue that sparse autoencoders decompose static representations and miss the flow of information, while transcoders can follow that transformation more directly. The method is used to locate where visual grounding happens and where hallucinated content originates in these models.

papersTODAY 04:00 UTC

Multi-Agent Vision-Language Framework Turns Product Images into Textual Reviews

Researchers present a multi-agent vision-language system that helps generate written product reviews grounded in user-uploaded images and videos from e-commerce platforms. The approach is intended to make use of visual feedback showing item quality, defects, packaging, and real-world use. The work is published as an arXiv preprint.

papersTODAY 04:00 UTC

Paper studies how distractors affect test-time scaling in reasoning VLMs

A new arXiv preprint examines whether irrelevant information, known as distractors, changes how vision-language models behave when allowed to spend more compute at inference time. Prior work on text-only models found that such distractors can worsen inverse scaling, where reasoning degrades as test-time compute grows. The authors extend that question to multimodal settings, where models must handle both images and text. The submission is a cross-listed replacement in cs.AI and cs.LG.

papersTODAY 04:00 UTC

EasyLens Boosts Subtle Lesion Detection in Medical Vision-Language Models

Researchers present EasyLens, a plug-and-play method that amplifies the representation of subtle lesions in medical vision-language models without requiring any additional training. The approach targets a known weakness of such models, whose clinical usefulness is limited by low sensitivity to faint or small abnormalities. According to the paper, the technique can be added to existing pipelines to improve lesion detection and related report generation tasks.

papersTODAY 04:00 UTC

Survey Reviews Causes, Corrections and Evaluation of Hallucination in Multimodal AI Models

A revised arXiv paper surveys research on hallucination in multimodal foundation models, focusing on large vision-language models. It organizes the literature around why these errors occur, methods proposed to reduce them, and how they are measured. The authors frame the work as a structured overview connecting causes, corrections and evaluation practices.

papersTODAY 04:00 UTC

Study Splits VLM Affordance Errors Into Part Grounding and Action Knowledge

A new arXiv paper argues that overall accuracy scores hide which stage of affordance prediction vision-language models actually fail at. The authors break the task into locating the relevant object part and knowing what action to apply, then test models on each separately. Their results indicate the bottleneck lies in part grounding rather than action knowledge.

papersTODAY 04:00 UTC

NoteVQA Benchmark Targets Everyday Visual Questions From Human Communities

Researchers introduce NoteVQA, a benchmark that evaluates vision-language models on visual questions drawn from real human communities rather than pre-defined task categories. The work argues that current benchmarks focus on narrow capabilities such as multi-hop retrieval and miss the variety of questions users ask in daily life, including consumer AI search. It is published as an arXiv preprint.

papersSEP 10 04:00 UTC

Vision-language reinforcement learning enables scalable segmentation for clinical tasks

A new arXiv paper describes a vision-language reinforcement learning framework for on-demand analysis of medical images across a range of clinical applications. It focuses on delineating tumors and nearby organs at risk, a step central to radiotherapy planning, surgery, and treatment response assessment that currently demands significant expert time. The authors position the method as addressing the limitations of existing AI systems in this domain.

papersSEP 10 04:00 UTC

On-Policy Distillation Proposed for Vision-Language Model Adaptation on Low-Quality Data

A new arXiv paper introduces an on-policy distillation approach for adapting compact vision-language models from a larger task-trained teacher. Rather than relying solely on teacher predictions as training targets, the method lets the student learn from its own outputs, which the authors report makes it especially effective when multimodal training data is noisy or low quality.

papersSEP 10 04:00 UTC

LogiScope-VQA: A Benchmark for Vision-Language Models on Warehouse Hazard Detection

Researchers have released LogiScope-VQA, a benchmark that evaluates whether large multimodal models can perceive, understand, and reason about safety hazards in industrial warehouse environments at a level comparable to human experts. The work addresses the lack of domain-specific evaluation data for deploying such models in logistics settings. The paper appears on arXiv with cross-listings in artificial intelligence and computational linguistics.

papersSEP 10 04:00 UTC

Study Quantifies Text Branch Sensitivity in Medical Vision-Language Segmentation

Researchers on arXiv examine whether clinical text inputs genuinely drive pixel-level predictions in pretrained vision-language models for medical image segmentation. They propose an evidence-decoupling approach to characterize the sensitivity of the text branch, aiming to clarify the real contribution of textual information to segmentation outputs.

papersSEP 12 04:00 UTC

Trajectory-Aware Decoding Control for Diffusion Vision-Language Models

A new arXiv paper proposes a decoding-control method for diffusion vision-language models that uses intermediate answer trajectories to decide how much reasoning a query actually needs. The approach targets a mismatch in which models apply reasoning effort that does not match the difficulty of the task, aiming to make inference more efficient and better calibrated. The work is presented as a preprint and has not yet been peer reviewed.

papersSEP 12 04:00 UTC

arXiv Paper Tests How Vision-Language Models Choose Physical Experiments

A new arXiv preprint examines whether vision-language models can pick which physical measurement experiment to run next when given an image from an earlier trial. The setup asks a model to reason from one observation, such as how far a block slid, to predict the outcome of a new trial. The work probes how well these models transfer physical understanding to fresh experimental choices.

papersSEP 12 04:00 UTC

Soft Prompting Approach Adapts Vision-Language Models with Few Shots

A new arXiv paper tackles few-shot object detection with vision-language models in domains that differ from their training data, such as aerial, industrial, and medical imagery, where only ten labeled images are available. Rather than optimizing discrete text prompts, the authors propose a soft prompting method for adaptation. The work is a cross-listing on arXiv cs.AI.

papersSEP 12 04:00 UTC

Study Evaluates Edge-Deployable Vision-Language Models for Species ID

A new arXiv paper argues that species identification from camera traps should be assessed using small vision-language models that can run locally on edge hardware, rather than frontier-scale systems. The authors note that field deployments often have weak or no network connectivity, which makes compact, on-device models the realistic option to study. The work positions this evaluation setting as the practically relevant benchmark for the task.