paper-with-me

Papers

EmDT: Embedding Diffusion Transformer for Tabular Data Generation in Fraud Detection

2026-03-13 · En-Ya Kuo, Sebastien Motsch arxiv

Imbalanced datasets pose a difficulty in fraud detection, as classifiers are often biased toward the majority class and perform poorly on rare fraudulent transactions. Synthetic data generation is therefore commonly used to mitigate this problem. In this work, we propose the Clustered Embedding Diffusion-Transformer (EmDT), a diffusion model designed to generate fraudulent samples. Our key innovation is to leverage UMAP clustering to identify distinct fraudulent patterns, and train a Transformer denoising network with sinusoidal positional embeddings to capture feature relationships throughout the diffusion process. Once the synthetic data has been generated, we employ a standard decision-tree-based classifier (e.g., XGBoost) for classification, as this type of model remains better suited to tabular datasets. Experiments on a credit card fraud detection dataset demonstrate that EmDT significantly improves downstream classification performance compared to existing oversampling and generative methods, while maintaining comparable privacy protection and preserving feature correlations present in the original data.

📄 PDF Abstract BibTeX arXiv:2603.13566

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationTabular Data GenerationFraud Detection

Similar Papers 제목 키워드 기반

A Survey on Deep Tabular Learning

2024-10-15 · Shriyank Somvanshi, Subasish Das, Syed Aaqib Javed, Gian Antariksa 외

Tabular data, widely used in industries like healthcare, finance, and transportation, presents unique challenges for deep learning due to its heterogeneous nature and lack of spatial structure. This survey reviews the ev…

Denoisingfeature selectionSurveyTransfer Learning

TabTransformer: Tabular Data Modeling Using Contextual Embeddings

2020-12-11 · Xin Huang, Ashish Khetan, Milan Cvitkovic, Zohar Karnin

We propose TabTransformer, a novel deep tabular data modeling architecture for supervised and semi-supervised learning. The TabTransformer is built upon self-attention based Transformers. The Transformer layers transform…

tabular-classificationUnsupervised Pre-training

Diffusion Transformers for Tabular Data Time Series Generation

2025-04-10 · Fabrizio Garuti, Enver Sangineto, Simone Luetto, Lorenzo Forni 외

Tabular data generation has recently attracted a growing interest due to its different application scenarios. However, generating time series of tabular data, where each element of the series depends on the others, remai…

Tabular Data GenerationTime SeriesTime Series GenerationVideo Generation

Boosting Predictive Performance on Tabular Data through Data Augmentation with Latent-Space Flow-Based Diffusion

2025-11-20 · Md. Tawfique Ihsan, Md. Rakibul Hasan Rafi, Ahmed Shoyeb Raihan, Imtiaz Ahmed 외 arxiv

Severe class imbalance is common in real-world tabular learning, where rare but important minority classes are essential for reliable prediction. Existing generative oversampling methods such as GANs, VAEs, and diffusion…

Data Augmentation

Geometry-Aware Tabular Diffusion

2026-05-23 · David Turtora Zagardo arxiv

Tabular synthesis is critical for privacy-preserving sharing and augmentation, yet diffusion models rely on implicit mechanisms to capture inter-column relationships. We introduce Geometry-Aware Tabular Diffusion (GATD),…