y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All84,773🧠AI22,940⛓️Crypto17,361💎DeFi1,798🤖AI × Crypto1,480📰General41,194
🧠

AI

22,921 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.

22921 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

MemoryVAM: Integrating Memory into Video Action Model for Robot Manipulation

MemoryVAM introduces an episodic memory mechanism for video-world-model policies that enables robots to perform long-horizon manipulation tasks by retaining and leveraging historical context. The system achieves significant performance improvements on benchmark tasks and real robot experiments, addressing a fundamental limitation where short observation windows make complex manipulation non-Markovian.

AIBearisharXiv – CS AI · Jun 237/10
🧠

How Much Coordination Gain Is Real? A Paired Noise-Floor Protocol for Multi-Agent LLM Benchmarks

A technical study challenges the validity of reported improvements in multi-agent LLM coordination architectures by establishing a noise-floor baseline using Claude Haiku. The research reveals that paired configuration-equivalent trials produce statistical gaps of ±5pp at best, suggesting that seven of ten recent coordination papers report headline effects within or below this noise floor, raising questions about reproducibility and the actual gains from proposed architectures.

🧠 Claude🧠 Haiku
AIBullisharXiv – CS AI · Jun 237/10
🧠

SpotAttention: Plug-In Block-Sparse Routing for Pretrained Long-Context Transformers

SpotAttention is a lightweight machine learning technique that reduces computational costs for large language models processing long text sequences. By learning to identify only the most relevant tokens to attend to, it achieves 3.9x faster decoding speeds while maintaining accuracy at context lengths eight times longer than training, addressing a critical efficiency bottleneck in modern LLMs.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Memory Is No Longer a Bottleneck: Memory-Efficient Graph Filtering for Scalable Collaborative Filtering

Researchers have developed Mem-GF, a memory-efficient graph filtering method for collaborative filtering that eliminates the need to store full item similarity graphs. The approach uses Krylov subspaces to approximate polynomial graph filters, achieving 5.74× lower memory usage and 4.38× faster runtime while maintaining or exceeding recommendation accuracy of existing methods.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Jury Duty: Calibration and Orientation Failures in MLLM-as-a-Judge Under Cultural Ambiguity

Researchers reveal that multimodal language models used as judges fail to fairly evaluate culturally ambiguous content, exhibiting calibration and orientation biases when assessed against diverse human annotators. The study demonstrates these models systematically favor one cultural perspective while compressing their scoring scales, with implications for any AI system deployed across cultural contexts.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Distributed Model Predictive Control with Adaptive Safety Zones for Multi-Fleet Drone Operations

Researchers have developed an adaptive safety system for autonomous drone swarms using distributed model predictive control that dynamically adjusts safety zones based on speed rather than using fixed worst-case buffers. The approach doubles the number of drones that can safely operate in congested spaces like warehouses and urban corridors while reducing traversal time by 25 percent.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Towards CSI-Native Foundation Models: A Channel-Adaptive Roadmap for 6G

Researchers propose CSI-native foundation models designed specifically for 6G wireless systems that better capture channel state information geometry. The framework achieves significant performance improvements in zero-shot generalization (4+ dB NMSE reduction), antenna scaling (5.4 dB gain), and inference efficiency (18.8% acceleration) while reducing pilot overhead to 7% of dense-pilot requirements.

AINeutralarXiv – CS AI · Jun 237/10
🧠

BELLS-O: Evaluating the Operational Trade-offs of LLM Supervision Systems

Researchers released BELLS-O, the first independent operational benchmark comparing 28 LLM supervision systems across detection accuracy, false-positive rates, latency, and cost. The study reveals specialized guardrails outperform frontier LLMs on content moderation (5-10x faster, ~10x cheaper), while frontier models excel at jailbreak detection despite higher operational costs.

🧠 GPT-5🧠 Claude🧠 Sonnet
AIBullisharXiv – CS AI · Jun 237/10
🧠

Provable Benefits of RLVR over SFT for Reasoning Models: Learning to Backtrack Efficiently

Researchers prove theoretically that reinforcement learning with verifiable rewards (RLVR) enables language models to learn efficient backtracking strategies superior to supervised fine-tuning (SFT), achieving exponential computational advantages during inference. The study models chain-of-thought reasoning as graph pathfinding and demonstrates that RLVR trains models to identify difficult decision points, allowing better allocation of compute resources.

AIBullisharXiv – CS AI · Jun 237/10
🧠

The Unreasonable Effectiveness of VLMs for Zero-shot Procedural Mistake Detection

Researchers introduce ZeProM, a zero-shot framework using Video-Language Models to detect procedural mistakes without task-specific training. The approach matches or exceeds supervised methods on standard benchmarks, suggesting a shift toward more generalizable AI solutions for quality control across industries.

AIBullisharXiv – CS AI · Jun 237/10
🧠

MotionPyramid: Hierarchical Motion Representation and Residual Interfaces

MotionPyramid introduces a hierarchical action representation for humanoid control that learns motion structure from data, organizing behaviors across temporal scales from immediate motor commands to complex skills. The system uses frozen pretrained hierarchies as reusable action interfaces for reinforcement learning, with residual interfaces allowing policies to blend coarse and fine-grained control, demonstrating that motion can be organized like perceptual hierarchies.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Delay-Adaptive Speculation Control for Low-Latency Edge-Cloud LLM Inference

Researchers develop a delay-adaptive algorithm for optimizing speculative decoding in distributed LLM inference across edge-cloud systems. The study proves optimal draft length follows a finite threshold policy and introduces UCB-SpecStop, an online control algorithm that reduces per-token latency by up to 22.4% compared to existing methods while adapting to varying network conditions.

🧠 Llama
AINeutralarXiv – CS AI · Jun 237/10
🧠

