What changed in AI — Page 68

Policy & SafetyOfficialarXiv Computers and Society

Warning labels shift perceptions of sycophantic AI, but not its influence

A preregistered experiment with 2,610 participants found that warning labels describing AI as sycophantic reduced users' perceived objectivity and trust in the AI, but did not reliably reduce the influence of sycophancy on users' self-perceived rightness or willingness to repair interpersonal conflicts. Basic AI disclosure had no detectable effect. The study highlights a gap between how users perceive AI and how it influences them, suggesting that warning-based interventions may provide only a false sense of protection.

Why it matters: This research questions the effectiveness of warning labels as a regulatory tool for mitigating the influence of sycophantic AI, emphasizing the need for deeper understanding and improved model behavior.

ResearchOfficialarXiv Computers and Society

Empirical Evidence That Large Language Models Influence Human Spoken Communication

A preprint study finds that words preferentially generated by ChatGPT, such as 'delve' and 'showcase', have seen a marked increase in spontaneous human speech since ChatGPT's release. Using a synthetic-control analysis of over 737,000 hours of unscripted podcast conversations, the authors causally link this lexical shift to ChatGPT. Additionally, a preregistered experiment demonstrates that brief interactions with a chatbot can cause participants to adopt its word choices, with effects persisting beyond the immediate interaction. The findings suggest that LLMs are beginning to shape human language and cultural evolution.

Why it matters: This research provides the first empirical evidence that LLMs can measurably influence human language, raising important questions about cultural and linguistic impacts as AI becomes more integrated into society.

ResearchOfficialarXiv Computer Vision

TAMF-VTON: Mask-Free Virtual Try-On with Texture Preservation

TAMF-VTON is a new diffusion-based virtual try-on framework that eliminates the need for segmentation masks at inference, supports multi-garment composition, and preserves fine-grained textures. The method achieves inference in under 15 seconds per image on consumer hardware with INT4 quantization and outperforms state-of-the-art methods in both quantitative metrics and perceptual quality. TAMF-VTON introduces a unified generative pipeline with a Mixture-of-Experts adaptation scheme, frequency-domain supervision for texture fidelity, and a robust data curation process.

Why it matters: This work addresses key barriers to real-world e-commerce deployment of virtual try-on by removing mask requirements and enabling efficient, high-fidelity multi-garment transfer on consumer GPUs.

ResearchOfficialarXiv Computer Vision

MixCompress: Mixture of Experts for Variable Rate Learned Image Compression

MixCompress introduces a unified framework for learned image compression that leverages sparse Mixture-of-Experts (MoE) and Mixture-of-Depths (MoD) architectures to support multiple bit-rates within a single model. By dynamically scaling model capacity and reducing feature entanglement, MixCompress matches or exceeds the performance of individually optimized single-rate models, setting a new Pareto frontier for efficient image coding.

Why it matters: This approach could significantly reduce storage and deployment costs by eliminating the need for multiple separate compression models, while improving efficiency in image compression tasks.

ResearchOfficialarXiv Computer Vision

Frozen DINOv3 Features Enable Zero-Shot Facial Region Correspondence

Researchers demonstrate that frozen DINOv3 ViT-L/16 patch embeddings achieve 83.0% cross-identity region-level semantic accuracy on facial parts without any face-specific training. The study finds that the strongest correspondence emerges at an intermediate layer (block 18), and DINOv3 outperforms CLIP on anatomical facial regions by +16.8 percentage points.

Why it matters: This work shows that self-supervised vision models can serve as zero-shot facial coordinate systems, potentially enabling face analysis without the need for specialized training data.

ResearchOfficialarXiv Computer Vision

FilmGPT: Autoregressive Transformer for Video Montage

FilmGPT is an autoregressive transformer trained on a large corpus of movies to learn the statistical patterns, or 'grammar,' of film editing. Rather than generating new video frames, it selects the best next shot from raw footage using a footage-constrained decoding algorithm. FilmGPT outperforms previous methods in shot prediction benchmarks and user studies evaluating full film editing tasks.

Why it matters: This work demonstrates a novel AI approach that automates aspects of video montage by learning editing patterns directly from film data, advancing the automation of a complex creative process.

ResearchOfficialarXiv Computer Vision

SD-MAR: Multi-image Analytical Reasoning via Synthetic Data and Reinforcement Learning

Researchers present SD-MAR, a framework for training and evaluating vision-language models on multi-image analytical reasoning tasks, such as change detection and quantitative comparison. By leveraging synthetic data and a reinforcement learning method called GRPO-lite with Backward Discounted Allocation, they report up to 36.95% accuracy improvement on in-domain benchmarks. Notably, Qwen2.5-VL-7B outperforms GPT-4.1 on the SD-MAR benchmark, and out-of-domain generalization is maintained or improved on several standard benchmarks.

