AI News HubLIVE

Live AI News Intelligence

Live monitoring

The most important shift in AI today

Distilled from 105 trusted sources. Last update 2026-06-16 04:00 UTC.

Live monitoring

Live updates

Trusted sources, attribution, rights, and in-site reading distilled into a signal-first AI brief.

Live updates

Reset
EU Icons for Labelling AI-Generated Content

The EU has developed a set of icons for deployers of generative AI systems to label AI-generated or manipulated content, in line with the AI Act transparency rules. This article covers what content needs labelling, exceptions, icon variants, usage guidelines, and licensing.

Hacker News AIPolicyIn-site article
LV-Calib: LiDAR-Camera Extrinsic Calibration with Boundary-Response Modeling

LV-Calib is a calibration framework for LiDAR-camera extrinsic estimation and LiDAR boundary-response calibration using a printable planar target. It leverages visual fiducials and circular reflectivity boundaries to extract features, and iteratively refines LiDAR 3D points to handle transition band distortions caused by finite beam footprint and mixed-intensity returns. Experiments demonstrate sub-pixel reprojection accuracy, millimeter-level LiDAR feature consistency, and improved odometry performance. Code and data will be released.

arXiv RoboticsResearch / StartupsIn-site article
Inference-time Policy Steering via Vision and Touch

ViTaL framework uses bi-level optimization combining vision and touch to steer generative robot policies at inference time, significantly improving success in contact-rich manipulation tasks.

arXiv RoboticsModels / Policy / ResearchIn-site article
DynaHMRC: Decentralized Heterogeneous Multi-Robot Collaboration for Dynamic Tasks with Large Language Models

This paper proposes DynaHMRC, a decentralized framework where each robot acts as a role-aware LLM agent, enabling flexible collaboration through a four-stage closed-loop process: self-description, task allocation with leadership bidding, leader election, and reflective execution. It addresses scalability issues of centralized LLM schedulers, insufficient handling of dynamic tasks, and domain-specific data scarcity. Experiments show higher success rates and efficiency compared to strong baselines, with promising scalability.

arXiv RoboticsModels / Agents / ResearchIn-site article
VANDERER: Map-Free Exploration using Future-Aware and Visual-Curiosity-Guided Diffusion Policy

VANDERER is a novel exploration framework for mobile agents that uses only monocular camera data, leveraging a Visual Curiosity Module to guide pre-trained diffusion policies. It outperforms NoMaD by 13.4% in explored area across simulated environments and reveals a correlation between visual and geometric curiosity in outdoor settings.

arXiv RoboticsModels / Agents / PolicyIn-site article
TacStyle: Personalizing Tactile Robot Policies using Structured Behavior Representations

TacStyle proposes a novel approach that learns a structured latent representation of user preferences and uses a foundation model to interpret this space to select desired behaviors, enabling fine-grained control over robot behavior with significantly fewer preference labels. Experiments in simulation and real-world demonstrate more precise adaptation.

arXiv RoboticsModels / Research / RoboticsIn-site article
Synthetic-to-Real Pipeline for Safe Landing Zone Detection

Researchers propose a pipeline that uses synthetic data to train a Transformer-based model for safe UAV landing zone detection, bridging the sim-to-real gap and eliminating manual annotation.

arXiv RoboticsModels / Policy / ResearchIn-site article
Steady-Forcing: Balancing Spatial Persistence and Motion Continuity in Long-Horizon Nature Video Diffusion

A new framework called Steady-Forcing addresses the trade-off between spatial stability and motion continuity in long-horizon fixed-camera nature video generation. It uses components like visual anchors (V-Sink), motion memory (EMA-Sink), and temporal encoding to improve background consistency and fluid dynamics over multi-minute autoregressive rollouts.

arXiv Computer VisionModels / Research / StartupsIn-site article
BBR-Net: Boundary-Balanced Replay for Continual Medical Image Segmentation

This paper proposes BBR-Net, a boundary-balanced replay network that selects samples using boundary-aware priority and class balance to preserve anatomical structure. Evaluated on CAMUS and CardiacNet, forward setting retains source performance and reduces catastrophic forgetting, while reverse setting reveals failure when initial representations are noisy. Structural perturbation analysis shows replay effectiveness depends on stored structural reliability.

arXiv Computer VisionResearchIn-site article
FUSE: Quantifying Uncertainty in Vision-Language Models by Bayesian Fusing Epistemic and Aleatoric Uncertainty

Vision-language models are crucial in robotics and other domains, but output uncertainty quantification remains essential. FUSE proposes a probabilistic framework combining aleatoric (data-ambiguity) and epistemic (model-diversity) uncertainties via Bayesian fusion into a scalar measure that predicts output correctness, achieving state-of-the-art calibration.

arXiv Computer VisionModels / Research / RoboticsIn-site article
Interpolation between Convolution and Attention via K-Nearest Neighbors

This paper argues that convolution and self-attention can be unified within a k-nearest neighbor aggregation framework, and introduces ConvNN, a unified framework that exactly recovers standard convolution and self-attention, enabling exploration of the continuous spectrum between local and global aggregation.

arXiv Computer VisionModels / ResearchIn-site article
AI for Maritime Security: Comparative Evaluation of CNN and Vision Transformer Architectures for Maritime Object Detection

This study enhances maritime security using AI and computer vision, comparing six deep learning architectures on 6,468 images. The Vision Transformer achieved 100% accuracy with the lowest error rates and fastest processing, demonstrating AI's potential for surveillance, border protection, and autonomous navigation.

