Search Results for author: Xiyuan Wang

Found 28 papers, 15 papers with code

Griffin: Towards a Graph-Centric Relational Database Foundation Model

no code implementations8 May 2025 Yanbo Wang, Xiyuan Wang, Quan Gan, Minjie Wang, Qibin Yang, David Wipf, Muhan Zhang

We introduce Griffin, the first foundation model attemptation designed specifically for Relational Databases (RDBs).

Decoder Diversity

Influence Maximization in Temporal Social Networks with a Cold-Start Problem: A Supervised Approach

1 code implementation15 Apr 2025 Laixin Xie, Ying Zhang, Xiyuan Wang, Shiyi Liu, Shenghan Gao, Xingxing Xing, Wei Wan, Haipeng Zhang, Quan Li

Influence Maximization (IM) in temporal graphs focuses on identifying influential "seeds" that are pivotal for maximizing network expansion.

Computational Efficiency

LIFT: Improving Long Context Understanding of Large Language Models through Long Input Fine-Tuning

no code implementations20 Feb 2025 Yansheng Mao, Yufei Xu, Jiaqi Li, Fanxu Meng, Haotong Yang, Zilong Zheng, Xiyuan Wang, Muhan Zhang

This paper presents Long Input Fine-Tuning (LIFT), a novel framework for long-context modeling that can improve the long-context performance of arbitrary (short-context) LLMs by dynamically adapting model parameters based on the long input.

In-Context Learning Long-Context Understanding +1

Using Random Noise Equivariantly to Boost Graph Neural Networks Universally

no code implementations4 Feb 2025 Xiyuan Wang, Muhan Zhang

Recent advances in Graph Neural Networks (GNNs) have explored the potential of random noise as an input feature to enhance expressivity across diverse tasks.

Do Graph Diffusion Models Accurately Capture and Generate Substructure Distributions?

no code implementations4 Feb 2025 Xiyuan Wang, Yewei Liu, Lexi Pang, Siwei Chen, Muhan Zhang

Diffusion models have gained popularity in graph generation tasks; however, the extent of their expressivity concerning the graph distributions they can learn is not fully understood.

Graph Generation

Exact Acceleration of Subgraph Graph Neural Networks by Eliminating Computation Redundancy

no code implementations24 Dec 2024 Qian Tao, Xiyuan Wang, Muhan Zhang, Shuxian Hu, Wenyuan Yu, Jingren Zhou

Many recent studies have proposed the use of graph convolution methods over the numerous subgraphs of each graph, a concept known as subgraph graph neural networks (subgraph GNNs), to enhance GNNs' ability to distinguish non-isomorphic graphs.

Computational Efficiency

How Different AI Chatbots Behave? Benchmarking Large Language Models in Behavioral Economics Games

no code implementations16 Dec 2024 Yutong Xie, Yiyao Liu, Zhuang Ma, Lin Shi, Xiyuan Wang, Walter Yuan, Matthew O. Jackson, Qiaozhu Mei

The deployment of large language models (LLMs) in diverse applications requires a thorough understanding of their decision-making strategies and behavioral patterns.

Benchmarking Chatbot +2

GL-Fusion: Rethinking the Combination of Graph Neural Network and Large Language model

no code implementations8 Dec 2024 Haotong Yang, Xiyuan Wang, Qian Tao, Shuxian Hu, Zhouchen Lin, Muhan Zhang

Recent research on integrating Large Language Models (LLMs) with Graph Neural Networks (GNNs) typically follows two approaches: LLM-centered models, which convert graph data into tokens for LLM processing, and GNN-centered models, which use LLMs to encode text features into node and edge representations for GNN input.

Graph Neural Network Language Modeling +2

Reconsidering the Performance of GAE in Link Prediction

2 code implementations6 Nov 2024 Weishuo Ma, Yanbo Wang, Xiyuan Wang, Muhan Zhang

Various graph neural networks (GNNs) with advanced training techniques and model designs have been proposed for link prediction tasks.

Computational Efficiency Link Prediction +1

Towards Stable, Globally Expressive Graph Representations with Laplacian Eigenvectors

no code implementations13 Oct 2024 Junru Zhou, Cai Zhou, Xiyuan Wang, Pan Li, Muhan Zhang

Graph neural networks (GNNs) have achieved remarkable success in a variety of machine learning tasks over graph data.

Graph Learning

Geometric Representation Condition Improves Equivariant Molecule Generation

no code implementations4 Oct 2024 Zian Li, Cai Zhou, Xiyuan Wang, Xingang Peng, Muhan Zhang

Compared to directly generating a molecule, the relatively easy-to-generate representation in the first-stage guides the second-stage generation to reach a high-quality molecule in a more goal-oriented and much faster way.

Drug Design scientific discovery +1

Efficient Neural Common Neighbor for Temporal Graph Link Prediction

1 code implementation12 Jun 2024 Xiaohui Zhang, Yanbo Wang, Xiyuan Wang, Muhan Zhang

However, such methods focus on learning individual node representations, but overlook the pairwise representation learning nature of link prediction and fail to capture the important pairwise features of links such as common neighbors (CN).

Link Prediction Representation Learning

Graph as Point Set

1 code implementation5 May 2024 Xiyuan Wang, Pan Li, Muhan Zhang

In contrast, this paper introduces a novel graph-to-set conversion method that bijectively transforms interconnected nodes into a set of independent points and then uses a set encoder to learn the graph representation.

On the Completeness of Invariant Geometric Deep Learning Models

1 code implementation7 Feb 2024 Zian Li, Xiyuan Wang, Shijia Kang, Muhan Zhang

We then show that GeoNGNN, the geometric counterpart of one of the simplest subgraph graph neural networks (subgraph GNNs), can effectively break these corner cases' symmetry and thus achieve E(3)-completeness.

Computational Efficiency Deep Learning +2

Unifying Generation and Prediction on Graphs with Latent Graph Diffusion

1 code implementation4 Feb 2024 Cai Zhou, Xiyuan Wang, Muhan Zhang

Leveraging LGD and the ``all tasks as generation'' formulation, our framework is capable of solving graph tasks of various levels and types.

All Decoder +2

PyTorch Geometric High Order: A Unified Library for High Order Graph Neural Network

1 code implementation28 Nov 2023 Xiyuan Wang, Muhan Zhang

We introduce PyTorch Geometric High Order (PyGHO), a library for High Order Graph Neural Networks (HOGNNs) that extends PyTorch Geometric (PyG).

Graph Neural Network

Facilitating Graph Neural Networks with Random Walk on Simplicial Complexes

1 code implementation NeurIPS 2023 Cai Zhou, Xiyuan Wang, Muhan Zhang

Second, on $1$-simplices or edge level, we bridge edge-level random walk and Hodge $1$-Laplacians and design corresponding edge PE respectively.

Distance-Restricted Folklore Weisfeiler-Leman GNNs with Provable Cycle Counting Power

1 code implementation NeurIPS 2023 Junru Zhou, Jiarui Feng, Xiyuan Wang, Muhan Zhang

Many of the proposed GNN models with provable cycle counting power are based on subgraph GNNs, i. e., extracting a bag of subgraphs from the input graph, generating representations for each subgraph, and using them to augment the representation of the input graph.

P-vectors: A Parallel-Coupled TDNN/Transformer Network for Speaker Verification

no code implementations24 May 2023 Xiyuan Wang, Fangyuan Wang, Bo Xu, Liang Xu, Jing Xiao

Typically, the Time-Delay Neural Network (TDNN) and Transformer can serve as a backbone for Speaker Verification (SV).

Speaker Verification

From Relational Pooling to Subgraph GNNs: A Universal Framework for More Expressive Graph Neural Networks

1 code implementation8 May 2023 Cai Zhou, Xiyuan Wang, Muhan Zhang

Relational pooling is a framework for building more expressive and permutation-invariant graph neural networks.

Improving Graph Neural Networks on Multi-node Tasks with Labeling Tricks

no code implementations20 Apr 2023 Xiyuan Wang, Pan Li, Muhan Zhang

When we want to learn a node-set representation involving multiple nodes, a common practice in previous works is to directly aggregate the single-node representations obtained by a GNN.

Hyperedge Prediction Prediction +1

Is Distance Matrix Enough for Geometric Deep Learning?

2 code implementations NeurIPS 2023 Zian Li, Xiyuan Wang, Yinan Huang, Muhan Zhang

In this work, we first construct families of novel and symmetric geometric graphs that Vanilla DisGNN cannot distinguish even when considering all-pair distances, which greatly expands the existing counterexample families.

3D geometry Deep Learning +1

Neural Common Neighbor with Completion for Link Prediction

1 code implementation2 Feb 2023 Xiyuan Wang, Haotong Yang, Muhan Zhang

In this work, we propose a novel link prediction model and further boost it by studying graph incompleteness.

Link Prediction Prediction

Graph Neural Network with Local Frame for Molecular Potential Energy Surface

1 code implementation1 Aug 2022 Xiyuan Wang, Muhan Zhang

Projected onto a frame, equivariant features like 3D coordinates are converted to invariant features, so that we can capture geometric information with these projections and decouple the symmetry requirement from GNN design.

Graph Neural Network Representation Learning

Two-Dimensional Weisfeiler-Lehman Graph Neural Networks for Link Prediction

1 code implementation20 Jun 2022 Yang Hu, Xiyuan Wang, Zhouchen Lin, Pan Li, Muhan Zhang

As pointed out by previous works, this two-step procedure results in low discriminating power, as 1-WL-GNNs by nature learn node-level representations instead of link-level.

Link Prediction Vocal Bursts Valence Prediction

How Powerful are Spectral Graph Neural Networks

2 code implementations23 May 2022 Xiyuan Wang, Muhan Zhang

We also establish a connection between the expressive power of spectral GNNs and Graph Isomorphism (GI) testing, the latter of which is often used to characterize spatial GNNs' expressive power.

Graph Neural Network

Decentralized Baseband Processing with Gaussian Message Passing Detection for Uplink Massive MU-MIMO Systems

no code implementations22 May 2021 Zhenyu Zhang, Yuanyuan Dong, Keping Long, Xiyuan Wang, Xiaoming Dai

Decentralized baseband processing (DBP) architecture, which partitions the base station antennas into multiple antenna clusters, has been recently proposed to alleviate the excessively high interconnect bandwidth, chip input/output data rates, and detection complexity for massive multi-user multiple-input multiple-output (MU-MIMO) systems.

Cannot find the paper you are looking for? You can Submit a new open access paper.