y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All94,476🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General50,894

AI × Crypto News Feed

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

94478 articles
AINeutralarXiv – CS AI · Jun 26/10
🧠

MLLM-Microscope: Unlocking Hidden Structure Within Multimodal Large Language Models

Researchers introduce MLLM-Microscope, a novel analytical system that examines the internal representations of multimodal large language models (MLLMs) by measuring linearity, intrinsic dimension, and anisotropy across transformer layers. Testing on LLaVA-NeXT and OmniFusion reveals that modality fusion approaches significantly influence how embeddings behave within the model architecture, with OmniFusion demonstrating more consistent dimensional properties across layers.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Detection vs. Execution: Single-Bucket Probes Miss Half the Mamba-2 State Sink

Researchers demonstrate that single-bucket probes in Mamba-2 language models identify representational signatures but fail to capture complete computational circuits, missing up to half the execution layer. The study reveals that probe-based mechanistic interpretability can conflate detection mechanisms with execution mechanisms, with critical implications for model behavior—ablating identified head groups entirely collapses retrieval accuracy in downstream tasks.

AINeutralarXiv – CS AI · Jun 26/10
🧠

CV-Arena: An Open Benchmark for Instructional Computer Vision Problem Solving with Human-AI Collaborative Preferences

Researchers introduce CV-Arena, a benchmark containing 12,000 high-resolution image instruction pairs to evaluate how well AI systems solve professional-grade computer vision tasks. The study proposes Active Elo, a human-AI collaborative evaluation protocol, and reveals that current models struggle with instruction adherence, physical reasoning, and detail preservation in real-world editing workflows.

AI × CryptoNeutralarXiv – CS AI · Jun 26/10
🤖

SS-ZKR: Spatial-Semantic Zero-Knowledge Routing for Privacy-Preserving Multi-Agent Collaboration

Researchers propose SS-ZKR, a privacy-preserving routing protocol that enables multi-agent AI systems to exchange data across organizational boundaries without exposing sensitive information to intermediaries. The protocol combines zero-knowledge proofs, differential privacy, and cryptographic policy compilation to address compliance requirements in regulated industries like finance and healthcare.

AINeutralarXiv – CS AI · Jun 26/10
🧠

An Open-Source Benchmark and Baseline for Multi-temporal Referring Segmentation

Researchers introduce Multi-temporal Referring Segmentation (MTRS), a new computer vision task that combines temporal reasoning with language-guided image segmentation. They create MTRefSeg-21K, the first benchmark dataset with 21,000 annotated image triplets, and develop MTRefSeg-R1, an LVLM framework that outperforms existing models by learning temporal-change perception before fine-tuning on language-grounded tasks.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Beyond Task-Agnostic: Task-Aware Grouping for Communication-Efficient Multi-Task MoE Inference

Researchers propose Task-Aware Coactivation Grouping (TACG), a framework for optimizing Mixture-of-Experts (MoE) model inference across distributed GPUs by grouping experts based on task-specific activation patterns rather than global averages. The approach reduces communication costs by 31.39% while maintaining load balance, addressing a critical efficiency bottleneck in multi-task AI serving.

AINeutralarXiv – CS AI · Jun 25/10
🧠

Cross-Axis Feature Fusion with Joint-Wise Motion Difference Prediction for Text-Based 3D Human Motion Editing

Researchers propose a novel deep learning architecture for text-based 3D human motion editing that uses cross-axis feature fusion and joint-wise motion prediction to better understand which body joints should be modified and when. The method achieves state-of-the-art results on the MotionFix dataset by combining two specialized transformers that process temporal and spatial dimensions independently before fusion.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Hybrid Verified Decoding: Learning to Allocate Verification in Speculative Decoding

Researchers propose Hybrid Verified Decoding, a technique that improves LLM inference speed by intelligently choosing between cache-based and model-based token drafting methods. The approach predicts draft acceptance rates before verification, achieving 2.73x average speedup on agentic workflows and outperforming existing methods like EAGLE3.

AINeutralarXiv – CS AI · Jun 26/10
🧠

ProductWebGen: Benchmarking Multimodal Product Webpage Generation

Researchers introduce ProductWebGen, a benchmark dataset and evaluation framework for assessing multimodal AI models' ability to generate e-commerce product webpages from images and textual instructions. The study compares two approaches—using separate image editing and language models versus unified multimodal models—and releases a 1,000-sample fine-tuning dataset to advance webpage generation capabilities.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Data Collection for Training Quality-Control AI in Carpet Manufacturing

Researchers present a machine-vision system design for real-time carpet quality control that combines automated defect detection with systematic data collection for training AI models. The proposal, grounded in an actual Six Sigma manufacturing project, addresses production bottlenecks by moving beyond slow manual inspection to progressively improve defect detection through a staged machine-learning approach.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Temporally-Aligned Evaluation for Audio-Driven Talking Head Generation

Researchers propose a new evaluation framework for audio-driven talking head generation that uses sequence-level alignment instead of frame-by-frame comparison. The method accounts for natural timing variations in speech-driven facial motion, providing more accurate assessment of generative model quality across different datasets and speaking styles.

AINeutralarXiv – CS AI · Jun 26/10
🧠

OPD+: Rethinking the Advantage Design for On-Policy Distillation

Researchers propose OPD+, an improved on-policy distillation framework that corrects mathematical flaws in existing knowledge transfer methods between language models. The work proves that stop-gradient operations in current approaches produce biased reward estimates and introduces a corrected optimization framework supporting multiple f-divergence functions, with validation on reasoning and tool-use tasks.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Plausibility Is Not Prediction: Contrastive Evidence for LLM-Based Cellular Perturbation Reasoning

Researchers demonstrate that large language models fail to accurately predict gene expression changes in cellular perturbation experiments despite producing biologically plausible explanations. They introduce CORE, a contrastive learning method that significantly improves prediction accuracy by organizing evidence from related perturbations rather than evaluating them in isolation.

AINeutralarXiv – CS AI · Jun 26/10
🧠

3DCodeBench: Benchmarking Agentic Procedural 3D Modeling Via Code

Researchers introduce 3DCodeBench, a comprehensive benchmark for evaluating vision-language models (VLMs) as procedural 3D modelers that convert text and image inputs into code for 3D modeling software. The study reveals that current advanced VLMs struggle primarily with API mismatches and geometric coherence, while identifying test-time scaling as an effective improvement method.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Test-Time Training for Zero-Resource Dense Retrieval Reranking

Researchers propose DART, a test-time training method that improves dense retrieval reranking without requiring labeled data. By adapting scoring functions at inference time using pseudo-labels from document rankings, DART achieves 2.1% NDCG improvements across BEIR benchmarks with minimal latency overhead, addressing a key limitation in zero-resource information retrieval systems.

AINeutralarXiv – CS AI · Jun 26/10
🧠

MViewRouter: Internalizing Geometric Equivariance via Multi-view Alternating Attention for Combinatorial Routing

Researchers propose MViewRouter, a deep reinforcement learning framework that solves combinatorial routing problems like TSP and CVRP by embedding geometric symmetries directly into the model architecture rather than relying on data augmentation. The approach uses multi-view alternating attention and collective policy gradient aggregation to achieve more consistent decision-making and improved generalization across problem variants.

AIBullisharXiv – CS AI · Jun 26/10
🧠

Strong Stochastic Flow Maps

Researchers introduce Strong Stochastic Flow Maps (SSFMs), a novel framework that extends deterministic flow maps to stochastic differential equations, enabling few-step sampling for diffusion models with pathwise convergence guarantees. The method uses polynomial approximations to Brownian motion and demonstrates improvements over previous approaches in image generation and molecular simulations.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Beyond Task Success: Behavioral and Representational Diagnostics for WAM and VLA

Researchers introduce a diagnostic framework to evaluate whether World-Action Models (WAMs) provide behavioral improvements beyond task success metrics in robotic manipulation. Testing across multiple architectures reveals that WAMs improve object-level behavior and selectivity but with trade-offs in inference cost and representation structure.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Implicit Drifting Policy: One-Step Action Generation via Conditional Expert Geometry

Researchers introduce Implicit Drifting Policy (IDP), a one-step imitation learning framework that enables faster robot control by extracting conditional expert geometry from demonstration data rather than explicitly estimating drift fields. IDP maintains adherence to valid action manifolds while achieving competitive performance with existing methods across manipulation tasks.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Soft-NBCE: Entropy-Weighted Chunk Fusion for Long-Context

Researchers introduce Soft-NBCE, an improved method for processing ultra-long text contexts in large language models by replacing discrete chunk selection with weighted chunk fusion. The approach demonstrates measurable improvements on multi-hop reasoning tasks while maintaining efficient memory usage, addressing a critical bottleneck in LLM inference.

AINeutralarXiv – CS AI · Jun 26/10
🧠

ASE-26: a curriculum for agentic software engineering as a discipline

Researchers propose ASE-26, a comprehensive undergraduate curriculum for agentic software engineering, arguing that as AI agents increasingly handle 75-79% of programming tasks, the industry's critical gap is not better models but structured practitioner discipline. The curriculum represents an academic effort to formalize training in agent-directed development as a new professional discipline.

🏢 Anthropic🧠 Claude
AINeutralarXiv – CS AI · Jun 26/10
🧠

AI From the Margins (AIM): Rethinking Participatory AI Design Through the Lived Experience of Minoritized Communities

Researchers propose AI From the Margins (AIM), a methodological framework that centers the lived experiences of minoritized communities in participatory AI design before problem definitions are established. The approach was tested in a Dutch healthcare context through narrative elicitation, co-constructed rule-making, and policy dialogue, demonstrating that grounding AI design in community experience fundamentally reshapes project goals and outcomes.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Physics-Informed Deep Learning for Entropy Prediction in Heterogeneous Systems: Thermodynamic and Information-Theoretic Case Studies

Researchers introduce Physics-Informed Deep Learning (PIDL), a unified neural framework that enforces both differential equations and thermodynamic constraints simultaneously across different physical domains. The framework demonstrates exceptional data efficiency and zero Second Law violations in both thermodynamic and financial modeling applications.

AINeutralarXiv – CS AI · Jun 26/10
🧠

CA-BED: Conversation-Aware Bayesian Experimental Design

Researchers propose CA-BED, a probabilistic framework that enhances Large Language Models' ability to gather information through interactive questioning by optimizing question selection across multiple conversational turns. The method achieves 21.8% improvement in task success rates while requiring only 1.8 additional conversation turns, demonstrating significant progress in making LLMs more effective at active information acquisition.

← PrevPage 1361 of 3780Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined