paper-with-me

Papers

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

2026-01-30 · Sichen Zhao, Zhiming Xue, Yalun Qi, Xianling Zeng, Zihan Yu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.22579

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

WBT-BGRL: A Non-Contrastive Weighted Bipartite Link Prediction Model for Inductive Learning

2025-10-28 · Joel Frank Huarayo Quispe, Lilian Berton, Didier Vega-Oliveros arxiv

Link prediction in bipartite graphs is crucial for applications like recommendation systems and failure detection, yet it is less studied than in monopartite graphs. Contrastive methods struggle with inefficient and bias…

Inductive Link PredictionRecommendation SystemsContrastive Learning

Dual-channel Heterophilic Message Passing for Graph Fraud Detection

2025-04-19 · Wenxin Zhang, Jingxing Zhong, Guangzhen Yao, Renda Han 외

Fraudulent activities have significantly increased across various domains, such as e-commerce, online review platforms, and social networks, making fraud detection a critical task. Spatial Graph Neural Networks (GNNs) ha…

Fraud DetectionInductive BiasInductive Learning

Meta-Inductive Node Classification across Graphs

2021-05-14 · Zhihao Wen, Yuan Fang, Zemin Liu

Semi-supervised node classification on graphs is an important research problem, with many real-world applications in information retrieval such as content classification on a social network and query intent classificatio…

ClassificationGeneral KnowledgeInformation Retrievalintent-classification+4

Inductive Transfer Learning for Graph-Based Recommenders

2025-10-26 · Florian Grötschla, Elia Trachsel, Luca A. Lanzendörfer, Roger Wattenhofer arxiv

Graph-based recommender systems are commonly trained in transductive settings, which limits their applicability to new users, items, or datasets. We propose NBF-Rec, a graph-based recommendation model that supports induc…

Transfer Learning

InfDetect: a Large Scale Graph-based Fraud Detection System for E-Commerce Insurance

2020-03-05 · Cen Chen, Chen Liang, Jianbin Lin, Li Wang 외

The insurance industry has been creating innovative products around the emerging online shopping activities. Such e-commerce insurance is designed to protect buyers from potential risks such as impulse purchases and coun…

Fraud DetectionGraph Learning