y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All100,761🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General57,179

AI × Crypto News Feed

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

100761 articles
AINeutralarXiv – CS AI · May 96/10
🧠

Listwise Policy Optimization: Group-based RLVR as Target-Projection on the LLM Response Simplex

Researchers propose Listwise Policy Optimization (LPO), a new framework for training large language models that improves upon existing reinforcement learning approaches by explicitly projecting policies toward target distributions on the response simplex. The method demonstrates consistent performance improvements across reasoning tasks while maintaining training stability and response diversity.

AINeutralarXiv – CS AI · May 96/10
🧠

AI-Generated Images: What Humans and Machines See When They Look at the Same Image

Researchers developed a comprehensive framework for detecting AI-generated images and explaining detector predictions to humans. The study integrates 16 explainable AI methods with image detectors trained on a large photorealistic fake image dataset, validating clarity and usefulness through surveys of 100 participants. This addresses the critical need for transparent detection systems as generative AI becomes weaponized in disinformation campaigns.

AINeutralarXiv – CS AI · May 96/10
🧠

Unifying Goal-Conditioned RL and Unsupervised Skill Learning via Control-Maximization

Researchers unify goal-conditioned reinforcement learning (GCRL) and mutual information skill learning (MISL) under a control-maximization framework, proving that diverse unsupervised skills learned through MISL provide theoretical guarantees for downstream goal-reaching tasks. The work establishes formal bounds connecting different pretraining objectives to specific downstream GCRL formulations, providing theoretical justification for RL pretraining strategies.

AINeutralarXiv – CS AI · May 96/10
🧠

AdaGamma: State-Dependent Discounting for Temporal Adaptation in Reinforcement Learning

AdaGamma introduces a state-dependent discount factor method for deep reinforcement learning that learns to adjust discounting dynamically across different states, addressing instability issues in prior approaches through a return-consistency regularization objective. The method demonstrates empirical improvements when integrated into popular algorithms like SAC and PPO, with validated gains from real-world logistics deployment.

AINeutralarXiv – CS AI · May 96/10
🧠

Entropy-Regularized Adjoint Matching for Offline RL

Researchers introduce Maximum Entropy Adjoint Matching (ME-AM), a new framework for offline reinforcement learning that combines flow-matching generative policies with entropy regularization to overcome limitations in existing Q-learning approaches. The method addresses popularity bias and support binding issues that prevent agents from discovering high-reward actions in low-density regions, demonstrating competitive performance across continuous control benchmarks.

AINeutralarXiv – CS AI · May 96/10
🧠

HNC: Leveraging Hard Negative Captions towards Models with Fine-Grained Visual-Linguistic Comprehension Capabilities

Researchers introduce Hard Negative Captions (HNC), an automatically generated dataset designed to improve vision-language models' ability to understand fine-grained mismatches between images and text. The work addresses a fundamental limitation in current image-text matching approaches, where weakly paired web data fails to teach models detailed cross-modal comprehension, demonstrating improved performance on diagnostic tasks and robustness under noisy conditions.

AIBullisharXiv – CS AI · May 96/10
🧠

Memory Inception: Latent-Space KV Cache Manipulation for Steering LLMs

Researchers introduce Memory Inception (MI), a training-free method for steering large language models by inserting text-derived key-value banks at selected attention layers rather than caching full prompts. MI achieves competitive control with instruction prompting while using up to 118x less storage and outperforms existing activation steering methods on personality, reasoning, and guidance tasks.

AINeutralarXiv – CS AI · May 96/10
🧠

Log-Likelihood, Simpson's Paradox, and the Detection of Machine-Generated Text

Researchers identify a critical flaw in machine-generated text detection: token-level likelihood signals vary inconsistently across a detector model's hidden space, causing Simpson's paradox that undermines existing detectors. They propose a learned local calibration method that dramatically improves detection performance, with calibrated variants achieving AUROC improvements from 0.63 to 0.85 on GPT-5.4 text.

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

Render, Don't Decode: Weight-Space World Models with Latent Structural Disentanglement

Researchers introduce NOVA, a world modeling framework that represents scene state as weights in implicit neural representations (INRs) rather than traditional encoded latent spaces. The approach eliminates decoder bottlenecks, achieves structural disentanglement of scene components, and enables controllable video generation on consumer GPUs with only 40M parameters.

AIBullisharXiv – CS AI · May 96/10
🧠

Pro-KLShampoo: Projected KL-Shampoo with Whitening Recovered by Orthogonalization

Researchers introduce Pro-KLShampoo, an improved optimizer for LLM pre-training that combines Kronecker-factored preconditioning with gradient orthogonalization. By exploiting the observed spike-and-flat eigenvalue structure in KL-Shampoo's preconditioners, Pro-KLShampoo achieves better validation loss, reduced memory usage, and faster training across multiple model scales.

AIBullisharXiv – CS AI · May 96/10
🧠

Improving the Efficiency of Language Agent Teams with Adaptive Task Graphs

Researchers introduce LATTE, a framework that enables teams of large language models to coordinate work dynamically through shared task graphs rather than fixed hierarchies or fully unstructured approaches. The system reduces token usage, execution time, and coordination failures while maintaining or improving accuracy compared to existing multi-agent LLM coordination methods.

AINeutralarXiv – CS AI · May 96/10
🧠

Is Escalation Worth It? A Decision-Theoretic Characterization of LLM Cascades

Researchers develop a decision-theoretic framework for optimizing LLM cascades, where cheaper models defer to expensive ones on low-confidence queries. Testing across five benchmarks reveals that cascade performance is fundamentally limited by structural costs rather than routing sophistication, with simpler router-based approaches often outperforming optimized cascade policies.

AINeutralarXiv – CS AI · May 96/10
🧠

MinMax Recurrent Neural Cascades

Researchers introduce MinMax Recurrent Neural Cascades, a new neural network architecture that solves the vanishing/exploding gradient problem using MinMax algebra. The model demonstrates theoretical expressivity comparable to finite-state machines while maintaining bounded gradients, and shows competitive performance on both synthetic tasks and a 127M-parameter language model.

AINeutralarXiv – CS AI · May 96/10
🧠

Consistent Geometric Deep Learning via Hilbert Bundles and Cellular Sheaves

Researchers introduce HilbNets, a novel deep learning framework that handles infinite-dimensional signals (like time series and probability distributions) on irregular domains using Hilbert bundles and cellular sheaves. The work provides theoretical convergence guarantees and demonstrates that discretized networks maintain consistency across different data sampling schemes, advancing geometric deep learning theory.

AINeutralarXiv – CS AI · May 96/10
🧠

Operator-Guided Invariance Learning for Continuous Reinforcement Learning

Researchers propose VPSD-RL, a reinforcement learning framework that discovers value-preserving structures in continuous control tasks using Lie-group operators and diffusion models. The method improves data efficiency and robustness by identifying nonlinear transformations that preserve optimal value functions, addressing brittleness in RL systems under environmental variability.

AIBullisharXiv – CS AI · May 96/10
🧠

PACZero: PAC-Private Fine-Tuning of Language Models via Sign Quantization

PACZero introduces a novel PAC-private fine-tuning mechanism for large language models that achieves usable utility while maintaining zero mutual information leakage, surpassing traditional differential privacy approaches. Using sign quantization of zeroth-order gradients, the method exploits moments of unanimous agreement across candidate subsets to eliminate privacy costs, demonstrating competitive performance on benchmark tasks like SST-2 and SQuAD.

AIBullisharXiv – CS AI · May 96/10
🧠

Is One Layer Enough? Understanding Inference Dynamics in Tabular Foundation Models

Researchers conducted the first large-scale mechanistic study of tabular foundation models, revealing significant redundancy across inference layers. They demonstrated that a single-layer looped model can match performance of state-of-the-art models while using only 20% of the parameters, challenging assumptions about depth requirements in transformer architectures.

AINeutralarXiv – CS AI · May 96/10
🧠

On the Implicit Reward Overfitting and the Low-rank Dynamics in RLVR

A new research paper identifies implicit reward overfitting in Reinforcement Learning with Verifiable Rewards (RLVR), revealing that model improvements concentrate in rank-1 components while potentially sacrificing broader knowledge retention. The findings suggest RLVR optimizes singular spectrum distributions rather than general reasoning, with implications for improving AI training paradigms and continual learning approaches.

AINeutralarXiv – CS AI · May 96/10
🧠

Continuous Latent Diffusion Language Model

Researchers propose Cola DLM, a hierarchical latent diffusion language model that generates text through continuous semantic modeling rather than traditional left-to-right autoregressive decoding. The approach achieves comparable performance to autoregressive models while offering greater flexibility, better scaling properties, and a potential pathway for unified modeling across discrete and continuous modalities.

AIBullisharXiv – CS AI · May 96/10
🧠

UniSD: Towards a Unified Self-Distillation Framework for Large Language Models

Researchers introduce UniSD, a unified self-distillation framework that systematically improves large language model adaptation without requiring external teacher models. The framework combines multiple complementary mechanisms and demonstrates consistent performance gains of +5.4 points over baseline models across six benchmarks, advancing efficient LLM training techniques.

AINeutralarXiv – CS AI · May 96/10
🧠

Concept-Based Abductive and Contrastive Explanations for Behaviors of Vision Models

Researchers propose concept-based abductive and contrastive explanations that identify minimal sets of high-level concepts causally relevant to vision model predictions. The approach combines human-interpretable concept-based explanations with formal causal reasoning, enabling better understanding of both individual predictions and common model behaviors across image collections.

AINeutralarXiv – CS AI · May 96/10
🧠

When No Benchmark Exists: Validating Comparative LLM Safety Scoring Without Ground-Truth Labels

Researchers propose a framework for comparing language models on safety without labeled benchmark data, introducing SimpleAudit as a validation tool that uses controlled contrasts and variance analysis to establish model safety rankings. The study demonstrates that comparative safety scores are inherently context-dependent, requiring detailed reporting of methods rather than single rankings.

AINeutralarXiv – CS AI · May 96/10
🧠

Optimizer-Model Consistency: Full Finetuning with the Same Optimizer as Pretraining Forgets Less

Researchers demonstrate that using the same optimizer during both pretraining and finetuning of large language models reduces catastrophic forgetting while maintaining or improving task performance. This "optimizer-model consistency" effect suggests optimizers create regularization patterns that preserve learned knowledge, with implications for efficient model adaptation strategies.

AIBullisharXiv – CS AI · May 96/10
🧠

Verifier-Backed Hard Problem Generation for Mathematical Reasoning

Researchers introduce VHG, a verifier-enhanced framework that improves how large language models generate valid and challenging mathematical problems through three-party self-play involving a setter, solver, and independent verifier. The approach addresses critical limitations in existing problem generation methods by constraining reward signals to ensure both problem validity and difficulty, demonstrating substantial improvements over baseline approaches.

AINeutralarXiv – CS AI · May 96/10
🧠

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

ActCam is a zero-shot AI method that enables simultaneous control of character motion and camera movement in video generation without requiring model retraining. The technique uses a two-phase conditioning approach with pose and depth constraints to generate videos with improved geometric consistency and motion fidelity across diverse scenarios.

← PrevPage 1625 of 4031Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined