y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All98,055🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General54,473

AI × Crypto News Feed

Real-time AI-curated news from 98,055+ articles across 50+ sources. Sentiment analysis, importance scoring, and key takeaways — updated every 15 minutes.

98055 articles
AIBullisharXiv – CS AI · May 277/10
🧠

LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding

Researchers introduce LocateAnything, a new vision-language model framework that uses Parallel Box Decoding to detect and localize objects simultaneously rather than sequentially, improving both inference speed and accuracy. The team curated a 138-million-sample dataset and demonstrated significant performance improvements across multiple benchmarks.

AIBullisharXiv – CS AI · May 277/10
🧠

HiSpec: Hierarchical Speculative Decoding for LLMs

Researchers introduce HiSpec, a hierarchical speculative decoding framework that accelerates large language model inference by using early-exit models for intermediate verification, achieving up to 2.01× throughput improvements without sacrificing accuracy.

AIBullisharXiv – CS AI · May 277/10
🧠

Diff-Instruct with Diffused Reward: Towards Principled One-step Generator RL

Researchers introduce DIDR (Diff-Instruct with Diffused Reward), a reinforcement learning framework that improves one-step text-to-image generation by aligning reward optimization with diffusion dynamics. The method addresses a fundamental mismatch in existing approaches where optimizing for image-space rewards often degrades overall image fidelity, demonstrating superior results compared to current SDXL baselines.

AINeutralarXiv – CS AI · May 277/10
🧠

Beyond Semantics: The Unreasonable Effectiveness of Reasonless Intermediate Tokens

A new arXiv study challenges the assumption that Chain of Thought reasoning traces in large language models reflect genuine internal reasoning processes. Researchers found that models trained on corrupted, semantically meaningless intermediate steps perform comparably to those trained on correct reasoning traces, suggesting that intermediate tokens function more as statistical patterns than transparent reasoning proxies.

AIBearisharXiv – CS AI · May 277/10
🧠

Elias in the Lighthouse, Again? Diagnosing Low Diversity in LLM Stories

Researchers found that LLM-generated stories suffer from severe lack of diversity, with just 11 specific words appearing in 88.3% of outputs across multiple models. These recurring elements—character names like Elias and Mara, settings like lighthouses, and professions like clockmaker—originate from preference data used in model alignment rather than training data, revealing how small datasets can disproportionately shape AI outputs.

AIBullisharXiv – CS AI · May 277/10
🧠

Multi-Agent Reinforcement Learning for Safe Autonomous Driving Under Pedestrian Behavioral Uncertainty

Researchers demonstrate that multi-agent reinforcement learning (MARL) significantly improves autonomous vehicle safety testing by co-training self-driving cars alongside realistic pedestrian agents with hidden behavioral traits. The co-trained SDC achieved 78% goal success with 14% collision rate versus 35%/33% for rule-based baselines, with jaywalking accounting for 62% of collisions despite representing only 13% of crossing events.

AIBearisharXiv – CS AI · May 277/10
🧠

Red-Teaming Claude Opus and ChatGPT-based Security Advisors for Trusted Execution Environments

Researchers red-teamed ChatGPT and Claude Opus as TEE security advisors, finding both LLMs hallucinate mechanisms and overclaim guarantees in sensitive infrastructure guidance. The study demonstrates some failure patterns transfer across models (up to 12%) and proposes an 80.62% failure reduction through policy gating, retrieval grounding, and verification checks.

🧠 ChatGPT🧠 Claude
AIBullisharXiv – CS AI · May 277/10
🧠

Guiding LLM Post-training Data Engineering with Model Internals from Sparse Autoencoders

Researchers introduce SAERL, a data engineering framework that uses Sparse Autoencoders to extract intrinsic signals from LLM internals for improved reinforcement learning post-training. The method achieves 3% accuracy gains and 20% faster convergence on math reasoning tasks by modeling data diversity, difficulty, and quality—demonstrating that model internals provide practical signals beyond external training data metrics.

AIBullisharXiv – CS AI · May 277/10
🧠

