Qun Liu 0005

dblp:75/4402-5 · DBLP profile ↗
← Back
17ranked-venue papers in the field
3as first author
11since 2021 · last 2025
0000-0002-6329-3096ORCID · conflict

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

Knowledge Engineering, Semantic Web & Information Systems · 8 (2 first)Database Systems & Data Management · 4Information Retrieval & Web Search · 2Big Data, Cloud & Distributed Data Systems · 2Other / Interdisciplinary · 1 (1 first)
YearPublicationVenuePosition
2025 Enhancing Explanations of Graph Neural Networks via Bridging Model-Level and Instance-Level Explainers
Youmin Zhang 0006, Qun Liu 0005, Guoyin Wang 0001, Lili Yang 0001, Li Liu 0030
DASFAA (3)2
2025 Hierarchical chat-based strategies with MLLMs for Spatio-temporal action detection
Ye Wang 0006, Fei Tao 0003, Hong Yu 0007, Qun Liu 0005
Inf. Process. Manag.5
2025 ICAM: An interpretable auxiliary model for the pathological diagnosis of breast cancer based on knowledge embedding
Lihua Gu, Xiaomin Xiong, Qun Liu 0005, Dajiang Lei, Ruqi Wang, Guoyin Wang 0001
Inf. Sci.3
2024 Towards explaining graph neural networks via preserving prediction ranking and structural dependency
Youmin Zhang 0006, William Kwok-Wai Cheung, Qun Liu 0005, Guoyin Wang 0001, Lili Yang 0001, Li Liu 0030
Inf. Process. Manag.3
2024 GNN-MgrPool: Enhanced graph neural networks with multi-granularity pooling for graph classification
Haichao Sun, Guoyin Wang 0001, Qun Liu 0005, Yike Guo
Inf. Sci.3
2024 Adaptive three-way KNN classifier using density-based granular balls
Jie Yang 0052, Juncheng Kuang, Guoyin Wang 0001, Qinghua Zhang 0001, Yanmin Liu, Qun Liu 0005, Deyou Xia, Shuai Li 0019, Di Wu 0056
Inf. Sci.6
2024 Mg-SubAgg: Multi-granularity Subgraph Aggregation with topology for GNN
Mengsheng Ye, Qun Liu 0005, Guoyin Wang 0001, Kesheng Wu
Inf. Sci.4
2024 WL-Align: Weisfeiler-Lehman Relabeling for Aligning Users Across Networks via Regularized Representation Learning
abstract
Aligning users across networks using graph representation learning has been found effective where the alignment is accomplished in a low-dimensional embedding space. Yet, highly precise alignment remains challenging, especially for nodes with long-range connectivity to labeled anchors. To alleviate this limitation, we propose WL-Align which employs a regularized representation learning framework to learn distinctive node representations. It extends the Weisfeiler-Lehman Isormorphism Test and learns the alignment in alternating phases of “across-network Weisfeiler-Lehman relabeling” and “proximity-preserving representation learning”. The across-network Weisfeiler-Lehman relabeling is achieved through iterating the anchor-based label propagation and a similarity-based hashing to exploit the known anchors’ connectivity to different nodes in an efficient and robust manner. The representation learning module preserves the second-order proximity within individual networks and is regularized by the across-network Weisfeiler-Lehman hash labels. Extensive experiments on real-world and synthetic datasets have demonstrated that our proposed WL-Align outperforms the state-of-the-art methods, achieving significant performance improvements in the “exact matching” scenario.
Li Liu 0030, Penggang Chen, Xin Li 0033, William Kwok-Wai Cheung, Youmin Zhang 0006, Qun Liu 0005, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.6
2023 An explainable molecular property prediction via multi-granularity
Haichao Sun, Guoyin Wang 0001, Qun Liu 0005, Jie Yang 0052, Mingyue Zheng
Inf. Sci.3
2023 Towards Improving Embedding Based Models of Social Network Alignment via Pseudo Anchors
abstract
Social network alignment aims at aligning person identities across social networks. Embedding based models have been shown effective for the alignment where the structural proximity preserving objective is typically adopted for the model training. With the observation that “overly-close” user embeddings are unavoidable for such models causing alignment inaccuracy, we propose a novel learning framework which tries to enforce the resulting embeddings to be more widely apart among the users via the introduction of carefully implanted pseudo anchors. We further proposed a meta-learning algorithm to guide the updating of the pseudo anchor embeddings during the learning process. The proposed intervention via the use of pseudo anchors and meta-learning allows the learning framework to be applicable to a wide spectrum of network alignment methods. We have incorporated the proposed learning framework into several state-of-the-art models. Our experimental results demonstrate its efficacy where the methods with the pseudo anchors implanted can outperform their counterparts without pseudo anchors by a fairly large margin, especially when there only exist very few labeled anchors.
Li Liu 0030, Xin Li 0033, William Kwok-Wai Cheung, Youmin Zhang 0006, Qun Liu 0005, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.6
2022 Fuzzy hierarchical network embedding fusing structural and neighbor information
Qun Liu 0005, Hang Shu, Ming Yuan 0001, Guoyin Wang 0001
Inf. Sci.1
2019 Complete Random Forest Based Class Noise Filtering Learning for Improving the Generalizability of Classifiers
abstract
The existing noise detection methods required the classifiers or distance measurements or data overall distribution, and `curse of dimensionality' and other restrictions made them insufficiently effective in complex data, e.g., different attribute weights, high-dimensionality, containing feature noise, nonlinearity, etc. This is also the main reason that the existing noise filtering methods were not widely applied and formed an effective learning framework. To address this problem, we propose here a complete and efficient random forest method (CRF) specifically for the class noise detection by simulating the grid generation and expansion. The CRF is not based on distance measures or overall distribution or classifiers; besides, the voting mechanism makes it able to effectively process datasets containing feature noise. Furthermore, we introduce CRF based class noise filtering learning framework (CRF-NFL) and derive its mathematical model. The framework is then applied to many widely used classifiers including some state-of-the-art algorithms, e.g., k-means tree, GBDT, and XGBoost. Moreover, its parallelized is designed for large-scale data. The CRF-NFL show much better generalizability than the conventional classifiers and the relative density-based method, which is the most effective noise filtering method as far as we know. All research has formed an open source library, called CRF-NFL: http://www.cquptshuyinxia.com/CRF-NFL.html.
Shuyin Xia, Guoyin Wang 0001, Zizhong Chen, Yanlin Duan, Qun Liu 0005
IEEE Trans. Knowl. Data Eng.5
2018 A Multi-Granular Relative Density Model for Class Noise Detection
abstract
Class noise can cause overfitting of learning methods and deteriorate their generalizability. Although relative density can detect class noise effectively, it has a time complexity of O(N2) and a low efficiency. To address this problem, by introducing the granular computing into the relative density model, this paper proposes a Multi-Granularity Relative Density (MGRD) model for class noise detection. In an experiment, we tested the effect of parameters on its performance under classifiers. The experimental results on benchmark data sets demonstrated that it had a higher efficiency than conventional methods. In addition, it exhibited better generalizability in comparison with the conventional methods because of the good robustness of granular computing on many cases.
Shuyin Xia, Qun Liu 0005, Yunsheng Liu, Baiyun Chen, Guoyin Wang 0001
IEEE BigData3
2017 Noise self-filtering K-nearest neighbors algorithms
abstract
In the human cognition learning, the noise self-filtering filters the noise data by itself, making the human brain very robust. Although k-Nearest Neighbors (kNN) can decrease the affection of noise data by optimizing the parameter k, noise data still may deteriorate the learning results to an extent on various data. Therefore, this paper proposes the strategy for kNNs. Here, we formalize such training strategies in the context of kNNs, and they are called with “Noise Self-filtering k-Nearest Neighbors” (NSF-kNNs). As its name suggests, it is determined by the model itself based on what it has already learned, as oppose to some predefined heuristic criteria. We derive the mathematical model of the NSF-kNNs, which is an algorithm framework. The NSF-kNNs are compared with the exact kNNs and as far as we know the most efficient approximate kNN [1]. The results show the achievement of improvements in the robustness and generalizability on various data sets.
Shuyin Xia, Guoyin Wang 0001, Yunsheng Liu, Qun Liu 0005, Hong Yu 0007
IEEE BigData4
2014 On reaching group consensus for linearly coupled multi-agent networks
Lianghao Ji, Qun Liu 0005, Xiaofeng Liao 0001
Inf. Sci.2
2012 Stability analysis of swarms with interaction time delays
Qun Liu 0005, Lanfen Wang, Xiaofeng Liao 0001
Inf. Sci.1
2010 A novel clustering algorithm using hypergraph-based granular computing
abstract
Clustering is an important technique in data mining. In this paper, we introduce a new clustering algorithm. This algorithm, based on granular computing, constructs a hypergraph (simplicial complex) by the hypergraph bisection algorithm. It will discover the similarities and associations among documents. In some experiments on Web data, the proposed algorithm is used; the results are quite satisfactory. © 2009 Wiley Periodicals, Inc.
Qun Liu 0005, Xiaofeng Liao 0001, Yu Wu 0001
Int. J. Intell. Syst.1