Search papers, labs, and topics across Lattice.
This paper introduces the Coupled Attribute-Topology Invariance Learning framework (CATeye) to address the evolving challenge of voucher abuse in e-commerce, where traditional detection models falter due to rapid distribution shifts. CATeye employs two learnable selectors鈥攁n Attribute Invariance Selector (AIS) and an Edge Invariance Selector (EIS)鈥攖o filter out non-invariant attributes and isolate non-invariant edges, thereby enhancing the robustness of fraud detection. Experimental results demonstrate that CATeye significantly outperforms nine state-of-the-art baselines, achieving up to an 8.61% improvement in average F1 score on both proprietary and public datasets.
CATeye reveals that effectively isolating invariant attributes and edges can lead to substantial improvements in detecting evolving fraud patterns in e-commerce.
Voucher abuse poses a major challenge in e-commerce, where malicious users exploit promotional vouchers for profit. Unfortunately, fraud patterns evolve rapidly over time and across regions, causing distribution shifts that degrade existing detection models unless retrained frequently. To tackle this, we propose the Coupled Attribute-Topology Invariance Learning framework (CATeye). The key challenge arises from coupled attribute-topology shift, where edges built from attribute proximity cause environment-driven attribute shift to induce shifted topology, thereby amplifying variant signals through GNN message passing. CATeye sees through such coupled shifts with two learnable selectors. First, an Attribute Invariance Selector (AIS) learns node-adaptive masks to filter out non-invariant attributes. Then, conditioned on retained invariant attributes, an Edge Invariance Selector (EIS) samples an invariant subgraph and isolates non-invariant edges. Using the resulting invariant and non-invariant components, CATeye constructs multiple views and applies view-specific objectives to emphasize domain-invariant representations while suppressing domain-specific variations. Experiments on both a proprietary dataset from Lazada, a major Southeast Asian e-commerce platform, and a public benchmark show that CATeye consistently outperforms nine strong domain generalization and graph anomaly detection baselines, achieving up to an 8.61% improvement in average F1 score over the strongest baseline. Source code is publicly available at https://github.com/Tian0426/CATeye.