y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🧠All39,892🧠AI21,452🤖AI × Crypto1,272📰General17,168
Home/AI Pulse

AI Pulse News

Models, papers, tools. 39,893 articles with AI-powered sentiment analysis and key takeaways.

39893 articles
AINeutralarXiv – CS AI · Jun 96/10
🧠

Structuring agentic AI for HPC code modernization

Researchers successfully modernized NMAP-RKPM, a 60,000-line Fortran physics simulation engine, from single-threaded MPI to parallel C++ using a structured agentic AI approach. Rather than relying on LLMs alone, the team developed a 'hand-holding' methodology combining manual examples, continuous buildability checks, and scoped sessions that proved highly effective for legacy code transformation.

AINeutralarXiv – CS AI · Jun 96/10
🧠

SNR-ST-Mix: Sample-specific Neighborhood Regression Mixup for Augmented Spatial Transcriptomics Imputation with Deep Neural Network

Researchers introduce SNR-ST-Mix, a data augmentation framework designed specifically for spatial transcriptomics that uses geometry-aware and expression-aware mixing to improve deep neural network performance. The method constrains data interpolation to k-nearest spatial neighbors and weights coefficients by expression similarity, enabling more biologically plausible synthetic training samples that enhance prediction accuracy without architectural changes.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Hybrid Neural Network and Conventional Controller Approach for Robust Control of Highly Unstable Systems: Application to Tilt-Rotor Control

Researchers demonstrate that direct neural network approaches fail for controlling highly unstable tilt-rotor systems, but propose a hybrid solution combining sliding mode control with neural networks to predict system dynamics. The LSTM-based implementation outperforms traditional methods while reducing computational overhead, advancing autonomous aerial vehicle control capabilities.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Deep Active Re-Labeling: Toward Noise-Resilient Annotation Efficiency

Researchers propose Deep Active Re-Labeling (DARL), a framework addressing human annotation errors in deep active learning by allocating budget to re-annotate potentially mislabeled data. The method uses noise detection strategies to identify suspect instances, improving data quality and model performance under annotation noise.

AINeutralarXiv – CS AI · Jun 96/10
🧠

RadOT-Eval: Auditable Structured-Evidence Transport for Radiology Report Evaluation

RadOT-Eval is a new AI framework that uses optimal transport algorithms to automatically evaluate radiology report generation by decomposing reports into structured clinical evidence units and detecting specific error types like omissions, hallucinations, and polarity reversals. The method achieves higher correlation with clinician-annotated errors than existing metrics and LLM-based evaluators, providing an auditable approach for quality assurance in high-stakes medical AI applications.

AINeutralarXiv – CS AI · Jun 95/10
🧠

TeamHerald@CHIPSAL 2026: Hate Speech Detection and Sentiment Analysis of Nepali Memes using Transformer-based Architectures and Ensemble Learning

Researchers presented a study on detecting hate speech and analyzing sentiment in Nepali-language memes using transformer-based machine learning models and ensemble learning techniques. The work addresses challenges specific to Nepali text analysis, including code-mixing and limited baseline datasets, demonstrating that soft voting ensemble strategies outperform standalone models for multi-class sentiment tasks by 15.8% in Macro F1-score.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Unifying Object-Centric World Models and Diffusion Policy: A Hierarchical Framework for Multi-Stage Robotic Tasks

Researchers introduce WorldDP, a hierarchical framework combining object-centric world models with diffusion policies to enable robots to perform complex multi-stage manipulation tasks. The approach uses high-level planning to generate subgoals that low-level diffusion policies execute, significantly outperforming existing methods on robotic benchmarks.

AINeutralarXiv – CS AI · Jun 96/10
🧠

How Many Counterfactuals Does It Take? Probing VLM Hallucinations Through Circuits and Causal Effects

Researchers present a novel methodology for detecting hallucinations in Visual Language Models by measuring sample complexity under counterfactual perturbations. Using circuit discovery techniques and causal influence metrics, they establish empirical bounds on the minimum counterfactual samples needed to reliably identify unstable hallucinated predictions.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Evaluating AI Investment Strategies

Researchers present a mathematical framework for auditing black-box algorithmic decision-makers by decomposing cumulative regret into per-period covariances between costs and policy decisions. The model-free approach enables practical auditing of sequential decision systems, with applications to platform mechanisms, repeated games, and algorithmic trading strategies without requiring access to private agent information.

$MKR
AINeutralarXiv – CS AI · Jun 95/10
🧠

AI-Augmented Closed-Loop Quality Engineering: A Reference Architecture for Continuous Software Quality Intelligence

Researchers propose a closed-loop AI-enhanced architecture for continuous software quality intelligence that integrates requirement analysis, test prioritization, defect prediction, and production incident feedback. Testing on a semi-synthetic dataset demonstrates significant improvements: 35% reduction in test execution time, defect leakage reduction from 0.19 to 0.13, and detection effectiveness improvement from 0.72 to 0.84 across six release cycles.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Scaling Decision-Focused Learning to Large Problems with Lagrangian Decomposition

Researchers propose a novel framework combining Lagrangian decomposition with decision-focused learning to improve scalability and computational efficiency in predict-then-optimize problems. The approach demonstrates competitive performance on large-scale benchmarks with up to 8x more variables than previous methods, while maintaining parallelization capabilities.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Governance Controls for AI-Generated Test Artifacts in Autonomous Software Testing

Researchers introduce the Governance-Aware Autonomous Testing Framework (GATF), which adds governance validation, compliance monitoring, and explainability controls to AI-powered software testing systems. The framework achieved 89.6% reduction in governance-related risks and demonstrated high accuracy across multiple performance metrics, addressing critical concerns about AI-generated test artifacts including hallucinations and security vulnerabilities.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Knowledge Graphs and Reasoning LLMs for Finding Simple Yet Effective Transcriptomic Perturbation Predictors

Researchers demonstrate that simple K-nearest neighbor models leveraging biological knowledge graphs achieve competitive performance in predicting gene knockout effects on transcriptomic expression, with reinforcement learning-optimized LLMs further improving results to match state-of-the-art methods. This work suggests knowledge graphs serve as effective model priors for complex biological prediction tasks.

AINeutralarXiv – CS AI · Jun 95/10
🧠

BLM-SGAN: Bidirectional Language Modeling for Semantic-Spatial Text-to-Image Generation

Researchers introduce BLM-SGAN, a novel text-to-image generation model that combines bidirectional language modeling with GANs to improve image synthesis from text descriptions. The model achieves state-of-the-art performance metrics, outperforming existing approaches by better capturing contextual dependencies and reducing training limitations.

AINeutralarXiv – CS AI · Jun 95/10
🧠

Intelligent Character Recognition of Handwritten Forms with Deep Neural Networks

Researchers present a novel deep neural network approach that combines handwritten character detection and classification into a single task, eliminating the need for manual annotation by using synthetically generated training data. The method achieves 88.28% recognition accuracy on real exam forms, demonstrating superior performance compared to traditional two-stage approaches.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Benchmarking Vision-Language-Action Models on SO-101: Failure and Recovery Analysis

Researchers introduce SO-101, a standardized real-world benchmark for evaluating Vision-Language-Action (VLA) models on affordable robotic platforms. The study benchmarks multiple VLA and imitation learning policies, revealing that execution instability is the dominant failure mode and that recovery capabilities vary significantly across architectures, highlighting the gap between simulation-based evaluations and real-world robotic deployment.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Cheap Reward Hacking Detection

Researchers have developed a lightweight transformer-based method to detect reward hacking in AI systems that operates at a fraction of the cost of existing approaches. The technique achieves comparable performance to LLM-based judges while demonstrating superior true positive rates, suggesting efficient alternatives to expensive AI evaluation methods are feasible.

AINeutralarXiv – CS AI · Jun 95/10
🧠

Few-shot Class-variable Incremental Audio Classification via Prototype Adaptation and Pseudo Class-variable Training

Researchers propose a new method for few-shot class-variable incremental audio classification that handles both increasing and decreasing numbers of classes, addressing a practical gap in existing models. The approach uses prototype adaptation and pseudo class-variable training to dynamically adjust classifier structure as classes change, demonstrating improved performance on multiple datasets.

AINeutralarXiv – CS AI · Jun 95/10
🧠

Failure-Aware Refinement of Vision-Language Model for Lithography Defect Detection

Researchers propose a two-stage vision-language framework using Qwen3-VL with LoRA fine-tuning to detect semiconductor lithography defects, then employ a refinement module trained on first-stage failures to improve accuracy beyond standard single-stage approaches.

AINeutralarXiv – CS AI · Jun 95/10
🧠

PolyBuild: An End-to-End Method for Polygonal Building Contour Extraction from High-Resolution Remote Sensing Images

PolyBuild introduces an end-to-end deep learning method for extracting building polygon contours directly from high-resolution remote sensing images without post-processing. The hybrid CNN-Transformer architecture combines an Initial Contour Generation Module with a Contour Optimization Module to achieve superior performance over existing mask-based and contour-based approaches.

$MATIC
AINeutralarXiv – CS AI · Jun 96/10
🧠

