Wenzhong Guo

dblp:10/2272 · DBLP profile ↗
← Back
17ranked-venue papers in the field
1as first author
10since 2021 · last 2025
ORCID · conflict

Domains — venue-derived; a paper can count in several

Knowledge Engineering, Semantic Web & Information Systems · 12 (1 first)Data Mining & Knowledge Discovery · 3Database Systems & Data Management · 2
YearPublicationVenuePosition
2025 ADEdgeDrop: Adversarial Edge Dropping for Robust Graph Neural Networks
abstract
Although Graph Neural Networks (GNNs) have exhibited the powerful ability to gather graph-structured information from neighborhood nodes via various message-passing mechanisms, the performance of GNNs is limited by poor generalization and fragile robustness caused by noisy and redundant graph data. As a prominent solution, Graph Augmentation Learning (GAL) has recently received increasing attention in the literature. Among the existing GAL approaches, edge-dropping methods that randomly remove edges from a graph during training are effective techniques to improve the robustness of GNNs. However, randomly dropping edges often results in bypassing critical edges. Consequently, the effectiveness of message passing is weakened. In this paper, we propose a novel adversarial edge-dropping method (ADEdgeDrop) that leverages an adversarial edge predictor guiding the removal of edges, which can be flexibly incorporated into diverse GNN backbones. Employing an adversarial training framework, the edge predictor utilizes the line graph transformed from the original graph to estimate the edges to be dropped, which improves the interpretability of the edge-dropping method. The proposed ADEdgeDrop is optimized alternately by stochastic gradient descent and projected gradient descent. Comprehensive experiments on eight graph benchmark datasets demonstrate that the proposed ADEdgeDrop outperforms state-of-the-art baselines across various GNN backbones, demonstrating improved generalization and robustness.
Zhaoliang Chen, Zhihao Wu 0003, Ylli Sadikaj, Claudia Plant, Hongning Dai, Shiping Wang, Yiu-Ming Cheung, Wenzhong Guo
IEEE Trans. Knowl. Data Eng.8
2024 Logical Relation Modeling and Mining in Hyperbolic Space for Recommendation
abstract
The sparse interactions between users and items have aggravated the difficulty of their representations in recommender systems. Existing methods leverage tags to alleviate the sparsity problem but ignore prevalent logical relations among items and tags (e.g., membership, hierarchy, and exclusion), which can be leveraged to enhance the accuracy of modeling user preferences and conducting recommendations. To this end, we propose to extract logical relations among item tags from existing tag taxonomies and exploit the individual strengths of the Poincaré and the Lorentz models in hyperbolic space for logical relation modeling towards enhanced recommendations. Moreover, we find that the logical relations directly extracted from existing tag taxonomies can be inaccurate and coarse. Therefore, we further devise innovative consistency-based and granularity- based weighting mechanisms based on user behavior patterns for data-driven logical relation mining that can be jointly optimized along with recommendations in an end-to-end fashion. Extensive experiments on four real-world benchmark datasets show drastic performance gains brought by our proposed framework, which constantly achieves an average of 8.25% improvement over state-of-the-art competitors regarding both Recall and NDCG metrics. Insightful case studies further demonstrate that our automatically refined logical relations are highly accurate and interpretable.
Yanchao Tan, Hang Lv 0010, Wenzhong Guo, Bo Xiong 0001, Weiming Liu 0005, Chaochao Chen 0001, Shiping Wang, Carl Yang 0001
ICDE4
2024 Wasserstein adversarial learning based temporal knowledge graph embedding
abstract
Research on knowledge graph embedding (KGE) has emerged as an active field in which most existing KGE approaches mainly focus on static structural data and ignore the influence of temporal variation involved in time-aware triples. In order to deal with this issue, several temporal knowledge graph embedding (TKGE) approaches have been proposed to integrate temporal and structural information. However, these methods only employ a uniformly random sampling to construct negative facts. As a consequence, the corrupted samples are often too simplistic for training an effective model. In this paper, we propose a new temporal knowledge graph embedding framework by introducing adversarial learning to further refine the performance of traditional TKGE models. In our framework, a generator is utilized to construct high-quality plausible quadruples and a discriminator learns to obtain the embeddings of entities and relations based on both positive and negative samples. Meanwhile, we also apply a Gumbel-Softmax relaxation and the Wasserstein distance to prevent vanishing gradient problems on discrete data; an inherent flaw in traditional generative adversarial networks . Through comprehensive experimentation on temporal datasets, the results indicate that our proposed framework can attain significant improvements based on benchmark models and also demonstrate the effectiveness and applicability of our framework.
Yuanfei Dai, Wenzhong Guo, Carsten Eickhoff
Inf. Sci.2
2024 Two-path target-aware contrastive regression for action quality assessment
Xiao Ke, Huangbiao Xu, Wenzhong Guo
Inf. Sci.4
2024 Multi-View Graph Convolutional Networks with Differentiable Node Selection
abstract
Multi-view data containing complementary and consensus information can facilitate representation learning by exploiting the intact integration of multi-view features. Because most objects in the real world often have underlying connections, organizing multi-view data as heterogeneous graphs is beneficial to extracting latent information among different objects. Due to the powerful capability to gather information of neighborhood nodes, in this article, we apply Graph Convolutional Network (GCN) to cope with heterogeneous graph data originating from multi-view data, which is still under-explored in the field of GCN. In order to improve the quality of network topology and alleviate the interference of noises yielded by graph fusion, some methods undertake sorting operations before the graph convolution procedure. These GCN-based methods generally sort and select the most confident neighborhood nodes for each vertex, such as picking the top- k nodes according to pre-defined confidence values. Nonetheless, this is problematic due to the non-differentiable sorting operators and inflexible graph embedding learning, which may result in blocked gradient computations and undesired performance. To cope with these issues, we propose a joint framework dubbed Multi-view Graph Convolutional Network with Differentiable Node Selection (MGCN-DNS), which is constituted of an adaptive graph fusion layer, a graph learning module, and a differentiable node selection schema. MGCN-DNS accepts multi-channel graph-structural data as inputs and aims to learn more robust graph fusion through a differentiable neural network. The effectiveness of the proposed method is verified by rigorous comparisons with considerable state-of-the-art approaches in terms of multi-view semi-supervised classification tasks, and the experimental results indicate that MGCN-DNS achieves pleasurable performance on several benchmark multi-view datasets.
Zhaoliang Chen, Lele Fu, Shunxin Xiao, Shiping Wang, Claudia Plant, Wenzhong Guo
ACM Trans. Knowl. Discov. Data6
2023 Consistent graph embedding network with optimal transport for incomplete multi-view clustering
Renjie Lin, Shide Du, Shiping Wang, Wenzhong Guo
Inf. Sci.4
2023 Learning speaker-independent multimodal representation for sentiment analysis
Shiping Wang, Mingwei Lin, Zeshui Xu, Wenzhong Guo
Inf. Sci.5
2023 Federated Clique Percolation for Privacy-preserving Overlapping Community Detection
abstract
Community structure is a typical characteristic of complex networks. Finding communities in complex networks has many important applications, such as the advertisement and recommendation based on social networks and the discovery of new protein molecules in biological networks, which make it a hot topic in the field of complex network analysis. With the increasing concerns about the leakage of personal privacy, discovering communities spread across the local networks owned by multiple participants accurately while preserving each participant’s privacy has become an emerging challenge in distributed community detection. In this article, we propose a general federated graph learning model for privacy-preserving distributed graph learning and develop two federated clique percolation algorithms (CPAs) based on it to discover overlapping communities distributed across multiple participants’ local networks without disclosing any participant’s network privacy. Homomorphic encryption and hash operation are used in combination to protect the privacy of the vertices and edges of each local network. Furthermore, vertex attributes are involved in the calculation of clique similarity and clique percolation when dealing with attributed networks. The experimental results on real-world and artificial datasets demonstrate that the proposed algorithms achieve identical results to those of their stand-alone counterparts and more than 200% higher accuracy than the simple distributed CPAs without federating learning.
Kun Guo 0003, Wenzhong Guo, Enjie Ye, Yutong Fang, Jiachen Zheng, Ximeng Liu, Kai Chen 0005
ACM Trans. Intell. Syst. Technol.2
2021 An X-Architecture SMT Algorithm Based on Competitive Swarm Optimizer
Ruping Zhou, Genggeng Liu, Wenzhong Guo, Xin Wang 0030
WISA3
2021 Accelerated manifold embedding for multi-view semi-supervised classification
Shiping Wang, Zhewen Wang, Wenzhong Guo
Inf. Sci.3
2019 The Air Quality Prediction Based on a Convolutional LSTM Network
Canyang Guo, Wenzhong Guo, Chi-Hua Chen 0002, Xin Wang 0030, Genggeng Liu
WISA2
2019 Overlapping Community Discovery Based on the Combination of Node Influence and β-Connected Neighbors
abstract
We propose an overlapping community discovery algorithm that combines node influence and [Formula: see text]-connected neighbors for effectively detecting the overlapping community structure of complex networks. On the basis of the node influence and [Formula: see text]-connected neighbors, our method accurately detects the core node community and uses the improved similarity between the node and community to expand the core node community. Accordingly, the discovery and optimization of network overlapping communities are realized. Experiments on artificial and real-world networks demonstrate that our method significantly and consistently outperforms other comparison methods.
Rongwang Chen, Qingshou Wu, Wenzhong Guo, Kun Guo 0003, Qinze Wang
Int. J. Cooperative Inf. Syst.3
2019 Privacy-preserving smart IoT-based healthcare big data storage and self-adaptive access control system
Yang Yang 0026, Xianghan Zheng, Wenzhong Guo, Ximeng Liu, Victor Chang 0001
Inf. Sci.3
2015 Human action recognition via multi-task learning base on spatial-temporal feature
Wenzhong Guo
Inf. Sci.1
2015 Community discovery by propagating local and global information based on the MapReduce model
Kun Guo 0003, Wenzhong Guo, Yuzhong Chen 0001, Qirong Qiu, Qishan Zhang
Inf. Sci.2
2007 The multi-criteria minimum spanning tree problem based genetic algorithm
Shuili Chen, Wenzhong Guo, Huowang Chen
Inf. Sci.3
2006 Improved Genetic Algorithm for Multiple Sequence Alignment Using Segment Profiles (GASP)
Yanping Lv, Shaozi Li, Changle Zhou, Wenzhong Guo, Zhengming Xu
ADMA4