论文检索

输入标题、作者或关键词,从 954 篇学术成果中精准定位

会议来源 全部会议

机器学习与综合 AI

自然语言处理

计算机视觉

数据挖掘与 Web

多媒体与图形学

未选择时检索全部会议
支持跨会议组合检索,PDF 均跳转至官方来源
954篇论文
第 42 / 48 页

Cibo Yu, Tingting Zhu, Tingyang Chen, Yinghui Wu 0001, Arijit Khan 0001, Xiangyu Ke

Ensuring the trustworthiness of graph neural networks (GNNs), which are often treated as black-box models, requires effective explanation techniques. Existing GNN explanations typically apply input perturbations to identify subgraphs that are responsible for the occurrence of the final output of GNNs. However, such approaches lack finer-grained, layer-wise analysis of how intermediate representations contribute to the final result, capabilities that are crucial for model diagnosis and architecture optimization. This paper introduces SliceGX, a novel GNN explanation approach that generates explanations at specific GNN layers in a progressive manner. Given a GNN model M, a set of selected intermediate layers, and a target layer, SliceGX slices M into layer blocks (''model slice'') and discovers high-quality explanatory subgraphs within each block that elucidate how the model output arises at the target layer. Although finding such layer-wise explanations is computationally challenging, we develop efficient algorithms and optimization techniques that incrementally construct and maintain these subgraphs with provable approximation guarantees. Extensive experiments on synthetic and real-world benchmarks demonstrate the effectiveness and efficiency of SliceGX, and illustrate its practical utility insupporting model debugging.

Kaicheng Zhang, David N. Reynolds, Piero Deidda, Francesco Tudisco

Oscillatory Graph Neural Networks (OGNNs) are an emerging class of physics-inspired architectures designed to mitigate oversmoothing and vanishing gradient problems in deep GNNs. In this work, we introduce the Complex-Valued Stuart-Landau Graph Neural Network (SLGNN), a novel architecture grounded in Stuart-Landau oscillator dynamics. Stuart-Landau oscillators are canonical models of limit-cycle behavior near Hopf bifurcations, which are fundamental to synchronization theory and are widely used in e.g.\ neuroscience for mesoscopic brain modeling. Unlike harmonic oscillators and phase-only Kuramoto models, Stuart-Landau oscillators retain both amplitude and phase dynamics, enabling rich phenomena such as amplitude regulation and multistable synchronization. The proposed SLGNN generalizes existing phase-centric Kuramoto-based OGNNs by allowing node feature amplitudes to evolve dynamically according to Stuart-Landau dynamics, with explicit tunable hyperparameters (such as the Hopf-parameter and the coupling strength) providing additional control over the interplay between feature amplitudes and network structure. We conduct extensive experiments across node classification, graph classification, and graph regression tasks, demonstrating that SLGNN outperforms existing OGNNs and establishes a novel, expressive, and theoretically grounded framework for deep oscillatory architectures on graphs. The code and hyperparameters for SLGNN are available at https://github.com/kevvzhang/StuartLandauGNN

Jialin Chen, Haolan Zuo, Haoyu Wang 0004, Siqi Miao 0001, Pan Li 0005, Rex Ying

Recent advancements in large-scale pre-training have shown the potential to learn generalizable representations for downstream tasks. In the graph domain, however, capturing and transferring structural information across different graph domains remains challenging, primarily due to the inherent differences in graph topological patterns across various contexts. For example, a social network's structure is fundamentally different from that of a product co-purchase graph. Additionally, most existing models struggle to capture the rich topological complexity of graph structures, leading to inadequate exploration of the graph embedding space. To address these challenges, we propose GFSE, a universal pre-trained graph encoder designed to capture transferable structural patterns across diverse domains such as the web graph, social networks, and citation networks. GFSE is the first cross-domain graph structural encoder pre-trained with multiple self-supervised learning objectives. Built on a Graph Transformer, GFSE incorporates attention mechanisms informed by graph structural information, enabling it to encode intricate multi-level and fine-grained topological features within complex graph structures. The pre-trained GFSE produces generic and theoretically expressive positional and structural encoding for graphs, which can be seamlessly integrated with various downstream graph feature encoders, including graph neural networks for vectorized features and Large Language Models (LLMs) for text-attributed graphs. Comprehensive experiments on synthetic and real-world datasets demonstrate GFSE's capability to significantly enhance the model's performance while requiring substantially less task-specific fine-tuning. Notably, GFSE achieves state-of-the-art performance in diverse evaluated cases spanning various graph models and datasets, highlighting its potential as a powerful and versatile encoder for graph-structured data.

