EDBT 2026 Demo / reviewers in the wild / expert
Alan Wee-Chung Liew
dblp:76/2013
· DBLP profile ↗
22ranked-venue papers in the field
0as first author
12since 2021 · last 2026
0000-0001-6718-7584ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 8Data Mining & Knowledge Discovery · 7Database Systems & Data Management · 4Information Retrieval & Web Search · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Graph Neural Network Model Transferability Estimation via Decomposition-Augmented Discriminant AnalysisabstractModel transferability estimation is a task-adaptive pre-trained model selection problem, aiming to determine the optimal model for target dataset from a model hub pre-trained on source dataset without fine-tuning. Although existing model transferability evaluation methods have made some progress, they mainly focus on image or text data in CV and NLP. In contrast, the graph structural data with GNNs models is still underexplored, due to the complexity of the graph structure and the limitations of the generalization ability of GNN models under distribution shift. To fill this blank, we first propose a Graph Neural Network Model Transferability Estimation method via decomposition-augmented discriminant analysis, named GNNMTE, to evaluate the transferability of GNN models on target graph dataset without fine-tuning. It only calculates the GNNMTE score to determine whether it can be effectively transferred to target graph dataset and better select the optimal model for the target graph dataset. Specifically, our proposed \method contains three core components: (1) Dual-block SVD fusion for obtaining the corresponding principal component information; (2) Adaptive weighting by singular value ratio for guiding the extraction of important principal component information on graph data; (3) Graph discriminant analysis for finding the optimal projection direction that separates the classes of graph data. Extensive experimental results on cross-domain graph datasets achieve excellent results, demonstrating powerful superiority. Huanchang Ma, Xin Zheng 0008, Alan Wee-Chung Liew, Wei Lan 0001, Jian Gao 0007 |
WWW | 4 |
| 2026 | Multi-Source Unsupervised Graph Domain Adaptation via Concise Propagation-Transformation PipelineabstractUnsupervised graph domain adaptation (UGDA) aims to transfer knowledge from a labeled source graph to an unlabeled target graph, addressing the performance degradation caused by distributional shifts in node attributes and graph structures across domains. Despite recent progress, existing UGDA approaches still face two key challenges: (C1) Data-level: Most methods rely on a single source domain, overlooking the complementary knowledge that could be leveraged from multiple sources. (C2) Model-level: Many UGDA models emphasize complex, handcrafted Graph neural network (GNN) architectures, while simpler yet effective designs with propagation (P) & transformation (T) pipeline remain underexplored. To address these challenges, in this paper, we propose a novel approach, which leverages Concise Propagation–Transformation pipeline for multi-source unsupervised Graph Domain Adaptation, dubbed as CPT-GDA, to better capture complementary knowledge from multiple sources in an efficient manner. Specifically, the proposed CPT-GDA adopts a dual-branch GNN architecture with different depths of propagation but the same P-T patterns, which enables the model to efficiently learn node representations to mitigate domain discrepancy. Meanwhile, to facilitate effective knowledge transfer across graphs, we derive three optimization objectives: (1) the classifier loss to learn discriminative representations; (2) the alignment loss weighted by the graph Wasserstein distance to align the structure and feature distribution; and (3) the pseudo-label loss to refine target node representations. Extensive experiments on real-world datasets confirm that the proposed method outperforms recent state-of-the-art baselines, demonstrating its effectiveness. Yi Li 0018, Xin Zheng 0008, Junyang Chen 0001, Yanqing Guo, Alan Wee-Chung Liew, Shirui Pan |
WWW | 6 |
| 2025 | OASIS: Harnessing Diffusion Adversarial Network for Ocean Salinity Imputation using Sparse Drifter TrajectoriesabstractOcean salinity plays a vital role in circulation, climate, and marine ecosystems, yet its measurement is often sparse, irregular, and noisy, especially in drifter-based datasets. Traditional approaches, such as remote sensing and optimal interpolation, rely on linearity and stationarity, and are limited by cloud cover, sensor drift, and low satellite revisit rates. While machine learning models offer flexibility, they often fail under severe sparsity and lack principled ways to incorporate physical covariates without specialized sensors. In this paper, we introduce the OceAn Salinity Imputation System, a novel diffusion adversarial framework designed to address these challenges by: (1) employing a transformer-based global dependency capturing module to learn long-range spatio-temporal correlations from sparse trajectories; (2) constructing a generative imputation model that conditions on easily observed tidal covariates to progressively refine imputed salinity fields; and (3) using a scheduler diffusion method to enhance the model's robustness. This unified architecture exploits the periodic nature of tidal signals as a proxy for unmeasured physical drivers, without the need for additional equipment. We evaluate OASIS on four benchmark datasets, including one real-world measurement from Fort Pierce Inlet and three simulated Gulf of Mexico trajectories. Results show consistent improvements over both traditional and neural baselines, achieving up to 52.5% reduction in MAE compared to Kriging. We also develop a lightweight, web-based deployment system that enables salinity imputation through interactive and batch interfaces, available at: https://github.com/yfeng77/OASIS. Bo Li 0042, Yingqi Feng, Ming Jin 0005, Xin Zheng 0008, Yufei Tang, Laurent M. Chérubin, Can Wang 0004, Alan Wee-Chung Liew, Qinghua Lu 0001, Jingwei Yao, Hong Zhang 0028, Shirui Pan, Xingquan Zhu 0001 |
CIKM | 8 |
| 2025 | Reasoning Over User Preferences: Knowledge Graph-Augmented LLMs for Explainable Conversational RecommendationsabstractConversational Recommender Systems (CRSs) aim to provide personalized recommendations by capturing user preferences through interactive dialogues. Explainability in CRSs is crucial as it enables users to understand the reasoning behind recommendations, increasing system transparency and trustworthiness. However, current CRSs often leverage knowledge graphs (KGs) or language models to extract and represent user preferences as latent vectors, which limits their explainability. Large language models (LLMs) offer powerful reasoning capabilities that can bridge this gap by generating human-understandable preference summaries. However, effectively reasoning over user preferences in CRSs remains challenging as LLMs pre-trained on large-scale corpora may not be well-suited for analyzing user preferences, which requires domain-specific knowledge. While KGs provide rich domain knowledge, integrating them with LLMs encounters a significant modality gap between structured KG information and unstructured conversations. In this paper, we propose COMPASS (Compact Preference Analyzer and Summarization System), a plug-and-play framework that synergizes LLMs and KGs to reason over user preferences, enhancing the performance and explainability of existing CRSs. COMPASS employs a two-stage training approach: first, it bridges the gap between the structured KG and natural language through novel graph entity captioning pre-training. This enables the LLM to transform KG entities into natural language descriptions, allowing it to comprehend domain-specific knowledge. Next, COMPASS optimizes user preference reasoning via knowledgeaware instruction fine-tuning, where the LLM learns to reason and summarize user preferences from dialogue histories and KG-augmented context. This enables COMPASS to perform knowledge-aware reasoning and generate interpretable user preferences that can seamlessly integrate with existing CRS models for improving recommendation performance and explainability. Our experiments on benchmark datasets demonstrate the effectiveness of COMPASS in improving various CRS models. Zhangchi Qiu, Linhao Luo, Shirui Pan, Alan Wee-Chung Liew |
ICDM | 4 |
| 2025 | Test-Time Graph Rebirth for GNN Generalization Under Distribution ShiftsabstractRecent advancements in test-time adaptation (TTA) offer promising solutions for mitigating performance degradation caused by distribution shifts. However, they may fall short in practical deployment of GNNs during test time, due to the significant reliance on impractical retraining or modifications to online GNN models. To address such challenges, in this work, we propose a novel method, i.e., Test-Time Graph REBirth, dubbed TT-GREB, to effectively generalize the well-trained GNN models to the test-time graphs under distribution shifts by directly manipulating the test graph data. Concretely, we develop an overall framework designed by two principles for obtaining newly reborn test graphs, corresponding to two sub-modules: (1) prototype extractor for re-extracting the environment-invariant features of the test-time graph; and (2) environment refiner for re-fining the environment-varying features to explore the potential shifts. Furthermore, we propose a dual test-time graph contrastive learning objective with an effective iterative optimization strategy to obtain optimal prototype components and environmental components of the test graph. Extensive experiments on real-world graphs under diverse test-time distribution shifts verify the effectiveness of our proposed method, showcasing its superior ability to manipulate test-time graphs for better GNN generalization ability. Xin Zheng 0008, Bo Li 0042, Yu Zheng 0013, Qin Zhang 0011, Haishuai Wang, Yuxuan Liang 0002, Alan Wee-Chung Liew, Shirui Pan |
ICDM | 7 |
| 2025 | VCC-Fed: A Multi-task Federated Learning Paradigm with Versatile Collaborative Clients
Yue Hua, Yi Li 0008, Xin Zheng 0008, Ming Yang 0012, Haiyan Fu, Alan Wee-Chung Liew, Yanqing Guo |
PAKDD (2) | 6 |
| 2025 | Graph Retrieval-Augmented LLM for Conversational Recommendation Systems
Zhangchi Qiu, Linhao Luo, Zicheng Zhao, Shirui Pan, Alan Wee-Chung Liew |
PAKDD (3) | 5 |
| 2025 | Efficient and Diverse De Novo Protein Backbone Design with SE(3)-Equivariant Diffusion
Ruipeng Zhou, Ming Yang 0012, Yi Li 0008, Xin Zheng 0008, Alan Wee-Chung Liew, Shirui Pan, Yanqing Guo |
PAKDD (3) | 5 |
| 2025 | User-based clustering deep model for the sequential point-of-interest recommendation
Tianxing Wang 0004, Can Wang 0004, Hui Tian 0001, Alan Wee-Chung Liew |
Knowl. Inf. Syst. | 4 |
| 2025 | A Survey of Machine UnlearningabstractToday, computer systems hold large amounts of personal data. Yet while such an abundance of data allows breakthroughs in AI, and especially machine learning, its existence can be a threat to user privacy, and it can weaken the bonds of trust between humans and AI. Recent regulations now require that, on request, private information about a user must be removed both from computer systems and from machine learning models—this legislation is more colloquially called “the right to be forgotten.” While removing data from back-end databases should be straightforward, it is not sufficient in the AI context as machine learning models often “remember” the old data. Contemporary adversarial attacks on trained models have proven that we can learn whether an instance or an attribute belonged to the training data. This phenomenon calls for a new paradigm, namely machine unlearning , to make machine learning models forget about particular data. It turns out that recent works on machine unlearning have not been able to completely solve the problem due to the lack of common frameworks and resources. Therefore, this article aspires to present a comprehensive examination of machine unlearning’s concepts, designs, methods, and applications. Specifically, as a category collection of cutting-edge studies, the intention behind this article is to serve as a comprehensive resource for researchers and practitioners seeking an introduction to machine unlearning and its formulations, design criteria, removal requests, algorithms, and applications. In addition, we aim to highlight the key findings, current trends, and new research areas that have not yet featured the use of machine unlearning but could benefit greatly from it. We hope that this survey serves as a valuable resource for machine learning researchers and those seeking to innovate privacy technologies. Our resources are publicly available at https://github.com/tamlhp/awesome-machine-unlearning . Thanh Tam Nguyen, Zhao Ren, Phi-Le Nguyen, Alan Wee-Chung Liew, Hongzhi Yin, Nguyen Quoc Viet Hung |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2025 | Handling Low Homophily in Recommender Systems With Partitioned Graph TransformerabstractModern recommender systems derive predictions from an interaction graph that links users and items. To this end, many of today's state-of-the-art systems use graph neural networks (GNNs) to learn effective representations of these graphs under the assumption of homophily, i.e., the idea that similar users will sit close to each other in the graph. However, recent studies have revealed that real-world recommendation graphs are often heterophilous, i.e., dissimilar users will also often sit close to each other. One of the reasons for this heterophilia is shilling attacks that obscure the inherent characteristics of the graph and make the derived recommendations less accurate as a consequence. Hence, to cope with low homophily in recommender systems, we propose a recommendation model called PGT4Rec that is based on a Partitioned Graph Transformer. The model integrates label information into the learning process, which allows discriminative neighbourhoods of users to be generated. As such, the framework can both detect shilling attacks and predict user ratings for items. Extensive experiments on real and synthetic datasets show PGT4Rec as not only providing superior performance in these two tasks but also significant robustness to a range of adversarial conditions. Thanh Tam Nguyen, Matthias Weidlich 0001, Jun Jo 0001, Nguyen Quoc Viet Hung, Hongzhi Yin, Alan Wee-Chung Liew |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2022 | Enterprise Computing
Remco M. Dijkman, Samira Si-Said Cherfi, Rik Eshuis, Alan Wee-Chung Liew |
Inf. Syst. | 4 |
| 2020 | Confidence in Prediction: An Approach for Dynamic Weighted Ensemble
Duc Thuan Do, Tien Thanh Nguyen, The Trung Nguyen, Anh Vu Luong, Alan Wee-Chung Liew, John A. W. McCall |
ACIIDS (1) | 5 |
| 2020 | Current trends of granular data mining for biomedical data analysis
Weiping Ding 0001, Chin-Teng Lin, Alan Wee-Chung Liew, Isaac Triguero, Wenjian Luo |
Inf. Sci. | 3 |
| 2019 | Noisy values detection and correction of traffic accident data
Rupam Deb, Alan Wee-Chung Liew |
Inf. Sci. | 2 |
| 2019 | A weighted multiple classifier framework based on random projection
Tien Thanh Nguyen, Alan Wee-Chung Liew, James C. Bezdek |
Inf. Sci. | 3 |
| 2019 | A lossless online Bayesian classifier
Thi Thu Thuy Nguyen, Tien Thanh Nguyen, Rabi Sharma, Alan Wee-Chung Liew |
Inf. Sci. | 4 |
| 2018 | Automatic Image Region Annotation by Genetic Algorithm-Based Joint Classifier and Feature Selection in Ensemble System
Anh Vu Luong, Tien Thanh Nguyen, Xuan Cuong Pham, Thi Thu Thuy Nguyen, Alan Wee-Chung Liew, Bela Stantic |
ACIIDS (1) | 5 |
| 2018 | Heterogeneous classifier ensemble with fuzzy rule-based meta learner
Tien Thanh Nguyen, Mai Phuong Nguyen, Xuan Cuong Pham, Alan Wee-Chung Liew |
Inf. Sci. | 4 |
| 2017 | Parallel biclustering detection using strength Pareto front evolutionary algorithm
Maryam Golchin, Alan Wee-Chung Liew |
Inf. Sci. | 2 |
| 2016 | Missing value imputation for the analysis of incomplete traffic accident data
Rupam Deb, Alan Wee-Chung Liew |
Inf. Sci. | 2 |
| 2016 | Visual speaker identification and authentication by joint spatiotemporal sparse coding and hierarchical pooling
Jun-Yao Lai, Shi-Lin Wang, Alan Wee-Chung Liew, Xing-Jian Shi |
Inf. Sci. | 3 |