y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All92,393🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General48,811

AI × Crypto News Feed

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

92393 articles
AINeutralarXiv – CS AI · Jun 46/10
🧠

Constrained Adaptive Rejection Sampling

Researchers introduce Constrained Adaptive Rejection Sampling (CARS), a novel technique that improves the efficiency of generating constrained outputs from language models while maintaining distributional fidelity. The method adaptively prunes invalid continuations using a trie data structure, achieving higher sample validity rates without sacrificing output diversity.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Adaptive Minds: Empowering Agents with LoRA-as-Tools

Researchers introduce Adaptive Minds, a framework enabling language models to dynamically invoke specialized LoRA adapters as callable tools for domain-specific tasks. The system achieves 98.3% routing accuracy across 30 adapters and captures 95% of specialist performance gains, demonstrating that modular adapter composition can enhance AI agent capabilities without static architectural changes.

AIBullisharXiv – CS AI · Jun 46/10
🧠

BRAINCELL-AID: An Agentic AI Created Brain Cell Type Resource for Community Annotation

BRAINCELL-AID is a multi-agent AI system that combines large language models with retrieval-augmented generation to accurately annotate brain cell types from single-cell RNA sequencing data. The tool achieved 77% accuracy on gene set annotations and successfully annotated 5,322 brain cell clusters from the mouse brain cell atlas, creating a community resource for cell type identification.

AINeutralarXiv – CS AI · Jun 46/10
🧠

A Unified Geometric Space for Topological Alignment Between Transformer-Based Models and Human Brain Networks

Researchers have developed a novel framework for comparing Transformer-based AI models by mapping their internal attention topology onto human brain networks, analyzing 151 models across vision, language, and multimodal domains. The study reveals an arc-shaped distribution of topological alignment with human cognition, where models trained for semantic abstraction align with higher-order brain networks, while detail-focused models align with low-level networks, though alignment scores show weak correlation with standard performance metrics.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Success Conditioning as Policy Improvement: The Optimization Problem Solved by Imitating Success

Researchers prove that success conditioning—a widely-used policy improvement technique in machine learning—solves a specific trust-region optimization problem with automatic regularization. The method emerges as a conservative improvement operator that cannot degrade performance, making it theoretically sound for applications like reinforcement learning and imitation learning.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Bad Seeing or Bad Thinking? Rewarding Perception for Multimodal Reasoning

Researchers introduce a reinforcement learning framework called Modality-Aware Credit Assignment (MoCA) that improves Vision-Language Models by separately identifying whether failures stem from perception errors or reasoning flaws. The approach uses Perception Verification and Structured Verbal Verification to enable targeted supervision and scalable training across diverse vision-language tasks.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Unlocking Proactivity in Task-Oriented Dialogue

Researchers present a novel approach to training task-oriented dialogue agents that enables proactive behavior through a Cognitive User Simulator and asymmetric policy optimization. The method addresses a fundamental limitation in LLM-based dialogue systems by conditioning agent responses on modeled user concerns, achieving persuasive capabilities beyond what traditional reinforcement learning methods can accomplish.

AINeutralarXiv – CS AI · Jun 46/10
🧠

LaVIDE: Language-Prompted Satellite Change Detection via Map-Image Alignment

Researchers introduce LaVIDE, a novel AI framework that uses language as a bridge to detect changes between satellite maps and updated imagery, overcoming semantic gaps between high-level map data and low-level image details. The approach achieves significant performance improvements across four benchmarks and offers practical applications for rapid map updating in urban planning and disaster assessment.

AINeutralarXiv – CS AI · Jun 45/10
🧠

From Motion Signals to Insights: A Unified Framework for Student Behavior Analysis and Feedback in Physical Education Classes

Researchers propose an AI framework combining motion signal analysis with large language models to analyze student behavior in outdoor physical education classes. The system generates automated pedagogical insights and teaching recommendations, addressing limitations of video-based methods that struggle with diverse outdoor settings and specialized technical movements.

AINeutralarXiv – CS AI · Jun 46/10
🧠

100-LongBench: Are de facto Long-Context Benchmarks Literally Evaluating Long-Context Ability?

Researchers introduce 100-LongBench, a new evaluation framework that addresses critical flaws in existing long-context LLM benchmarks by implementing length-controllable testing and a novel metric to isolate true long-context performance from baseline model knowledge. This development enables more accurate assessment of which models genuinely handle extended contexts versus those relying on existing training data.

AINeutralarXiv – CS AI · Jun 46/10
🧠

MesaNet: Sequence Modeling by Locally Optimal Test-Time Training

Researchers introduce MesaNet, an improved recurrent neural network architecture that optimizes sequence modeling through test-time training, achieving better language modeling performance than previous RNNs while requiring additional inference-time compute. The work advances the trend toward linearized transformers that maintain constant memory costs during inference, positioning computational efficiency against performance gains.

🏢 Perplexity
AIBullisharXiv – CS AI · Jun 46/10
🧠

Can VLMs Predict Future States? Bootstrapping World Models from Inverse Dynamics

