VLDB 2026 Research / reviewers in the wild / expert
Chen Wang 0008
dblp:82/4206-8
· DBLP profile ↗
19ranked-venue papers in the field
1as first author
12since 2021 · last 2026
0000-0002-3119-4763ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 8Data Mining & Knowledge Discovery · 6Database Systems & Data Management · 4 (1 first)Business Process & Enterprise Data · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Towards Fair Large Language Model-based Recommender Systems without Costly Retraining
Jin Li 0028, Huilin Gu, Shoujin Wang, Qi Zhang 0020, Shui Yu 0001, Chen Wang 0008, Xiwei Xu 0001, Fang Chen 0001 |
WWW | 6 |
| 2026 | DrunkAgent: Stealthy Memory Corruption in LLM-Powered Recommender Agents
Shiyi Yang 0001, Zhibo Hu, Xinshu Li 0001, Chen Wang 0008, Tong Yu 0001, Xiwei Xu 0001, Liming Zhu 0001, Lina Yao 0001 |
WWW | 4 |
| 2024 | Attacking Visually-aware Recommender Systems with Transferable and Imperceptible Adversarial StylesabstractThe inclusion of the images opens up a security vulnerability of visually-aware recommender systems (VARSs). It can be exploited by unscrupulous parties to upload well-crafted adversarial images for certain malicious purposes (e.g., promoting their own products for profits). Some studies have focused on attacking VARSs to gain insights into their robustness, while they are still far from practical, i.e., the attacks often 1) lack diversity in perturbations, 2) are easily perceived and 3) have limited transferability, which may lead to overestimation of defenses in practice. To tackle the problems, we propose to perturb the style of the product, which is an unnoticeable but important property of visual recommendations. Specifically, we propose a novel Style perturbation-based Practical Attack Framework (SPAF). Unlike existing attacks that change pixels within l∞ -norm constraints, SPAF interferes with styles in latent feature space so that the attack becomes unbounded in the pixel space to reflect possible actual perturbations. SPAF formulates attack objectives as an optimization problem and adopts an adaptive adversarial style transfer network to solve it so that transferable and imperceptible attacks can be generated. Comprehensive experiments on real-world datasets demonstrate that SPAF significantly outperforms state-of-the-art attacks. Shiyi Yang 0001, Chen Wang 0008, Xiwei Xu 0001, Liming Zhu 0001, Lina Yao 0001 |
CIKM | 2 |
| 2024 | Online Anomaly Detection over Live Social Video StreamingabstractSocial video anomaly is an observation in video streams that does not conform to a common pattern of dataset's behaviour. Social video anomaly detection plays a critical role in applications from e-commerce to e-Iearning. Traditionally, anomaly detection techniques are applied to find anomalies in video broadcasting. However, they neglect the live social video streams which contain interactive talk, speech, or lecture with audience. In this paper, we propose a generic framework for effectively online detecting Anomalies Over social Video LI ve Streaming (AOVLIS). Specifically, we propose a novel deep neural network model called Coupling Long Short-Term Memory (CLSTM) that adaptively captures the history behaviours of the presenters and audience, and their mutual interactions to predict their behaviour at next time point over streams. Then we well integrate the CLSTM with a decoder layer, and propose a new reconstruction error-based scoring function REI A to calculate the anomaly score of each video segment for anomaly detection. After that, we propose a novel model update scheme that incrementally maintains CLSTM and decoder. Moreover, we design a novel upper bound and ADaptive Optimisation Strategy (ADOS) for improving the efficiency of our solution. Extensive experiments are conducted to prove the superiority of AOVLIS. Chengkun He, Xiangmin Zhou, Chen Wang 0008, Iqbal Gondal, Jie Shao 0001, Xun Yi |
ICDE | 3 |
| 2024 | Influence-Aware Group Recommendation for Social Media PropagationabstractGroup recommendation over social media streams has attracted attention due to its wide applications such as e-commerce, entertainment and online news broadcasting. However, existing stream group recommendation techniques ignore the influence of user groups, which are not effective for item propagation over social networks. To address this problem, we propose a framework for Influence-aware Group Recommendation (IGR) over high-speed social streams. Specifically, we first propose a novel GroupGCN model to capture the dynamics of user attributes and interactions which maps groups and items to their embeddings. A Temporal GroupGCN-RNN-Autoencoder (TGGCN-RA) model is designed to extend GroupGCN for sequence-based tasks, enabling the prediction of group interests over time. Then, we adopt an Independent Cascade (IC) model to predict the influence propagation of social items over user groups. Extensive experiments prove the high effectiveness and efficiency of IGR. Chengkun He, Xiangmin Zhou, Chen Wang 0008, Longbing Cao, Jie Shao 0001, Zahir Tari |
ICDM | 3 |
| 2024 | Prompt Perturbation in Retrieval-Augmented Generation based Large Language ModelsabstractThe robustness of large language models (LLMs) becomes increasingly important as their use rapidly grows in a wide range of domains.Retrieval-Augmented Generation (RAG) is considered as a means to improve the trustworthiness of text generation from LLMs.However, how the outputs from RAG-based LLMs are affected by slightly different inputs is not well studied.In this work, we find that the insertion of even a short prefix to the prompt leads to the generation of outputs far away from factually correct answers.We systematically evaluate the effect of such prefixes on RAG by introducing a novel optimization technique called Gradient Guided Prompt Perturbation (GGPP).GGPP achieves a high success rate in steering outputs of RAG-based LLMs to targeted wrong answers.It can also cope with instructions in the prompts requesting to ignore irrelevant context.We also exploit LLMs' neuron activation difference between prompts with and without GGPP perturbations to give a method that improves the robustness of RAG-based LLMs through a highly effective detector trained on neuron activation triggered by GGPP generated prompts.Our evaluation on open-sourced LLMs demonstrates the effectiveness of our methods. Zhibo Hu, Chen Wang 0008, Yanfeng Shu, Hye-Young Paik, Liming Zhu 0001 |
KDD | 2 |
| 2023 | Contrastive Counterfactual Learning for Causality-aware Interpretable Recommender SystemsabstractThe field of generating recommendations within the framework of causal inference has seen a recent surge.This approach enhances insights into the influence of recommendations on user behavior and helps in identifying the underlying factors. Existing research has often leveraged propensity scores to mitigate bias, albeit at the risk of introducing additional variance. Others have explored the use of unbiased data from randomized controlled trials, although this comes with assumptions that may prove challenging in practice. In this paper, we first present the causality-aware interpretation of recommendations and reveal how the underlying exposure mechanism can bias the maximum likelihood estimation (MLE) of observational feedback. Recognizing that confounders may be elusive, we propose a contrastive self-supervised learning to minimize exposure bias, employing inverse propensity scores and expanding the positive sample set. Building on this foundation, we present a novel contrastive counterfactual learning method (CCL) that incorporates three unique positive sampling strategies grounded in estimated exposure probability or random counterfactual samples. Through extensive experiments on two real-world datasets, we demonstrate that our CCL outperforms the state-of-the-art methods. Guanglin Zhou, Chengkai Huang, Xiaocong Chen, Xiwei Xu 0001, Chen Wang 0008, Liming Zhu 0001, Lina Yao 0001 |
CIKM | 5 |
| 2023 | Review-Incorporated Model-Agnostic Profile Injection Attacks on Recommender SystemsabstractRecent studies have shown that recommender systems (RSs) are highly vulnerable to data poisoning attacks. Understanding attack tactics helps improve the robustness of RSs. We intend to develop efficient attack methods that use limited resources to generate high-quality fake user profiles to achieve 1) transferability among black-box RSs 2) and imperceptibility among detectors. In order to achieve these goals, we introduce textual reviews of products to enhance the generation quality of the profiles. Specifically, we propose a novel attack framework named R-Trojan, which formulates the attack objectives as an optimization problem and adopts a tailored transformer-based generative adversarial network (GAN) to solve it so that high-quality attack profiles can be produced. Comprehensive experiments on real-world datasets demonstrate that R-Trojan greatly outperforms state-of-the-art attack methods on various victim RSs under black-box settings and show its good imperceptibility. Shiyi Yang 0001, Lina Yao 0001, Chen Wang 0008, Xiwei Xu 0001, Liming Zhu 0001 |
ICDM | 3 |
| 2023 | Meta-learning for Estimating Multiple Treatment Effects with Imbalance
Guanglin Zhou, Lina Yao 0001, Xiwei Xu 0001, Chen Wang 0008, Liming Zhu 0001 |
WISE | 4 |
| 2022 | LIREM: A Generic Framework for Effective Online Video Novelty Detection
Chengkun He, Xiangmin Zhou, Chen Wang 0008 |
ER | 3 |
| 2022 | Cycle-Balanced Representation Learning For Counterfactual InferenceabstractWith the widespread accumulation of observational data, researchers obtain a new direction to learn counterfactual effects in many domains (e.g., health care and computational advertising) without Randomized Controlled Trials (RCTs). However, observational data suffer from inherent missing counterfactual outcomes and distribution discrepancy between treatment and control groups due to behaviour preference. Motivated by recent advances in representation learning in domain adaptation, we propose a novel framework based on Cycle-Balanced REpresentation learning for counterfactual inference (CBRE) to solve the above problems. Specifically, we realize a robust and balanced representation for different groups using adversarial training. Meanwhile, we construct an information loop that preserves original data properties cyclically, reducing information loss when transforming data into latent representation space. Experimental results on three real-world datasets demonstrate that CBRE matches/outperforms the state-of-the-art methods, and it has a great potential to be applied to counterfactual inference. Guanglin Zhou, Lina Yao 0001, Xiwei Xu 0001, Chen Wang 0008, Liming Zhu 0001 |
SDM | 4 |
| 2021 | Human-Understandable Decision Making for Visual Recognition
Xiaowei Zhou 0003, Jie Yin 0001, Ivor W. Tsang, Chen Wang 0008 |
PAKDD (3) | 4 |
| 2020 | MPB: Multi-Peak Binarization for Pupil Detection
Chengkun He, Xiangmin Zhou, Chen Wang 0008 |
ADMA | 3 |
| 2020 | SMINT: Toward Interpretable and Robust Model Sharing for Deep Neural NetworksabstractSharing a pre-trained machine learning model, particularly a deep neural network via prediction APIs, is becoming a common practice on machine learning as a service (MLaaS) platforms nowadays. Although deep neural networks (DNN) have shown remarkable successes in many tasks, they are also criticized for the lack of interpretability and transparency. Interpreting a shared DNN model faces two additional challenges compared with interpreting a general model. (1) Limited training data can be disclosed to users. (2) The internal structure of the models may not be available. These two challenges impede the application of most existing interpretability approaches, such as saliency maps or influence functions, for DNN models. Case-based reasoning methods have been used for interpreting decisions; however, how to select and organize the data points under the constraints of shared DNN models is not discussed. Moreover, simply providing cases as explanations may not be sufficient for supporting instance level interpretability. Meanwhile, existing interpretation methods for DNN models generally lack the means to evaluate the reliability of the interpretation. In this article, we propose a framework named Shared Model INTerpreter (SMINT) to address the above limitations. We propose a new data structure called a boundary graph to organize training points to mimic the predictions of DNN models. We integrate local features, such as saliency maps and interpretable input masks, into the data structure to help users to infer the model decision boundaries. We show that the boundary graph is able to address the reliability issues in many local interpretation methods. We further design an algorithm named hidden-layer aware p-test to measure the reliability of the interpretations. Our experiments show that SMINT is able to achieve above 99% fidelity to corresponding DNN models on both MNIST and ImageNet by sharing only a tiny fraction of training data to make these models interpretable. The human pilot study demonstrates that SMINT provides better interpretability compared with existing methods. Moreover, we demonstrate that SMINT is able to assist model tuning for better performance on different user data. Huijun Wu 0001, Chen Wang 0008, Richard Nock, Wei Wang 0011, Jie Yin 0001, Kai Lu 0001, Liming Zhu 0001 |
ACM Trans. Web | 2 |
| 2019 | A Case Based Deep Neural Network Interpretability Framework and Its User Study
Rimmal Nadeem, Huijun Wu 0001, Hye-Young Paik, Chen Wang 0008 |
WISE | 4 |
| 2018 | Sharing Deep Neural Network Models with InterpretationabstractDespite outperforming humans in many tasks, deep neural network models are also criticized for the lack of transparency and interpretability in decision making. The opaqueness results in uncertainty and low confidence when deploying such a model in model sharing scenarios, where the model is developed by a third party. For a supervised machine learning model, sharing training process including training data is a way to gain trust and to better understand model predictions. However, it is not always possible to share all training data due to privacy and policy constraints. In this paper, we propose a method to disclose a small set of training data that is just sufficient for users to get the insight into a complicated model. The method constructs a boundary tree using selected training data and the tree is able to approximate the complicated deep neural network models with high fidelity. We show that data point pairs in the tree give users significantly better understanding of the model decision boundaries and paves the way for trustworthy model sharing. Huijun Wu 0001, Chen Wang 0008, Jie Yin 0001, Kai Lu 0001, Liming Zhu 0001 |
WWW | 2 |
| 2017 | Enhancing online video recommendation using social user interactions
Xiangmin Zhou, Lei Chen 0002, Yanchun Zhang, Dong Qin, Longbing Cao, Guangyan Huang, Chen Wang 0008 |
VLDB J. | 7 |
| 2016 | Parallel Duplicate Detection in Adverse Drug Reaction Databases with SparkabstractThe World Health Organization (WHO) and drug regulators in many countries maintain databases for adverse drug reaction reports. Data duplication is a significant problem in such databases as reports often come from a variety of sources. Most duplicate detection techniques either have limitations on handling large amount of data or lack effective means to deal with data with imbalanced label distribution. In this paper, we propose a scalable duplicate detection method built on top of Spark to address these problems. Our method uses the kNN (k nearest neighbors) classifier to identify labelled report pairs that are most useful for classifying new report pairs. To deal with the high computational cost of kNN, we partition the labelled data into clusters for parallel computing. We give a method to minimize the crosscluster kNN search. Our experimental results show that the proposed method is able to produce robust duplicate detection results and scalable performance. Chen Wang 0008, Sarvnaz Karimi |
EDBT | 1 |
| 2015 | Online Video Recommendation in Sharing CommunityabstractThe creation of sharing communities has resulted in the astonishing increasing of digital videos, and their wide applications in the domains such as entertainment, online news broadcasting etc. The improvement of these applications relies on effective solutions for social user access to video data. This fact has driven the recent research interest in social recommendation in shared communities. Although certain effort has been put into video recommendation in shared communities, the contextual information on social users has not been well exploited for effective recommendation. In this paper, we propose an approach based on the content and social information of videos for the recommendation in sharing communities. Specifically, we first exploit a robust video cuboid signature together with the Earth Mover's Distance to capture the content relevance of videos. Then, we propose to identify the social relevance of clips using the set of users belonging to a video. We fuse the content relevance and social relevance to identify the relevant videos for recommendation. Following that, we propose a novel scheme called sub-community-based approximation together with a hash-based optimization for improving the efficiency of our solution. Finally, we propose an algorithm for efficiently maintaining the social updates in dynamic shared communities. The extensive experiments are conducted to prove the high effectiveness and efficiency of our proposed video recommendation approach. Xiangmin Zhou, Lei Chen 0002, Yanchun Zhang, Longbing Cao, Guangyan Huang, Chen Wang 0008 |
SIGMOD Conference | 6 |