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

AI

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

22940 articles
AINeutralarXiv – CS AI · Jun 106/10
🧠

Multi-Level Analyzation of Imbalance to Resolve Non-IID-Ness in Federated Learning

Researchers propose FedBB, a federated learning framework that addresses class imbalance across three levels—within classes, between classes, and across distributed clients—using a specialized loss function and client reweighting strategy. The approach improves model performance on non-IID data while minimizing privacy risks through limited statistical information requirements.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Towards Robust Arabic Speech Emotion Recognition with Deep Learning

Researchers propose a CNN-Transformer hybrid architecture for Arabic Speech Emotion Recognition that achieves 98.1% accuracy, outperforming CNN-LSTM and fine-tuned wav2vec 2.0 models. The study addresses the underexplored challenge of emotion detection in Arabic speech by combining convolutional feature extraction with Transformer-based context modeling, demonstrating effectiveness in low-resource, dialectally diverse settings.

AINeutralarXiv – CS AI · Jun 106/10
🧠

The Confident Liar: Diagnosing Multi-Agent Debate with Log-Probabilities and LLM-as-Judge

Researchers analyze multi-agent debate systems in AI by examining whether internal confidence signals (log-probabilities) correlate with external reasoning quality assessments and task accuracy. The study reveals significant role asymmetry between debating agents, with confidence metrics predicting reasoning quality twice as strongly for constructive agents compared to auditing agents, suggesting debate systems may have inherent structural biases.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Baseline-Free Policy Optimization for Neural Combinatorial Optimization

Researchers propose Group Relative Policy Optimization (GRPO), a baseline-free training algorithm for neural combinatorial optimization that eliminates the need for maintaining frozen policy copies. Testing on TSP and CVRP benchmarks shows GRPO prevents training collapse seen in standard REINFORCE while achieving competitive solution quality, offering a more stable alternative for routing problem optimization.

AINeutralarXiv – CS AI · Jun 105/10
🧠

Content-Induced Spatial-Spectral Aggregation Network for Change Detection in Remote Sensing Images

Researchers propose CSI-Net, a deep learning architecture that improves change detection in remote sensing images by effectively integrating spatial and spectral information while suppressing noise from unchanged areas. The model demonstrates superior performance across multiple satellite imagery datasets, advancing capabilities for applications like environmental monitoring and urban planning.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Building Change Detection in Earthquake: A Multi-Scale Interaction Network and A Change Detection Dataset

Researchers have developed MSI-Net, a deep learning model for detecting building damage in post-earthquake satellite imagery, and introduced the TUE-CD dataset based on the Turkey earthquake. The solution addresses the challenge of analyzing remote sensing images with short time intervals and varying imaging angles to support emergency response operations.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Routing-Aware Expert Calibration for Machine Unlearning in Mixture-of-Experts Language Models

Researchers propose TRACE, a novel machine unlearning technique designed specifically for Mixture-of-Experts language models that addresses the problem of forget-critical experts receiving insufficient regularization during the unlearning process. The method achieves 9% relative utility improvements by detecting and calibrating expert activation patterns to match forget and retain data distributions, demonstrating consistent performance gains across multiple MoE architectures.

AINeutralarXiv – CS AI · Jun 106/10
🧠

KG-SoftMAP: Soft Knowledge-Graph Priors for Bayesian Network Structure Learning from Sparse Discrete Data

KG-SoftMAP is a novel machine learning method that improves Bayesian network structure learning from sparse discrete data by integrating imperfect domain knowledge as weighted soft priors. The approach combines expert-curated or LLM-extracted knowledge graphs with statistical scoring, demonstrating superior structure recovery on synthetic benchmarks and practical utility on real educational datasets.

AINeutralarXiv – CS AI · Jun 106/10
🧠

A Practical Recipe Towards Improving Sim-and-Real Correlation for VLA Evaluation

Researchers present a systematic framework for evaluating sim-to-real correlation in vision-language-action (VLA) robot policies, identifying why simulation benchmarks often fail to predict real-world performance. The study examines simulation platforms, policy rankings, and perturbation factors to guide both simulator designers and practitioners on effectively using simulation for policy development.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation

Researchers introduce ELF-S2T, a novel continuous-target generative model for speech-to-text tasks that combines audio conditioning with diffusion-based language modeling. The approach achieves competitive performance on ASR and speech translation while revealing that both tasks share common error patterns rooted in continuous latent space representations.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Expert-Level Crisis Detection in Mental Health Conversations

Researchers introduce CRADLE-Dialogue, a clinician-annotated benchmark dataset with 600 dialogues for detecting mental health crises in real-time conversations. The study reveals that identifying when risk emerges in multi-turn dialogues is significantly harder than recognizing risk exists, with models achieving only 40-60% F1 scores, and releases a 32B-parameter model competitive with proprietary alternatives.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Agentic Hybrid RAG for Evidence-Grounded Muon Collider Analysis

Researchers present agentic hybrid RAG, a framework combining retrieval-augmented generation with agentic reasoning to improve scientific question answering in muon collider physics research. The work introduces the first benchmark for retrieval-augmented QA in high-energy physics, demonstrating that hybrid retrieval methods outperform traditional approaches for locating and synthesizing evidence from scientific literature.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Towards Critical Branching Mechanism in Recurrent Neural Networks

Researchers demonstrate that small LSTM neural networks exhibit critical dynamics near optimal training, displaying scale-free avalanche statistics and branching parameters close to unity, while larger models remain subcritical. The study introduces a mixture branching process framework to explain how subcritical dynamics can coexist with long-range temporal correlations, suggesting criticality emerges as a capacity-dependent property in artificial neural networks.

$AVAX
AINeutralarXiv – CS AI · Jun 106/10
🧠

Beyond Absolute Imitation: Anchored Residual Guidance for Privileged On-Policy Distillation

Researchers introduce Anchored Residual On-Policy Distillation (AR-OPD), a new framework for training smaller language models that improves upon existing privileged distillation methods by separating locally reachable reasoning from oracle guidance. The approach achieves 2.3-point gains over full privileged distillation and 7.9-point gains over standard supervised fine-tuning, with significant improvements on long-horizon reasoning tasks.

AINeutralarXiv – CS AI · Jun 106/10
🧠

SkillResolve-Bench: Measuring and Resolving Same-Capability Ambiguity in Agent Skill Retrieval

Researchers introduce SkillResolve-Bench, a benchmark for evaluating agent skill retrieval systems that addresses the critical problem of selecting the correct skill variant when multiple capabilities are semantically similar. The benchmark includes 661 helper/risky skill pairs and proposes SkillResolve, a method that achieves safer procedural exposure by selecting appropriate skill representatives from capability families.

AINeutralarXiv – CS AI · Jun 106/10
🧠

FOGO: Forgetting-aware Orthogonalization Optimizer

Researchers introduce FOGO, a new optimizer that addresses gradient interference during neural network training by orthogonalizing momentum updates and storing past directions in compressed memory. The method shows improvements over Adam and Muon across diverse tasks including continual learning, class-imbalanced classification, and large language model training.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Vision-Assisted Foundation Model for Solving Multi-Task Vehicle Routing Problems

Researchers propose VaFM, a vision-assisted foundation model that combines visual and graph-based approaches to solve multi-task vehicle routing problems more effectively. The model addresses key limitations of existing solvers by incorporating constraint representations through image data, achieving superior performance across 16 VRP variants with complex constraints.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Minimum Distortion Quantization with Specified Output Distribution

Researchers have developed a mathematical framework for optimal quantization that constrains output distributions while minimizing mean squared error. This theoretical advance has practical applications in entropy control, mutual information maximization, communication systems, and privacy-preserving data anonymization.

AINeutralarXiv – CS AI · Jun 106/10
🧠

LakeQA: An Exploratory QA Benchmark over a Million-Scale Data Lake

Researchers introduced LakeQA, a new benchmark dataset for evaluating large language models on question-answering tasks over massive data lakes containing 9.5TB of heterogeneous data. The benchmark reveals significant challenges in current LLMs, with GPT-5.2 achieving only 18.37% accuracy, highlighting the gap between reading-comprehension performance and real-world search-and-reasoning requirements.

🧠 GPT-5
AINeutralarXiv – CS AI · Jun 106/10
🧠

ERAlign: Energy-based Representation Alignment of GNNs and LLMs on Text-attributed Graphs

Researchers propose ERAlign, an energy-based framework that aligns representations from Graph Neural Networks and Large Language Models when processing text-attributed graphs. The approach uses energy-based models to achieve distribution consistency between graph structure and text embeddings, demonstrating state-of-the-art performance across multiple datasets.

AIBullisharXiv – CS AI · Jun 106/10
🧠

UPLOTS: A Unified Pretrained Language Model for Constrained Time-series Generation

UPLOTS is a unified pre-trained language model that generates constrained time-series data across multiple domains using a single transformer backbone guided by learned prompts. The framework addresses scalability limitations of existing domain-specific approaches by internalizing diverse temporal structures and enabling conditional generation with precise pattern control.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Decoupling Thought from Speech: Knowledge-Grounded Counterfactual Reasoning for Resilient Multi-Agent Argumentation

Researchers introduce Knowledge-Grounded Counterfactual Reasoning (KG-CFR), a dual-stage architecture that improves multi-agent debate systems by separating planning from execution, preventing logic degradation and argument repetition. In stress-tested simulations, KG-CFR maintains argument quality above 0.82 in 95% of perturbed scenarios, demonstrating that architectural decoupling enhances system resilience under sustained pressure.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Advancing the State-of-the-Art in Empirical Privacy Auditing

Researchers propose a new empirical privacy auditing framework for fine-tuned large language models that uses synthetic canaries generated via high-temperature sampling to detect data leakage. The method also introduces a novel audit for synthetic data generated from privacy-sensitive models, revealing how model capacity and training data characteristics affect memorization risks.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Stop Early, Spend Less: Hidden-State Probes as a Practical Recipe for Streaming Moderation of LLM Outputs

Researchers propose lightweight token-level probes that monitor LLM safety directly within model hidden states during generation, eliminating the computational overhead of separate moderation models. This streaming approach enables real-time intervention before unsafe content completes generation, reducing inference costs by orders of magnitude while maintaining safety standards.

← PrevPage 312 of 918Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined