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-09 05:10 UTC.

Live monitoring

Live updates

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

Live updates

Reset
OxyJen v0.5: a deterministic graph runtime for AI workflows

OxyJen is an open-source Java framework for orchestrating LLM workloads with graph-style execution, context-aware memory, and deterministic retry/fallback. Designed for enterprise Java environments, it aims to provide a reliable production-grade execution engine for AI pipelines.

Hacker News AIAgents / PolicyIn-site article
OpenLTM – Local, self-decaying memory for AI coding agents

OpenLTM is an open-source, MIT-licensed long-term memory plugin for AI coding agents like Claude Code, OpenCode, and Pi. It provides automatic semantic memory capture, recall, and importance-weighted decay, with no cloud dependency. The plugin stores memory locally in SQLite and offers hooks, commands, and a graph visualizer.

Hacker News AIAgentsIn-site article
What Apple Knows About AI That Silicon Valley Won't Admit

Apple's modest AI investment ($14B projected for 2026) contrasts with peers' $670B, reflecting genuine skepticism that AI is transformative. The article argues Apple acts on its beliefs by choosing a non-AI CEO and opening Siri to third-party models, while other tech giants hedge with Pascal's Wager-like massive spending. Apple is a fearless atheist; others are fearful performers.

Hacker News AIAgents / StartupsIn-site article
EgoAERO: Learning Dexterous Manipulation from a Single Egocentric Video without Object Assets

EgoAERO is a novel framework that learns dexterous robot manipulation from a single egocentric RGB-D human demonstration without requiring pre-scanned object assets. It reconstructs contact-consistent hand-object trajectories and converts them into robot policies using two-stage residual learning. The framework also introduces an online quality assessment mechanism and compiles the large-scale EgoDex-R dataset. Experiments show it achieves performance close to CAD-based methods.

arXiv RoboticsPolicy / Research / RoboticsIn-site article
IntentNav: Learning Spatial-Visual Object Navigation from Human Demonstrations

IntentNav is a framework that learns human-like object navigation policies from human demonstrations. It uses frontier-based human-intent labeling to infer high-level search intent and constructs a spatial-visual candidate space for efficient exploration. It achieves state-of-the-art performance on multiple benchmarks and zero-shot transfers to various robot platforms.

arXiv RoboticsModels / Policy / ResearchIn-site article
Q-VGM: Q-Guided Value-Gradient Matching for Flow-Matching VLA Policies

Q-VGM is an off-policy RL method that efficiently fine-tunes flow-matching VLA policies by matching value gradients through a denoising-time field, avoiding backpropagation issues. It achieves significant success rate improvements on multiple benchmarks and real-robot tasks.

arXiv RoboticsModels / Policy / ResearchIn-site article
PRISM: PRior-guided Imagination Sampling in world Models

PRISM is a task-agnostic framework that extracts a state-conditioned Gaussian prior from the world model's encoder via a lightweight MLP, and fuses it into the planner's sampling distribution using a precision-weighted Product-of-Gaussians update, significantly improving success rates in continuous control tasks.

arXiv RoboticsAgents / ResearchIn-site article
X-OP: Cross-Morphology Whole-Body Teleoperation via MPC Retargeting

This paper presents X-OP, a hierarchical whole-body teleoperation framework using a single XR device that generalizes across robot morphologies without retraining. It features an MPC-based motion retargeter jointly optimizing operator intent and dynamic feasibility, with state synchronization and SLAM feedback for robust execution. Simulations show over 30% faster task completion and 20% lower power consumption for a humanoid, and zero collisions for a mobile manipulator. Real-world experiments confirm effectiveness and user adaptability. The plug-and-play framework enables scalable, morphology-agnostic teleoperation with real-time behavior customization.

arXiv RoboticsModels / Policy / ResearchIn-site article
End-to-End Control of a Powered Knee-Ankle Prosthesis Towards Unified, Tuning-Free Assistance

Researchers developed a real-time end-to-end controller for powered knee-ankle prostheses using Temporal Convolutional Networks, eliminating need for manual tuning and intent classifiers. Tested on level ground, ramps, and stairs, the controller demonstrated seamless adaptation, matching training-data scaling and enabling natural stair transitions without subject-specific adjustments.

arXiv RoboticsResearchIn-site article
Path Planning Using Deep Deterministic Policy Gradient: A Reinforcement Learning Approach

This paper proposes a path planning method for autonomous vehicles in threat-laden environments using Deep Deterministic Policy Gradient (DDPG). Threats are modeled as circular no-go zones. The DDPG agent learns a direct mapping from state to actions via trial and error, with a reward function comprising attractive, repulsive, and energy penalty components. Compared to traditional pseudospectral optimal control, DDPG is significantly faster while producing effective paths, making it suitable for real-time applications.

