LGAIIRNov 5, 2020

Merchant Category Identification Using Credit Card Transactions

arXiv:2011.02602v110 citations
AI Analysis

This work addresses the challenge of ensuring payment system integrity by accurately verifying merchant identities, which is crucial for financial institutions and businesses, though it is incremental as it builds on existing classification methods with a novel multi-modal fusion.

The paper tackled the problem of identifying merchant categories from credit card transactions by using a multi-modal learning approach that combines temporal transaction history and merchant-merchant affinity information, achieving effective and efficient results on a large-scale real-world dataset.

Digital payment volume has proliferated in recent years with the rapid growth of small businesses and online shops. When processing these digital transactions, recognizing each merchant's real identity (i.e., business type) is vital to ensure the integrity of payment processing systems. Conventionally, this problem is formulated as a time series classification problem solely using the merchant transaction history. However, with the large scale of the data, and changing behaviors of merchants and consumers over time, it is extremely challenging to achieve satisfying performance from off-the-shelf classification methods. In this work, we approach this problem from a multi-modal learning perspective, where we use not only the merchant time series data but also the information of merchant-merchant relationship (i.e., affinity) to verify the self-reported business type (i.e., merchant category) of a given merchant. Specifically, we design two individual encoders, where one is responsible for encoding temporal information and the other is responsible for affinity information, and a mechanism to fuse the outputs of the two encoders to accomplish the identification task. Our experiments on real-world credit card transaction data between 71,668 merchants and 433,772,755 customers have demonstrated the effectiveness and efficiency of the proposed model.

Foundations

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

Your Notes