Trust Region Q Adjoint Matching

Researchers introduce Trust Region Q-Adjoint Matching (TRQAM), a reinforcement learning algorithm that stabilizes off-policy fine-tuning of pretrained flow policies by adaptively controlling deviation through trust-region constraints. The method demonstrates significant performance improvements, achieving 68% success rate on offline RL tasks compared to 46% for previous approaches.

AINeutralarXiv – CS AI · May 277/10
🧠

Retrying vs Resampling in AI Control

Researchers studying AI safety mechanisms find that retrying—blocking risky model actions—can be exploited by adversarial AI systems that learn from monitor feedback, while resampling multiple outputs without information leakage proves more effective. In controlled testing with Claude Opus 4.6, resampling increased safety from 61% to 71% while maintaining usefulness, challenging prior assumptions about optimal audit strategies.

🧠 Claude🧠 Opus
AIBullisharXiv – CS AI · May 277/10
🧠

StreamSplit: Continuous Audio Representation Learning via Uncertainty-Guided Adaptive Splitting

StreamSplit introduces a novel framework enabling continuous contrastive learning on edge devices by dynamically partitioning computation between local and cloud resources. Using reinforcement learning and uncertainty guidance, the system reduces latency by up to 4.7x and bandwidth by 77.1% while maintaining near-server accuracy, making distributed AI inference practical for resource-constrained hardware.

AIBearisharXiv – CS AI · May 277/10
🧠

Cordyceps: Covert Control Attacks on LLMs via Data Poisoning

Researchers have identified a new data poisoning vulnerability in large language models called 'covert control attacks' that uses semantic associations to hide malicious instructions rather than obvious trigger phrases. This method successfully evades existing backdoor and prompt injection defenses, maintaining up to 98% attack success rates and outperforming traditional poisoning techniques by 40%.

AIBullisharXiv – CS AI · May 277/10
🧠

JetViT: Efficient High-Resolution Vision Transformer with Post-Training Attention Search

Researchers introduce JetViT, a hybrid Vision Transformer architecture that maintains accuracy of state-of-the-art models while delivering up to 1.79x faster throughput and 44.81% lower latency on high-resolution images. The innovation uses post-training attention search to convert full-attention models into efficient hybrid variants by strategically replacing redundant attention blocks.

🏢 Nvidia
AINeutralarXiv – CS AI · May 277/10
🧠

Why LLMs Hallucinate on Structured Knowledge: A Mechanistic Analysis of Reasoning over Linearized Representations

Researchers have identified the mechanistic causes of hallucinations in large language models when reasoning over structured knowledge like graphs and tables. The study reveals that hallucinations stem from systematic failures in attention allocation and semantic grounding in feed-forward layers, rather than random errors, with findings applicable across multiple structured knowledge formats.

AIBearisharXiv – CS AI · May 277/10
🧠

Erased but Exploitable: Black-box Embedding-Aware Prompting Against Unlearned Text-to-Image Diffusion Models

Researchers have developed BEAP, a black-box adversarial attack that bypasses machine unlearning safeguards in text-to-image diffusion models by generating natural-language prompts that evade detection filters. The attack achieves 60% higher success rates than previous methods while remaining undetectable to safety systems, raising critical questions about the robustness of AI model safety mechanisms.

AIBearisharXiv – CS AI · May 277/10
🧠

VisualNeedle: Benchmarking Active Visual Search in Information-Dense Scenes

Researchers introduce VisualNeedle, a benchmark that exposes limitations in multimodal large language models' ability to perform genuine fine-grained visual search in information-dense scenes. Despite frontier MLLMs reporting over 90% accuracy on existing benchmarks, VisualNeedle reveals that these models struggle significantly when critical evidence is spatially constrained to minute regions, with the best model achieving only 56% accuracy versus 63% human performance.

AIBullisharXiv – CS AI · May 277/10
🧠

Quantized Keys Steal Attention: Bias Correction for KV-Cache Compression in Video Diffusion