arXiv Computer VisionModels / Research / StartupsIn-site article
RAMS: Resource-Adaptive and Detection-Conditioned Model Switching for Embedded Edge Perception

RAMS is a lightweight runtime controller for object detection on embedded edge devices, dynamically selecting among YOLOv8 tiers (NANO/SMALL/MEDIUM) based on resource pressure and detection results. On Jetson Orin, the safety2 policy achieves 3.41 ms mean latency (5.6x faster than fixed MEDIUM) while retaining 74% proxy accuracy. Detection-conditioned switching improves SWAS by up to 47.3% under heavy load.

arXiv Computer VisionPolicy / ResearchIn-site article
ReportQA: QA-Based Radiology Report Evaluation

ReportQA is a clinical and flexible radiology report evaluation framework using QA pairs and LLM-as-judge to compute QAScore, addressing limitations of existing NLG and CE metrics. Experiments show QAScore aligns better with radiologist judgments, and question-driven inference outperforms report-based paradigms.

arXiv Computational LinguisticsModels / Research / StartupsIn-site article
Are Online Skill and Memory Modules Always Worth Their Tokens? A Budget-Constrained Study of Web Agents

This study re-evaluates online augmentation modules for web agents under a fixed inference budget, finding that AWM, ASI, and ReasoningBank do not provide significant advantages over a token-matched vanilla baseline that uses the same budget for additional actor steps. The baseline matches or surpasses all augmentation methods in success rate while often using fewer total tokens. The effect extends to enterprise knowledge-work tasks, and run-to-run variance is highlighted as a crucial evaluation metric.

arXiv Computational LinguisticsModels / Agents / ResearchIn-site article
CoRA: Confidence-Rationale Alignment for Reliable Chain-of-Thought Reasoning

Introduces CoRA, a GRPO-based reinforcement learning framework that aligns model confidence with generated rationales, reducing misleading high-confidence answers. On datasets like MedQA, it reduces alignment error by up to 26.51% while maintaining accuracy and improving calibration.

arXiv Computational LinguisticsModels / ResearchIn-site article
Simplifying the Modeling of Arbitrary Conditionals in Natural Language

Causal Transformers, while efficient for left-to-right decoding, struggle with arbitrary conditionals (e.g., text conditioned on both past and future tokens). The proposed AC-GPT introduces a simple modification to standard causal Transformers, enabling evaluation and sampling from arbitrary conditionals—including past, future, and mixed contexts—in a single forward pass. It preserves left-to-right ordering and next-token prediction, allowing fine-tuning of existing LLMs. Empirical results show it outperforms baselines on arbitrary conditional modeling without degrading standard performance.

arXiv Computational LinguisticsModels / Research / StartupsIn-site article
Evaluating the Robustness of Proof Autoformalization in Lean 4

This paper presents the first study on the robustness of proof autoformalization models in Lean 4. It introduces global and local perturbations to test model faithfulness, finding that all seven evaluated models are sensitive to changes and mostly fail to reflect local perturbations faithfully.

arXiv Computational LinguisticsModels / Research / StartupsIn-site article
PhoneHarness: Harnessing Phone-Use Agents through Mixed GUI, CLI, and Tool Actions

PhoneHarness is a mixed-action benchmark and execution harness for studying phone-use agents on verifiable mobile workflows. It integrates GUI, CLI, and host-side tool actions, achieving a 75.0% pass rate, outperforming non-PhoneHarness settings by 12.9 percentage points, highlighting the importance of action-surface routing and verifiable execution.

arXiv Computational LinguisticsAgents / Research / StartupsIn-site article
Benchmarking Instance-Dependent Label Noise with Controlled Corruptions

Introduces CILN, a framework to generate instance-dependent label noise via controlled input corruptions, enabling explicit control over ambiguity sources. Demonstrates on CIFAR-10, MNIST, Adult that noise structure impacts algorithm behavior beyond noise rate.

arXiv Machine LearningResearchIn-site article
Leveraging Physiological Signals to Predict Exam Outcomes with Machine Learning

This study applies machine learning to physiological data collected during exams to predict performance. Various models were compared, finding that while deep learning excels at complex patterns, simpler models like random forests can be more efficient and interpretable.

arXiv Machine LearningModels / ResearchIn-site article
Remember, Don't Re-read: Stateful ReAct Agents for Token-Efficient Autonomous Experimentation

This paper introduces a stateful ReAct agent built with LangGraph that avoids re-reading entire history at each iteration, cutting token costs by 90% in hyperparameter tuning and 52% in code optimization while maintaining performance. It provides a blueprint for practitioners to implement token-efficient autonomous experimentation. (Source: arXiv, June 2026)

arXiv Machine LearningModels / Agents / ResearchIn-site article
Policy Regret for Embedding Model Routing: Contextual Bandits with Low-Rank Experts

This paper formalizes embedding model routing as an adversarial contextual linear bandit with low-rank experts, introduces a log-quadratic policy class for efficient online learning, and proposes the Hypentropy Policy Gradient (HPG) algorithm that achieves sublinear regret without curse of dimensionality.

arXiv Machine LearningModels / Policy / ResearchIn-site article
α-Fair Insurance Pricing: A Fairness Continuum

The study proposes an α-FISP framework that balances actuarial and solidarity fairness through constrained optimization, with parameter α enabling a continuum from purely actuarial to purely solidarity pricing while ensuring solvency. Numerical experiments demonstrate computational tractability and alignment with heterogeneous U.S. state-level regulations.

arXiv Machine LearningPolicy / ResearchIn-site article