EDBT 2026 Demo / reviewers in the wild / expert
Junhao Wen 0001
dblp:46/3669-1
· DBLP profile ↗
33ranked-venue papers in the field
0as first author
25since 2021 · last 2027
0000-0002-6561-560XORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 13Knowledge Engineering, Semantic Web & Information Systems · 12Data Mining & Knowledge Discovery · 5Database Systems & Data Management · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2027 | Temporal modulation with anchor routing for heterogeneous federated POI recommendation
Xuzheng He, Jun Zeng 0003, Junhao Wen 0001, Min Gao 0001 |
Inf. Sci. | 4 |
| 2026 | Balanced Frequency Decoupling: Energy-Aware Multi-Scale Preference Modeling for Sequential RecommendationabstractFrequency-domain sequential recommendation models enhance sequence representation capacity through spectral transformations. However, existing methods typically adopt coarse-grained spectrum reweighting strategies that strengthen high-frequency components while amplifying random noise within frequency bands. Moreover, they generally rely on a coupled modeling mechanism that handles both long-term and short-term preferences within a single backbone network, lacking dedicated modeling paths tailored to their distinct temporal characteristics. To address these challenges, we propose a Balanced Frequency Decoupling Sequential Recommendation model (BFDRec). Specifically, we design an energy-aware spectrum denoising mechanism to adaptively suppress low-energy noises according to the energy distribution within each frequency band while preserving salient behavioral fluctuation signals. Additionally, we construct a multi-scale decoupled architecture to model users' multi-scale preferences and adaptively integrate them through a dynamic gating mechanism, aligning the sequence modeling process with the distinct temporal characteristics of different frequency bands. Extensive experiments across five real-world datasets demonstrate that BFDRec effectively achieves noise suppression and accurate multi-scale preference modeling, with average improvements of 6.67% and 5.05% in HR and NDCG, respectively, over advanced baseline models. Our code is available at https://anonymous.4open.science/r/BFDRec. Jiahao Hu 0005, Wei Zhou 0028, Junlin Zhu 0001, Junhao Wen 0001, Hongyu Zhang 0002 |
SIGIR | 5 |
| 2026 | Multi-Scale Transformers with dual attention and adaptive masking for sequential recommendation
Haiqin Li, Jun Zeng 0003, Min Gao 0001, Junhao Wen 0001 |
Inf. Process. Manag. | 5 |
| 2026 | Double Enhancement Framework for Long-Tail RecommendationabstractThe long-tail recommendation problem remains a significant challenge in modern recommender systems, primarily due to data sparsity and popularity bias, which hinder the accurate ID representation of users and items. Recent advancements in large language models (LLMs) have enabled the direct modeling of user and item semantic representations, offering potential improvements in representation learning through the alignment of these two types of representations. However, systems relying on LLM representation alignment face two critical challenges: (1) the substantial differences between LLMs and recommendation models in terms of training objectives, phases, and data; (2) the pervasive popularity bias in collaborative data. These challenges create a semantic gap between ID representations and semantic representations. Directly aligning these representations risks introducing recommendation-irrelevant noise, disrupting the collaborative information embedded in ID representations, and ultimately leading to suboptimal recommendation outcomes. To address this gap, we propose DeltaRec, aDouble-enhancement framework forlong-tailRecommendation. DeltaRec tackles the long-tail recommendation problem through two approaches. First, it incorporates semantic information for all items. Second, it provides additional supervision signals specifically for long-tail items. The framework begins by disentangling ID representations into interest representations and conformity representations. To integrate semantic information from LLMs while preserving popularity information, we design a contrastive learning-based semantic alignment module that aligns interest representations with semantic representations. Furthermore, to enhance the representation learning of unpopular items, we introduce a ranking-based behavior alignment module, which provides additional supervision signals for these items. To avoid introducing recommendation-irrelevant noise and disrupting collaborative semantics due to excessive alignment, we propose a curriculum learning-based training mechanism. Extensive experiments on real-world datasets demonstrate that DeltaRec effectively mitigates popularity bias and significantly improves long-tail recommendation performance without relying on prior knowledge of popularity distributions. Our code is available athttps://github.com/leo0481/DeltaRec/E3D7. Wei Zhou 0028, Junhao Wen 0001, Min Gao 0001, Jun Zeng 0003, Min Yang 0007 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2026 | Representation-Enhanced Cascading Multi-Level Interest Learning for Multi-Behavior RecommendationabstractMulti-behavior recommendation leverages multiple user-item interaction information to alleviate data sparsity. Although different types of user-item interactions are temporally mutually exclusive, the sequence of behavioral interactions consisting of multi-level positive feedback signals contains rich information. However, most existing studies have unilaterally focused on the positive utility of auxiliary behaviors, ignoring multi-level user preference information. Effectively fusing multi-behavioral data and better modeling behavioral dependencies are urgent problems that need to be addressed for multi-behavior recommendation. We propose the p arallel learning of p ositive and n egative interests with an a uxiliary-view r epresentation e nhancement (PPN-ARE) scheme for multi-level user interest learning based on multi-behavioral interaction sequences. Specifically, multi-level positive and negative feedback view chains are constructed from multi-behavioral sequence data to learn multi-level user interests. User preference evolution is simulated during multi-behavior interactions using residual connections, and the shortcomings of the cascading structure used for higher-order graph learning are analytically highlighted. The influence of low-quality embeddings of auxiliary behaviors is filtered, and the learning of target behaviors is optimized by designing a representation enhancement layer. Finally, the model is optimized using a multi-task training framework. The experimental results indicate that PPN-ARE significantly improved over the state-of-the-art (SOTA). The open source code is available at https://github.com/lhybq/PPN-ARE . Wei Zhou 0028, Fengji Luo, Junhao Wen 0001, Hongyu Zhang 0002 |
ACM Trans. Inf. Syst. | 5 |
| 2025 | Global and local hypergraph learning method with semantic enhancement for POI recommendation
Jun Zeng 0003, Hongjin Tao, Junhao Wen 0001, Min Gao 0001 |
Inf. Process. Manag. | 4 |
| 2025 | User multi-dimensional prior preferences adaptive balancing based next POI recommendation
Chenghua Duan, Wei Zhou 0028, Junhao Wen 0001 |
Knowl. Inf. Syst. | 4 |
| 2025 | Multi-view Intent Learning and Alignment with Large Language Models for Session-based RecommendationabstractSession-based recommendation (SBR) methods often rely on user behavior data, which can struggle with the sparsity of session data, limiting performance. Researchers have identified that beyond behavioral signals, rich semantic information in item descriptions is crucial for capturing hidden user intent. While Large Language Models (LLMs) offer new ways to leverage this semantic data, the challenges of session anonymity, short-sequence nature, and high LLM training costs have hindered the development of a lightweight, efficient LLM framework for SBR. To address the above challenges, we propose an LLM-enhanced SBR framework that integrates semantic and behavioral signals from multiple views. This two-stage framework leverages the strengths of both LLMs and traditional SBR models while minimizing training costs. In the first stage, we use multi-view prompts to infer latent user intentions at the session semantic level, supported by an intent localization module to alleviate LLM hallucinations. In the second stage, we align and unify these semantic inferences with behavioral representations, effectively merging insights from both large and small models. Extensive experiments on two real datasets demonstrate that the LLM4SBR framework can effectively improve model performance. We release our codes along with the baselines at https://github.com/tsinghua-fib-lab/LLM4SBR . Shutong Qiao, Wei Zhou 0028, Junhao Wen 0001, Chen Gao 0001, Qun Luo, Peixuan Chen, Yong Li 0008 |
ACM Trans. Inf. Syst. | 3 |
| 2024 | Multiple hypergraph convolutional network social recommendation using dual contrastive learning
Wei Zhou 0028, Junhao Wen 0001, Shutong Qiao |
Data Min. Knowl. Discov. | 3 |
| 2024 | SCFL: Spatio-temporal consistency federated learning for next POI recommendation
Jun Zeng 0003, Wei Zhou 0028, Junhao Wen 0001 |
Inf. Process. Manag. | 5 |
| 2024 | SFL: A semantic-based federated learning method for POI recommendation
Xunan Dong, Jun Zeng 0003, Junhao Wen 0001, Min Gao 0001, Wei Zhou 0028 |
Inf. Sci. | 3 |
| 2024 | DSDRec: Next POI recommendation using deep semantic extraction and diffusion model
Jun Zeng 0003, Ling Liu 0001, Min Gao 0001, Junhao Wen 0001 |
Inf. Sci. | 6 |
| 2023 | CLSPRec: Contrastive Learning of Long and Short-term Preferences for Next POI RecommendationabstractNext point-of-interest (POI) recommendation optimizes user travel experiences and enhances platform revenues by providing users with potentially appealing next location choices. In recent research, scholars have successfully mined users' general tastes and varying interests by modeling long-term and short-term check-in sequences. However, conventional methods for long and short-term modeling predominantly employ distinct encoders to process long and short-term interaction data independently, with disparities in encoders and data limiting the ultimate performance of these models. Instead, we propose a shared trajectory encoder and a novel Contrastive learning of Long and Short-term Preferences for next POI Recommendation (CLSPRec) model to better utilize the preference similarity among the same users and distinguish different users' travel preferences for more accurate next POI prediction. CLSPRec adopts a masking strategy in long-term sequences to enhance model robustness and further strengthens user representation through short-term sequences. Extensive experiments on three real-world datasets validate the superiority of our model. Our code is publicly available at https://github.com/Wonderdch/CLSPRec. Chenghua Duan, Wei Zhou 0028, Junhao Wen 0001 |
CIKM | 5 |
| 2023 | Bi-channel Multiple Sparse Graph Attention Networks for Session-based RecommendationabstractSession-based Recommendation (SBR) has recently received significant attention due to its ability to provide personalized recommendations based on the interaction sequences of anonymous session users. The challenges facing SBR consist mainly of how to utilize information other than the current session and how to reduce the negative impact of irrelevant information in the session data on the prediction. To address these challenges, we propose a novel graph attention network-based model called Multiple Sparse Graph Attention Networks (MSGAT). MSGAT leverages two parallel channels to model intra-session and inter-session information. In the intra-session channel, we utilize a gated graph neural network to perform initial encoding, followed by a self-attention mechanism to generate the target representation. The global representation is then noise-reduced based on the target representation. Additionally, the target representation is used as a medium to connect the two channels. In the inter-session channel, the noise-reduced relation representation is generated using the global attention mechanism of target perception. Moreover, MSGAT fully considers session similarity from the intent perspective by integrating valid information from both channels. Finally, the intent neighbor collaboration module effectively combines relevant information to enhance the current session representation. Extensive experiments on five datasets demonstrate that simultaneous modeling of intra-session and inter-session data can effectively enhance the performance of the SBR model. Shutong Qiao, Wei Zhou 0028, Junhao Wen 0001, Hongyu Zhang 0002, Min Gao 0001 |
CIKM | 3 |
| 2023 | Meta-relation assisted knowledge-aware coupled graph neural network for recommendation
Yao Chang, Wei Zhou 0028, Haini Cai, Linfeng Hu, Junhao Wen 0001 |
Inf. Process. Manag. | 6 |
| 2023 | Meta-prompt based learning for low-resource false information detection
Yinqiu Huang, Min Gao 0001, Jia Wang 0055, Junwei Yin, Kai Shu, Qilin Fan, Junhao Wen 0001 |
Inf. Process. Manag. | 7 |
| 2023 | Enhancing sequential recommendation with contrastive Generative Adversarial Network
Shuang Ni, Wei Zhou 0028, Junhao Wen 0001, Linfeng Hu, Shutong Qiao |
Inf. Process. Manag. | 3 |
| 2023 | Noise-reducing graph neural network with intent-target co-action for session-based recommendation
Shutong Qiao, Wei Zhou 0028, Fengji Luo, Junhao Wen 0001 |
Inf. Process. Manag. | 4 |
| 2023 | Self-paced multi-label co-training
Yanlu Gong, Quanwang Wu, MengChu Zhou, Junhao Wen 0001 |
Inf. Sci. | 4 |
| 2023 | LSIAN: Exploiting interval interests for session-based recommendation via sparse attention network
Xinyu Xiao, Wei Zhou 0028, Junhao Wen 0001 |
Inf. Sci. | 3 |
| 2023 | Generalized Divergence-Based Decision Making Method With an Application to Pattern ClassificationabstractIn decision-making systems, how to address uncertainty plays an important role for the improvement of system performance in uncertainty reasoning. Dempster—Shafer evidence (DSE) theory is an effective method to address uncertainty in decision-making problems by means of basic belief assignments (BBAs) and Dempster's combination rule. In the DSE theory, divergence measure between BBAs, which is beneficial for conflict information management in decision making, remains an open issue. In this paper, several generalized evidential divergences (EDs) are proposed and studied to measure the difference and discrepancy between BBAs in DSE theory, which have more universal applicability in decision theory. On this basis, a uniform BJS divergence-based decision-making algorithm is devised to improve the decision level. Furthermore, the extensions of weighted BJS to decision-making algorithms are discussed by considering not only subjective weights but also objective weights. Notably, this is the first work to propose the weighted BJS divergence in DSE theory providing a promising way to analyze decision-making problems from different perspectives. Finally, the proposed BJS-based decision-making algorithm is applied to pattern classification. The results validate that the proposed decision-making algorithm is beneficial for diverse real-world datasets and outperforms several well-known related works and demonstrates higher classification accuracy as well as robustness. Fuyuan Xiao 0001, Junhao Wen 0001, Witold Pedrycz |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2022 | LCAN: Light Cross-Attention Network for Collaborative Filtering Recommendation
Wei Zhou 0028, Junhao Wen 0001, Yihao Zhang 0002, Yu Wang 0267 |
PAKDD (1) | 3 |
| 2022 | SocialLGN: Light graph convolution network for social recommendation
Wei Zhou 0028, Fengji Luo, Junhao Wen 0001, Min Gao 0001, Xiuhua Li 0001, Jun Zeng 0003 |
Inf. Sci. | 4 |
| 2021 | Manipulating Black-Box Networks for Centrality PromotionabstractCentrality measures are widely used to map each node to its importance in a network. For many practical applications, vital nodes bearing high centrality scores have superior positions over other nodes. To benefit from the positive impact of becoming a vital node, the problem of improving the centrality of the target node has attracted increasing attention. Many existing studies attack this problem by directly increasing the centrality score of the target node on the premise of knowing the network structure. However, these methods suffer from privacy issues due to their dependence on the network structure and may lose their effectiveness because other nodes can simultaneously increase the scores. Therefore, in this paper, we explore the following question: given a black-box network whose structure is unknown, is it possible to improve the centrality ranking (rather than the score) of a target node by implementing certain strategies? We provide an affirmative answer to this question. First, to avoid relying on the network structure for promotion, we propose strategies that freeze the original graph while appending nodes and edges just around the target node. Second, to guide strategies for effectively boosting centrality, we devise two principles that provide the target node with either the maximum gain or the minimum loss of centrality scores over other nodes. We prove that a strategy meeting the proposed principles is guaranteed to upgrade the target node's ranking. Extensive experiments were conducted to verify the effectiveness of the proposed strategies on black-box networks. Wentao Li 0001, Min Gao 0001, Wenge Rong, Junhao Wen 0001, Lu Qin 0001 |
ICDE | 5 |
| 2021 | Recommender systems based on generative adversarial networks: A problem-driven perspective
Min Gao 0001, Junwei Zhang 0004, Junliang Yu, Jundong Li, Junhao Wen 0001, Qingyu Xiong |
Inf. Sci. | 5 |
| 2019 | A Minimax Game for Generative and Discriminative Sample Models for Recommendation
Zongwei Wang 0002, Min Gao 0001, Xinyi Wang 0008, Junliang Yu, Junhao Wen 0001, Qingyu Xiong |
PAKDD (2) | 5 |
| 2017 | A framework of mining semantic-based probabilistic event relations for complex activity recognition
Li Liu 0001, Shu Wang 0005, Guoxin Su, Bin Hu 0001, Yuxin Peng 0002, Qingyu Xiong, Junhao Wen 0001 |
Inf. Sci. | 7 |
| 2016 | LSSL-SSD: Social Spammer Detection with Laplacian Score and Semi-supervised Learning
Wentao Li 0001, Min Gao 0001, Wenge Rong, Junhao Wen 0001, Qingyu Xiong, Bin Ling |
KSEM | 4 |
| 2015 | Personalized Recommendation System Based on Support Vector Machine and Particle Swarm OptimizationabstractPersonalized recommendation system (PRS) is an effective tool to automatically extract meaningful information from the big data of the users. Collaborative filtering is one of the most widely used personalized recommendation techniques to recommend the personalized products for users. In this paper, a PRS model based on the support vector machine (SVM) is proposed. The proposed model not only considers the items’ content information, but also the users’ demographic and behavior information to fully capture the users’ interests and preferences. Meanwhile, an improved particle swarm optimization (PSO) algorithm is applied to optimize the SVM’s learning parameters. The efficiency of the proposed method is verified by multiple benchmark datasets. Xibin Wang, Junhao Wen 0001, Fengji Luo, Wei Zhou 0028, Haijun Ren |
KSEM | 2 |
| 2015 | A Shilling Attack Detection Method Based on SVM and Target Item Analysis in Collaborative Filtering Recommender SystemsabstractThe open nature of recommender systems makes them vulnerable to shilling attacks. Biased ratings are introduced in order to affect recommendations, have been shown to cause great harm to collaborative filtering algorithms. Most of previous research focuses on the differences between genuine profiles and attack profiles, ignoring the group characteristics in an attack. There exists class unbalance problems in SVM based detecting methods, that is, the detecting performance is not good when the amount of samples of attack profiles in training set is small. In this paper, we study the use of SVM based method and group characteristics in attack profiles to detect attack profiles. Based on this, a two phase detecting method SVM-TIA is proposed. In the first phase, Borderline-SMOTE method is used to alleviate the class unbalance problem in classification; a rough detecting result is obtained in this phase; the second phase is a fine-tuning phase whereby the target items in the potential attack profiles set are analysed. We conduct experiments on the MovieLens 100K Dataset and compare the performance of SVM-TIA with other shilling detecting methods to demonstrate the effectiveness of the proposed approach. Wei Zhou 0028, Junhao Wen 0001, Min Gao 0001, Ling Liu 0001, Haini Cai, Xibin Wang |
KSEM | 2 |
| 2015 | Semi-supervised hybrid clustering by integrating Gaussian mixture model and distance metric learning
Yihao Zhang 0002, Junhao Wen 0001, Xibin Wang, Zhuo Jiang |
J. Intell. Inf. Syst. | 2 |
| 2014 | Detection of abnormal profiles on group attacks in recommender systemsabstractRecommender systems using Collaborative Filtering techniques are capable of make personalized predictions. However, these systems are highly vulnerable to profile injection attacks. Group attacks are attacks that target a group of items instead of one, and there are common attributes among these items. Such profiles will have a good probability of being similar to a large number of user profiles, making them hard to detect. We propose a novel technique for identifying group attack profiles which uses an improved metric based on Degree of Similarity with Top Neighbors (DegSim) and Rating Deviation from Mean Agreement (RDMA). We also extend our work with a detailed analysis of target item rating patterns. Experiments show that the combined methods can improve detection rates in user-based recommender systems. Wei Zhou 0028, Yun Sing Koh, Junhao Wen 0001, Shafiq Alam, Gillian Dobbie |
SIGIR | 3 |
| 2005 | ART in Image Reconstruction with Narrow Fan-Beam Based on Data Mining
Zhong Qu, Junhao Wen 0001, Dan Yang 0001 |
ADMA | 2 |