arXiv RoboticsAgents / PolicyIn-site article
MinNav: Minimalist Navigation Using Optical Flow For Active Tiny Aerial Robots

MinNav is a navigation stack based on optical flow and its uncertainty, enabling tiny aerial robots to fly through scenes with static/dynamic obstacles and unknown-shaped gaps without prior knowledge. It achieves a 70% success rate in real-world experiments and matches depth-based methods with far less computation.

arXiv RoboticsResearch / RoboticsIn-site article
VoLo: A Physical Orchestrator for Open-Vocabulary Long-Horizon Manipulation

This paper presents VoLoAgent, a VLM-based system for open-vocabulary long-horizon manipulation that orchestrates heterogeneous robot capabilities as interruptible tools. It introduces a closed agent loop for planning, monitoring, and recovery in real physical environments. The RoboVoLo benchmark is also introduced, demonstrating significant improvements over single VLA/VLM or tool-based systems.

arXiv RoboticsAgents / ResearchIn-site article
NeuroAlign: Hierarchical Multimodal Fusion of Dynamic and Structural Neuroimaging for MCI Analysis

NeuroAlign is a hierarchical multimodal fusion framework that integrates fMRI and DTI data for the analysis of Mild Cognitive Impairment (MCI). It introduces Dual-Modal Hierarchical Alignment (DMHA) and Dual-Domain Hierarchical Interaction (DDHI), along with a gradient-free attribution method called Synergistic Activation Mapping (SAM), achieving competitive detection performance on multiple datasets.

arXiv Computer VisionModels / ResearchIn-site article
AMN: An Adaptive Multi-Scale Fusion Network with Boundary and Uncertainty Modeling for Nuclei Segmentation

AMN (Adaptive Multi-Scale Nuclei Network) is a dual-encoder segmentation framework that combines Swin Transformer and ResNet-50 feature pyramid via a learned per-channel gating mechanism. It achieves mean Dice 0.82 and mean F1 0.68 on CoNIC benchmark, outperforming eight baselines, and shows strong generalization on MoNuSeg.

arXiv Computer VisionModels / Research / StartupsIn-site article
Eyes All Around: Design and Analysis of 360-Degree LiDAR Perception Using Equivariant Feature Learning in Unstructured Traffic

This paper addresses the challenge of perception in dense, unstructured urban traffic for autonomous driving by proposing a 360-degree LiDAR perception framework that combines sector-wise panoramic processing with rotation-equivariant sparse convolutions. Evaluated on a custom dataset from diverse Indian traffic conditions, the framework achieves strong detection for cars (92.02/90.51), buses (80.53/76.34), and trucks (78.59/74.16), while lower performance on pedestrians (67.45/61.02), cyclists (73.21/69.54), and motorcyclists (71.20/68.13) highlights the difficulty of detecting smaller, variable road users.

arXiv Computer VisionResearch / RoboticsIn-site article
SENTRY: Statistical Reliability Analysis of Vision Transformers Under Soft Errors

This paper proposes a statistical fault injection framework named SENTRY that leverages finite-population sampling theory to provide formal reliability guarantees for Vision Transformers. With only a few thousand samples, it bounds failure rate estimation within 1% error margin at 99% confidence, achieving up to 10,700x reduction in experimental cost. The study reveals a highly non-uniform reliability landscape: only 3% of FP32 bit-flips cause failure, but most of those lead to catastrophic accuracy collapse, with vulnerabilities localized to normalization layers and critical exponent bits in IEEE-754 format.

arXiv Computer VisionModels / Policy / ResearchIn-site article
Can You Trust What You See? Human and AI Detection of Synthetic Legal Evidence

A new study tests humans and advanced multimodal AI models on distinguishing real legal photos from AI-generated fakes. Results show humans average 64.8% accuracy, dropping to near chance on top generators, while AI models never misidentify real images but miss most synthetic ones. The authors advocate for a combined approach of trained human review, AI screening, and provenance infrastructure like C2PA.

arXiv Computer VisionModels / Research / StartupsIn-site article
VisualLeakBench: Reproducible Action-Boundary Propagation Failures in Vision-Language Agents

This paper introduces VisualLeakBench, a benchmark for evaluating action-boundary propagation failures in vision-language agents, where sensitive text from images is copied into tool arguments. Baseline tests show 78.8% PII and 85.5% unsafe-text propagation rates. Defensive prompts reduce PII to 2.0% but suppress utility, while unsafe-text remains at 52.6%.