Researchers demonstrate that vision-language models (VLMs) can predict future image states by first learning inverse dynamics (identifying actions from frame pairs), then using this capability to bootstrap forward prediction through synthetic data annotation and inference-time verification. The approach achieves competitive results with specialized image editing models on the Aurora-Bench benchmark.

🧠 GPT-4
AINeutralarXiv – CS AI · Jun 46/10
🧠

VGGSounder: Audio-Visual Evaluations for Foundation Models

Researchers introduce VGGSounder, an improved benchmark dataset for evaluating audio-visual foundation models that addresses critical limitations in the widely-used VGGSound dataset. The new dataset features comprehensive re-annotation, proper multi-label support, and modality-specific performance metrics to enable more accurate assessment of AI models' multi-modal understanding capabilities.

AINeutralarXiv – CS AI · Jun 46/10
🧠

A Study of the Scale Invariant Signal to Distortion Ratio in Speech Separation with Noisy References

This research examines how the Scale-Invariant Signal-to-Distortion Ratio (SI-SDR) metric used to train and evaluate speech separation models performs poorly when training data contains noise, revealing fundamental limitations in the current benchmark approach. The authors propose reference enhancement techniques to mitigate this issue, though results indicate that processing introduces artifacts that limit overall quality improvements.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Uncertainty Estimation using Variance-Gated Distributions

Researchers propose a variance-gated framework for uncertainty quantification in neural networks that decomposes predictive uncertainty using signal-to-noise ratios rather than traditional additive methods. The approach scales predictions by confidence factors derived from ensembles and reveals potential diversity collapse in committee machines, advancing how machine learning models evaluate per-sample uncertainty for high-risk applications.

AINeutralarXiv – CS AI · Jun 46/10
🧠

KITE: Kernelized and Information Theoretic Exemplars for In-Context Learning

Researchers introduce KITE, a novel example selection method for in-context learning in large language models that uses information theory and kernel methods to choose task-specific examples from a prompt bank. The approach addresses limitations of existing nearest-neighbor methods by improving diversity and generalization, demonstrating measurable improvements across classification tasks in label-scarce scenarios.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Can Reasoning Path still be Effective as Input? Bridging Post-Reasoning to Chain-of-Thought Compression

Researchers propose Upfront CoT (UCoT), a framework that compresses Chain-of-Thought reasoning in large language models by using a lightweight compressor to generate soft token representations of reasoning paths. The method maintains reasoning performance while reducing token usage by 50% on benchmarks, addressing the efficiency-performance tradeoff in advanced LLM inference.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Simplicial Embeddings Improve Sample Efficiency in Actor-Critic Agents

Researchers propose simplicial embeddings, a lightweight geometric technique that constrains neural network representations to discrete, sparse structures, improving sample efficiency in reinforcement learning agents. When integrated into popular actor-critic algorithms like PPO and FastTD3, the method enhances performance and learning speed across diverse control tasks without sacrificing computational speed.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Test-time reward-guided alignment of language models by importance sampling on pre-logit space

Researchers propose AISP (Adaptive Importance Sampling on Pre-logits), a test-time alignment method for large language models that uses Gaussian perturbations to optimize reward signals without expensive fine-tuning. The technique outperforms existing sampling-based approaches and represents progress in making LLM alignment more computationally efficient.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Extending Fair Null-Space Projections for Continuous Attributes to Kernel Methods

Researchers extend null-space projection techniques for fairness in machine learning to kernel methods, enabling fair regression with continuous protected attributes. The method transforms kernel matrices directly and demonstrates competitive performance with Support Vector Regression across multiple datasets, advancing the limited field of continuous fairness in ML systems.

🏢 Meta
AINeutralarXiv – CS AI · Jun 46/10
🧠

AttnRegDeepLab: A Two-Stage Decoupled Framework for Interpretable Embryo Fragmentation Grading

Researchers propose AttnRegDeepLab, a deep learning framework that automates embryo fragmentation grading for IVF procedures with improved clinical interpretability. The method combines attention-guided segmentation with regression analysis to eliminate subjective manual assessment while maintaining accuracy and transparency in developmental potential evaluation.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Dynamic Content Moderation in Livestreams: Combining Supervised Classification with MLLM-Boosted Similarity Matching

Researchers present a hybrid content moderation system for livestreams that combines supervised classification with multimodal similarity matching, achieving 67-76% recall at 80% precision. The production-deployed framework reduces user views of unwanted content by 6-8%, demonstrating scalable AI-driven moderation for user-generated video platforms.

AINeutralarXiv – CS AI · Jun 46/10
🧠

You Only Train Once: Differentiable Subset Selection for Omics Data

Researchers introduce YOTO, an end-to-end machine learning framework that simultaneously selects compact gene subsets and performs prediction tasks in single-cell transcriptomic analysis. The differentiable architecture enforces sparsity and uses multi-task learning to improve biomarker discovery while outperforming existing feature selection methods.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Semiparametric Preference Optimization: Your Language Model is Secretly a Single-Index Model

Researchers present a new approach to aligning language models with human preferences that works without assuming a specific mathematical relationship between observed preferences and underlying rewards. The method frames policy alignment as a semiparametric optimization problem, enabling more robust policy learning even when the preference model structure is unknown or misspecified.

← PrevPage 1286 of 3696Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined