y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#graph-neural-networks News & Analysis

176 articles tagged with #graph-neural-networks. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

176 articles
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.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Outage Detection in Self-Healing Smart Grids Using Reinforcement Learning with Spectral Graph Neural Networks

Researchers propose a spectral graph neural network combined with reinforcement learning to optimize power grid recovery during outages, enabling real-time decision-making for network reconfiguration. The approach demonstrates near-optimal performance across IEEE test systems while generalizing effectively to diverse outage scenarios, addressing computational inefficiencies in traditional machine learning methods for smart grid management.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Pharmacogenomic Knowledge Graph Augmentation for Graph Neural Network-Based Drug-Drug Interaction Prediction

Researchers demonstrate that augmenting graph neural networks with pharmacogenomic data from the PharmGKB database significantly improves drug-drug interaction predictions, particularly for CYP-mediated interactions. While knowledge graph augmentation shows substantial gains in DDI classification tasks, the approach reveals fundamental limitations in generalization to unseen drugs, suggesting that molecular structure alone constrains model performance.

AINeutralarXiv – CS AI · Jun 96/10
🧠

EssentialGIN: a new approach for gene essentiality prediction based on graph isomorphism neural networks

Researchers have developed EssentialGIN, a graph isomorphism neural network approach for predicting essential genes by embedding proteins within protein-protein interaction networks while integrating biological data like gene expression and subcellular localization. The method significantly outperforms traditional centrality measures and other machine learning approaches, particularly for complex organisms like humans.

AIBearisharXiv – CS AI · Jun 96/10
🧠

The Confidence Trap: Calibration Attacks for Graph Neural Networks

Researchers have developed a Unified Graph Calibration Attack (UGCA) framework that exploits vulnerabilities in Graph Neural Networks' confidence calibration through adversarial structural perturbations. The study reveals that GNNs with higher accuracy or trained on complex datasets are more susceptible to calibration attacks, which increase prediction uncertainty while maintaining classification accuracy.

AINeutralarXiv – CS AI · Jun 95/10
🧠

STELLAR: Spatio-Temporal Environmental Learning with Latent Alignment and Refinement for Long-Tailed Species Distribution Modeling

Researchers introduce STELLAR, a machine learning framework designed to improve species distribution modeling by jointly analyzing spatio-temporal environmental data and species interactions while addressing the challenge of rare species prediction. The approach combines graph-temporal encoding, latent space alignment, and specialized loss functions to outperform existing models on biodiversity datasets.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Crop Recommendation and Agricultural Query Answering System Using Spatio-Temporal Graph Neural Networks and Hybrid Retrieval Augmentation

Researchers developed an integrated agricultural system combining Spatio-Temporal Graph Convolutional Networks for weather forecasting, machine learning-based crop recommendations, and a retrieval-augmented generation chatbot to support precision farming in Nepal. The STGCN model achieved superior accuracy in 30-day weather predictions across 1,359 locations, enabling localized crop suggestions matched to soil properties and climate conditions.

AINeutralarXiv – CS AI · Jun 95/10
🧠

Graph-to-SFILES: Control structure prediction from process topologies using generative artificial intelligence

Researchers developed Graph-to-SFILES, a generative AI model that predicts control structures for chemical process designs from flowsheet topologies using graph neural networks. The model achieves 73.2% top-5 accuracy on 10,000 flowsheets and significantly outperforms sequence-based approaches in small-data scenarios, though performance reverses on larger datasets.

AIBullisharXiv – CS AI · Jun 96/10
🧠

OSMGraphCLIP: Learning Global Location Representations from OpenStreetMap Graphs

OSMGraphCLIP is a new geospatial AI model that learns location representations from OpenStreetMap data rather than satellite imagery. The model matches or outperforms satellite-based systems on diverse tasks including climate prediction, socioeconomic analysis, and wildfire forecasting, demonstrating that map topology and semantic data alone can capture meaningful geographic patterns.

AIBullisharXiv – CS AI · Jun 96/10
🧠

GraphLoRA: Structure-Aware Low-Rank Adaptation for Large Language Model Recommendation

GraphLoRA introduces a novel framework that integrates graph neural networks with low-rank adaptation to improve Large Language Model-based recommendation systems. By embedding trainable graph message-passing within the LoRA pathway, the method enables collaborative signals to directly guide parameter updates, achieving superior performance while maintaining computational efficiency compared to existing LLM recommendation approaches.

AINeutralarXiv – CS AI · Jun 85/10
🧠

Graph Neural Network leveraging Higher-order Class Label Connectivity for Heterophilous Graphs

Researchers propose Label Context Classifier (LCC), a novel approach that enhances graph neural networks by capturing higher-order class label connectivity in heterophilous graphs where nodes with different labels tend to connect. The method integrates with existing GNNs and demonstrates superior performance on node classification tasks where traditional graph convolutional networks struggle.

