Search papers, labs, and topics across Lattice.
This paper introduces a risk-aware overlapping subgraph learning framework tailored for credit risk detection in Weixin Pay, addressing the challenges of scalability and topological integrity in Graph Neural Networks (GNNs). By employing budget-constrained sampling to prioritize informative long-tail nodes and implementing a cross-subgraph consistency alignment mechanism, the approach effectively preserves critical risk diffusion patterns while minimizing noise. Extensive experiments reveal that this method significantly enhances risk detection performance compared to existing strategies, making it a robust solution for large-scale financial applications.
Overlapping subgraphs can enhance credit risk detection without sacrificing topological integrity, outperforming traditional methods in real-world applications.
Credit risk detection, particularly mitigating individual fraud, is crucial for maintaining the stability of digital financial ecosystems. Accurately identifying credit fraud among billions of users is critical for minimizing financial losses and safeguarding the sustainability of inclusive financial services. Given that credit fraud risks are often concealed within heterogeneous user-risk graphs, Graph Neural Networks (GNNs) have emerged as an effective tool for risk mining by capturing complex dependencies. To address the scalability bottleneck of industrial GNNs, distributed training based on subgraphs is indispensable. However, existing strategies often compromise topological integrity for load balancing. This can be catastrophic for risk detection, as it indiscriminately severs the long-tail evidence chains essential for risk propagation. Overlapping subgraphs can restore severed risk contexts but inevitably introduce redundancy and noise, while overlooking the representation alignment across different local subgraphs. In this paper, we propose a risk-aware overlapping subgraph learning framework for large-scale credit risk detection. We first construct base partitions to ensure load balance. Then, we perform budget-constrained sampling that selects informative long-tail nodes, thereby preserving critical risk diffusion patterns while filtering out noise. To mitigate representation inconsistency, we design a cross-subgraph consistency alignment mechanism. By enforcing alignment constraints on the overlapping nodes, we harmonize the local representations into a globally consistent latent space. Extensive experiments on Weixin Pay's production dataset demonstrate that our model significantly outperforms existing strategies for risk detection, offering a scalable and effective solution for industrial graph learning.