VLDB 2026 Research / reviewers in the wild / expert
Xiangping Zheng 0002
dblp:237/3013-2
· DBLP profile ↗
37ranked-venue papers
14as first author
36since 2021 · last 2026
0000-0001-8653-6225ORCID · verified
Domains — the database's venue-derived domains; a paper can count in several
Graphics, computer vision, multimedia, augmented reality and games · 17 · 8 first-author · 17 since 2021Databases, data management, data science and information retrieval · 13 · 4 first-author · 13 since 2021Artificial intelligence and machine learning · 12 · 5 first-author · 12 since 2021Applied, interdisciplinary, general and emerging computing · 4 · 1 first-author · 4 since 2021Human-computer interaction and ubiquitous computing · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | From Semantics to Spectrum: A New Lens on Graph Augmentation StrategyabstractGraph augmentation is a cornerstone of effective graph contrastive learning, yet existing methods often rely on random designed perturbations, which may distort latent semantics and impair representation quality. In this work, we argue that semantic consistency can be effectively approximated by low-frequency components in the spectral domain, offering a principled proxy for guiding augmentation. Based on this insight, we propose Frequency-Aware Graph Contrastive Learning (FA-GCL), a novel framework that explicitly preserves low-frequency signals while selectively perturbing high-frequency components. By aligning augmentation with frequency-aware decomposition, FA-GCL generates diverse yet semantically coherent views, mitigating semantic drift and enhancing representational discrimination. Extensive experiments across multiple benchmarks demonstrate that FA-GCL consistently outperforms state-of-the-art baselines with statistically significant gains, validating its exclusive merits. Xiangping Zheng 0002, Xiuxin Hao, Bo Wu 0026, Wei Li 0109, Yuhui Guo, Xun Liang 0001, Zhiwen Yu 0001 |
AAAI | 1 |
| 2025 | Self-Supervised Uncertainty-Guided Refinement for Robust Joint Optical Flow and Depth EstimationabstractJointly estimating the optical flow and depth tasks in real-world scenes presents considerable hurdles due to some phenomena, such as occlusion, ambiguous textures, and illumination variation. The lack of guidance from the labeled data makes these challenges harder to overcome. This paper presents a novel approach to learning the regions with high uncertainties in a self-supervised manner. Our method allows the network to learn these regions by leveraging its predictions’ confidence. The uncertainties are then utilized in the estimation and refinement processes for optical flow and depth. We also introduce a novel uncertainty-guided smoothness regularization technique that leverages the uncertainty map to increase the robustness through concentrating the smoothness on regions with low confidence scores. Our results in the KITTI real-world dataset demonstrate the effectiveness of our approach for enhancing the predictions, particularly in the challenging scenes, showcasing the potential of our approach for real-world applications. Rokia Abdein, Wei Li 0109, Xiangping Zheng 0002 |
ICASSP | 4 |
| 2025 | Dynamic Graph Convolutional Networks with Spatiotemporal Missing Pattern AwarenessabstractMissing data is ubiquitous phenomenon in the time series community, significantly challenging forecasting due to incomplete ground truth and sparse data. Most previous Multi-variate Time Series Forecasting with Missing Values (MTSFMV) approaches usually assume static missing patterns, neglecting the dynamic changes over time and space, leading to suboptimal forecasting results. To tackle these challenges, we propose novel STMPANets, which are capable of perceiving time-varying spatiotemporal missing patterns to refine the forecasting sequences. Specifically, we decompose the series into seasonal trend components, allowing STMPANets to highlight inherent sequence properties and adapt to missing patterns. We then propose a Multi-granularity Conditional Partial TCN (MGCPT) to regulate the imputation rate of missing values over time, modeling temporal correlation. Additionally, we design an Adaptive Dynamic GCN (ADGCN) to capture spatial dependencies by perceiving dynamic missing patterns. Extensive experiments demonstrate that STMPANets outperform state-of-the-art models. Bingheng Pang, Zhuoxuan Liang, Wei Li 0109, Xiangping Zheng 0002, Rokia Abdein |
ICASSP | 4 |
| 2025 | Breaking Semantic Barriers: A Zero-Shot Generalized Framework for Graph Anomaly Detection
Xiangping Zheng 0002, Bo Wu 0026, Wei Li 0109, Xiuxin Hao, Xun Liang 0001, Zhiwen Yu 0001 |
ACM Multimedia | 1 |
| 2025 | Structural graph clustering on signed graphs: An index-based approach
Wei Li 0109, Xiao Wang 0049, Xiangxu Meng, Xiangping Zheng 0002 |
Inf. Sci. | 5 |
| 2025 | SSSLN:Multivariate Time Series Forecasting via Collaborative Dynamic Graph Learning
Zhuoxuan Liang, Wei Li 0109, Xiangping Zheng 0002, Bingheng Pang |
Neural Networks | 4 |
| 2024 | Hypergraph-Based Session Modeling: A Multi-Collaborative Self-Supervised Approach for Enhanced Recommender SystemsabstractSession-based recommendation (SBR) is a challenging task that involves predicting a user’s next item click based on their recent session history. Presently, many state-of-the-art methodologies employ graph neural networks to model item transitions. Notwithstanding their impressive performance, graph-based models encounter significant challenges when confronted with intricate session dependencies and data sparsity in real-world scenarios, ultimately constraining their capacity to enhance recommendation accuracy. In recognition of these challenges, we introduce an innovative methodology known as ‘Mssen,’ which stands for Multi-collaborative self-supervised learning in hypergraph neural networks. Mssen is meticulously crafted to adeptly discern user intent. Our approach initiates by representing session-based data as a hypergraph, adeptly capturing intricate, high-order relationships. Subsequently, we employ self-supervised learning on item-session hypergraphs to mitigate the challenges of data sparsity, all without necessitating manual fine-tuning, extensive search, or domain-specific expertise in augmentation selection. Comprehensive experimental analyses conducted across multiple datasets consistently underscore the superior performance of our approach when compared to existing methodologies. Xiangping Zheng 0002, Bo Wu 0026, Alex X. Zhang 0003, Wei Li 0019 |
LREC/COLING | 1 |
| 2024 | Improving Robustness of GNN-based Anomaly Detection by Graph Adversarial TrainingabstractGraph neural networks (GNNs) play a fundamental role in anomaly detection, excelling at the identification of node anomalies by aggregating information from neighboring nodes. Nonetheless, they exhibit vulnerability to attacks, with even minor alterations in the graph structure or node attributes resulting in substantial performance degradation. To address this critical challenge, we introduce an innovative mechanism for graph adversarial training, meticulously designed to bolster GNN-based anomaly detection systems against potential poisoning attacks. This novel approach follows a two-step framework. (1) In the initial phase, we employ a Multiple-Objective Generative Adversarial Attack (MO-GAA), which focuses on generating feature modifications and inducing structural disruptions within the graph. Its primary objective is to mimic the adversarial behavior of potential attackers on the anomaly detection graph, with the explicit intention of confounding the anomaly detector. (2) In the subsequent stage, we introduce Purification-Based Adversarial Attack Defense (PB-AAD), a method specifically designed to rectify any contamination and restore the integrity of the graph. The central aim of PB-AAD is to counteract the destructive actions carried out by potential attackers. Our empirical findings, derived from extensive experiments conducted on four real-world anomaly detection datasets, serve to demonstrate how MO-GAA systematically disrupts the graph, compromising the effectiveness of GNN-based detectors, while PB-AAD effectively mitigates these adversarial actions, thereby enhancing the overall robustness of GNN-based anomaly detectors. Xiangping Zheng 0002, Bo Wu 0026, Alex X. Zhang 0003, Wei Li 0019 |
LREC/COLING | 1 |
| 2024 | A Sample-driven Selection Framework: Towards Graph Contrastive Networks with Reinforcement Learning
Xiangping Zheng 0002, Xiuxin Hao, Bo Wu 0026, Xigang Bao, Xuan Zhang 0009, Wei Li 0109, Xun Liang 0001 |
ACM Multimedia | 1 |
| 2024 | Friend or Foe? Mining Suspicious Behavior via Graph Capsule Infomax Detector against FraudstersabstractAnomaly detection on graphs has recently attracted considerable attention due to its broad range of high-impact applications, including cybersecurity, financial transactions, and recommendation systems. Although many efforts have thus far been made, how to effectively handle the high inconsistency between users' behavior and labels, a fundamental issue in anomaly detection, has not yet received sufficient concern. Moreover, the inconsistency problem is hard to investigate and even deteriorates the performance of anomaly detectors. To this end, we propose a novel graph self-supervised learning framework, Capsule Graph Infomax (termed CapsGI), to overcome the inconsistency of anomaly detection. Inspired by the recent advances of capsules on images, we explore another possibility of reforming the node embedding by capsule ideas to represent the unique node's properties. Concretely, by disentangling heterogeneous factors underlying each node representation, we can establish node capsules such that their representation can reflect intrinsic node properties. To strengthen the connection among normal nodes, CapsGI further represents the part-whole contrastive learning between lower-level capsules (part) and higher-level capsules (whole) by explicitly considering the context graph relations. Extensive experiments on multiple real-world datasets demonstrate that our model significantly outperforms state-of-the-art models. Xiangping Zheng 0002, Bo Wu 0026, Xun Liang 0001, Wei Li 0109 |
WWW | 1 |
| 2023 | Enhancing Dynamic GCN for Node Attribute Forecasting with Meta Spatial-Temporal Learning (Student Abstract)abstractNode attribute forecasting has recently attracted considerable attention. Recent attempts have thus far utilize dynamic graph convolutional network (GCN) to predict future node attributes. However, few prior works have notice that the complex spatial and temporal interaction between nodes, which will hamper the performance of dynamic GCN. In this paper, we propose a new dynamic GCN model named meta-DGCN, leveraging meta spatial-temporal tasks to enhance the ability of dynamic GCN for better capturing node attributes in the future. Experiments show that meta-DGCN effectively modeling comprehensive spatio-temporal correlations between nodes and outperforms state-of-the-art baselines on various real-world datasets. Bo Wu 0026, Xun Liang 0001, Xiangping Zheng 0002 |
AAAI | 3 |
| 2023 | Exploiting High-Order Interaction Relations to Explore User Intent (Student Abstract)abstractThis paper studies the problem of exploring the user intent for session-based recommendations. Its challenges come from the uncertainty of user behavior and limited information. However, current endeavors cannot fully explore the mutual interactions among sessions and do not explicitly model the complex high-order relations among items. To circumvent these critical issues, we innovatively propose a HyperGraph Convolutional Contrastive framework (termed HGCC) that consists of two crucial tasks: 1) The session-based recommendation (SBR task) that aims to capture the beyond pair-wise relationships between items and sessions. 2) The self-supervised learning (SSL task) acted as the auxiliary task to boost the former task. By jointly optimizing the two tasks, the performance of the recommendation task achieves decent gains. Experiments on multiple real-world datasets demonstrate the superiority of the proposed approach over the state-of-the-art methods. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026 |
AAAI | 1 |
| 2023 | MVRACE: Multi-view Graph Contrastive Encoding for Graph Neural Network Pre-training
Bo Wu 0026, Xun Liang 0001, Xiangping Zheng 0002, Yuhui Guo, Xuan Zhang 0009 |
CogSci | 3 |
| 2023 | BiQCap: A Biquaternion and Capsule Network-Based Embedding Model for Temporal Knowledge Graph Completion
Sensen Zhang, Xun Liang 0001, Zhiying Li 0004, Junlan Feng, Xiangping Zheng 0002, Bo Wu 0026 |
DASFAA (2) | 5 |
| 2023 | Modeling High-Order Relation to Explore User Intent with Parallel Collaboration Views
Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026, Yuhui Guo, Sensen Zhang, Yuefeng Ma |
DASFAA (2) | 1 |
| 2023 | Cross-Modal Matching and Adaptive Graph Attention Network for RGB-D Scene RecognitionabstractDespite the significant advances in RGB-D scene recognition, there are several major limitations that need further investigation. For example, simply extracting modal-specific features neglects the complex relationships among multiple modalities of features. Moreover, cross-modal features have not been considered in most existing methods. To address these concerns, we propose to integrate the tasks of cross-modal matching and modal-specific recognition, termed as Matching-to-Recognition Network (MRNet). Specifically, the cross-modal matching network enhances the descriptive power of the recognition network via a layer-wise semantic loss. The recognition network obtains multi-modal features from a two-stream CNN: global features are obtained by a higher-layer of a CNN to preserve the semantic content, and local layout features are learned by the graph attention network, thus better capturing the key object regions and modelling their relationships. Extensive experiments results demonstrate the MRNet achieves superior performance to state-of-the-art methods, especially for recognition solely based on single modality. Yuhui Guo, Xun Liang 0001, James T. Kwok, Xiangping Zheng 0002, Bo Wu 0026, Yuefeng Ma |
ICASSP | 4 |
| 2023 | Select The Best: Enhancing Graph Representation with Adaptive Negative Sample SelectionabstractGraph contrastive learning (GCL) has emerged as a powerful tool to address real-world widespread label scarcity problems and has achieved impressive success in the graph learning domain. Albeit their remarkable performance, most current works mainly focus on designing sample augmentation methods, while the effect of negative sample selection strategy is largely ignored by previous works but rather practical and significant for graph contrastive learning. In this paper, we study the impact of negative samples on learning graph-level representations, and innovatively propose a Reinforcement Graph Contrastive Learning (ReinGCL) for negative sample selection. To be concrete, our model consists of two major components: a graph contrastive learning framework (GCLF), and a selection distribution generator (SDG) for producing the selection probabilities based on RL. The key insight is that Re-inGCL attempts to leverage SDG to guide GCLF and narrow the divergence between the augmented positive pairs, so as to further improve graph representation learning. Extensive experiments demonstrate that our approach significantly yields superior performance compared to the state-of-the-art. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026 |
ICASSP | 1 |
| 2023 | Intent Does Matter! Propagating High-Order Relations for Exploring Interest PreferencesabstractSession-based recommendation (SBR) aims to predict the user’s action at the next timestamp according to an anonymous yet short interaction sequence (i.e., session). Almost all the existing SBR solutions for user preference are only based on the current session without exploiting the high-order relations among other sessions, which may restrict the SBR representation ability and even deteriorate the performance. To this end, we propose a Hyper-relation alignment hyperGraph Convolutional Network, called Hyra-GCN, for better inferring the user preference of the current session. Specifically, we first model session-based data as a hyper-graph capable of representing high-order relationships to exploit item transitions over sessions in a more subtle manner. Subsequently, we explore self-supervised learning on item-session hypergraphs, so as to alleviate the problem of data sparsity. Experimental results on real-world datasets demonstrate the effectiveness of our proposed Hyra-GCN against state-of-the-art baselines. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026, Junlan Feng, Yuhui Guo, Sensen Zhang |
ICASSP | 1 |
| 2023 | A Multi-scale Interaction Motion Network for Action Recognition Based on Capsule NetworkabstractRecently, action recognition has achieved impressive performance, mainly due to the aid of deep convolutional neural networks and large datasets. Traditionally, most efforts in action recognition have focused on capturing motion information by dense optical flow, but optical flow extraction is very time-consuming. Moreover, prior arts seek to improve accuracy but neglect the part-whole relationship between objects in videos, which may be self-defeating and even deteriorate the performance of methods. To circumvent the above challenges, we present a novel collaborative multipath capsule network (CMCN) for action recognition. In particular, we propose a plug-and-play collaborative multipath block containing spatiotemporal, channel, and motion units, which are complementary and crucial information for action recognition. We exploit the interaction of these three units and selectively emphasize informative spatial-temporal motion to reduce the expensive computational costs. Subsequently, we explore a new capsule voting procedure to reduce the computation used in the capsule dynamic routing mechanism. The critical insight is that the same type of capsules simulates the same entity in different positions, and their voting results should be consistent. This strategy lessens the number of learning parameters that backward pass in the training process, and thus strengthens part-whole relationships in a video. Extensive experiments on multiple real-world datasets for action recognition demonstrate that our model significantly outperforms state-of-the-art models. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026, Yuhui Guo, Xuan Zhang 0009, Yuefeng Ma |
SDM | 1 |
| 2023 | Dual-aware Domain Mining and Cross-aware Supervision for Weakly-supervised Semantic SegmentationabstractWeakly Supervised Semantic Segmentation with image-level annotation uses localization maps from the classifier to generate pseudo labels. However, such localization maps focus only on sparse salient object regions, it is difficult to generate high-quality segmentation labels, which deviates from the requirement of semantic segmentation. To address this issue, we propose a dual-aware domain mining and cross-aware supervision (DDMCAS) method for weakly-supervised semantic segmentation. Specifically, we propose a dual-aware domain mining (DDM) module consisting of graph-based global reasoning unit and salient-region extension controller, which produces dense localization maps by exploring object features in salient regions and adjacent non-salient regions simultaneously. In order to further bridge the gap between salient regions and adjacent non-salient regions to generate more refined localization maps, we propose a cross-aware supervision (CAS) strategy to recover missing parts of the target objects and enhance weak attention in adjacent non-salient regions, leading to pseudo labels of higher quality for training the segmentation network. Based on the generated pseudo-labels, extensive experiments on PASCAL VOC 2012 dataset demonstrate that our method outperforms state-of-the-art methods using image-level labels for weakly supervised semantic segmentation. Yuhui Guo, Xun Liang 0001, Bo Wu 0026, Xiangping Zheng 0002, Xuan Zhang 0009 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2023 | Diffuse and Smooth: Beyond Truncated Receptive Field for Scalable and Adaptive Graph Representation LearningabstractAs the scope of receptive field and the depth of Graph Neural Networks (GNNs) are two completely orthogonal aspects for graph learning, existing GNNs often have shallow layers with truncated-receptive field and far from achieving satisfactory performance. In this article, we follow the idea of decoupling graph convolution into propagation and transformation processes, which generates representations over a sequence of increasingly larger neighborhoods. Though this manner can enlarge the receptive field, it has two critical problems unsolved: how to find the suitable receptive field to avoid under-smoothing or over-smoothing? and how to balance different diffusion operators for better capturing the local and global dependencies? We tackle these challenges and propose a S calable, A daptive G raph C onvolutional N etworks ( SAGCN ) with Transformer architecture. Concretely, we propose a novel non-heuristic metric method that quickly finds the suitable number of diffusing iterations and produces smoothed local embeddings that enable the truncated receptive field to become scalable and independent of prior experience. Furthermore, we devise smooth2seq and diffusion-based position schemes introduced into Transformer architecture for better capturing local and global information among embeddings. Experimental results show that SAGCN enjoys high accuracy, scalability and efficiency on various open benchmarks and is competitive with other state-of-the-art competitors. Xun Liang 0001, Yuhui Guo, Xiangping Zheng 0002, Bo Wu 0026, Sensen Zhang, Zhiying Li 0004 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2023 | DuCape: Dual Quaternion and Capsule Network-Based Temporal Knowledge Graph EmbeddingabstractRecently, with the development of temporal knowledge graph technology, more and more Temporal Knowledge Graph Embedded (TKGE) models have been developed. The effectiveness of TKGE largely depends on the ability to model intrinsic relation patterns and capture specific information about entities and relations. However, existing approaches can capture only some of them with insufficient modeling capacity, and none has a “deep” architecture for modeling the entries in a quadruple at the same dimension. In this article, we propose a more powerful KGE framework named DuCape , which combines a dual quaternion and capsule network in modeling for the first time to make up for the defects of existing TKGE models. In dual quaternion vector space, the head entity learns a k -dimensional rigid transformation parametrized by relation and time, falling near its corresponding tail entity. Further, we employ the embeddings of entities, relations, and time trained from dual quaternion vector space as the input to capsule networks. Experimental results on several basic datasets show that the DuCape model constructed in this article is superior to existing state-of-the-art models. Sensen Zhang, Xun Liang 0001, Xiangping Zheng 0002, Xuan Zhang 0009, Yuefeng Ma |
ACM Trans. Knowl. Discov. Data | 4 |
| 2022 | Capsule Graph Neural Network for Multi-Label Image Recognition (Student Abstract)abstractThis paper studies the problem of learning complex relationships between multi-labels for image recognition. Its challenges come from the rich and diverse semantic information in images. However, current methods cannot fully explore the mutual interactions among labels and do not explicitly model the label co-occurrence. To overcome these shortcomings, we innovatively propose CGML that consists of two crucial modules: 1) an image representation learning module that aims to complete the feature extraction of an image whose features are expressed in the form of primary capsules; 2) a label adaptive graph convolutional network module that leverages the popular graph convolutional networks with an adaptive label correlation graph to model label dependencies. Experiments show that our approach obviously outperforms the existing state-of-the-art methods. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026 |
AAAI | 1 |
| 2022 | Reinforced Sample Selection for Graph Neural Networks Transfer LearningabstractGraph neural networks (GNNs) have become a practical paradigm for learning graph-structured data, which can generate node representations by recursively aggregating information from neighbor nodes. Recent works utilize self-supervised tasks to learn transferable knowledge from source domain graphs and improve the GNNs performance on target domain graphs. However, there are considerable low-quality and incorrect-labeled graphs in the source domain, which leads to the negative transfer problem in target domain graphs. To tackle this challenge, we propose RSS-GNN, a reinforced sample selection for GNNs transfer learning. The critical insight is that RSS-GNN attempts to use reinforcement learning (RL) to guide transfer learning and narrow the graph divergence between the source and the target domain. We leverage a selection distribution generator (SDG) to produce the probability for each graph and select high-quality graphs to train GNNs. We innovatively designed a reward mechanism to measure the quality of the selection process and employ the policy gradient to update SDG parameters. Extensive experiments demonstrate that our approach can be compatible with various GNNs frameworks and yields superior performance compared to state-of-the-art methods. Bo Wu 0026, Xun Liang 0001, Xiangping Zheng 0002 |
BIBM | 3 |
| 2022 | Eureka: Neural Insight Learning for Knowledge Graph ReasoningabstractThe human recognition system has presented the remarkable ability to effortlessly learn novel knowledge from only a few trigger events based on prior knowledge, which is called insight learning. Mimicking such behavior on Knowledge Graph Reasoning (KGR) is an interesting and challenging research problem with many practical applications. Simultaneously, existing works, such as knowledge embedding and few-shot learning models, have been limited to conducting KGR in either “seen-to-seen” or “unseen-to-unseen” scenarios. To this end, we propose a neural insight learning framework named Eureka to bridge the “seen” to “unseen” gap. Eureka is empowered to learn the seen relations with sufficient training triples while providing the flexibility of learning unseen relations given only one trigger without sacrificing its performance on seen relations. Eureka meets our expectation of the model to acquire seen and unseen relations at no extra cost, and eliminate the need to retrain when encountering emerging unseen relations. Experimental results on two real-world datasets demonstrate that the proposed framework also outperforms various state-of-the-art baselines on datasets of both seen and unseen relations. Xuan Zhang 0009, Xun Liang 0001, Bo Wu 0026, Xiangping Zheng 0002, Sensen Zhang, Yuhui Guo, Xinyao Liu |
COLING | 4 |
| 2022 | Graph Fine-Grained Contrastive Representation LearningabstractExisting graph contrastive methods have benefited from ingenious data augmantations and mutual information estimation operations that are carefully designated to augment graph views and maximize the agreement between representations produced at the aftermost layer of two view networks. However, the design of graph CL schemes is coarse-grained and difficult to capture the universal and intrinsic properties across intermediate layers. To address this problem, we propose a novel fine-grained graph contrastive learning model (FGCL), which decomposes graph CL into global-to-local levels and disentangles the two graph views into hierarchical graphs by pooling operation to capture both global and local dependencies across views and across layers. To prevent layers mismatch and automatically assign proper hierarchical representations of the augmented graph (Key view) for each pooling layer of the original graph (Query view), we propose a sematic-aware layer allocation strategy to integrate positive guidance from diverse representations rather than a fixed layer manually. Experimental results demonstrate the advantages of our model on graph classification task. This suggests that the proposed fine-grained graph CL presents great potential for graph representation learning. Xun Liang 0001, Yuhui Guo, Xiangping Zheng 0002, Bo Wu 0026 |
ICASSP | 4 |
| 2022 | Improving Dynamic Graph Convolutional Network with Fine-Grained Attention MechanismabstractGraph convolutional network (GCN) is a novel framework that utilizes a pre-defined Laplacian matrix to learn graph data effectively. With its powerful nonlinear fitting ability, GCN can produce high-quality node embedding. However, generalized GCN can only handle static graphs, whereas a large number of graphs are dynamic and evolve over time, which limits the application field of GCN. Facing the challenge, GCN with recurrent neural network (e.g., RNN) is naturally combined to acquire dynamic graph changes through joint training. However, these methods must use the node information during the entire timeline and ignore two subtle factors: the influence of nodes change with time and are related to the frequency of events. Therefore, we propose a stable and scalable dynamic GCN method using a fine-grained attention mechanism named FADGC. We use GCN to obtain static node vectors at each timestep and integrate node influence factors with multi-head attention for graph time-series learning. Experiments on multiple datasets show that our approach can better capture the inherent special characteristics of different dynamic graphs and achieve higher performance compared with related approaches. Bo Wu 0026, Xun Liang 0001, Xiangping Zheng 0002, Yuhui Guo |
ICASSP | 3 |
| 2022 | Adaptive Attention Graph Capsule NetworkabstractFrom the perspective of the spatial domain, Graph Convolutional Network (GCN) is essentially a process of iteratively aggregating neighbor nodes. However, the existing GCNs using simple average or sum aggregation may neglect the characteristics of each node and the topology between nodes, resulting in a large amount of early-stage information lost during the graph convolution step. To tackle the above challenge, we innovatively propose an adaptive attention graph capsule network, named AA-GCN, for graph classification. We explore various propagation mechanisms of graphs and present an attention mechanism combined with graph propagation and capsules to generate capsule nodes, preserving the spatial topology between nodes. We also propose a graph adaptive attention mechanism to investigate the context information in different global GCN layers, so as to effectively improve the next dynamic routing connection and the final graph classification. Experiments show that our proposed algorithm achieves either state-of-the-art or competitive results across all the datasets. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026, Yuhui Guo |
ICASSP | 1 |
| 2022 | CoNet: Co-Embedding by Reinforcing Graph Feature and Topology InformationabstractSparsity and smoothness are two main factors that affect the performance of Graph Convolutional Networks (GCNs). Sparsity ensures that models have the first-class generalization ability, while smoothness benefits to reduce noise and make edges reliable. As real-world graphs are often incom-plete and noisy, most GCNs learn node embeddings only acting them as ground-truth information, which unavoidably lead to suboptimal solutions. This paper proposes a co-embedding network (CoNet), jointly learns embeddings by fusing the global and local dependencies to capture the uni-versal and intrinsic properties. We proposed NodeNet and EdgeNet modules, which aggregate global node information and refine local topology structure respectively. Moreover, we further introduce two piplines of variational auto-encoders to fuse the intermediate latent variables of each module to ob-tain co-embeddings via Knowledge Distillation strategy. Ex-tensive experiments on multiple benchmarks show that our proposed approach achieves better performance than existing methods on the graph node classification task. Xun Liang 0001, Yuhui Guo, Bo Wu 0026, Xiangping Zheng 0002 |
ICME | 5 |
| 2022 | Cross-Pixel Dependency with Boundary-Feature Transformation for Weakly Supervised Semantic SegmentationabstractWeakly supervised semantic segmentation with image-level labels is a challenging problem that typically relies on the initial responses generated by the classification network to locate object regions. However, such initial responses only cover the most discriminative parts of the object and may incorrectly activate in the background regions. To address this problem, we propose a Cross-pixel Dependency with Boundary-feature Transformation (CDBT) method for weakly supervised semantic segmentation. Specifically, we develop a boundary-feature transformation mechanism, to build strong connections among pixels belonging to the same object but weak connections among different objects. Moreover, we design a cross-pixel dependency module to enhance the initial responses, which exploits context appearance information and refines the prediction of current pixels by the relations of global channel pixels, thus generating pseudo labels of higher quality for training the semantic segmentation network. Extensive experiments on the PASCAL VOC 2012 segmentation benchmark demonstrate that our method outperforms state-of-the-art methods using image-level labels as weak supervision. Yuhui Guo, Xun Liang 0001, Bo Wu 0026, Xiangping Zheng 0002 |
ICMR | 5 |
| 2022 | When True Becomes False: Few-Shot Link Prediction beyond Binary Relations through Mining False Positive EntitiesabstractRecently, the link prediction task on Hyper-relational Knowledge Graphs (HKGs) has been a hot spot, which aims to predict new facts beyond binary relations. Although previous models have accomplished considerable achievements, there remain three challenges: i) the previous models neglect the existence of False Positive Entities (FPEs), which are true entities in the binary triples, yet becomes false when encountering the query statements of HKGs; ii) Due to the sparse interactions, the models are not capable of coping with long-tail hyper-relations, which are ubiquitous in the real-world; iii) The models are generally transductive learning processes, and have difficulty in adapting new hyper-relations. To tackle the above issues, we firstly propose the task of few-shot link prediction on HKGs and devise hyper-relation-aware attention networks with a contrastive loss, which are empowered to encode all entities including FPEs effectively and increase the distance between the true entities and FPEs through contrastive learning. With few-shot references available, the proposed model then learns the representations of their long-tail hyper-relations and predicts new links by calculating the likelihood between queries and references. Furthermore, our model is inductive and can be scalable to any new hyper-relation effortlessly. Since it is the first trial on few-shot link prediction for HKGs, we also modify the existing few-shot learning approaches on binary relational data to work with HKGs as baselines. Experimental results on three real-world datasets show the superiority of our model over various state-of-the-art baselines. Xuan Zhang 0009, Xun Liang 0001, Xiangping Zheng 0002, Bo Wu 0026, Yuhui Guo |
ACM Multimedia | 3 |
| 2022 | Charge Own Job: Saliency Map and Visual Word Encoder for Image-Level Semantic Segmentation
Yuhui Guo, Xun Liang 0001, Xiangping Zheng 0002, Bo Wu 0026, Xuan Zhang 0009 |
ECML/PKDD (3) | 4 |
| 2022 | MULTIFORM: Few-Shot Knowledge Graph Completion via Multi-modal Contexts
Xuan Zhang 0009, Xun Liang 0001, Xiangping Zheng 0002, Bo Wu 0026, Yuhui Guo |
ECML/PKDD (2) | 3 |
| 2022 | Graph Capsule Network with a Dual Adaptive MechanismabstractWhile Graph Convolutional Networks (GCNs) have been extended to various fields of artificial intelligence with their powerful representation capabilities, recent studies have revealed that their ability to capture the part-whole structure of the graph is limited. Furthermore, though many GCNs variants have been proposed and obtained state-of-the-art results, they face the situation that much early information may be lost during the graph convolution step. To this end, we innovatively present an Graph Capsule Network with a Dual Adaptive Mechanism (DA-GCN) to tackle the above challenges. Specifically, this powerful mechanism is a dual-adaptive mechanism to capture the part-whole structure of the graph. One is an adaptive node interaction module to explore the potential relationship between interactive nodes. The other is an adaptive attention-based graph dynamic routing to select appropriate graph capsules, so that only favorable graph capsules are gathered and redundant graph capsules are restrained for better capturing the whole structure between graphs. Experiments demonstrate that our proposed algorithm has achieved the most advanced or competitive results on all datasets. Xiangping Zheng 0002, Xun Liang 0001, Bo Wu 0026, Yuhui Guo, Xuan Zhang 0009 |
SIGIR | 1 |
| 2021 | Graph Ensemble Networks for Semi-supervised Embedding Learning
Xun Liang 0001, Bo Wu 0026, Zhenyu Guan 0003, Yuhui Guo, Xiangping Zheng 0002 |
KSEM | 6 |
| 2021 | A framework based on sparse representation model for time series prediction in smart city
Zhiyong Yu 0001, Xiangping Zheng 0002, Fangwan Huang, Wenzhong Guo, Lin Sun 0009, Zhiwen Yu 0001 |
Frontiers Comput. Sci. | 2 |
| 2018 | Electric Load Forecasting Based on Sparse Representation Model
Fangwan Huang, Xiangping Zheng 0002, Zhiyong Yu 0001, Guanyi Yang, Wenzhong Guo |
GPC | 2 |