AINeutralarXiv – CS AI · Jun 86/10
🧠

Learning to Execute Graph Algorithms Exactly with Graph Neural Networks

Researchers demonstrate that graph neural networks can learn to execute classical graph algorithms exactly through a two-step training process combining MLPs with NTK theory. The work establishes rigorous theoretical learnability results for distributed computing models and practical algorithms like breadth-first search and Bellman-Ford, advancing understanding of what GNNs can provably learn.

AINeutralarXiv – CS AI · Jun 86/10
🧠

CHoE: Cross-Domain Heterogeneous Graph Prompt Learning via Structure-Conditioned Experts

Researchers introduce CHoE, a cross-domain heterogeneous graph prompt learning method that addresses the limitation of existing approaches failing when pre-training and downstream task data come from different distributions. Using structure-conditioned experts and intelligent routing mechanisms, CHoE improves performance in few-shot cross-domain applications, advancing the practical applicability of foundation models across heterogeneous graph settings.

AINeutralarXiv – CS AI · Jun 56/10
🧠

CausalPOI: Spatio-Temporal Graph-Based Causal Modeling for Cold-Start POI Check-in Forecasting

Researchers introduce CausalPOI, a spatio-temporal graph-based machine learning framework designed to predict check-in patterns for newly opened Points of Interest by modeling causal relationships between locations. The approach outperforms existing methods by capturing functional dependencies between POIs rather than relying solely on proximity, offering improved forecasting accuracy for urban planning applications.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Beyond Soft Masks: Hard-Perturbation Mixup Explainer for Robust GNN Explainability

Researchers propose HPME, a novel framework for explaining Graph Neural Network decisions using hard-perturbation mixup strategies instead of soft masks. The method addresses out-of-distribution issues in GNN explainability by extracting discrete subgraphs and employing structure-level replacement, achieving improved explanation fidelity across synthetic and real-world datasets.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Bridging the Semantic-Collaborative Gap: An Asymmetric Graph Architecture for Cold-Start Item Recommendation

Researchers at Tubi have developed Shallow-RHS, a graph-based recommendation system that addresses the cold-start problem for new content by using asymmetric neural architectures. The model separates user-interaction modeling from content feature encoding, enabling immediate embeddings for newly ingested items while maintaining collaborative filtering capabilities in production environments.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Learning Admissible Heuristics via Cost Partitioning

Researchers have developed a machine-learning framework that learns to create admissible heuristics for optimal planning by leveraging cost partitioning and Lagrangian duality. The approach uses graph neural networks with Weisfeiler-Leman algorithms to generate cost weights that guarantee admissibility by construction, marking the first learned heuristic with formal optimality guarantees.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Treat Traffic Like Trees: A Semantic-Preserving Hierarchical Graph-Based Expert Framework for Encrypted Traffic Analysis

Researchers propose PTGAMoE, a semantic-preserving graph-based deep learning framework for encrypted traffic analysis that outperforms existing models by respecting protocol hierarchies and field-level structures. The approach combines graph attention mechanisms with mixture-of-experts design to improve both accuracy in traffic classification and interpretability of model decisions.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Learning Long Range Spatio-Temporal Representations over Continuous Time Dynamic Graphs with State Space Models

Researchers introduce CTDG-SSM, a novel state-space modeling framework for continuous-time dynamic graphs that captures long-range temporal and spatial patterns through a topology-aware memory mechanism. The approach achieves state-of-the-art results on dynamic link prediction, node classification, and sequence classification benchmarks, particularly excelling on datasets requiring long-range reasoning.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Learning Discriminative and Generalizable Anomaly Detector for Dynamic Graph with Limited Supervision

Researchers propose a novel framework for detecting anomalies in dynamic graphs using limited labeled data, combining residual representation encoding with a bi-boundary optimization strategy to balance discrimination and generalization. The model-agnostic approach addresses the gap between unsupervised methods (which produce ambiguous boundaries) and semi-supervised methods (which overfit to limited anomalies).

AINeutralarXiv – CS AI · Jun 26/10
🧠

EnergyMamba: An Uncertainty-Aware Graph-Enhanced Selective State Space Model for Energy Consumption Prediction

Researchers introduce EnergyMamba, a machine learning framework that combines graph neural networks with state-space models to predict energy consumption while quantifying prediction uncertainty. The system achieves 5% accuracy improvement over existing methods by simultaneously modeling spatial grid relationships and temporal patterns, with enhanced reliability during abnormal conditions like extreme weather.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Structure-Guided Adaptive Propagation for Protein-Protein Interaction Site Prediction

Researchers introduce SGAP-PPIS, a graph neural network model that uses adaptive propagation guided by protein structure geometry to predict protein-protein interaction sites more accurately. The model dynamically adjusts how information flows between residues based on their local geometric environment, outperforming fixed propagation approaches in distinguishing true interaction sites from similar non-interacting regions.

← PrevPage 3 of 8Next →