LGJan 30

Non-Intrusive Graph-Based Bot Detection for E-Commerce Using Inductive Graph Neural Networks

arXiv:2601.22579v63 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the threat of bots in e-commerce security, offering a practical and incremental improvement over traditional methods.

The paper tackles the problem of detecting malicious bots on e-commerce platforms by proposing a non-intrusive graph-based framework using inductive graph neural networks, achieving improved AUC and F1 scores over a baseline method in experiments on real-world traffic.

Malicious bots pose a growing threat to e-commerce platforms by scraping data, hoarding inventory, and perpetrating fraud. Traditional bot mitigation techniques, including IP blacklists and CAPTCHA-based challenges, are increasingly ineffective or intrusive, as modern bots leverage proxies, botnets, and AI-assisted evasion strategies. This work proposes a non-intrusive graph-based bot detection framework for e-commerce that models user session behavior through a graph representation and applies an inductive graph neural network for classification. The approach captures both relational structure and behavioral semantics, enabling accurate identification of subtle automated activity that evades feature-based methods. Experiments on real-world e-commerce traffic demonstrate that the proposed inductive graph model outperforms a strong session-level multilayer perceptron baseline in terms of AUC and F1 score. Additional adversarial perturbation and cold-start simulations show that the model remains robust under moderate graph modifications and generalizes effectively to previously unseen sessions and URLs. The proposed framework is deployment-friendly, integrates with existing systems without client-side instrumentation, and supports real-time inference and incremental updates, making it suitable for practical e-commerce security deployments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes