Lan Huang 0002

dblp:74/1260-2 · DBLP profile ↗
← Back
16ranked-venue papers in the field
4as first author
12since 2021 · last 2025
—ORCID · conflict

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

Data Mining & Knowledge Discovery · 5Knowledge Engineering, Semantic Web & Information Systems · 5 (3 first)Database Systems & Data Management · 3 (1 first)Information Retrieval & Web Search · 3
YearPublicationVenuePosition
2025 Enhancing Unsupervised Graph Few-shot Learning via Set Functions and Optimal Transport
abstract
Graph few-shot learning has garnered significant attention for its ability to rapidly adapt to downstream tasks with limited labeled data, sparking considerable interest among researchers. Recent advancements in graph few-shot learning models have exhibited superior performance across diverse applications. Despite their successes, several limitations still exist. First, existing models in the meta-training phase predominantly focus on instance-level features within tasks, neglecting crucial set-level features essential for distinguishing between different categories. Second, these models often utilize query sets directly on classifiers trained with support sets containing only a few labeled examples, overlooking potential distribution shifts between these sets and leading to suboptimal performance. Finally, previous models typically require necessitate abundant labeled data from base classes to extract transferable knowledge, which is typically infeasible in real-world scenarios. To address these issues, we propose a novel model named STAR, which leverages Set funcTions and optimAl tRansport for enhancing unsupervised graph few-shot learning. Specifically, STAR utilizes expressive set functions to obtain set-level features in an unsupervised manner and employs optimal transport principles to align the distributions of support and query sets, thereby mitigating distribution shift effects. Theoretical analysis demonstrates that STAR can capture more task-relevant information and enhance generalization capabilities. Empirically, extensive experiments across multiple datasets validate the effectiveness of STAR. Our code can be found here.
Yonghao Liu 0001, Fausto Giunchiglia, Ximing Li 0002, Lan Huang 0002, Xiaoyue Feng, Renchu Guan
KDD (1)4
2025 Dual-level Mixup for Graph Few-shot Learning with Fewer Tasks
abstract
Graph neural networks have been demonstrated as a powerful paradigm for effectively learning graph-structured data on the web and mining content from it. %the wide web. for downstream task analysis. Current leading graph models require a large number of labeled samples for training, which unavoidably leads to overfitting in few-shot scenarios. Recent research has sought to alleviate this issue by simultaneously leveraging graph learning and meta-learning paradigms. However, these graph meta-learning models assume the availability of numerous meta-training tasks to learn transferable meta-knowledge. Such assumption may not be feasible in the real world due to the difficulty of constructing tasks and the substantial costs involved. Therefore, we propose a SiMple yet effectIve approach for graph few-shot Learning with fEwer tasks, named SMILE. We introduce a dual-level mixup strategy, encompassing both within-task and across-task mixup, to simultaneously enrich the available nodes and tasks in meta-learning. Moreover, we explicitly leverage the prior information provided by the node degrees in the graph to encode expressive node representations. Theoretically, we demonstrate that SMILE can enhance the model generalization ability. Empirically, SMILE consistently outperforms other competitive models by a large margin across all evaluated datasets with in-domain and cross-domain settings. Our anonymous code can be found https://github.com/KEAML-JLU/SMILE.
Yonghao Liu 0001, Fausto Giunchiglia, Lan Huang 0002, Ximing Li 0002, Xiaoyue Feng, Renchu Guan
WWW4
2025 Prompt-guided orthogonal multimodal fusion for cancer survival prediction
Lan Huang 0002, Shuyu Guo, Tian Bai 0002, Ruihong Zhao, Ke Tao
Inf. Sci.1
2025 PCG-CAM: Enhanced class activation map using principal components of gradients and its applications in brain MRI
Lan Huang 0002, Yangguang Shao, Wenju Hou, Yan Wang 0028, Nan Sheng, Yinglu Sun, Yao Wang 0010
Inf. Sci.1
2024 A Simple but Effective Approach for Unsupervised Few-Shot Graph Classification
abstract
Graphs, as a fundamental data structure, have proven efficacy in modeling complex relationships between objects and are therefore found in wide web applications. Graph classification is an essential task in graph data analysis, which can effectively assist in extracting information and mining content from the web. Recently, few-shot graph classification, a more realistic and challenging task, has garnered great research interest. Existing few-shot graph classification models are all supervised, assuming abundant labeled data in base classes for meta-training. However, sufficient annotation is often challenging to obtain in practice due to high costs or demand for expertise. Moreover, they commonly adopt complicated meta-learning algorithms via episodic training to transfer prior knowledge from base classes. To break free from these constraints, in this paper, we propose a simple yet effective approach named SMART for unsupervised few-shot graph classification without using any labeled data. SMART employs transfer learning philosophy instead of the previously prevailing meta-learning paradigm, avoiding the need for sophisticated meta-learning algorithms. Additionally, we adopt a novel mixup strategy to augment the original graph data and leverage unsupervised pretraining on these data to obtain the expressive graph encoder. We also utilize the prompt tuning technique to alleviate the overfitting and low fine-tuning efficiency caused by the limited support samples of novel classes. Extensive experimental results demonstrate the superiority of our proposed approach, significantly surpassing even leading supervised few-shot graph classification models. Our code is available here.
Yonghao Liu 0001, Lan Huang 0002, Bowen Cao, Ximing Li 0002, Fausto Giunchiglia, Xiaoyue Feng, Renchu Guan
WWW2
2024 FairCare: Adversarial training of a heterogeneous graph neural network with attention mechanism to learn fair representations of electronic health records
Yan Wang 0028, Ruochi Zhang, Qiong Zhou, Shengde Zhang, Yusi Fan, Lan Huang 0002, Fengfeng Zhou
Inf. Process. Manag.7
2024 Meta-GPS++: Enhancing Graph Meta-Learning with Contrastive Learning and Self-Training
abstract
Node classification is an essential problem in graph learning. However, many models typically obtain unsatisfactory performance when applied to few-shot scenarios. Some studies have attempted to combine meta-learning with graph neural networks to solve few-shot node classification on graphs. Despite their promising performance, some limitations remain. First, they employ the node encoding mechanism of homophilic graphs to learn node embeddings, even in heterophilic graphs. Second, existing models based on meta-learning ignore the interference of randomness in the learning process. Third, they are trained using only limited labeled nodes within the specific task, without explicitly utilizing numerous unlabeled nodes. Finally, they treat almost all sampled tasks equally without customizing them for their uniqueness. To address these issues, we propose a novel framework for few-shot node classification called Meta-GPS \(++\) . Specifically, we first adopt an efficient method to learn discriminative node representations on homophilic and heterophilic graphs. Then, we leverage a prototype-based approach to initialize parameters and contrastive learning for regularizing the distribution of node embeddings. Moreover, we apply self-training to extract valuable information from unlabeled nodes. Additionally, we adopt S \({}^{2}\) (scaling and shifting) transformation to learn transferable knowledge from diverse tasks. The results on real-world datasets show the superiority of Meta-GPS \(++\) . Our code is available here .
Yonghao Liu 0001, Ximing Li 0002, Lan Huang 0002, Fausto Giunchiglia, Yanchun Liang 0001, Xiaoyue Feng, Renchu Guan
ACM Trans. Knowl. Discov. Data4
2023 Deep Feature-Based Text Clustering and Its Explanation
abstract
Text clustering is a critical step in text data analysis and has been extensively studied by the text mining community. Most existing text clustering algorithms are based on the bag-of-words model, which faces the high-dimensional and sparsity problems and ignores text structural and sequence information. Deep learning-based models such as convolutional neural networks and recurrent neural networks regard texts as sequences but lack supervised signals and explainable results. In this paper, we propose a deep feature-based text clustering (DFTC) framework that incorporates pretrained text encoders into text clustering tasks. This model, which is based on sequence representations, breaks the dependency on supervision. The experimental results show that our model outperforms classic text clustering algorithms on almost all the considered datasets. In addition, the explanation of the clustering results is significant for understanding the principles of the deep learning approach. Our proposed clustering framework includes an explanation module that can help users understand the meaning and quality of the clustering results. Our code is available at https://github.com/KEAML-JLU/DeepTextClustering.
Renchu Guan, Yanchun Liang 0001, Fausto Giunchiglia, Lan Huang 0002, Xiaoyue Feng
ICDE5
2023 U-DARTS: Uniform-space differentiable architecture search
Lan Huang 0002, Wencong Wang, Wei Pang 0001, Kangping Wang
Inf. Sci.1
2023 EvaGoNet: An integrated network of variational autoencoder and Wasserstein generative adversarial network with gradient penalty for binary classification tasks
Changfan Luo, Yongkang Shao, Jianzheng Hu, Meiyu Duan, Lan Huang 0002, Fengfeng Zhou
Inf. Sci.9
2022 Research on Reverse Skyline Query Algorithm Based on Decision Set
abstract
Reverse skyline query is an extension of the classical skyline query, widely used in the decision support in e-business. The vast burst of big data in e-business challenges the classical algorithms for such queries. This paper provides a novel definition of decision set and a decision set based reverse skyline query method called DRS on the double-layer R tree indexing in a map-reduce manner. Theoretical proofs are provided for the correctness and complexity of the DRS algorithm. Experiments made using several large data sets are presented and analyzed to illustrate the applicability and the outperformance of DRS over the state-of-the-art reverse skyline query methods.
Lan Huang 0002, Yuanwei Zhao, Pedro Mestre, Laipeng Han, Kangping Wang, Wenjuan Gao, Rui Zhang 0084
J. Database Manag.1
2022 Deep Feature-Based Text Clustering and its Explanation
abstract
Text clustering is a critical step in text data analysis and has been extensively studied by the text mining community. Most existing text clustering algorithms are based on the bag-of-words model, which faces the high-dimensional and sparsity problems and ignores text structural and sequence information. Deep learning-based models such as convolutional neural networks and recurrent neural networks regard texts as sequences but lack supervised signals and explainable results. In this paper, we propose adeepfeature-basedtextclustering (DFTC) framework that incorporates pretrained text encoders into text clustering tasks. This model, which is based on sequence representations, breaks the dependency on supervision. The experimental results show that our model outperforms classic text clustering algorithms and the state-of-the-art pretrained language model, i.e., BERT, on almost all the considered datasets. In addition, the explanation of the clustering results is significant for understanding the principles of the deep learning approach. Our proposed clustering framework includes an explanation module that can help users understand the meaning and quality of the clustering results.
Renchu Guan, Yanchun Liang 0001, Fausto Giunchiglia, Lan Huang 0002, Xiaoyue Feng
IEEE Trans. Knowl. Data Eng.5
2020 An Incremental Learning Network Model Based on Random Sample Distribution Fitting
Wencong Wang, Lan Huang 0002, Kainuo Li, Kangping Wang
KSEM (2)2
2018 ε-Distance Weighted Support Vector Regression
Ge Ou, Yan Wang 0028, Lan Huang 0002, Wei Pang 0001, George Macleod Coghill
PAKDD (1)3
2017 A Novel Diversity Measure for Understanding Movie Ranks in Movie Collaboration Networks
Manqing Ma, Wei Pang 0001, Lan Huang 0002, Zhe Wang 0007
PAKDD (1)3
2016 Partitioning Clustering Based on Support Vector Ranking
Qing Peng, Yan Wang 0028, Ge Ou, Yuan Tian 0016, Lan Huang 0002, Wei Pang 0001
ADMA5