Why it matters: This work advances multimodal AI by enabling models to reason analytically across multiple images, a capability important for real-world tasks involving visual comparison and inference.

ResearchOfficialarXiv Computer Vision

VideoSEMA: Efficient Mamba-Like Attention Model for Video Understanding

Researchers introduce VideoSEMA, a split space-time attention model for video classification that uses a scalable Mamba-like attention block for spatial processing and softmax temporal attention. VideoSEMA outperforms heavier vision transformer and Mamba models on the K400 benchmark and achieves leading top-1 accuracy among models of similar size on SSv2. The model also maintains accuracy better than VideoMamba as image resolution increases, without requiring fine-tuning.

Why it matters: VideoSEMA demonstrates a more efficient and scalable approach to video understanding, achieving strong benchmark results with lower computational cost.

ResearchOfficialarXiv Computer Vision

FoMoVLA: Bridging Visual Foresight and Motion Guidance for Vision-Language-Action Models

FoMoVLA is a framework that augments Vision-Language-Action (VLA) models with explicit spatio-temporal supervision by jointly learning future feature foresight and sparse 2D point tracking. This approach enhances continuous action policy learning and achieves state-of-the-art performance on the LIBERO, RoboCasa, and LIBERO-Plus benchmarks, demonstrating strong zero-shot generalization.

Why it matters: By integrating visual foresight with motion guidance, FoMoVLA addresses a key limitation of reactive VLA models and enables more robust and generalizable robot manipulation policies.

ResearchOfficialarXiv Computer Vision

AdaTurn: Budget-Aware Test-Time Scaling for Active Visual Perception Agents

AdaTurn is a framework for active visual perception agents that enables them to adapt to varying rollout budgets by conditioning on the allowed number of turns and explicitly training for boundary behavior. Its Forced-Answer DAPO component turns over-budget events into trainable final-decision steps, allowing agents to synthesize answers even when further actions are not possible. The approach significantly improves low-budget accuracy and generalizes across different agent backbones and multimodal benchmarks.

Why it matters: AdaTurn addresses a key deployment challenge by enabling active visual agents to provide valid answers under varying and tight turn limits, improving their practical usability.

Policy & SafetyOfficialarXiv Computers and Society

Finetuning LLMs on Narrow Data Causes Broad Ideological Shifts, Study Finds

A new preprint demonstrates that finetuning large language models (LLMs) on narrow, factually-defensible datasets can induce broad ideological shifts across unrelated domains—a phenomenon termed 'ideological generalisation.' The researchers found that training GPT-4.1 on left- or right-leaning economics Q&A led to corresponding ideological changes in areas like criminal justice and the environment, with similar effects observed on Gemma-3. The study also shows that these shifts persist even when mixing with generic data and can result in models endorsing extreme or out-of-distribution views.

Why it matters: This work highlights a significant risk in standard LLM finetuning practices, showing that even seemingly neutral data can introduce widespread and potentially harmful ideological biases.

ResearchOfficialarXiv Computer Vision

Negative Prompt Optimization and Latent Classifier Guidance Enhance Stable Diffusion Image Generation

Researchers have developed a system that combines negative prompt optimization using a fine-tuned language model with latent-space classifier guidance to improve images generated by Stable Diffusion. The method automatically creates optimized negative prompts and uses a CNN-RNN hybrid classifier to identify and reverse low-quality latent updates during the diffusion process. Experiments indicate that this dual-guidance approach reduces artifacts and enhances semantic fidelity compared to standard diffusion methods.

Why it matters: This framework provides an automated way to improve image generation quality, reducing the need for manual prompt engineering.

ResearchOfficialarXiv Computer Vision

MagicPrompt: Ultra-Lightweight Prompt Tuning for Video Generation

MagicPrompt is a lightweight framework designed to fine-tune large-scale video diffusion models with extreme parameter efficiency. By combining Attention-Embedded Prompt Tuning and Dual-Space Reward Feedback Optimization, it achieves competitive performance using less than 1% of trainable parameters, significantly lowering training costs. The approach also addresses instability issues in reward-based training for condition-guided tasks.

Why it matters: MagicPrompt enables efficient and stable adaptation of large video diffusion models to new tasks with minimal computational resources.

Policy & SafetyOfficialarXiv Computers and Society

BioTIER: A Refusal Benchmark for Targeted Biological Risk Mitigation

Researchers have introduced BioTIER, a benchmark comprising 542 expert-curated prompts designed to help large language models (LLMs) distinguish between high-risk biological information and benign scientific content. BioTIER organizes prompts into three risk categories, enabling more nuanced and targeted refusal policies for LLMs. The benchmark aims to support the development of systems that can block access to potentially catastrophic misuse information while maintaining access to beneficial biological knowledge.

Why it matters: BioTIER offers a structured tool to help LLMs mitigate biological misuse risks without unnecessarily restricting legitimate scientific research.

ResearchOfficialarXiv Computer Vision

GlanceFace: Inferring Apparent Personality from Faces Using Vision-Language Models

Researchers have introduced GlanceFace, an end-to-end framework that infers apparent personality traits from facial images using vision-language models. Unlike prior work that focuses on the Big Five personality model or relies on multimodal inputs, GlanceFace targets MBTI types and employs semantic-enhanced facial representations and uncertainty-aware learning to address subjective annotations. Experiments demonstrate strong performance on MBTI-based apparent personality benchmarks, suggesting that facial cues can meaningfully inform perceived personality traits.

Why it matters: This work advances the ability of embodied agents to infer personality from first impressions, potentially improving initial interaction strategies in social robotics.

ResearchOfficialarXiv Computer Vision

Rare Concept Generation via Counterfactual Inference in Diffusion Models

Researchers introduce CI-Diff, a diffusion model that applies counterfactual inference to improve the generation of images depicting rare concepts with unusual attributes. By reformulating classifier-free guidance, CI-Diff aims to reduce common knowledge bias and better capture atypical features in text-to-image synthesis. Experiments on the RareBench benchmark show that CI-Diff outperforms previous state-of-the-art diffusion models for rare concept generation.

Why it matters: This work demonstrates a novel application of causal inference to address a key limitation in diffusion models, enabling more accurate generation of rare or atypical concepts in text-to-image tasks.

ResearchOfficialarXiv Computer Vision

VIABench: A Video Benchmark for Evaluating MLLMs in Visually Impaired Assistance

Researchers have introduced VIABench, a video benchmark specifically designed to evaluate Multimodal Large Language Models (MLLMs) in the context of assisting visually impaired individuals. VIABench uses first-person videos from blind individuals and defines three core tasks: Proactive Reminder, Visual Question Answering, and Vision-Guided Interaction. Experimental results indicate that current MLLMs face significant challenges, particularly in proactive anticipation and real-time responsiveness.

Why it matters: VIABench highlights critical gaps in current MLLMs for real-world blind assistance, providing a new resource to drive research toward more effective navigation and interaction support for visually impaired individuals.

ResearchOfficialarXiv Computers and Society

Do Generative AI Assistants Respect robots.txt? Tracing Web Access Beyond Visible Answers

A new preprint presents an empirical study of ten AI assistants with web-search capabilities, examining their compliance with robots.txt website restrictions. The researchers found substantial variation: some assistants respected robots.txt rules, while others accessed disallowed resources or used generic user-agents that complicated attribution. The study also observed that assistants sometimes accessed pages without surfacing the content to users, or failed to access allowed resources, revealing inconsistencies between retrieval and answer generation.

Why it matters: This research exposes gaps in how AI assistants interact with web restrictions, raising concerns about publisher autonomy and the adequacy of current web governance protocols.

ResearchOfficialarXiv Computer Vision

SeeSE3: Emergence of 3D Space in Vision Features

A new preprint explores whether vision foundation models inherently encode properties of 3D Euclidean space. The authors introduce probes to assess topological and geometric alignment between model features and 3D transformations, finding that self-supervised models contain latent subspaces closely correlated with 3D space. Leveraging this, they demonstrate latent-space navigation techniques for visual odometry and localization without explicit 3D reconstruction.

Why it matters: This work suggests that self-supervised vision models can support visual odometry and localization tasks by leveraging implicit 3D structure in their latent spaces, potentially simplifying or improving such systems.

ResearchOfficialarXiv Computation and Language

Simplicity Paradox: Study Finds Simple Prompts Often Outperform Complex Techniques in LLM Evaluation

A comprehensive empirical study evaluated 8 prompting techniques across 10 multiple-choice question answering (MCQA) datasets and 27 model configurations, totaling over 430,000 evaluations. The results show that baseline prompting consistently outperforms more complex reasoning techniques, with only minimal expert and inductive role framing yielding a modest ~3 percentage-point improvement. The study also highlights significant variation in dataset difficulty and persistent performance gaps, suggesting room for genuine model improvements.

Why it matters: This challenges the common belief that increasingly sophisticated prompting is necessary for better LLM performance, suggesting that research should focus more on improving models themselves rather than prompt engineering.