A Survey on Cross-Domain Sequential Recommendation
Abstract
Graph Neural Networks (GNNs) are known to be prone to adversarial attacks, among which backdoor attack is a major security threat. By injecting backdoor triggers into a graph and assigning a target class label to nodes attached to the triggers, the attacker can mislead the GNN model trained on the poisoned graph to classify test nodes attached with a trigger to the target class. To defend against backdoor attacks, existing defense methods rely on anomaly detection in feature distribution or label transformation. However, these approaches are incapable of detecting in-distribution triggers or clean-label attacks that do not alter the class label of target nodes. To tackle these threats, we empirically analyze triggers from a multidimensional aspect, and our analysis shows that there are clear distinctions between trigger nodes and normal ones in terms of node feature values, node embeddings, and class prediction probabilities. Based on these findings, we propose a Multidimensional Anomaly Detection framework (MAD) that can effectively minimize the impact of triggers by pruning away anomalous nodes and edges. Extensive experiments show that at the cost of slight loss in clean classification accuracy, MAD achieves considerably lower attack success rate as compared to state-of-the-art backdoor defense methods.
Cite
Text
Chen et al. "A Survey on Cross-Domain Sequential Recommendation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/884Markdown
[Chen et al. "A Survey on Cross-Domain Sequential Recommendation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/chen2024ijcai-survey/) doi:10.24963/ijcai.2024/884BibTeX
@inproceedings{chen2024ijcai-survey,
title = {{A Survey on Cross-Domain Sequential Recommendation}},
author = {Chen, Shu and Xu, Zitao and Pan, Weike and Yang, Qiang and Ming, Zhong},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {7989-7998},
doi = {10.24963/ijcai.2024/884},
url = {https://mlanthology.org/ijcai/2024/chen2024ijcai-survey/}
}