VLDB 2026 Research / reviewers in the wild / expert
Haokai Ma
dblp:291/7246
· DBLP profile ↗
6ranked-venue papers in the field
3as first author
6since 2021 · last 2026
0000-0002-4621-5213ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5 (3 first)Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Align-for-Fusion: Harmonizing Triple Preferences via Dual-oriented Diffusion for Cross-domain Sequential RecommendationabstractPersonalized sequential recommendation aims to predict the appropriate items to users from their behavioral sequences. To alleviate the data sparsity and interest drift issues, conventional approaches typically utilize the additional behaviors from other domains via cross-domain transition. However, existing cross-domain sequential recommendation (CDSR) algorithms follow the align-then-fusion paradigm which conducts the representation-level alignment across multiple domains and mechanically combine them for recommendation, overlooking the fine-grained multi-domain fusion. Inspired by the advancements of diffusion models (DMs) in distribution matching, we propose an align-for-fusion framework for CDSR to Harmonize triple preferences utilizing Dual-oriented DMs (HorizonRec). Specifically, we first investigate the uncertainty injection of DMs and attribute the fundamental factor of the instability in existing DMs recommenders to the stochastic noise and propose a Mixed-conditioned Distribution Retrieval strategy which leverages the retrieved distribution from users' authentic behavioral logic as a bridge across the triple domains, enabling consistent multi-domain preference modeling. To suppress the potential noise and emphasize target-relevant interests during multi-domain user representation fusion, we further propose a Dual-oriented Preference Diffusion method to guide the extraction of preferences aligned with users' authentic interests from each domain under the supervision of the mixed representation. We conduct extensive experiments and analyses on four CDSR datasets from two distinct platforms to verify the effectiveness and robustness of our HorizonRec and its effective mechanism in fine-grained fusion of triple domains. Our code and datasets are available in https://github.com/YongfuZha/HorizonRec. Yongfu Zha, Xinxin Dong, Haokai Ma, Yonghui Yang 0001, Xiaodong Wang 0002 |
KDD (1) | 3 |
| 2026 | Negative Sampling in Recommendation: A Survey and Future DirectionsabstractRecommender system (RS) aims to capture personalized preferences from massive user behaviors, making them pivotal in the era of information explosion. However, the presence of “information cocoons,” interaction sparsity, cold-start problem, and feedback loops inherent in RS make users interact with a limited number of items. Conventional recommendation algorithms typically focus on the positive historical behaviors, while neglecting the essential role of negative feedback in user preference understanding. As a promising but easy-to-ignored area, negative sampling is proficient in revealing the genuine negative aspect inherent in user behaviors, emerging as an inescapable procedure in RS. In this survey, we first discuss existing user feedback, the critical role of negative sampling and the optimization objectives in RS, and thoroughly analyze challenges that consistently impede its progress. Then, we conduct an extensive literature review on the existing negative sampling strategies in RS and classify them into five categories with their discrepant techniques. Finally, we detail the insights of the tailored negative sampling strategies in diverse RS scenarios and outline an overview of the prospective research directions toward which the community may engage and benefit. Haokai Ma, Ruobing Xie, Lei Meng 0001, Fuli Feng, Xiaoyu Du 0002, Xingwu Sun, Zhanhui Kang, Xiangxu Meng |
ACM Trans. Inf. Syst. | 1 |
| 2025 | International Workshop on Multimodal Generative Search and Recommendation (MMGenSR@CIKM 2025)abstractRecent breakthroughs in generative Artificial Intelligence (AI) have ignited a revolutionary wave across information retrieval and recommender systems. This workshop serves as a premier interdisciplinary platform to explore how generative models, particularly Large Language Models (LLMs) and Large Multimodal Models (LMMs), are transforming multimodal search and recommendation paradigms [3, 6, 9, 10, 12-14]. We aim to convene researchers and practitioners to discuss innovative architectures, methodologies, and evaluation strategies spanning generative document retrieval [5, 8] generative image retrieval [ 7, 16], grounded answer generation [17], generative recommendation [2, 4, 11], and related tasks involving multiple modalities [1,15]. The workshop will facilitate discussions on improving algorithms, generating personalized content, evolving user-system interactions, enhancing trustworthiness, and refining evaluation methodologies for these cutting-edge systems. This timely workshop seeks to identify promising research directions, address key challenges, and foster collaborations towards the development of next-generation intelligent systems. Yi Bin, Haoxuan Li 0002, Haokai Ma, Yang Zhang 0072, Wenjie Wang 0007, Yunshan Ma 0002, Yang Yang 0002, Tat-Seng Chua |
CIKM | 3 |
| 2024 | Triple Sequence Learning for Cross-domain RecommendationabstractCross-domain recommendation (CDR) aims at leveraging the correlation of users’ behaviors in both the source and target domains to improve the user preference modeling in the target domain. Conventional CDR methods typically explore the dual-relations between the source and target domains’ behaviors. However, this may ignore the informative mixed behaviors that naturally reflect the user’s global preference. To address this issue, we present a novel framework, termed triple sequence learning for cross-domain recommendation (Tri-CDR), which jointly models the source, target, and mixed behavior sequences to highlight the global and target preference and precisely model the triple correlation in CDR. Specifically, Tri-CDR independently models the hidden representations for the triple behavior sequences and proposes a triple cross-domain attention (TCA) method to emphasize the informative knowledge related to both user’s global and target-domain preference. To comprehensively explore the cross-domain correlations, we design a triple contrastive learning (TCL) strategy that simultaneously considers the coarse-grained similarities and fine-grained distinctions among the triple sequences, ensuring the alignment while preserving information diversity in multi-domain. We conduct extensive experiments and analyses on six cross-domain settings. The significant improvements of Tri-CDR with different sequential encoders verify its effectiveness and universality. The source code is available at https://github.com/hulkima/Tri-CDR . Haokai Ma, Ruobing Xie, Lei Meng 0001, Xin Chen 0091, Xu Zhang 0028, Leyu Lin, Jie Zhou 0016 |
ACM Trans. Inf. Syst. | 1 |
| 2023 | Exploring False Hard Negative Sample in Cross-Domain RecommendationabstractNegative Sampling in recommendation aims to capture informative negative instances for the sparse user-item interactions to improve the performance. Conventional negative sampling methods tend to select informative hard negative samples (HNS) besides the default random samples. However, these hard negative sampling methods usually struggle with false hard negative samples (FHNS), which happens when a user-item interaction has not been observed yet and is picked as a negative sample, while the user will actually interact with this item once exposed to it. Such FHNS issues may seriously confuse the model training, while most conventional hard negative sampling methods do not systematically explore and distinguish FHNS from HNS. To address this issue, we propose a novel model-agnostic Real Hard Negative Sampling (RealHNS) framework specially for cross-domain recommendation (CDR), which aims to discover the false and refine the real from all HNS via both general and cross-domain real hard negative sample selectors. For the general part, we conduct the coarse- and fine-grained real HNS selectors sequentially, armed with a dynamic item-based FHNS filter to find high-quality HNS. For the cross-domain part, we further design a new cross-domain HNS for alleviating negative transfer in CDR and discover its corresponding FHNS via a dynamic user-based FHNS filter to keep its power. We conduct experiments on four datasets based on three representative hard negative sampling methods, along with extensive model analyses, ablation studies, and universality analyses. The consistent improvements indicate the effectiveness, robustness, and universality of RealHNS, which is also easy-to-deploy in real-world systems as a plug-and-play strategy. The source code is avaliable in https://github.com/hulkima/RealHNS. Haokai Ma, Ruobing Xie, Lei Meng 0001, Xin Chen 0091, Xu Zhang 0028, Leyu Lin, Jie Zhou 0016 |
RecSys | 1 |
| 2022 | Unsupervised Contrastive Masking for Visual Haze ClassificationabstractHaze classification has gained much attention recently as a cost-effective solution for air quality monitoring. Different from conventional image classification tasks, it requires the classifier to capture the haze patterns of different severity degrees. Existing efforts typically focus on the extraction of effective haze features, such as the dark channel and deep features. However, it is observed that the light-haze images are often mis-classified due to the presence of diverse background scenes. To address this issue, this paper presents an unsupervised contrastive masking (UCM) algorithm to segment the haze regions without any supervision, and develops a dual-channel model-agnostic framework, termed magnifier neural network (MagNet), to effectively use the segmented haze regions to enhance the learning of haze features by conventional deep learning models. Specifically, MagNet employs the haze regions to provide the pixel- and feature-level visual information via three strategies, including Input Augmentation, Network Constraint, and Feature Enhancement, which work as a soft-attention regularizer to alleviates the trade-off between capturing the global scene information and the local information in the haze regions. Experiments were conducted on two datasets in terms of performance comparison, parameter estimation, ablation studies, and case studies, and the results verified that UCM can accurately and rapidly segment the haze regions, and the proposed three strategies of MagNet consistently improve the performance of the state-of-the-art deep learning backbones. Haokai Ma, Xiangxian Li, Zhuang Qi, Lei Meng 0001, Xiangxu Meng |
ICMR | 2 |