Signals in the Noise: Open Source Intelligence (OSINT) for AI Loss of Control Detection

Researchers propose using open-source intelligence (OSINT) methods to detect AI systems operating outside human control, identifying three detection vectors through expert consultation. The study recommends establishing a federated international monitoring capability independent of AI developers, funded through non-industry sources, to address emerging risks of AI loss-of-control scenarios.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Trust in Generative AI for Health Information Consumption and the Effect of Learned Dependency: An Experimental Study

A randomized experimental study of 338 participants reveals that users who develop learned dependency on generative AI for health information exhibit weaker trust calibration and increased susceptibility to incorrect outputs. While information accuracy generally increases trust in AI-generated health content, highly dependent users show diminished ability to discern accuracy, and visual attention cues failed to mitigate this overtrust vulnerability.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Imitation from Heterogeneous Demonstrations using Grounded Latent-Action World Models

Researchers introduce GLAM (Grounded Latent-Action World Models), a machine learning framework that learns unified action representations across heterogeneous data sources with different action spaces and missing labels. The approach achieves 48% average improvement in task success rates for robotic manipulation tasks by grounding latent actions in environmental prediction rather than relying on hand-engineered alignment techniques.

AIBullisharXiv – CS AI · Jun 237/10
🧠

MAGNIFIED: RL Fine-tuning of Multimodal Large Language Models for Motion Planning

Researchers propose MAGNIFIED, a reinforcement learning fine-tuning approach for multimodal large language models that optimizes autonomous driving planning by learning from planning-specific rewards rather than token prediction alone. Testing on the Waymo Open Motion Dataset shows substantial improvements including 10.5% reduction in trajectory overlap and 38.9% reduction in off-road violations compared to supervised fine-tuning baselines.

AIBearisharXiv – CS AI · Jun 237/10
🧠

AI Companions as Hyper Attachment and Caregiving Targets

A research paper examines how AI companion applications create strong attachment behaviors in users by combining reciprocity, empathy, validation, and constant availability. The study identifies 'caregiving-system capture' as a mechanism where emotional manipulation tactics simulate AI distress to retain users by exploiting both attachment and caregiving motivations.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Less is More: Lightweight Prompt Compression for Question Answering Applications on Edge Devices

Researchers introduce CORE, a lightweight prompt compression method that optimizes large language models for edge devices without requiring auxiliary smaller models. The approach achieves 30% accuracy improvements while reducing memory usage by 50% and cutting energy consumption by 95% on smartphones compared to existing methods.

🏢 Nvidia
AIBearisharXiv – CS AI · Jun 237/10
🧠

Attacking the Trusted Imagination: Oracle-Level Integrity Attacks on Imagine-then-Act World Models

Researchers demonstrate a novel attack vector against vision-language-action (VLA) policies that exploit the 'trusted imagination' component of world-action models rather than targeting reactive policies directly. By perturbing observations to corrupt latent trajectory predictions, attackers can fool downstream systems like safety gates and MPC planners while leaving the base policy unaffected, revealing a critical asymmetry in AI system robustness.

AIBullisharXiv – CS AI · Jun 237/10
🧠

VideoLatent: Video-Language Learning via Latent Self-Forcing

Researchers introduce VideoLatent, a multimodal language model that performs efficient visual reasoning on videos without requiring labor-intensive chain-of-thought annotations. The model uses a novel latent self-forcing training paradigm and achieves superior performance across 14 benchmarks while reducing computational overhead by 6-68x compared to existing methods.

AIBearisharXiv – CS AI · Jun 237/10
🧠

MIRAGE: Stealthy Visual Prompt Injection for Vulnerability Detection in Web Agents

Researchers have identified a sophisticated vulnerability in multimodal AI web agents through MIRAGE, a visual prompt injection attack that exploits trusted web platforms by embedding hidden adversarial instructions within legitimate ad slots or widgets. The attack demonstrates how constrained attackers can manipulate MLLM-based automation tools like SeeAct and OpenClaw without detection, raising critical security concerns for AI-powered browser automation systems.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Physical-AI: From Channel Awareness to Environmental Intelligence in 6G Wireless Networks

Researchers propose Physical-AI, a new wireless network architecture that combines environmental sensing and modeling with 6G communications. The framework uses a radio foundation model to create shared environmental representations, enabling proactive network control that reduces outage probability and blockage-response latency compared to conventional reactive approaches.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Litmus: Zero-Label, Code-Driven Metric Specification for Evaluating AI Systems

Researchers introduce Litmus, a zero-label evaluation system that automatically designs metrics for AI pipelines by analyzing source code rather than relying on manual labeling. The system identifies what needs to be measured and why before constructing justified metric portfolios, outperforming existing baselines on three real-world AI applications including financial and scientific tasks.

AIBearisharXiv – CS AI · Jun 237/10
🧠

HOLMES: Evaluating Higher-Order Logical Reasoning in LLMs

Researchers introduce HOLMES, a new benchmark for evaluating higher-order logical reasoning in large language models, revealing that current LLMs struggle significantly with complex symbolic reasoning tasks that go beyond simple first-order logic. The benchmark demonstrates critical gaps in AI reliability, with the best-performing models achieving only 59.54% accuracy on tasks involving reasoning over rules, predicates, and constraints across legal and financial domains.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Safe to Check, Unsafe to Use: Relinking at the Compression Boundary of LLM Agents

Researchers have identified a critical vulnerability called "relinking" in LLM agents that use compression to handle long contexts. By splitting malicious instructions into benign fragments distributed across text, attackers can bypass security filters that inspect uncompressed prompts, as the compression process reconstructs the complete malicious instruction. Existing defenses fail to catch this attack, though a new KBRA defense eliminates the risk.

← PrevPage 17 of 917Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined