Shuqiang Huang

dblp:138/6907 · also Shu-Qiang Huang · DBLP profile ↗
← Back
8ranked-venue papers in the field
1as first author
7since 2021 · last 2026
0000-0001-9551-022XORCID · conflict

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

Database Systems & Data Management · 3Data Mining & Knowledge Discovery · 3Knowledge Engineering, Semantic Web & Information Systems · 2 (1 first)
YearPublicationVenuePosition
2026 Redefining edge representations for enhanced information propagation on GNNs
Shengda Zhuo, Lichun Li, Zifeng Zhou, Zelin Guan, Yin Tang 0001, Min Chen 0003, Shuqiang Huang
J. Intell. Inf. Syst.8
2025 Online Feature Selection with Varying Feature Spaces (Extended Abstract)
abstract
Feature selection, an essential technique in data mining, is often confined to batch learning or online idealization of data scenarios despite its significance. Existing online feature selection methods have specific assumptions regarding the data stream, such as requiring a fixed feature space with an explicit pattern and complete labeling of samples. Unfortunately, data streams generated in many real scenarios commonly exhibit arbitrarily incomplete feature spaces and scarcity labels, making existing approaches unsuitable for real applications. To fill these gaps, this study proposes a new problem called Online Feature Selection with Varying Features Spaces (OFSVF). OFSVF has a three-fold main idea: 1) it leverages Gaussian Copula to model the incomplete feature correlation in a complete latent space, encoded by continuous variables, 2) it employs a novel tree-ensemble-based approach to select the most informative features on-the-fly, and 3) it develops the underlying geometric structure of instances to establish the relationship between unlabeled and labels. Experimental results are documented to demonstrate the feasibility and effectiveness of our proposed method.
Shengda Zhuo, Jin-Jie Qiu, Chang-Dong Wang 0001, Shuqiang Huang
ICDE4
2025 Online Learning for Noisy Labeled Streams
abstract
Online learning, characterized by its feature space’s adaptability over time, has emerged as a flexible learning paradigm that has attracted widespread attention. However, existing online learning methods often overlook the distributional differences between instances and the presence of label noise in streaming data, thus significantly hindering the effectiveness and robustness of these algorithms. To overcome these challenges, we propose an online confidence learning algorithm for noisy labeled features, which aims to achieve robustness against arbitrary data streams and noisy labels. It employs two new strategies: online confidence inference, which applies the principle of empirical risk minimization to identify inconsistencies in spatial distributions, and geometric structure learning, which utilizes dynamic instance confidence to compute disparities between instances and their labels. Empirical findings demonstrate that our label correction mechanism enhances classification accuracy more effectively across various types of noisy labels (i.e., symmetric, asymmetric, and flipped). Additionally, a case study on image datasets was conducted to illustrate in detail the effectiveness of our OLNLS algorithm. Code is released in https://github.com/Zhuosd/OLNLS .
Jin-Jie Qiu, Shengda Zhuo, Philip S. Yu, Chang-Dong Wang 0001, Shuqiang Huang
ACM Trans. Knowl. Discov. Data5
2025 Online Learning from Mix-typed, Drifted, and Incomplete Streaming Features
abstract
Online learning, where feature spaces can change over time, offers a flexible learning paradigm that has attracted considerable attention. However, it still faces three significant challenges. First, the heterogeneity of real-world data streams with mixed feature types presents challenges for traditional parametric modeling. Second, data stream distributions can shift over time, causing an abrupt and substantial decline in model performance. Additionally, the time and cost constraints make it infeasible to label every data instance in a supervised setting. To overcome these challenges, we propose a new algorithm Online Learning from Mix-typed, Drifted, and Incomplete Streaming Features (OL-MDISF), which aims to relax restrictions on both feature types, data distribution, and supervision information. Our approach involves utilizing copula models to create a comprehensive latent space, employing an adaptive sliding window for detecting drift points to ensure model stability, and establishing label proximity information based on geometric structural relationships. To demonstrate the model’s efficiency and effectiveness, we provide theoretical analysis and comprehensive experimental results.
Shengda Zhuo, Di Wu 0056, Yi He 0007, Shuqiang Huang, Xindong Wu 0001
ACM Trans. Knowl. Discov. Data4
2024 Online Feature Selection With Varying Feature Spaces
abstract
Feature selection, an essential technique in data mining, is often confined to batch learning or online idealization of data scenarios despite its significance. Existing online feature selection methods have specific assumptions regarding the data stream, such as requiring a fixed feature space with an explicit pattern and complete labeling of samples. Unfortunately, data streams generated in many real scenarios commonly exhibit arbitrarily incomplete feature spaces and scarcity labels, making existing approaches unsuitable for real applications. To fill these gaps, this study proposes a new problem calledOnline Feature Selection with Varying Features Spaces(OFSVF). OFSVF has a three-fold main idea: 1) it leverages Gaussian Copula to model the incomplete feature correlation in a complete latent space, encoded by continuous variables, 2) it employs a novel tree-ensemble-based approach to select the most informative features on-the-fly, and 3) it develops the underlying geometric structure of instances to establish the relationship between unlabeled and labels. Experimental results are documented to demonstrate the feasibility and effectiveness of our proposed method.
Shengda Zhuo, Jin-Jie Qiu, Chang-Dong Wang 0001, Shuqiang Huang
IEEE Trans. Knowl. Data Eng.4
2023 Explicit Message-Passing Heterogeneous Graph Neural Network
abstract
Graph neural network (GNN) has shown its prominent performance in representation learning of graphs but it has not been fully considered for heterogeneous graphs which contain more complex structures and rich semantics. The rich semantic information of heterogeneous graph can be usually revealed by meta-paths. Therefore, most of the existing GNN models designed for heterogeneous graphs utilize the meta-path based neighborhood sampler to divide a heterogeneous graph into multiple homogeneous subgraphs according to various meta-paths so that the homogeneous GNN can be applied to investigate heterogeneous graphs. Nevertheless, the way of embedding semantic information of meta-paths into multiple homogeneous graphs isimplicitand ineffective, which cannot accurately capture the semantics of heterogeneous graphs. In this paper, we propose a novel semi-supervised GNN model namedExplicitMessage-Passing Heterogeneous Graph Neural Network (EMP), which executes the process ofexplicitmessage-passing along the meta-paths. Besides, we also propose a split method for meta-paths and consider mutual effect between various meta-paths in advance in the proposed model, so that the semantic information of the whole set of meta-paths can be captured accurately. Extensive experiments conducted on three real-world datasets demonstrate the superiority of the proposed model.
Zhenyu He 0009, Kai Wang 0063, Chang-Dong Wang 0001, Shuqiang Huang
IEEE Trans. Knowl. Data Eng.5
2021 Temporal Hierarchical Graph Attention Network for Traffic Prediction
abstract
As a critical task in intelligent traffic systems, traffic prediction has received a large amount of attention in the past few decades. The early efforts mainly model traffic prediction as the time-series mining problem, in which the spatial dependence has been largely ignored. As the rapid development of deep learning, some attempts have been made in modeling traffic prediction as the spatio-temporal data mining problem in a road network, in which deep learning techniques can be adopted for modeling the spatial and temporal dependencies simultaneously. Despite the success, the spatial and temporal dependencies are only modeled in a regionless network without considering the underlying hierarchical regional structure of the spatial nodes, which is an important structure naturally existing in the real-world road network. Apart from the challenge of modeling the spatial and temporal dependencies like the existing studies, the extra challenge caused by considering the hierarchical regional structure of the road network lies in simultaneously modeling the spatial and temporal dependencies between nodes and regions and the spatial and temporal dependencies between regions. To this end, this article proposes a new Temporal Hierarchical Graph Attention Network (TH-GAT). The main idea lies in augmenting the original road network into a region-augmented network, in which the hierarchical regional structure can be modeled. Based on the region-augmented network, the region-aware spatial dependence model and the region-aware temporal dependence model can be constructed, which are two main components of the proposed TH-GAT model. In addition, in the region-aware spatial dependence model, the graph attention network is adopted, in which the importance of a node to another node, of a node to a region, of a region to a node, and of a region to another region, can be captured automatically by means of the attention coefficients. Extensive experiments are conducted on two real-world traffic datasets, and the results have confirmed the superiority of the proposed TH-GAT model.
Ling Huang 0002, Xing-Xing Liu, Shuqiang Huang, Chang-Dong Wang 0001, Wei Tu 0001, Jia-Meng Xie, Wendi Xie
ACM Trans. Intell. Syst. Technol.3
2017 Deployment optimization of multi-hop wireless networks based on substitution graph
Shuqiang Huang, Zhen Zhang 0017, Zhusong Liu, Yonghui Li 0001
Inf. Sci.1