Multi-Stream Temporal Fusion for Financial Fraud Detection

14d ago · Global · primary source: export.arxiv.org

A new architecture called the Multi-Stream Fraud Transformer (MSFT) has been proposed to improve financial fraud detection in digital banking by analyzing multiple event streams simultaneously, according to a paper posted on arXiv [1]. The MSFT architecture uses independent Transformer encoders for each event stream — such as transactions, login sessions, and risk signals — and then fuses their representations through configurable mechanisms [1]. The approach is designed to catch patterns that appear benign in isolation but collectively indicate fraud [1]. The work was submitted to arXiv on June 23, 2026, by Mohammadamin Dashti Moghaddam [1]. arXiv is an open-access repository for electronic preprints that, as of late 2024, receives about 24,000 submissions per month [9]. A systematic ablation study compared five fusion strategies: concatenation, gated fusion, time-aware positional encoding, cross-stream attention, and a full combination [1]. The experiments ran on a dataset covering 10 million users with a 1.5% fraud rate, using models with 85 million parameters [1]. Sequence models substantially outperformed gradient-boosted trees operating on aggregated features, posting an AUROC of 0.99 versus 0.74 for the tree-based approach [1]. Gradient-boosted trees are a form of ensemble learning, a technique in which multiple learning algorithms are combined to achieve better predictive performance than any single constituent model [3]. The researchers found that per-stream encoding is essential. A single-stream Transformer baseline with a matched parameter budget reached only 0.82 AUROC, an 18-point gap that underscores the value of the multi-stream inductive bias [1]. Among the fusion methods, time-aware positional encoding delivered the highest discrimination at 0.9961 AUROC, while gated fusion yielded the best precision at 0.989, a level the authors describe as suitable for production deployment [1]. The risk event stream provided the strongest individual signal contribution [1]. Validation on proprietary production data from a digital banking platform showed a relative AUROC improvement of more than 22% over an XGBoost baseline [1]. The Transformer architecture at the core of MSFT belongs to a family of deep learning methods that use multilayered neural networks and have been applied across fields including natural language processing and computer vision [4]. Deep learning itself is a subfield of artificial intelligence, a discipline founded as an academic field in 1956 that has seen cycles of optimism and funding fluctuations, with a significant resurgence after 2012 when graphics processing units began accelerating neural network training [5].

research-papercontroversy

Background sources we checked (10)
  • arxiv.org ↗ Financial fraud detection in digital banking requires reasoning over multiple heterogeneous event streams -- transactions, login sessions, risk signals -- that individually appear benign but collectively reveal fraudulent patterns. We propose the Multi-Stream Fraud Transformer (M…
  • en.wikipedia.org ↗ In statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Unlike a statistical ensemble in statistical mechanics, which is usually inf…
  • en.wikipedia.org ↗ In machine learning, deep learning (DL) focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and revolves around stacking artificial neurons int…
  • en.wikipedia.org ↗ Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue