y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All87,944🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General44,362

AI × Crypto News Feed

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

87944 articles
AINeutralarXiv – CS AI · Jun 116/10
🧠

Sonar-TS: Search-Then-Verify Natural Language Querying for Time Series Databases

Researchers introduce Sonar-TS, a neuro-symbolic framework that enables natural language querying of time series databases by combining SQL-based feature indexing with Python verification programs. The work addresses limitations in existing Text-to-SQL methods for handling continuous temporal patterns and introduces NLQTSBench, the first large-scale benchmark for evaluating natural language queries against time series data at scale.

AIBullisharXiv – CS AI · Jun 116/10
🧠

Diffusing to Coordinate: Efficient Online Multi-Agent Diffusion Policies

Researchers introduce OMAD, an online multi-agent reinforcement learning framework that integrates diffusion-based generative models for improved policy coordination. The method achieves 2.5-5x improvements in sample efficiency across benchmark tasks by using relaxed policy objectives and joint distributional value functions to enable effective exploration without requiring tractable likelihood calculations.

AINeutralarXiv – CS AI · Jun 116/10
🧠

KAN-MLP-Mixer: A comprehensive investigation of the usage of Kolmogorov-Arnold Networks (KANs) for improving IMU-based Human Activity Recognition

Researchers propose KAN-MLP-Mixer, a hybrid neural network architecture that combines Kolmogorov-Arnold Networks (KANs) with traditional MLPs for human activity recognition from IMU sensors. The model achieves 5.33% improvement over pure-MLP baselines by leveraging KANs' precision in input embedding and classification while retaining MLPs' noise robustness for intermediate processing.

AINeutralarXiv – CS AI · Jun 116/10
🧠

LSTM based IoT Device Identification

Researchers developed an LSTM-based machine learning system to identify IoT devices using network packet analysis, achieving 79.85% accuracy across 27 device classes. This work addresses growing security vulnerabilities in IoT deployments by enabling automated device recognition and vulnerability detection.

AINeutralarXiv – CS AI · Jun 115/10
🧠

FOCUS on Contamination: Hydrology-Informed Noise-Aware Learning for Geospatial PFAS Mapping

Researchers introduce FOCUS, a deep learning framework that maps PFAS (per- and polyfluoroalkyl substances) contamination in water systems by combining sparse field observations with geospatial and satellite data. The AI model outperforms traditional methods like Kriging and physical simulations, offering a cost-effective screening tool for environmental monitoring and contamination source identification.

AIBullisharXiv – CS AI · Jun 116/10
🧠

The Unreasonable Effectiveness of Discrete-Time Gaussian Process Mixtures for Robot Policy Learning

Researchers introduce MiDiGap, a machine learning approach using Gaussian Process Mixtures for robot policy learning that achieves state-of-the-art results in manipulation tasks from minimal demonstrations. The method learns complex behaviors like making coffee and opening doors in under a minute on CPU, with significant performance improvements over existing benchmarks and notable cross-embodiment transfer capabilities.

AINeutralarXiv – CS AI · Jun 116/10
🧠

A Physics-Inspired Optimizer: Velocity Regularized Adam

Researchers introduce Velocity-Regularized Adam (VRAdam), a physics-inspired optimizer that improves deep neural network training by adding velocity-based regularization to prevent oscillations and instability. VRAdam demonstrates superior performance compared to standard optimizers like AdamW across multiple benchmarks including image classification, language modeling, and generative modeling tasks.

AIBullisharXiv – CS AI · Jun 116/10
🧠

Pass@K Policy Optimization: Solving Harder Reinforcement Learning Problems

Researchers introduce Pass@K Policy Optimization (PKPO), a reinforcement learning method that optimizes for multiple solution attempts jointly rather than individually, enabling better exploration and problem-solving on harder tasks. The approach derives unbiased estimators for pass@k performance across arbitrary k values and demonstrates improved learning on challenging benchmarks using open-source LLMs.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Diffusion-based Cumulative Adversarial Purification for Vision Language Models

Researchers present DiffCAP, a diffusion-based defense mechanism that protects Vision Language Models from adversarial attacks by injecting noise and using similarity thresholds to purify corrupted inputs before inference. The method demonstrates superior performance across multiple datasets and VLM architectures while reducing computational overhead compared to existing defense techniques.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Cross-Layer Discrete Concept Discovery for Interpreting Language Models

Researchers introduce CLVQ-VAE, a novel framework for interpreting language models by discovering discrete, interpretable concepts across layers. The method outperforms existing approaches by collapsing duplicated features in residual streams into compact concept vectors, achieving 93% accuracy drops when concepts are removed and 78% human prediction recovery from visualizations.

AINeutralarXiv – CS AI · Jun 116/10
🧠

OCSVM-Guided Representation Learning for Unsupervised Anomaly Detection

Researchers propose a novel unsupervised anomaly detection method that directly couples representation learning with One-Class SVM through a custom loss function, addressing limitations in existing reconstruction-based and decoupled approaches. The method demonstrates effectiveness on image corruption benchmarks and clinical brain MRI lesion detection, showing robustness to domain shifts without requiring labeled anomalous data.

AINeutralarXiv – CS AI · Jun 116/10
🧠

RelayFormer: A Unified Local-Global Attention Framework for Scalable Image and Video Manipulation Localization

RelayFormer is a new deep learning framework that unifies image and video manipulation detection through a flexible attention mechanism called Global Local Relay (GLR) tokens. The approach handles variable resolutions without distortion and processes both static and temporal data with a single architecture, addressing key limitations in current visual forensics methods.

AIBullisharXiv – CS AI · Jun 116/10
🧠

