Qinghua Zhang 0001

dblp:20/772-1 · DBLP profile ↗
← Back
20ranked-venue papers in the field
7as first author
13since 2021 · last 2025
0000-0002-6154-4656ORCID · conflict

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

Knowledge Engineering, Semantic Web & Information Systems · 16 (6 first)Database Systems & Data Management · 4 (1 first)
YearPublicationVenuePosition
2025 Approximate Borderline Sampling Using Granular-Ball for Classification Tasks
abstract
Data sampling enhances classifier efficiency and robustness through data compression and quality improvement. Recently, the sampling method based on granular-ball (GB) has shown promising performance in generality and noisy clas-sification tasks. However, some limitations remain, including the absence of borderline sampling strategies and issues with class boundary blurring or shrinking due to overlap between GBs. In this paper, an approximate borderline sampling method using GBs is proposed for classification tasks. First, a restricted diffusion-based GB generation (RD-GBG) method is proposed, which prevents GB overlaps by constrained expansion, preserving precise geometric representation of GBs via redefined ones. Second, based on the concept of heterogeneous nearest neighbor, a GB-based approximate borderline sampling (GBABS) method is proposed, which is the first general sampling method capable of both borderline sampling and improving the quality of class noise datasets. Additionally, since RD-GBG incorporates noise detection and GBABS focuses on borderline samples, GBABS performs outstandingly on class noise datasets without the need for an opti-mal purity threshold. Experimental results demonstrate that the proposed methods outperform the GB-based sampling method and several representative sampling methods. Our source code is publicly available at https://github.com/CheryITse/GBABS.
Qinghua Zhang 0001, Shuyin Xia
ICDE2
2025 A granular-ball generation method based on local density for classification
Qinghua Zhang 0001, Shuyin Xia, Siyang Zhang
Inf. Sci.2
2025 Sequential three-way group decision-making for double hierarchy hesitant fuzzy linguistic term set
Nanfang Luo, Qinghua Zhang 0001, Yutai Wang, Longjun Yin, Guoyin Wang 0001
Inf. Sci.2
2025 Optimal scale combination selection based on genetic algorithm in generalized multi-scale decision systems for classification
Qinghua Zhang 0001, Fan Zhao 0003, Yunlong Cheng, Guoyin Wang 0001
Inf. Sci.2
2025 A deep recommendation model based on semantic information and correlation between items
Jiani Duan, Jun Hu 0002, Fujin Zhong, Li Liu 0030, Qinghua Zhang 0001
J. Intell. Inf. Syst.5
2025 Cost-Sensitive Neighborhood Granularity Selection for Hierarchical Classification
abstract
Multi-label classification represented by hierarchical classification (HC) plays an important role in current large-scale problems, which can acquire a more accurate expression of data that conforms to the human multi-granularity cognitive process. To compress the original dataset and simultaneously enhance the expressive force of models, selecting an appropriate granularity for approximately describing the classification is the main task in the rough set theory. Nevertheless, the current rough set theory merely concerns flat classification and encounters new problems when approximately describing HC. 1) There lacks a measure to correctly reflect misclassification in accordance with the hierarchical accuracy of HC on the training set. 2) There lacks a measure relying on the distribution of the dataset to reflect the difference between two distinct feature sets describing HC in generalization ability. To address the mentioned issues, this paper utilizes the knowledge distance to characterize HC and proposes a cost-sensitive granularity selection for HC. First, HC and features are respectively granulated according to hierarchical quotient space and neighborhood granular structures. Then, knowledge distance and its extended form are employed to formulate misclassification and test costs. On this basis, a cost-sensitive neighborhood granularity selection is presented for HC. Finally, we experimentally demonstrate the excellent performance of the proposed method in terms of efficiency and HC accuracy both in synthetic and real datasets.
Shuai Li 0019, Jie Yang 0052, Huanan Bao, Deyou Xia, Qinghua Zhang 0001, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.5
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.4
2024 Attribute reduction for hierarchical classification based on improved fuzzy rough set
Jie Yang 0052, Xiaodan Qin, Guoyin Wang 0001, Qinghua Zhang 0001, Shuai Li 0019, Di Wu 0056
Inf. Sci.4
2024 Fair large kernel embedding with relation-specific features extraction for link prediction
Qinghua Zhang 0001, Shuaishuai Huang, Fan Zhao 0003, Guoyin Wang 0001
Inf. Sci.1
2023 GRRS: Accurate and Efficient Neighborhood Rough Set for Feature Selection
abstract
Feature selection is an important preprocessing step in data mining and pattern recognition. The neighborhood rough set (NRS) model is a widely-used rough set model for feature selection on continuous data. All currently known NRS models are defined on a distance metric — mostly the euclidean distance metric — which invalidates the NRS models in scenarios wherein the euclidean distance is ineffective, for example, while considering differing attribute weights. We first introduce the concept of space division of granular-rectangular, and then construct the neighborhood radius in our method by describing the relationship between child and parent spaces, which avoids the use of a distance metric and reduces the search space for the neighborhood radius. This greatly improves both the accuracy and efficiency of NRS. In addition, the upper and lower approximations of the granular-rectangular rough sets (GRRSs) comprise equivalence classes; this results in better performance of GRRS in knowledge representation compared with the traditional NRS. Experimental results on public benchmark datasets reveal that our method, GRRS, achieves higher accuracy than ten popular and state-of-the-art feature-selection methods, including two NRS algorithms. Moreover, GRRS outperforms the established NRS algorithms regarding efficiency, including the state-of-the-art NRS algorithm, GBNRS. All code has been released as an open libary called GRRS:https://github.com/syxiaa/GRRS.
Shuyin Xia, Shulin Wu, Xinxing Chen, Guoyin Wang 0001, Xinbo Gao 0001, Qinghua Zhang 0001, Elisabeth Giem, Zizhong Chen
IEEE Trans. Knowl. Data Eng.6
2023 Incremental Learning Based on Granular Ball Rough Sets for Classification in Dynamic Mixed-Type Decision System
abstract
Granular computing, a new paradigm for solving large-scale and complex problems, has made significant progresses in knowledge discovery. Granular ball computing (GBC) is a novel granular computing method, which can rapidly generate scalable and robust information granules, that is, granular balls. However, a comprehensive index for measuring the performance of a granular ball does not exist. Furthermore, GBC lacks a mechanism to deal with dynamic decision systems. Therefore, in this study, the quality index of a granular ball is first formulated. Next, with this index, a novel granular ball rough sets model (GBRS) based on GBC is proposed. GBRS is more conducive to learning knowledge from uncertain datasets and more suited to incremental learning than the latest granular ball neighborhood rough sets model based on GBC. Subsequently, an incremental mechanism is introduced into GBRS, and two incremental learning models are developed for objects increasing in stream patterns and batch patterns, respectively. In the incremental learning process, three patterns of granular balls, that is, update, fusion, and split, were well studied when a set of objects was added to the decision system. Finally, to verify the effectiveness and efficiency, we apply GBRS and these two incremental learning models into classification tasks. Compared with four current state-of-the-art classification methods based on granular computing and four classical classifiers in machine learning, the proposed classifiers in this paper achieve higher classification accuracy as well as better efficiency on benchmark datasets.
Qinghua Zhang 0001, Chengying Wu, Shuyin Xia, Fan Zhao 0003, Man Gao, Yunlong Cheng, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.1
2022 Local knowledge distance for rough approximation measure in multi-granularity spaces
Deyou Xia, Guoyin Wang 0001, Jie Yang 0052, Qinghua Zhang 0001, Shuai Li 0019
Inf. Sci.4
2021 Novel three-way generative classifier with weighted scoring distribution
Chengying Wu, Qinghua Zhang 0001, Yunlong Cheng, Mao Gao, Guoyin Wang 0001
Inf. Sci.2
2020 Optimal scale selection and attribute reduction in multi-scale decision tables based on three-way decision
Yunlong Cheng, Qinghua Zhang 0001, Guoyin Wang 0001
Inf. Sci.2
2020 A general model of decision-theoretic three-way approximations of fuzzy sets based on a heuristic algorithm
Qinghua Zhang 0001, Deyou Xia, Guoyin Wang 0001
Inf. Sci.1
2020 Three-way decisions of rough vague sets from the perspective of fuzziness
Qinghua Zhang 0001, Fan Zhao 0003, Jie Yang 0052, Guoyin Wang 0001
Inf. Sci.1
2018 Knowledge distance measure in multigranulation spaces of fuzzy equivalence relations
Jie Yang 0052, Guoyin Wang 0001, Qinghua Zhang 0001
Inf. Sci.3
2017 Three-way decision model with two types of classification errors
Qinghua Zhang 0001, Deyou Xia, Guoyin Wang 0001
Inf. Sci.1
2016 Fuzzy equivalence relation and its multigranulation spaces
Qinghua Zhang 0001, Guoyin Wang 0001
Inf. Sci.1
2015 The approximation set of a vague set in rough approximation space
Qinghua Zhang 0001, Jin Wang 0006, Guoyin Wang 0001, Hong Yu 0007
Inf. Sci.1