EDBT 2026 Demo / reviewers in the wild / expert
Min Gao 0001
dblp:45/1016-1
· DBLP profile ↗
48ranked-venue papers in the field
2as first author
41since 2021 · last 2027
0000-0003-0127-7477ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 15Information Retrieval & Web Search · 15Knowledge Engineering, Semantic Web & Information Systems · 11 (1 first)Database Systems & Data Management · 6Other / Interdisciplinary · 1 (1 first)
| 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. | 5 |
| 2026 | Prompt-Induced Linguistic Fingerprints for LLM-Generated Fake News DetectionabstractWith the rapid advancement of large language models (LLMs), producing realistic fake news has become increasingly effortless, challenging existing detection methods that rely on lexical and syntactic patterns. To address this, we shift our focus to the generation process and analyze how malicious prompts manipulate model outputs. We construct pairs of LLM-generated real and fake news and apply malicious prompts to reconstruct them as fake. By comparing the original-token generation probabilities recorded during reconstruction, we observe a consistent statistical divergence: tokens from real news tend to have lower reconstruction likelihoods than those from fake news. We define this distributional divergence as linguistic fingerprint. Building on this insight, we propose LIFE (Linguistic Fingerprints Extraction), a novel detection framework that reconstructs token-level probability distributions guided by malicious prompts to capture these discriminative linguistic patterns. To fully exploit the extracted fingerprints, LIFE further introduces a key-fragment amplification module that adaptively identifies and accentuates the most distinctive linguistic fragments, thereby enhancing detection reliability across diverse prompting scenarios. Extensive experiments demonstrate that LIFE achieves state-of-the-art performance in detecting LLM-generated fake news while maintaining strong generalization to human-LLM mixed cases. The code is available. Min Gao 0001, Zongwei Wang 0002, Junwei Yin, Kai Shu, Chenghua Lin 0002 |
WWW | 2 |
| 2026 | PAMAS: Self-Adaptive Multi-Agent System with Perspective Aggregation for Misinformation DetectionabstractMisinformation on social media poses a critical threat to information credibility, as its diverse and context-dependent nature complicates detection. Large language model–empowered multi-agent systems (MAS) present a promising paradigm that enables cooperative reasoning and collective intelligence to combat this threat. However, conventional MAS suffer from an information-drowning problem, where abundant truthful content overwhelms sparse and weak deceptive cues. With full input access, agents tend to focus on dominant patterns, and inter-agent communication further amplifies this bias. To tackle this issue, we propose PAMAS, a multi-agent framework with perspective aggregation, which employs hierarchical, perspective-aware aggregation to highlight anomaly cues and alleviate information drowning. PAMAS organizes agents into three roles: Auditors, Coordinators, and a Decision-Maker. Auditors capture anomaly cues from specialized feature subsets; Coordinators aggregate their perspectives to enhance coverage while maintaining diversity; and the Decision-Maker, equipped with evolving memory and full contextual access, synthesizes all subordinate insights to produce the final judgment. Furthermore, to improve the efficiency in multi-agent collaboration, PAMAS incorporates self-adaptive mechanisms for dynamic topology optimization and routing-based inference, enhancing both efficiency and scalability. Extensive experiments on multiple benchmark datasets demonstrate that PAMAS achieves superior accuracy and efficiency, offering a scalable and trustworthy way for misinformation detection. Zongwei Wang 0002, Min Gao 0001, Junliang Yu, Tong Chen 0005, Chenghua Lin 0002 |
WWW | 2 |
| 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. | 4 |
| 2026 | SWGCN: Synergy weighted graph convolutional network for multi-behavior recommendation
Fangda Chen, Chaoli Lou, Min Gao 0001, Qingyu Xiong |
Inf. Sci. | 4 |
| 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. | 4 |
| 2026 | Structural Clustering for Bipartite GraphsabstractBipartite graphs are widely used in many real-world applications, where discovering clusters is crucial for understanding their underlying structure. However, most existing clustering methods for bipartite graphs enforce the assignment ofallvertices to clusters, often neglecting the important roles of outliers and hubs. To address this limitation, we plan to extend the structural clustering model from unipartite to bipartite graphs. This extension is non-trivial due to the lack of common neighbors in bipartite graphs, which renders traditional similarity measures less effective. Recognizing that similarity is key to structural clustering, we resort to butterflies—the fundamental building blocks of bipartite graphs—to define a more effective similarity measure. Building on this, we further propose a novel structural clustering model, SBC, tailored for bipartite graphs. To enable clustering under this model, we develop efficient online and index-based methods, along with a dynamic maintenance method to accommodate graph updates over time. Extensive experiments on real-world bipartite graphs demonstrate that: (1) The SBC model greatly enhances clustering quality, achieving higher modularity while effectively identifying outliers and hubs. (2) Our proposed clustering methods are highly scalable, enabling the processing of graphs with up to 12.2 million edges within 2 seconds Mingyu Yang 0004, Wentao Li 0001, Wei Wang 0011, Dong Wen 0001, Min Gao 0001, Lu Qin 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2026 | When Graph Contrastive Learning Backfires: Spectral Vulnerability and Defense in RecommendationabstractGraph Contrastive Learning (GCL) has demonstrated substantial promise in enhancing the robustness and generalization of recommender systems, particularly by enabling models to leverage large-scale unlabeled data for improved representation learning. However, in this article, we reveal an unexpected vulnerability: the integration of GCL inadvertently increases the susceptibility of a recommender to targeted promotion attacks. Through both theoretical investigation and empirical validation, we identify the root cause as the spectral smoothing effect induced by contrastive optimization, which disperses item embeddings across the representation space and unintentionally enhances the exposure of target items. Building on this insight, we introduce a bi-level optimization attack method, named graph Contrastive Learning Recommendation Attack (CLeaR), which deliberately amplifies spectral smoothness and enables a systematic investigation of the susceptibility of GCL-based recommendation models to targeted promotion attacks. Our findings highlight the urgent need for robust countermeasures; in response, we further propose a Spectral-Irregularity Mitigation framework, named SIM, which accurately detects and suppresses targeted items without compromising model performance. Extensive experiments on multiple benchmark datasets demonstrate that, compared to existing targeted promotion attacks, GCL-based recommendation models exhibit greater susceptibility when evaluated with CLeaR, while SIM effectively mitigates these vulnerabilities. Zongwei Wang 0002, Min Gao 0001, Junliang Yu, Shazia Sadiq, Hongzhi Yin, Ling Liu 0001 |
ACM Trans. Inf. Syst. | 2 |
| 2025 | Linking Ordered and Orderless Modeling for Sequential RecommendationabstractSequential recommendation is pivotal to personalized services by modeling the temporal dynamics of user behavior. However, existing methods often rely on abundant interactions, making it unreliable under sparse user interactions. Recent attempts to integrate sequential signals with orderless structural cues (e.g., global co-occurrence) help alleviate this issue but typically adopt tight fusion, which can dilute order-aware signals. To address this, we propose LOOM (Loosely-Coupled Ordered-Orderless Modeling), a structure-agnostic guidance module for sequential recommenders. LOOM is sequence-first: The sequential backbone acts as a teacher, guiding orderless carriers via one-way KL divergence, with recency-aware weighting and confidence-modulated strength to filter stale or uncertain relations. This preserves temporal modeling while selectively incorporating complementary orderless knowledge. Experiments on four public datasets and various sequential architectures show that LOOM outperforms state-of-the-art methods. Code is available at https://github.com/cqu-jia/LOOM. Min Gao 0001, Zongwei Wang 0002, Yibing Bai, Wuhan Chen |
CIKM | 2 |
| 2025 | Seeing Sequences like Humans: Pattern Classification Driven Time-Series Forecasting via Vision Language ModelsabstractTime-series forecasting is critical to highly data-dependent domains such as energy, healthcare, and transportation. Although Large Language Models have recently been explored for this task, their performance is hindered by a modality gap: numerical sequences poorly align with text-based inputs, and direct alignment often introduces noise. In contrast, human experts rarely predict directly from numbers; they first inspect line charts to recognize overall patterns and then apply simple models for forecasting. Inspired by this workflow, we propose VisMoE, a Vision-Language-Model-driven Mixture-of-Experts framework. In VisMoE, Each sequence is transformed into a line-chart image, enabling a VLM to classify it into distinct temporal regimes. Based on this classification, VisMoE routes the sequence to lightweight specialized experts operating alongside a global predictor, whose outputs are fused for final forecasts. This human-inspired design preserves semantic understanding, reduces modality misalignment, and improves computational efficiency. Extensive experiments across multiple benchmarks demonstrate that VisMoE achieves state-of-the-art forecasting accuracy while remaining highly efficient. Our code is available at https://github.com/Liu905169/VisMoE. Min Gao 0001, Zongwei Wang 0002, Yinbing Bai |
CIKM | 2 |
| 2025 | Budget and Frequency Controlled Cost-Aware Model Extraction Attack on Sequential RecommendersabstractSequential recommenders are integral to many applications yet remain vulnerable to model extraction attacks, in which adversaries can recover information about the deployed model by issuing queries to a black-box without internal access. From the attacker's perspective, existing studies impose a fixed and limited query budget but overlook optimal allocation, resulting in redundant or low-value requests. Furthermore, the scarce data obtained through these costly queries is typically handled by crude random sampling, resulting in low diversity and information coverage with actual data. In this paper, we propose a novel approach, named Budget and Frequency Controlled Cost-Aware Model Extraction Attack (BECOME), for extracting black-box sequential recommenders, which extends the standard extraction framework with two cost-aware innovations: Feedback-Driven Dynamic Budgeting periodically evaluates the victim model to refine query allocation and steer sequence generation adaptively. Rank-Aware Frequency Controlling integrates frequency constraints with ranking guidance in the next-item sampler to select high-value items and broaden information coverage. Experiments on public datasets and representative sequential recommender architectures demonstrate that our method achieves superior extraction performance. Our code is released at https://github.com/Loche2/BECOME. Lei Zhou 0035, Min Gao 0001, Zongwei Wang 0002, Yibing Bai |
CIKM | 2 |
| 2025 | Progressive Stacking for Scalable Graph CondensationabstractLarge-scale graph data has demonstrated significant success in graph representation learning, but the associated high computational cost and inefficiency hinder its widespread adoption across diverse applications. Graph condensation has emerged as a promising solution to reduce time and memory demands while preserving generalization performance comparable to the original graph. Although existing graph condensation methods have proven effective, they are constrained by their reliance on repeatedly optimizing a condensed graph at a fixed scale, which demands significant computational resources and lacks flexibility to accommodate varying training requirements. This motivates us to explore alternative approaches that incrementally refine and expand condensed graphs. Yibing Bai, Min Gao 0001, Zongwei Wang 0002, Xinyi Gao 0001, Wentao Li 0001 |
KDD (2) | 2 |
| 2025 | Locally Balancing Signed GraphsabstractSigned graphs capture both positive and negative relationships between entities, with balance being a fundamental concept. In these graphs, a vertex is considered balanced if all cycles it belongs to contain an even number of negative edges. On the other hand, unbalanced vertices often experience cognitive dissonance and emotional disturbance, motivating efforts to modify the graph to achieve balance for these vertices. Yet, most existing research emphasizes global balance, focusing on lengthy cycles that represent distant interactions. In contrast, this paper shifts the focus to local balance, where a vertex is deemed balanced when the triangles (length-three cycles) it participates in are positive, reflecting more immediate relationships. Building on this, we introduce the Locally Balancing Signed Graph (LBS) problem, which aims to maximize the number of locally balanced vertices through graph modification. Despite the NP-hard nature of the LBS problem and the absence of properties such as monotonicity and submodularity, our novel greedy method effectively addresses these challenges. We further enhance our method with dynamic computation and pruning techniques. Extensive experiments show the efficacy of our greedy method in solving the LBS problem and underscore the substantial runtime reductions achieved through our optimization techniques. Wentao Li 0001, Min Gao 0001, Dong Wen 0001, Maolin Cai, Wei Wang 0011 |
KDD (1) | 3 |
| 2025 | ID-Free Not Risk-Free: LLM-Powered Agents Unveil Risks in ID-Free Recommender SystemsabstractRecent advances in ID-free recommender systems have attracted significant attention for effectively addressing the cold start problem. However, their vulnerability to malicious attacks remains largely unexplored. In this paper, we unveil a critical yet overlooked risk: LLM-powered agents can be strategically deployed to attack ID-free recommenders, stealthily promoting low-quality items in black-box settings. This attack exploits a novel rewriting-based deception strategy, where malicious agents synthesize deceptive textual descriptions by simulating the characteristics of popular items. To achieve this, the attack mechanism integrates two primary components: (1) a popularity extraction component that captures essential characteristics of popular items and (2) a multi-agent collaboration mechanism that enables iterative refinement of promotional textual descriptions through independent thinking and team discussion. To counter this risk, we further introduce a detection method to identify suspicious text generated by our discovered attack. By unveiling this risk, our work aims to underscore the urgent need to enhance the security of ID-free recommender systems. Zongwei Wang 0002, Min Gao 0001, Junliang Yu, Xinyi Gao 0001, Nguyen Quoc Viet Hung, Shazia Sadiq, Hongzhi Yin |
SIGIR | 2 |
| 2025 | Towards Secure and Robust Recommender Systems: A Data-Centric PerspectiveabstractAs recommender systems (RS) continue to evolve, the field has seen a pivotal shift from model-centric to data-centric paradigms, where the quality, integrity, and security of data are increasingly becoming the key drivers of system performance and personalization. This transformation has unlocked new avenues for more precise recommendations, yet it also introduces significant challenges. As reliance on data intensifies, RS face mounting threats that can compromise both their effectiveness and user trust. These challenges include (1) Malicious Data Manipulation, where adversaries corrupt or tamper with datasets, distorting recommendation outcomes and undermining system reliability; (2) Data Privacy Leakage, where adversarial actors exploit system outputs to infer sensitive user information, leading to serious privacy concerns; and (3) Erroneous Data Noise, where inaccuracies, inconsistencies, and redundant data obscure the true user preferences, degrading recommendation quality and user satisfaction. By focusing on these critical data-centric challenges, this tutorial aims to equip participants with the knowledge to build RS that are secure, privacy-preserving, and resilient to data-driven threats, ensuring reliable and trustworthy performance in real-world environments. In addition, attendees will gain hands-on experience with our newly released toolkit for RS-based attacks and defenses, providing them with practical, actionable insights into safeguarding RS against emerging vulnerabilities. Zongwei Wang 0002, Junliang Yu, Tong Chen 0005, Hongzhi Yin, Shazia Sadiq, Min Gao 0001 |
WSDM | 6 |
| 2025 | Graph with Sequence: Broad-Range Semantic Modeling for Fake News DetectionabstractThe rapid proliferation of fake news on social media threatens social stability, creating an urgent demand for more effective detection methods. While many promising approaches have emerged, most rely on content analysis with limited semantic depth, leading to suboptimal comprehension of news content. To address this limitation, capturing broader-range semantics is essential yet challenging, as it introduces two primary types of noise: fully connecting sentences in news graphs often adds unnecessary structural noise, while highly similar but authenticity-irrelevant sentences introduce feature noise, complicating the detection process. To tackle these issues, we propose BREAK, a broad-range semantics model for fake news detection that leverages a fully connected graph to capture comprehensive semantics while employing dual denoising modules to minimize both structural and feature noise. The semantic structure denoising module balances the graph's connectivity by iteratively refining it between two bounds: a sequence-based structure as a lower bound and a fully connected graph as the upper bound. This refinement uncovers label-relevant semantic interrelations structures. Meanwhile, the semantic feature denoising module reduces noise from similar semantics by diversifying representations, aligning distinct outputs from the denoised graph and sequence encoders using KL-divergence to achieve feature diversification in high-dimensional space. The two modules are jointly optimized in a bi-level framework, enhancing the integration of denoised semantics into a comprehensive representation for detection. Extensive experiments across four datasets prove that BREAK significantly outperforms existing fake news detection methods. Junwei Yin, Min Gao 0001, Kai Shu, Wentao Li 0001, Yinqiu Huang, Zongwei Wang 0002 |
WWW | 2 |
| 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. | 5 |
| 2025 | Dual edge-embedding graph convolutional network for unified aspect-based sentiment analysis
Chao Wu 0015, Qingyu Xiong, Min Gao 0001, Qiwu Zhu, Hualing Yi |
Inf. Sci. | 3 |
| 2024 | Unveiling Vulnerabilities of Contrastive Recommender Systems to Poisoning AttacksabstractContrastive learning (CL) has recently gained prominence in the domain of recommender systems due to its great ability to enhance recommendation accuracy and improve model robustness. Despite its advantages, this paper identifies a vulnerability of CL-based recommender systems that they are more susceptible to poisoning attacks aiming to promote individual items. Our analysis indicates that this vulnerability is attributed to the uniform spread of representations caused by the InfoNCE loss. Furthermore, theoretical and empirical evidence shows that optimizing this loss favors smooth spectral values of representations. This finding suggests that attackers could facilitate this optimization process of CL by encouraging a more uniform distribution of spectral values, thereby enhancing the degree of representation dispersion. With these insights, we attempt to reveal a potential poisoning attack against CL-based recommender systems, which encompasses a dual-objective framework: one that induces a smoother spectral value distribution to amplify the InfoNCE loss's inherent dispersion effect, named dispersion promotion; and the other that directly elevates the visibility of target items, named rank promotion. We validate the threats of our attack model through extensive experimentation on four datasets. By shedding light on these vulnerabilities, our goal is to advance the development of more robust CL-based recommender systems. The code is available at https://github.com/CoderWZW/ARLib. Zongwei Wang 0002, Junliang Yu, Min Gao 0001, Hongzhi Yin, Bin Cui 0001, Shazia Sadiq |
KDD | 3 |
| 2024 | Consistency and Discrepancy-Based Contrastive Tripartite Graph Learning for RecommendationsabstractTripartite graph-based recommender systems markedly diverge from traditional models by recommending unique combinations such as user groups and item bundles. Despite their effectiveness, these systems exacerbate the long-standing cold-start problem in traditional recommender systems, because any number of user groups or item bundles can be formed among users or items. To address this issue, we introduce a Consistency and Discrepancy-based graph contrastive learning method for tripartite graph-based Recommendation (CDR). This approach leverages two novel meta-path-based metrics-consistency and discrepancy-to capture nuanced, implicit associations between the recommended objects and the recommendees. These metrics, indicative of high-order similarities, can be efficiently calculated with infinite graph convolutional networks (GCN) layers under a multi-objective optimization framework, using the limit theory of GCN. Additionally, we introduce a novel Contrastive Divergence (CD) loss, which can seamlessly integrate the consistency and discrepancy metrics into the contrastive objective as the positive and contrastive supervision signals to learn node representations, enhancing the pairwise ranking of recommended objects and proving particularly valuable in severe cold-start scenarios. Extensive experiments demonstrate the effectiveness of the proposed CDR. The code is released at https://github.com/foodfaust/CDR. Linxin Guo, Yaochen Zhu, Min Gao 0001, Yinghui Tao, Junliang Yu, Chen Chen 0022 |
KDD | 3 |
| 2024 | SD-Attack: Targeted Spectral Attacks on Graphs
Xianren Zhang, Jing Ma 0002, Yushun Dong, Chen Chen 0022, Min Gao 0001, Jundong Li |
PAKDD (2) | 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. | 4 |
| 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. | 5 |
| 2024 | EML: Emotion-Aware Meta Learning for Cross-Event False Information DetectionabstractModern social media’s development has dramatically changed how people obtain information. However, the wide dissemination of various false information has severe detrimental effects. Accordingly, many deep learning-based methods have been proposed to detect false information and achieve promising results. However, these methods are unsuitable for new events due to the extremely limited labeled data and their discrepant data distribution to existing events. Domain adaptation methods have been proposed to mitigate these problems. However, their performance is suboptimal because they are not sensitive to new events due to they aim to align the domain information between existing events, and they hardly capture the fine-grained difference between real and fake claims by only using semantic information. Therefore, we propose a novel Emotion-aware Meta Learning (EML) approach for cross-event false information early detection, which deeply integrates emotions in meta learning to find event-sensitive initialization parameters that quickly adapt to new events. EML is non-trivial and faces three challenges: (1) How to effectively model semantic and emotional features to capture fine-grained differences? (2) How to reduce the impact of noise in meta learning based on semantic and emotional features? (3) How to detect the false information in a zero-shot detection scenario, i.e., no labeled data for new events? To tackle these challenges, firstly, we construct the emotion-aware meta tasks by selecting claims with similar and opposite emotions to the target claim other than usually used random sampling. Secondly, we propose a task weighting method and event-adaptation meta tasks to further improve the model’s robustness and generalization ability for detecting new events. Finally, we propose a weak label annotation method to extend EML to zero-shot detection according to the calculated labels’ confidence. Extensive experiments on real-world datasets show that the EML achieves superior performances on false information detection for new events. Yinqiu Huang, Min Gao 0001, Kai Shu, Chenghua Lin 0002, Jia Wang 0055, Wei Zhou 0028 |
ACM Trans. Knowl. Discov. Data | 2 |
| 2024 | MCRPL: A Pretrain, Prompt, and Fine-tune Paradigm for Non-overlapping Many-to-one Cross-domain RecommendationabstractCross-domain Recommendation is the task that tends to improve the recommendations in the sparse target domain by leveraging the information from other rich domains. Existing methods of cross-domain recommendation mainly focus on overlapping scenarios by assuming users are totally or partially overlapped, which are taken as bridges to connect different domains. However, this assumption does not always hold, since it is illegal to leak users’ identity information to other domains. Conducting Non-overlapping MCR (NMCR) is challenging, since (1) the absence of overlapping information prevents us from directly aligning different domains, and this situation may get worse in the MCR scenario, and (2) the distribution between source and target domains makes it difficult for us to learn common information across domains. To overcome the above challenges, we focus on NMCR and devise MCRPL as our solution. To address Challenge 1, we first learn shared domain-agnostic and domain-dependent prompts and pre-train them in the pre-training stage. To address Challenge 2, we further update the domain-dependent prompts with other parameters kept fixed to transfer the domain knowledge to the target domain. We conduct experiments on five real-world domains, and the results show the advance of our MCRPL method compared with several recent SOTA baselines. Moreover, our source codes have been publicly released. 1 Hao Liu 0078, Lei Guo 0008, Lei Zhu 0002, Yongqiang Jiang, Min Gao 0001, Hongzhi Yin |
ACM Trans. Inf. Syst. | 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 | 5 |
| 2023 | Efficient Bi-Level Optimization for Recommendation DenoisingabstractThe acquisition of explicit user feedback (e.g., ratings) in real-world recommender systems is often hindered by the need for active user involvement. To mitigate this issue, implicit feedback (e.g., clicks) generated during user browsing is exploited as a viable substitute. However, implicit feedback possesses a high degree of noise, which significantly undermines recommendation quality. While many methods have been proposed to address this issue by assigning varying weights to implicit feedback, two shortcomings persist: (1) the weight calculation in these methods is iteration-independent, without considering the influence of weights in previous iterations, and (2) the weight calculation often relies on prior knowledge, which may not always be readily available or universally applicable. Zongwei Wang 0002, Min Gao 0001, Wentao Li 0001, Junliang Yu, Linxin Guo, Hongzhi Yin |
KDD | 2 |
| 2023 | Debiasing Recommendation by Learning Identifiable Latent ConfoundersabstractRecommendation systems aim to predict users' feedback on items not exposed to them yet. Confounding bias arises due to the presence of unmeasured variables (e.g., the socio-economic status of a user) that can affect both a user's exposure and feedback. Existing methods either (1) make untenable assumptions about these unmeasured variables or (2) directly infer latent confounders from users' exposure. However, they cannot guarantee the identification of counterfactual feedback, which can lead to biased predictions. In this work, we propose a novel method, i.e., identifiable deconfounder (iDCF), which leverages a set of proxy variables (e.g., observed user features) to resolve the aforementioned non-identification issue. The proposed iDCF is a general deconfounded recommendation framework that applies proximal causal inference to infer the unmeasured confounders and identify the counterfactual feedback with theoretical guarantees. Extensive experiments on various real-world and synthetic datasets verify the proposed method's effectiveness and robustness. Yang Liu 0018, Hongning Wang, Min Gao 0001, Jiheng Zhang, Ruocheng Guo |
KDD | 5 |
| 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. | 2 |
| 2023 | Expanding Reverse Nearest NeighborsabstractIn a graph, the reverse nearest neighbors (RNN) of vertex f refer to the set of vertices that consider f as their nearest neighbor. When f represents a facility like a subway station, its RNN comprises potential users who prefer the nearest facility. In practice, there may be underutilized facilities with small RNN sizes, and relocating these facilities to expand their service can be costly or infeasible. A more cost-effective approach involves selectively upgrading some edges (e.g., reducing their weights) to expand the RNN sizes of underutilized facilities. This motivates our research on the Expanding Reverse Nearest Neighbors (ERNN) problem, which aims to maximize the RNN size of a target facility by upgrading a limited number of edges. Solving the ERNN problem allows underutilized facilities to serve more users and alleviate the burden on other facilities. Despite numerous potential applications, ERNN is hard to solve: It can be proven to be NP-hard and APX-hard, and it exhibits non-monotonic and non-submodular properties. To overcome these challenges, we propose novel greedy algorithms that improve efficiency by minimizing the number of edges that need to be processed and the cost of processing each edge. Experimental results demonstrate that the proposed algorithms achieve orders of magnitude speedup compared to the standard greedy algorithm while greatly expanding the RNN. Wentao Li 0001, Maolin Cai, Min Gao 0001, Dong Wen 0001, Lu Qin 0001, Wei Wang 0011 |
Proc. VLDB Endow. | 3 |
| 2022 | Manipulating Structural Graph ClusteringabstractStructural graph clustering (SCAN) is a popular clustering technique. Using the concept of$\epsilon$-neighborhood, SCAN defines the core vertices that uniquely determine the clusters of a graph. Most existing studies assume that the graph processed by SCAN contains no controlled edges. Few studies, however, have focused on manipulating SCAN by injecting edges. Manipulation of SCAN can be used to assess its robustness and lay the groundwork for developing robust clustering algorithms. To fill this gap and considering the importance of the$\epsilon$-neighborhood for SCAN, we propose a problem, denoted as MN, for manipulating SCAN. The MN problem aims to maximize the$\epsilon$-neighborhood of the target vertex by inserting some edges. On the theoretical side, we prove that the MN problem is both NP-hard and APX-hard, and also is non-submodular and non-monotonic. On the algorithmic side, we design an algorithm by focusing on how to select vertices to join$\epsilon -$neighborhood and thus avoid enumerating edges to report a solution. As a result, our algorithm bypasses the non-monotonicity nature of the MN problem. Extensive experiments on real-world graphs show that our algorithm can effectively solve the proposed MN problem. Wentao Li 0001, Min Gao 0001, Dong Wen 0001, Cai Ke, Lu Qin 0001 |
ICDE | 2 |
| 2022 | ST-GSP: Spatial-Temporal Global Semantic Representation Learning for Urban Flow PredictionabstractUrban flow prediction plays a crucial role in public transportation management and smart city construction. Although previous studies have achieved success in integrating spatial-temporal information to some extents, those models lack thoughtful consideration on global information and positional information in the temporal dimension, which can be summarized by three aspects: a) The models do not consider the relative position information of time axis, resulting in that the position features of flow maps are not effectively learned. b) They overlook the correlation among temporal dependencies of different scales, which lead to inaccurate global information representation. c) Those models only predict the flow map at the end of time sequence other than more flow maps before that, which results in neglecting parts of temporal features in the learning process. To solve the problems, we propose a novel model, Spatial-Temporal Global Semantic representation learning for urban flow Prediction (ST-GSP) in this paper. Specifically, for a), we design a semantic flow encoder that extracts relative positional information of time. Besides, the encoder captures the spatial dependencies and external factors of urban flow at each time interval. For b), we model the correlation among temporal dependencies of different scales simultaneously by using the multi-head self-attention mechanism, which can learn the global temporal dependencies. For c), inspired by the idea of self-supervised learning, we mask an urban flow map on the time sequence and predict it to pre-train a deep bidirectional learning model to catch the representation from its context. We conduct extensive experiments on two types of urban flows in Beijing and New York City to show that the proposed method outperforms state-of-the-art methods. Min Gao 0001, Zongwei Wang 0002 |
WSDM | 2 |
| 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. | 5 |
| 2022 | Gray-Box Shilling Attack: An Adversarial Learning ApproachabstractRecommender systems are essential components of many information services, which aim to find relevant items that match user preferences. Several studies have shown that shilling attacks can significantly weaken the robustness of recommender systems by injecting fake user profiles. Traditional shilling attacks focus on creating hand-engineered fake user profiles, but these profiles can be detected effortlessly by advanced detection methods. Adversarial learning, which has emerged in recent years, can be leveraged to generate powerful and intelligent attack models. To this end, in this article we explore potential risks of recommender systems and shed light on a gray-box shilling attack model based on generative adversarial networks, named GSA-GANs . Specifically, we aim to generate fake user profiles that can achieve two goals: unnoticeable and offensive. Toward these goals, there are several challenges that we need to address: (1) learning complex user behaviors from user-item rating data, and (2) adversely influencing the recommendation results without knowing the underlying recommendation algorithms. To tackle these challenges, two essential GAN modules are respectively designed to make generated fake profiles more similar to real ones and harmful to recommendation results. Experimental results on three public datasets demonstrate that the proposed GSA-GANs framework outperforms baseline models in attack effectiveness, transferability, and camouflage. In the end, we also provide several possible defensive strategies against GSA-GANs. The exploration and analysis in our work will contribute to the defense research of recommender systems. Zongwei Wang 0002, Min Gao 0001, Jundong Li, Junwei Zhang 0004 |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2022 | Enhancing Social Recommendation With Adversarial Graph Convolutional NetworksabstractSocial recommender systems are expected to improve recommendation quality by incorporating social information when there is little user-item interaction data. However, recent reports from industry show that social recommender systems consistently fail in practice. According to the negative findings, the failure is attributed to: (1) A majority of users only have a very limited number of neighbors in social networks and can hardly benefit from social relations; (2) Social relations are noisy but they are indiscriminately used; (3) Social relations are assumed to be universally applicable to multiple scenarios while they are actually multi-faceted and show heterogeneous strengths in different scenarios. Most existing social recommendation models only consider the homophily in social networks and neglect these drawbacks. In this paper we propose a deep adversarial framework based on graph convolutional networks (GCN) to address these problems. Concretely, for (1) and (2), a GCN-based autoencoder is developed to augment the relation data by encoding high-order and complex connectivity patterns, and meanwhile is optimized subject to the constraint of reconstructing the social profile to guarantee the validity of the identified neighborhood. After obtaining enough purified social relations for each user, a GCN-based attentive social recommendation module is designed to address (3) by capturing the heterogeneous strengths of social relations. Finally, we adopt adversarial training to unify all the components by playing a Minimax game and ensure a coordinated effort to enhance recommendation performance. Extensive experiments on multiple open datasets demonstrate the superiority of our framework and the ablation study confirms the importance and effectiveness of each component. Junliang Yu, Hongzhi Yin, Jundong Li, Min Gao 0001, Zi Huang, Li-Zhen Cui 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2021 | Double-Scale Self-Supervised Hypergraph Learning for Group RecommendationabstractWith the prevalence of social media, there has recently been a proliferation of recommenders that shift their focus from individual modeling to group recommendation. Since the group preference is a mixture of various predilections from group members, the fundamental challenge of group recommendation is to model the correlations among members. Existing methods mostly adopt heuristic or attention-based preference aggregation strategies to synthesize group preferences. However, these models mainly focus on the pairwise connections of users and ignore the complex high-order interactions within and beyond groups. Besides, group recommendation suffers seriously from the problem of data sparsity due to severely sparse group-item interactions. In this paper, we propose a self-supervised hypergraph learning framework for group recommendation to achieve two goals: (1) capturing the intra- and inter-group interactions among users; (2) alleviating the data sparsity issue with the raw data itself. Technically, for (1), a hierarchical hypergraph convolutional network based on the user- and group-level hypergraphs is developed to model the complex tuplewise correlations among users within and beyond groups. For (2), we design a double-scale node dropout strategy to create self-supervision signals that can regularize user representations with different granularities against the sparsity issue. The experimental analysis on multiple benchmark datasets demonstrates the superiority of the proposed model and also elucidates the rationality of the hypergraph modeling and the double-scale self-supervision. Junwei Zhang 0004, Min Gao 0001, Junliang Yu, Lei Guo 0008, Jundong Li, Hongzhi Yin |
CIKM | 2 |
| 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 | 2 |
| 2021 | Socially-Aware Self-Supervised Tri-Training for RecommendationabstractSelf-supervised learning (SSL), which can automatically generate ground-truth samples from raw data, holds vast potential to improve recommender systems. Most existing SSL-based methods perturb the raw data graph with uniform node/edge dropout to generate new data views and then conduct the self-discrimination based contrastive learning over different views to learn generalizable representations. Under this scheme, only a bijective mapping is built between nodes in two different views, which means that the self-supervision signals from other nodes are being neglected. Due to the widely observed homophily in recommender systems, we argue that the supervisory signals from other nodes are also highly likely to benefit the representation learning for recommendation. To capture these signals, a general socially-aware SSL framework that integrates tri-training is proposed in this paper. Technically, our framework first augments the user data views with the user social information. And then under the regime of tri-training for multi-view encoding, the framework builds three graph encoders (one for recommendation) upon the augmented views and iteratively improves each encoder with self-supervision signals from other users, generated by the other two encoders. Since the tri-training operates on the augmented views of the same data sources for self-supervision signals, we name it self-supervised tri-training. Extensive experiments on multiple real-world datasets consistently validate the effectiveness of the self-supervised tri-training framework for improving recommendation. The code is released at https://github.com/Coder-Yu/QRec. Junliang Yu, Hongzhi Yin, Min Gao 0001, Xin Xia 0013, Xiangliang Zhang 0001, Nguyen Quoc Viet Hung |
KDD | 3 |
| 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. | 1 |
| 2021 | Ready for emerging threats to recommender systems? A graph convolution-based generative shilling attack
Min Gao 0001, Junliang Yu, Zongwei Wang 0002, Xu Wang 0024 |
Inf. Sci. | 2 |
| 2021 | A relative position attention network for aspect-based sentiment analysis
Chao Wu 0015, Qingyu Xiong, Min Gao 0001, Qiude Li, Yang Yu 0033, Kaige Wang |
Knowl. Inf. Syst. | 3 |
| 2019 | Generating Reliable Friends via Adversarial Training to Improve Social RecommendationabstractMost of the recent studies of social recommendation assume that people share similar preferences with their friends and the online social relations are helpful in improving traditional recommender systems. However, this assumption is often untenable as the online social networks are quite sparse and a majority of users only have a small number of friends. Besides, explicit friends may not share similar interests because of the randomness in the process of building social networks. Therefore, discovering a number of reliable friends for each user plays an important role in advancing social recommendation. Unlike other studies which focus on extracting valuable explicit social links, our work pays attention to identifying reliable friends in both the observed and unobserved social networks. Concretely, in this paper, we propose an end-to-end social recommendation framework based on Generative Adversarial Nets (GAN). The framework is composed of two blocks: a generator that is used to produce friends that can possibly enhance the social recommendation model, and a discriminator that is responsible for assessing these generated friends and ranking the items according to both the current user and her friends' preferences. With the competition between the generator and the discriminator, our framework can dynamically and adaptively generate reliable friends who can perfectly predict the current user' preference at a specific time. As a result, the sparsity and unreliability problems of explicit social relations can be mitigated and the social recommendation performance is significantly improved. Experimental studies on real-world datasets demonstrate the superiority of our framework and verify the positive effects of the generated reliable friends. Junliang Yu, Min Gao 0001, Hongzhi Yin, Jundong Li, Chongming Gao, Qinyong Wang |
ICDM | 2 |
| 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) | 2 |
| 2018 | Adaptive Implicit Friends Identification over Heterogeneous Network for Social RecommendationabstractThe explicitly observed social relations from online social platforms have been widely incorporated into recommender systems to mitigate the data sparsity issue. However, the direct usage of explicit social relations may lead to an inferior performance due to the unreliability (e.g., noises) of observed links. To this end, the discovery of reliable relations among users plays a central role in advancing social recommendation. In this paper, we propose a novel approach to adaptively identify implicit friends toward discovering more credible user relations. Particularly, implicit friends are those who share similar tastes but could be distant from each other on the network topology of social relations. Methodologically, to find the implicit friends for each user, we first model the whole system as a heterogeneous information network, and then capture the similarity of users through the meta-path based embedding representation learning. Finally, based on the intuition that social relations have varying degrees of impact on different users, our approach adaptively incorporates different numbers of similar users as implicit friends for each user to alleviate the adverse impact of unreliable social relations for a more effective recommendation. Experimental analysis on three real-world datasets demonstrates the superiority of our method and explain why implicit friends are helpful in improving social recommendation. Junliang Yu, Min Gao 0001, Jundong Li, Hongzhi Yin, Huan Liu 0001 |
CIKM | 2 |
| 2017 | Connecting Factorization and Distance Metric Learning for Social Recommendations
Junliang Yu, Min Gao 0001, Yuqi Song, Zehua Zhao, Wenge Rong, Qingyu Xiong |
KSEM | 2 |
| 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 | 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 | 3 |
| 2011 | Userrank for item-based collaborative filtering recommendation
Min Gao 0001, Zhongfu Wu, Feng Jiang 0006 |
Inf. Process. Lett. | 1 |