Ke Ma 0012, Cong Fu 0022, Jianing Wang, Yifei Wang, Wenyuan Li, Xinggang Wang, Meng Wang 0009, Tian Xia

Intelligent agents operating in biomedical laboratories need physics-aware understanding beyond simple geometry or semantics. In-the-wild web images capture authentic lab interactions, yet methods designed for instrumented 3D capture and reconstruction struggle to turn this resource into functional knowledge. Consequently, current autonomous laboratory systems lack a queryable representation of affordances for precise object and liquid handling tasks. We pose a web-native question: how to convert single-view, uncalibrated web images into a structured, physics-aware scene representation. We introduce WPIS (Web- and Physics-Informed Scene-understanding), a pipeline that compiles Physics-aware 3D Scene Graphs (P-3DSGs) from web imagery by fusing open-vocabulary instance/mask cues with relative geometry, augmenting nodes with real-valued liquid states and fine-grained hand–object interaction (HOI) subgraphs, and attaching concise natural-language functional relations—without intrinsics, multi-view, or CAD priors. We release WebLab-3DSG, a 1,000-scene knowledge base pairing each RGB image with its P-3DSG JSON, relative depth, and a single-image point-cloud proxy. In an expert study, grounding an LLM in a P-3DSG improves answer quality by 40% over a strong VLM that reasons directly from RGB, with the largest gains on feasibility, HOI alignment, and safety constraints. WPIS offers a reproducible path to physics-aware reasoning from in-the-wild web imagery and a practical substrate for decision-making in autonomous lab settings.

Chuanyue Yu, Kuo Zhao, Yuhan Li 0001, Heng Chang, Mingjian Feng, Xiangzhe Jiang, Yufei Sun, Jia Li 0009, Yuzhi Zhang, Qingyun Sun 等

Graph Retrieval-Augmented Generation (GraphRAG) has shown great effectiveness in enhancing the reasoning abilities of Large Language Models (LLMs) by leveraging graph structures for knowledge representation and modeling complex real-world relationships. However, existing GraphRAG methods still face significant bottlenecks when handling complex problems that require multi-hop reasoning, as their query and retrieval phases are largely based on pre-defined heuristics and do not fully utilize the reasoning potentials of LLMs. To address this problem, we propose GraphRAG-R1, an adaptive GraphRAG framework by training LLMs with process-constrained outcome-based reinforcement learning (RL) to enhance the multi-hop reasoning ability. Our method can decompose complex problems, autonomously invoke retrieval tools to acquire necessary information, and perform effective reasoning. Specifically, we utilize a modified version of Group Relative Policy Optimization (GRPO) that supports rollout-with-thinking capability to train the model. Next, we design two process-constrained reward functions. To handle the shallow retrieval problem, we design a Progressive Retrieval Attenuation (PRA) reward to encourage essential retrievals. Then, to handle the over-thinking problem, we design a Cost-Aware F1 (CAF) reward to balance the model performance with computational costs. We further design a phase-dependent training strategy, containing three training stages corresponding to cold start and these two rewards. These stages empower GraphRAG with format following, behavior shaping, and smartness optimization abilities, respectively. Lastly, our method adopts a hybrid graph-textual retrieval to improve the reasoning capacity. Extensive experimental results demonstrate that GraphRAG-R1 significantly boosts LLM capabilities in solving complex reasoning problems compared to state-of-the-art GraphRAG methods on both in-domain and out-of-domain datasets. Furthermore, our framework can be flexibly integrated with various existing retrieval methods, consistently delivering performance improvements.

Tianyin Liao, Ge Lan, Rui Chen, Ran Zhang, Zhiming Chen, Xiao Wang 0017, Ziwei Zhang 0001

Graph representation learning encounters great difficulties under distribution shifts. This challenge has aroused considerable interest in graph out-of-distribution (OOD) generalization and detection, which can effectively handle covariate and semantic shifts, respectively. However, real-world graph tasks often involve complex unlabeled wild data with both covariate and semantic shifts, motivating a critical question: can we design a unified framework for joint graph OOD generalization and detection? Invariant graph learning, which extracts stable relationships between features and labels, offers a promising candidate for joint OOD generalization and detection, but faces three critical challenges (1) how to model invariant subgraphs with unlabeled data, (2) how to ensure graph representations benefit both tasks, and (3) how to integrate labeled and unlabeled data under proper invariance principles. To solve these challenges, we introduce Unified Graph Out-Of-Distribution generalization and detection framework (UniGOOD) with three tailored components. Specifically, to capture subgraphs without relying on labels, we first propose the distributional invariant subgraph generator to model subgraph conditional distributions. Next, to enable generalization and reliable detection, we propose the cross-invariant-subgraph spectral contrastive learning module to learn invariant representations from subgraph distributions. Finally, for accurate subgraph discovery across labeled and unlabeled graphs, we design the triple-population invariance regularizer to enforce the invariance principle through spectral graph theory. We prove that our method theoretically ensures accurate invariant subgraphs, enabling effective OOD generalization and detection. Experiments show that UniGOOD outperforms state-of-the-art baselines for both graph OOD generalization and detection tasks.

Shifei Ding, Zhe Li 0071, Xiao Xu 0006, Chao Li

Current contrastive graph clustering approaches suffer from insufficient integration of structural and semantic information, coupled with the absence of reliable sample selection strategies. To address these dual limitations, we introduce Structure-Semantic Synergized Deep Contrastive Graph Clustering (S³-DCGC), a novel framework that jointly models topological structure and semantic features through two synergistic mechanisms. First, a structure-aware curriculum negative sampling strategy progressively identifies hard negative samples using dynamic-range masking, enhancing discriminative structural learning. Second, a semantic confidence-guided contrastive mechanism quantifies node reliability via composite confidence scores—integrating cluster affinity and cross-view consistency—to select high-confidence positive/negative pairs. Dynamically coordinated by a soft-alignment strategy that shifts optimization focus from structural to semantic dominance during training, these components achieve balanced synergy. Comprehensive experiments conducted on five benchmark datasets demonstrate S³-DCGC's superiority, achieving significant performance gains. Ablation studies and visual analyses further corroborate the critical importance of structure-semantic synergy in achieving robust clustering performance.

Shifei Ding, Fangchen Li, Lili Guo 0001, Jian Zhang 0019

Graph Neural Networks fundamentally rely on homophily assumptions where connected nodes are expected to share similar labels, consequently suffering severe performance degradation in heterophilic graphs due to the indiscriminate neighbor aggregation mechanism. Although recent solutions have attempted to incorporate higher-order neighborhoods or reweighting schemes, they often inadvertently amplify structural noise by introducing a larger proportion of dissimilar nodes than similar ones, while simultaneously failing to capture nuanced contextual patterns due to their inability to discern subtle local structural variations across subgraphs. To holistically address these intractable and co-existing challenges, we propose the Contextual Structure Enhanced Selective Graph Convolutional Network (CSS-GCN), a novel architecture that organically synergizes contextual structure modeling with adaptive neighbor selection. Specifically, our approach employs ego-network partitioning and group fairness constraints to effectively quantify domain-invariant structural patterns, thereby countering the contextual blindness often observed in conventional GNNs. Complementarily, we design a selective propagation mechanism unifying adaptive neighborhood distribution-based similarity computation with the gated fusion of three distinct information pathways: potential homophilic neighbors identified through attribute-topology synergy, first-hop connections, and ego-representations. This dual-component framework enables nodes to dynamically filter out irrelevant signals while preserving structural consistency across diverse homophily-heterophily landscapes. Extensive validation on 10 real-world graphs demonstrates the effectiveness and superiority of our proposed approach.

Haixu Xiong, Li Sun 0008, Yun Xiong, Suyang Zhou, Hongrun Ren, Yangyong Zhu

Community detection is a longstanding topic in graph and Web algorithms, and semi-supervised local community detection, identifying the community to which the given user belongs, garners increasing research attention in recent years. While achieving encouraging results, existing solutions often encounter accumulated errors due to the weak supervision in the community expansion process, and are undermined by the initial seed sensitivity that a suboptimal or boundary seed node can easily misguide community generation. To fill these gaps, we propose a fresh generative perspective on hyperbolic space, which recasts this problem as the seed-conditioned sequence generation, and reformulates community generation as a continuous transport of probability distributions in the manifold measure space. In this paper, we present a novel Semi-supervised Local community detection framework based on hyperbolic Flow Matching (SLFM). Specifically, it leverages a geometric-aware Seed Selector that refines initial seeds with hyperbolic angular and radial priors, and a Hyperbolic Flow Transporter that learns a vector field to map a source distribution to a target community distribution, generating a robust set of anchors. Finally, a Community Expander is introduced to utilize these anchors as surrogate supervision to effectively recover the full community. Experimental results on four real-world datasets demonstrate that SLFM significantly outperforms existing methods in both local and global semi-supervised settings.

Pengyang Zhou 0001, Zhihao Huang, Jiahe Xu 0003, Wu Wen, Xiaolin Zheng, Chaochao Chen 0001, Jianwei Yin

Federated graph learning (FGL) enables collaborative training without sharing raw graph data, but existing methods remain limited when clients perform different types of graph learning tasks. Recent advances in large language models (LLMs) provide new opportunities, where a promising solution is to project graph data into the LLM input space and leverage their generalization ability for prediction. However, directly applying LLMs to FGL raises two key challenges: (1) enhancing LLM interpretation of graphs with limited client data, and (2) obtaining a generalizable graph projector across heterogeneous client tasks. To address these challenges, we propose a LLM-enhanced federated graph learning framework FedLGS, which consists of two modules, i.e., geometry-aware graph projection (GGP) and shared subspace aggregation (SSA). GGP projects graph representations into complementary Riemannian manifolds with Ollivier-Ricci curvature priors, enabling geometry-aware and semantically enriched inputs for LLMs. SSA applies curvature-weighted whitening and aggregates updates in a shared subspace to achieve geometry-consistent generalization across heterogeneous tasks. Extensive experiments on six datasets demonstrate the effectiveness of FedLGS.

Shiyuan Li 0001, Yixin Liu 0001, Yu Zheng 0013, Mei Li, Quoc Viet Hung Nguyen, Shirui Pan

Multi-Agent Systems (MAS) offer a powerful paradigm for solving complex problems, yet their performance is critically dependent on the design of their underlying collaboration topology. As MAS become increasingly deployed in web services (e.g., search engines), designing adaptive topologies for diverse cross-domain user queries becomes essential. Current graph learning-based design methodologies often adhere to a ''one-for-one'' paradigm, where a specialized model is trained for each specific task domain. This approach suffers from poor generalization to unseen domains and fails to leverage shared structural knowledge across different tasks. To address this, we propose OFA-MAS, a one-for-all framework that generates adaptive collaboration graphs for any task described in natural language through a single universal model. Our approach integrates a Task-Aware Graph State Encoder (TAGSE) that filters task-relevant node information via sparse gating, and a Mixture-of-Experts (MoE) architecture that dynamically selects specialized sub-networks to drive node and edge prediction. We employ a three-stage training strategy: unconditional pre-training on canonical topologies for structural priors, large-scale conditional pre-training on LLM-generated datasets for task-topology mappings, and supervised fine-tuning on empirically validated graphs. Experiments across six diverse benchmarks show that OFA-MAS significantly outperforms specialized one-for-one models, generating highly adaptive MAS topologies. Code: https://github.com/Shiy-Li/OFA-MAS.

Zhaowei Liu 0001, Chang Liu, Dong Yang, Weiqing Yan, Yongchao Song, Anzuo Jiang

Data-driven spectrum sensing is a key technology for addressing complex challenges in Cognitive Radio Networks (CRNs). Traditional methods are typically designed for simple single-band scenarios and perform poorly in practical wideband applications. In real-world systems, a single Secondary User (SU) is often restricted by energy, time, and hardware capabilities during real-time sensing. Consequently, only local and fragmented frequency information can be obtained. This partial sensing leads to a severe lack of training data. Additionally, the lack of historical records for emerging frequency bands, combined with data incompleteness due to resource constraints, creates training bottlenecks for data-driven models and limits the reliability of sensing. To address these challenges, this paper proposes a novel framework based on Collaborative Subgraph Learning and Hyperbolic Graph Neural Networks (GNNs). This approach enables Secondary Users to perform collaborative sensing through distributed subgraph learning. By utilizing GNNs to extract features and model multi-band correlations, a new distributed GNNs architecture is designed to efficiently detect wideband spectrum occupancy, even with partial observations. Within this framework, all frequency bands in the wideband spectrum pool are treated as a unified graph, while the bands observed by each SU form a subgraph. Subsequently, the complete spectrum graph is constructed through the joint training and aggregation of these subgraphs. By integrating hyperbolic geometry into GNNs, this method better captures the hierarchical structure of spectrum patterns, providing a more accurate and efficient sensing model. Experimental results demonstrate that, compared to the second-best HCNNs model, the proposed framework improves sensing accuracy by 3.8% on average across various test environments, while reducing key resource consumption by 18.4% on average.

Runshuo Liu, Chao Li 0022, Zhongying Zhao 0001, Hui Zhou, Qingtian Zeng

Detecting data that deviates from normal behavior in dynamic graphs is an important hotspot. In the real world, anomaly detection is widely applied across various domains. However, existing anomaly detection methods typically assume static input graphs, failing to capture dynamic information in real-world scenarios. In addition, during the evolution of node representations over time, standard updating mechanisms lack the ability to selectively preserve important features. To address these issues, this paper constructs a dynamic graph anomaly detection framework (DyConAD) that enhances model perception of dynamic information through memory enhancement strategies and multi-scale similarity-based anomaly scoring mechanisms. Additionally, we also design a dynamic graph construction method that extracts time-aware shapelet and establishes spatiotemporal relationships between these shapelet. Experimental validation is conducted on four real-world datasets and three public datasets from the UCR Time Series Archive. Results demonstrate that our proposed method outperforms existing approaches across multiple datasets, achieving effective improvements in both detection accuracy and efficiency.

Zhe Zhan, Xiangshi Li, Tingting Wang, Shuo Yu 0001, Henan Lei

Graph contrastive learning has emerged as a promising self-supervised approach for node representation learning, reducing reliance on human annotations. However, its limitation for modeling high-order structures leads to: loss of critical edges and nodes, diminished discriminability for higher-order semantics, and indistinguishable negative samples. To address these limitations, we propose SPGCL, a Subgraph Pattern-Aware Graph Contrastive Learning for Structural Representation. SPGCL enables the model to capture high-order structures by leveraging subgraph patterns. Specifically, SPGCL introduces subgraph patterns to differentiate high-order structures and preserve edges crucial for distinguishing these structures. In addition, it internalizes the subgraph pattern features into SP edge features, SP node features, and SP adjacency matrices to provide a more comprehensive structural representation. Furthermore, it utilizes subgraph pattern similarity and distance similarity, and restructures graph contrastive loss to sharpen negative-sample discrimination. Experiments on six real-world datasets demonstrate that SPGCL significantly outperforms state-of-the-art baselines.

Wei Ju 0001, Siyu Yi, Zhengyang Mao, Yifang Qin, Yifan Wang 0014, Zhiping Xiao 0001, Yiwei Fu, Ziyue Qiao, Ming Zhang 0004

Graph-level classification involves analyzing the property of the whole graph, which is typically solved by using graph neural networks (GNNs). Existing efforts generally assume a balanced class distribution. However, real-world data often exhibit long-tailed distributions, i.e., tail classes have significantly fewer samples than head classes, and thus directly applying GNNs is eventually biased toward the head classes, resulting in limited generalization over the tail classes. Moreover, the predictions of existing algorithms are usually not trustworthy, and the trained classifiers remain ignorant to their predictive confidence. Towards this end, in this paper we develop a principled framework called GraphEVER for long-tailed graph-level classification. Technically, GraphEVER incorporates the beliefs of multiple experts and leverages the idea of subjective logic within the Dempster-Shafer Evidence Theory (DST). It can provide the evidence and uncertainty estimation for each expert, where the evidence is parameterized by a Dirichlet distribution to model class probability distribution, and the uncertainty is quantified via a well-defined theoretical framework. In this way, diverse experts can be integrated under DST to endow the classifier with both reliability and robustness. Moreover, we propose an evidence-based routing mechanism to dynamically assign experts, such that the tail classes can receive more attention, while the head classes can reduce redundant engaged experts, further cutting down the computational cost and improving the efficiency. Extensive experiments on seven datasets verify the superiority of our proposed framework.

Pallabee Das, Stefan Heindorf

Many real-world datasets, such as citation networks, social networks, and molecular structures, are naturally represented as heterogeneous graphs, where nodes belong to different types and have additional features. For example, in a citation network, nodes representing ''Paper'' or ''Author'' may include attributes like keywords or affiliations. A critical machine learning task on these graphs is node classification, which is useful for applications such as fake news detection, corporate risk assessment, and molecular property prediction. Although Heterogeneous Graph Neural Networks (HGNNs) perform well in these contexts, their predictions remain opaque. Existing post-hoc explanation methods lack support for actual node features beyond one-hot encoding of node type and often fail to generate realistic, faithful explanations. To address these gaps, we propose DiGNNExplainer, a model-level explanation approach that synthesizes heterogeneous graphs with realistic node features via discrete denoising diffusion. In particular, we generate realistic discrete features (e.g., bag-of-words features) using diffusion models within a discrete space, whereas previous approaches are limited to continuous spaces. We evaluate our approach on multiple datasets and show that DiGNNExplainer produces explanations that are realistic and faithful to the model's decision-making, outperforming state-of-the-art methods.

Yifan Lu, Pengfei Jiao, Xuan Guo 0005, Ziyun Zou, Yiwei Wang 0001, Mengzhou Gao 0001, Huaming Wu, Imran Razzak

Explaining the decision-making process of Graph Neural Networks (GNNs) is essential for improving their transparency and reliability. However, real-world graphs are often heterogeneous and subject to structural noise, posing severe challenges to the robustness of existing explanation methods. To address these issues, we propose RoHeX, a Robust Heterogeneous GNN Explainer that enhances explanation quality under noisy conditions. RoHeX begins with a theoretical analysis revealing how different heterogeneous GNN architectures amplify structural perturbations through message passing. Building on this insight, we design a denoising variational inference framework that filters noisy structures and learns robust latent graph representations. Furthermore, we incorporate relation-aware heterogeneous semantics into the explanation generation process, formulating explanation as an optimization problem under the graph information bottleneck principle. This formulation enables RoHeX to balance fidelity and compactness, producing explanations that are both semantically meaningful and structurally stable. Comprehensive experiments on multiple real-world heterogeneous graphs demonstrate that RoHeX consistently surpasses state-of-the-art baselines in explanation fidelity, robustness to structural perturbations, and explainability.