LaQual: An Automated Framework for LLM App Quality Evaluation

Researchers introduce LaQual, an automated framework that evaluates the quality of LLM applications using dynamic scenario-based metrics rather than static user engagement indicators. The system demonstrates high alignment with human judgment and can filter out 67-81% of low-quality apps, addressing a critical gap in LLM app store curation.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Generalizing Beyond Suboptimality: Offline Reinforcement Learning Learns Effective Scheduling through Random Solutions

Researchers introduce CDQAC, an offline reinforcement learning algorithm that learns effective job scheduling policies from static, suboptimal datasets rather than requiring extensive online training interactions. The breakthrough demonstrates that scheduling performance depends primarily on state-action coverage rather than trajectory quality, enabling the algorithm to learn effectively from even simple random heuristics while requiring only 1-5% of original dataset size.

AINeutralarXiv – CS AI · Jun 116/10
🧠

MARIC: Multi-Agent Reasoning for Image Classification

Researchers introduce MARIC, a multi-agent framework that improves image classification by decomposing the task into collaborative reasoning steps rather than relying on single-pass vision language models. The approach uses specialized agents to analyze different visual dimensions and synthesize findings, demonstrating superior performance across multiple benchmark datasets.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Geometric Metrics and LLMs: What They Measure and When They Work

Researchers systematically tested geometric metrics for evaluating large language models, finding that several popular metrics like Schatten Norm and MOM primarily measure output length rather than quality. While geometric metrics add modest discriminative value beyond standard text statistics for tasks like generator identification, they show inconsistent correlation with actual text quality measures.

AIBullisharXiv – CS AI · Jun 116/10
🧠

Noise-Guided Transport for Imitation Learning

Researchers introduce Noise-Guided Transport (NGT), a lightweight machine learning method that enables effective imitation learning with minimal expert demonstrations—as few as 20 data samples. The approach frames imitation as an optimal transport problem solved through adversarial training, requiring no pretraining or specialized hardware while achieving strong performance on complex control tasks.

AINeutralarXiv – CS AI · Jun 116/10
🧠

When Researchers Say Mental Model/Theory of Mind of AI, What Are They Really Talking About?

A position paper challenges the prevailing interpretation of AI systems possessing theory of mind (ToM), arguing that current research conflates sophisticated pattern matching with genuine cognition. The authors propose that AI performance on ToM tasks reflects behavioral mimicry rather than authentic mental models, and recommend shifting toward mutual ToM frameworks that assess human-AI interaction dynamics rather than testing AI systems in isolation.

AIBullisharXiv – CS AI · Jun 116/10
🧠

GILT: An LLM-Free, Tuning-Free Graph Foundational Model for In-Context Learning

Researchers introduce GILT, a Graph Foundational Model that enables in-context learning on graph neural networks without requiring large language models or per-task tuning. The approach achieves stronger few-shot performance than existing methods while reducing computational overhead, addressing a critical limitation in deploying GNNs to heterogeneous graph data.

AIBullisharXiv – CS AI · Jun 116/10
🧠

SDQM: Synthetic Data Quality Metric for Object Detection Dataset Evaluation

Researchers have introduced SDQM (Synthetic Dataset Quality Metric), a novel evaluation framework for assessing the quality of synthetically generated data used in object detection tasks without requiring full model training. The metric demonstrates strong correlation with YOLO11 performance metrics and provides actionable insights for dataset improvement, addressing a critical bottleneck in resource-constrained machine learning development.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Mapping Scientific Literature with Large Language Models and Topic Modeling

Researchers demonstrate an LLM-driven framework for mapping scientific literature through topic modeling, tested on 1,500+ engineering articles from PNAS. The approach achieves 75.9% accuracy in classification while producing semantically interpretable topics with higher diversity than traditional methods, independently recovering the journal's editorial structure without prior knowledge.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Moving Beyond Diffusion: Hierarchy-to-Hierarchy Autoregression for fMRI-to-Image Reconstruction

Researchers introduce MindHier, a new framework for reconstructing visual images from brain fMRI signals using hierarchical autoregressive modeling instead of diffusion methods. The approach achieves 4.67x faster inference while improving semantic accuracy by aligning neural hierarchies with image generation stages, mimicking human visual perception.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Towards Deep Learning Surrogate for the Forward Problem in Electrocardiology: A Scalable Alternative to Physics-Based Models

Researchers propose a deep learning framework to replace traditional physics-based models for solving the forward problem in electrocardiology—predicting body surface ECG signals from cardiac electrical activity. The model achieves 99% accuracy while dramatically reducing computational time, offering potential for real-time clinical applications and digital twin development.

AINeutralarXiv – CS AI · Jun 115/10
🧠

Causal Emotion Recognition in Conversation: Context Saturation and Discourse-Marker Evidence

Researchers conducted a systematic study on emotion recognition in conversation using the IEMOCAP dataset, identifying that conversational context dominates performance but saturates within 10-30 preceding turns. The study reveals that hierarchical sentence representations and external affective lexicons provide minimal additional benefit, while discourse-marker analysis shows sadness correlates with reduced left-periphery markers, suggesting emotional states vary in context-dependency.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Robust Privacy: Inference-Stage Privacy through Certified Robustness

Researchers introduce Robust Privacy (RP), an inference-stage privacy framework that leverages certified robustness principles to prevent adversaries from inferring sensitive attributes or reconstructing training data from model predictions. The approach significantly outperforms differential privacy methods, reducing model inversion attack success rates from 73% to 4% while maintaining 98.4% accuracy, though it remains vulnerable to function-level extraction through model distillation.

← PrevPage 1125 of 3518Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined