Temporal Contrastive Transformer for Financial Crime Detection: Self-Supervised Sequence Embeddings via Predictive Contrastive Coding

Danny Butvinik, Yonit Marcus, Nitzan Tal, Gabrielle Azoulay

arXiv:2605.21490 · 2026-05-23 공개 · arXiv · PDF

self-supervised-learning fraud-detection gradient-boosting sequence-embeddings predictive-contrastive-coding feature-engineering temporal-contrastive-transformer financial-crime-detection

Abstract

We introduce the Temporal Contrastive Transformer (TCT), a representation learning framework designed to capture contextual temporal dynamics in sequences of financial transactions. The model is trained using a self-supervised contrastive objective to produce embeddings that encode behavioral patterns over time, with the goal of supporting downstream fraud detection tasks. We evaluate TCT in a realistic setting by using the learned embeddings as input features to a gradient boosting classifier. Experimental results show that embeddings alone achieve meaningful predictive performance (AUC 0.8644), indicating that the model captures non-trivial temporal structure. However, when combined with domain-engineered features, no measurable improvement is observed over the baseline (AUC 0.9205 vs. 0.9245), suggesting that the learned representations largely overlap with existing feature abstractions. These findings position TCT as a promising representation learning approach that captures relevant behavioral signal, while highlighting the challenges of achieving additive value over strong domain features. The results reflect an intermediate stage in the development of temporal representation learning for financial crime detection and motivate further research on model architecture, training objectives, and integration strategies. At this early stage, achieving performance comparable to a strong feature-engineered baseline is itself a meaningful outcome, indicating that learned representations approximate domain-specific features without manual engineering. While not yet production-ready, these results point to a promising direction for reducing reliance on feature engineering in financial crime detection.

한국어 요약

한 줄 요약

**[Fraud Detection / Self-Supervised]** Temporal Contrastive Transformer(TCT)가 금융 거래 sequence의 self-supervised contrastive 임베딩 학습으로 단독 AUC 0.8644 달성, 도메인 feature 결합 시 추가 향상은 미미(0.9205 vs 0.9245)로 representation 중첩 노출.

핵심 기여도

핵심 아이디어

금융 거래 fraud detection에서 self-supervised 표현 학습은 단독으로 강력한 신호를 잡지만, 잘 만들어진 도메인 feature와 중첩될 가능성이 크므로 representation·feature 통합 전략이 분리된 학습보다 중요하다.

기술적 접근법

주요 결과

의의 및 한계

**의의**: 금융 fraud detection의 self-supervised 표현 학습 baseline 제공, 강한 도메인 feature 위 additive value 달성의 도전 명시, 추후 architecture·objective·통합 전략 연구 동기. **한계**: 도메인 feature 대비 additive value 부재(현 시점 production-ready 아님), 단일 데이터셋 평가, contrastive objective design space 추가 탐색 필요.

실용적 활용