Xiangping Zheng 0002

dblp:237/3013-2 · DBLP profile ↗
← Back
13ranked-venue papers in the field
4as first author
13since 2021 · last 2025
0000-0001-8653-6225ORCID · verified

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

Data Mining & Knowledge Discovery · 6 (1 first)Information Retrieval & Web Search · 3 (2 first)Database Systems & Data Management · 2 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2
YearPublicationVenuePosition
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
2024 Friend or Foe? Mining Suspicious Behavior via Graph Capsule Infomax Detector against Fraudsters
abstract
Anomaly 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
WWW1
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 A Multi-scale Interaction Motion Network for Action Recognition Based on Capsule Network
abstract
Recently, 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
SDM1
2023 Dual-aware Domain Mining and Cross-aware Supervision for Weakly-supervised Semantic Segmentation
abstract
Weakly 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. Data4
2023 Diffuse and Smooth: Beyond Truncated Receptive Field for Scalable and Adaptive Graph Representation Learning
abstract
As 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. Data4
2023 DuCape: Dual Quaternion and Capsule Network-Based Temporal Knowledge Graph Embedding
abstract
Recently, 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. Data4
2022 Cross-Pixel Dependency with Boundary-Feature Transformation for Weakly Supervised Semantic Segmentation
abstract
Weakly 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
ICMR5
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 Mechanism
abstract
While 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
SIGIR1
2021 Graph Ensemble Networks for Semi-supervised Embedding Learning
Xun Liang 0001, Bo Wu 0026, Zhenyu Guan 0003, Yuhui Guo, Xiangping Zheng 0002
KSEM6