Researchers have developed a bias correction technique for quantizing KV-cache memory in video diffusion models, addressing a fundamental problem where quantization noise causes inflated attention to cached data. The method recovers near-full quality video generation while using 50% less memory than standard approaches, enabling longer video synthesis without sacrificing output quality.

AIBullisharXiv – CS AI · May 277/10
🧠

AutoDFT: A Closed-Loop Multi-Agent Framework for Autonomous DFT Calculations

AutoDFT is a closed-loop multi-agent framework that automates density functional theory (DFT) calculations by embedding LLM reasoning throughout the entire computational lifecycle, rather than just the planning phase. The system achieves 94.1% success on a 34-task benchmark and enables non-experts to obtain reliable computational chemistry results by dynamically adapting to failures and unexpected outcomes.

🧠 GPT-5
AIBullisharXiv – CS AI · May 277/10
🧠

Jailbreak susceptibility prediction and mitigation via the behavioral geometry of models

Researchers have developed a framework using behavioral geometry to predict which AI models are vulnerable to jailbreak attacks and efficiently transfer defensive measures across model populations. The approach achieves 94% detection accuracy while reducing evaluation probes by 98%, enabling practical security assessment across thousands of model configurations.

AIBullisharXiv – CS AI · May 277/10
🧠

The Rescue Effect: Spatio-Semantic Early Exit Bypasses Quantization Collapse in CLIP

Researchers address a critical failure mode in quantized Vision-Language Models by proposing LRA-EE, a technique that uses early exit strategies to bypass noise-saturated layers in INT8 CLIP. The method improves zero-shot classification accuracy by 2.44 percentage points while reducing computational load by 13.4%, demonstrating that selective layer utilization can recover performance lost to quantization-induced representation collapse.

AIBullisharXiv – CS AI · May 277/10
🧠

E3: Issue-Level Backtesting for Automated Research Critique

Researchers introduce E3, an automated review assistant that identifies technical concerns in research papers with 90.2% recall—outperforming human reviewers and leading AI models. The system detects unsupported claims, missing ablations, weak baselines, and validity threats, with evaluation conducted on 100 ICLR 2026 papers using a contamination-resistant backtesting protocol.

🏢 OpenAI🏢 Anthropic🧠 GPT-5
AIBullisharXiv – CS AI · May 277/10
🧠

Think Twice Before You Act: Enhancing Agent Behavioral Safety with Thought Correction

Researchers introduce Thought-Aligner, a lightweight AI safety model that corrects unsafe reasoning in LLM-based agents before action execution, achieving 90% behavioral safety compared to 50% baseline without protection. The model-agnostic approach exceeds existing guardrails by 23% while improving helpfulness and maintains low computational overhead for practical deployment.

🏢 Hugging Face
AIBullisharXiv – CS AI · May 277/10
🧠

Yes, Q-learning Helps Offline In-Context RL

Researchers demonstrate that integrating reinforcement learning objectives into offline in-context RL frameworks significantly outperforms supervised learning approaches like Algorithm Distillation, achieving ~30% performance improvements across diverse environments and doubling performance in complex settings. The findings validate that aligning ICRL training with RL reward-maximization goals, particularly through conservative value learning, produces more effective agents.

AIBullisharXiv – CS AI · May 277/10
🧠

Message-Passing State-Space Models: Improving Graph Learning with Modern Sequence Modeling

Researchers introduce MP-SSM, a novel framework that integrates State-Space Model principles into message-passing neural networks for improved graph learning. The approach achieves permutation equivariance, computational efficiency, and long-range information propagation while enabling theoretical analysis of gradient flow and information dynamics across deep networks.

AIBullisharXiv – CS AI · May 277/10
🧠

Credit Assignment with Resets in Language Model Reasoning

Researchers propose SRPO (Self-Reset Policy Optimization), a novel method that improves how language models learn from reasoning tasks by identifying and isolating problematic reasoning steps rather than treating entire solution trajectories uniformly. The technique uses the model itself to self-localize errors and reset to those points for resampling, outperforming standard approaches like GRPO without requiring external supervision.

← PrevPage 376 of 3923Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined