论文精选73°

GraphFAS:工业交易网络图特征自动生成系统

GraphFAS: A Distributed System for Automated Graph Feature Generation and Selection in Industrial Transaction Networks

精选理由

支付宝上线GraphFAS系统,用分布式特征选择让工业图特征生成效率提升10倍,还兼容表格模型和TreeSHAP解释。

GraphFAS是基于Boruta的分布式特征选择系统,通过无参数图特征生成模块和分布式特征选择算法,解决了工业欺诈检测中专家特征成本高和GNN可解释性不足的问题。该系统在支付宝部署后,工程效率提升一个数量级,在大规模图上表现优于专家驱动和图学习基线。

原文 · arXiv cs.AI

GraphFAS: A Distributed System for Automated Graph Feature Generation and Selection in Industrial Transaction Networks

Industrial fraud detection often relies on costly expert-crafted features that overlook graph-structured relational signals, while GNNs often do not meet the interpretability and deployment requirements of financial risk control. We propose GraphFAS (Graph Feature Automated Selection), a distributed feature selection procedure based on Boruta that bridges this gap through: (1) a non-parametric graph feature generation module that constructs explicit, interpretable structural features via multi-hop subgraph extraction and multi-scale aggregation without learned parameters; and (2) an automated distributed feature selection algorithm extending Boruta with median-based aggregation across partitions to robustly identify informative features at scale with minimal domain expertise. Compared with end-to-end GNN pipelines, GraphFAS decouples feature aggregation from model training, enabling direct integration with tabular models and direct compatibility with TreeSHAPbased explanations. Deployed in Alipay, GraphFAS delivers orderof-magnitude improvements in engineering efficiency while showing strong performance against expert-driven and graph-learning baselines on large-scale graphs.