arXiv Computer VisionModels / Agents / ResearchIn-site article
A Mechanistic Analysis of Adversarial Fine-tuning of Vision Transformers

Researchers at MIT analyzed adversarial fine-tuning of Vision Transformers (ViTs) to improve robustness to image perturbations. They found that fine-tuning on specific corruptions (low/high frequency) improves performance on those corruptions but does not generalize to unseen types. Despite changes in attention and knowledge, sparse representations remained unchanged.

arXiv Computer VisionModels / ResearchIn-site article
SlideCheck: Guiding Self-Supervised Pretraining of Pathology Foundation Models via Dataset Distributions

SlideCheck is a lightweight tool that uses frozen patch features from pathology foundation models to score abnormality and malignancy in whole-slide images, enabling better control over pretraining data composition. Experiments show that data distributions defined by SlideCheck influence downstream ViT pretraining performance, and curated subsets can match full-data results.

arXiv Computer VisionModels / ResearchIn-site article
Multimodal Group Emotion Recognition In-the-Wild Towards a Privacy-Safe Non-Individual Approach

This doctoral thesis proposes two privacy-preserving frameworks for group emotion recognition (GER) using collective audio-video signals instead of individual cues. The first uses cross-attention multimodal fusion with Frames Attention Pooling (FAP), the second (VE-MD) learns a shared latent space for emotion classification and structural representation prediction. Results show competitive performance without individual features.

arXiv Computer VisionModels / ResearchIn-site article
MST-Direct at Scale: Multivariate and Conditional Geostatistical Simulation via Sinkhorn Optimal Transport

This paper extends MST-Direct, a Sinkhorn optimal transport approach, to multivariate, conditional, and large-scale geostatistical simulation. It addresses scalability via a sparse candidate-restricted Sinkhorn matcher with O(nC) memory, extends to multiple variables using an FFT-MA Gaussian backbone, and enables hard-data conditioning through kriging. Validation on a six-variate heteroscedastic distribution shows zero histogram error and exact spatial correlation reproduction, outperforming the PPMT approximation.

arXiv Machine LearningResearchIn-site article
When Should an AI Scientist Stop? Verifiable Experiment Steering and Refusal for Autonomous Discovery

This paper introduces CARTOGRAPH, a verification layer for AI scientists that couples unresolved-subspace experiment steering, explicit ambiguity closure, and residual-based library inadequacy detection. It outperforms raw projection in five testbeds and demonstrates the ability to tentatively identify and then revoke out-of-library mechanisms. In a retrospective audit, it flagged all inconclusive claims from the A-Lab autonomous materials system while passing most confirmed claims.

arXiv Machine LearningResearch / RoboticsIn-site article
Enabling KV Caching of Shared Prefix for Diffusion Language Models

Diffusion Language Models (DLMs) suffer from bidirectional attention causing failure of existing KV caching methods, leading to near-zero accuracy. The proposed bidirectional prefix caching (bicache) dynamically identifies safe layer depths to reuse shared prefix KVs, improving throughput by 36.3%-98.3% with only 0-1.8% accuracy degradation.

arXiv Machine LearningModels / Research / StartupsIn-site article
TriHead-GAN: A Generative Adversarial Network with Triple-Head Discriminator for Carbon Emission Time Series Generation

Accurate carbon emission monitoring is critical for climate policy, yet high-frequency city-level data is scarce. TriHead-GAN is a Transformer-based adversarial framework whose triple-head discriminator jointly supervises distributional authenticity, cross-variable dependency, and temporal smoothness. Experiments show it outperforms baselines and improves downstream forecasting in low-resource settings.

arXiv Machine LearningModels / Policy / ResearchIn-site article
STARIXNet: Multivariate and Multi-attribute Deep Learning Approach to Real-Time Resource Allocation in Cloud Platforms

STARIXNet is a lightweight neural network that guides resource allocation in multivariate space by capturing spatio-temporal relationships among multiple system metrics, prioritizing service stability and cost efficiency. Deployed at Walmart for critical microservices, it achieves 10-50% cost savings and improves service stability and customer experience.

arXiv Machine LearningPolicy / ResearchIn-site article
Emergence via Phase Transitions: Mechanism Landscapes and Universal Convergence Across Complex Systems

A new Hierarchical Emergence Framework (HEF) models emergence as phase transitions in mechanism landscapes, explaining convergence across machine learning, biology, and physics. Experiments on modular arithmetic transformers show weight norm peaks precede grokking in 92% of runs, and all grokked models converge to 0.9745±0.014 accuracy, supporting the framework's predictions.

arXiv Machine LearningModels / Policy / ResearchIn-site article