From Statute to Control Flow: Span-Grounded Deontic Trees for Defeasible Scope Parsing

Researchers introduce NormBench, a benchmark with 2,290 legal provisions across multiple languages, and Span-Grounded Deontic Trees (SG-DT), a structured representation method designed to address Silent Scope Omission—where AI systems appear compliant but fail to apply nested exceptions correctly. Testing reveals that frontier LLMs struggle with recursive defeater chains and struggle to assemble correct logical control flow despite retrieving relevant source material.

AIBullisharXiv – CS AI · Jun 96/10
🧠

PAI: Preserving Amplitude Information in Representation-Based Time-Series Anomaly Detection

Researchers propose PAI, a novel anomaly scoring scheme that addresses a critical limitation in representation-based time-series anomaly detection by explicitly preserving amplitude information in learned embeddings. The method achieves significant performance improvements, with average gains of 98.4% on TSB-AD-U-Eva and 36.8% on TAB UV datasets, suggesting that amplitude retention is crucial for robust anomaly detection.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Report on CHIIR 2026 Workshop on Generative AI and Academic Search (GAI&AS)

The CHIIR 2026 Workshop on Generative AI and Academic Search convened researchers to examine how GenAI is transforming academic research systems beyond traditional document retrieval. Discussions centered on three themes—foundations, applications, and search-as-learning—emphasizing human-centered design principles that prioritize research integrity, transparency, and higher-order cognitive support.

AINeutralarXiv – CS AI · Jun 96/10
🧠

PACT: Learning Diverse Diagnostic Strategies via Privileged Synthesis and Branch Consensus

Researchers introduce PACT, a training framework that enables large language models to master multiple diagnostic reasoning strategies simultaneously for clinical decision-making. The method uses supervised dialogue synthesis with complete medical records and a consensus-based training approach, achieving state-of-the-art performance on a new Chinese medical diagnosis benchmark.

AIBullisharXiv – CS AI · Jun 96/10
🧠

NutriMLLM: Multimodal Large Language Models for Dietary Micronutrient Analysis

Researchers developed NutriMLLM, a specialized family of vision-language models trained on 1.1 million synthetic food images with complete 65-nutrient labels, to accurately estimate dietary micronutrients from photographs. The models outperform existing proprietary systems like GPT-5 and Gemini 3 on most nutrients, addressing a critical gap in clinical nutrition assessment where previous MLLMs frequently failed or produced implausible results.

🧠 GPT-5🧠 Claude🧠 Sonnet
← PrevPage 521 of 1596Next →
◆ AI Mentions
🏢Anthropic
158×
🏢OpenAI
77×
🧠Claude
70×
🏢Nvidia
63×
🧠Gemini
35×
🧠GPT-5
30×
🏢Meta
25×
🧠GPT-4
17×
🧠Llama
17×
🧠ChatGPT
17×
🏢Perplexity
16×
🧠Opus
12×
🧠Grok
12×
🏢xAI
11×
🏢Hugging Face
10×
🏢Google
10×
🧠Midjourney
8×
🏢Microsoft
7×
🧠Sonnet
7×
🏢Cohere
5×
▲ Trending Tags
1#ai8032#market7123#iran5934#bitcoin4405#geopolitical3406#trump2757#security1778#trading1619#inflation15510#fed15311#adoption12512#sanctions11413#machine-learning10814#geopolitics10115#china93
Tag Sentiment
#ai803 articles
#market712 articles
#iran593 articles
#bitcoin440 articles
#geopolitical340 articles
#trump275 articles
#security177 articles
#trading161 articles
#inflation155 articles
#fed153 articles
BullishNeutralBearish
Stay Updated
Models, papers, tools
Tag Connections
#geopolitical↔#iran
250
#iran↔#trump
149
#bitcoin↔#iran
124
#bitcoin↔#market
94
#geopolitical↔#trump
88
#ai↔#market
88
#iran↔#market
77
#iran↔#sanctions
73
#ai↔#security
61
#bitcoin↔#geopolitical
59
Filters
Sentiment
Importance
Sort
📡 See all 70+ sources
y0.exchange
Your AI agent for DeFi
Connect Claude or GPT to your wallet. AI reads balances, proposes swaps and bridges — you approve. Your keys never leave your device.
8 MCP tools · 15 chains · $0 fees
Connect Wallet to AI →How it works →
Viewing: AI Pulse feed
Filters
Sentiment
Importance
Sort
Stay Updated
Models, papers, tools
y0news
y0.exchangeLaunch AppDigestsSourcesAboutRSSAI NewsCrypto News
© 2026 y0.exchange