paper-with-me

Papers

FinDiff: Diffusion Models for Financial Tabular Data Generation

2023-09-04 · Timur Sattarov, Marco Schreyer, Damian Borth

The sharing of microdata, such as fund holdings and derivative instruments, by regulatory institutions presents a unique challenge due to strict data confidentiality and privacy regulations. These challenges often hinder the ability of both academics and practitioners to conduct collaborative research effectively. The emergence of generative models, particularly diffusion models, capable of synthesizing data mimicking the underlying distributions of real-world data presents a compelling solution. This work introduces 'FinDiff', a diffusion model designed to generate real-world financial tabular data for a variety of regulatory downstream tasks, for example economic scenario modeling, stress tests, and fraud detection. The model uses embedding encodings to model mixed modality financial data, comprising both categorical and numeric attributes. The performance of FinDiff in generating synthetic tabular financial data is evaluated against state-of-the-art baseline models using three real-world financial datasets (including two publicly available datasets and one proprietary dataset). Empirical results demonstrate that FinDiff excels in generating synthetic tabular financial data with high fidelity, privacy, and utility.

📄 PDF Abstract BibTeX arXiv:2309.01472

Code (1)

sattarov/FinDiff 공식 구현 pytorch

Tasks

Fraud DetectionSynthetic Data GenerationTabular Data Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Privacy Preserving Diffusion Models for Mixed-Type Tabular Data Generation

2025-11-29 · Timur Sattarov, Marco Schreyer, Damian Borth arxiv

We introduce DP-FinDiff, a differentially private diffusion framework for synthesizing mixed-type tabular data. DP-FinDiff employs embedding-based representations for categorical features, reducing encoding overhead and …

Tabular Data Generation

Differentially Private Federated Learning of Diffusion Models for Synthetic Tabular Data Generation

2024-12-20 · Timur Sattarov, Marco Schreyer, Damian Borth

The increasing demand for privacy-preserving data analytics in finance necessitates solutions for synthetic data generation that rigorously uphold privacy standards. We introduce DP-Fed-FinDiff framework, a novel integra…

DenoisingFederated LearningPrivacy PreservingSynthetic Data Generation+1

CoFinDiff: Controllable Financial Diffusion Model for Time Series Generation

2025-03-06 · Yuki Tanaka, Ryuji Hashimoto, Takehiro Takayanagi, Zhe Piao 외

The generation of synthetic financial data is a critical technology in the financial domain, addressing challenges posed by limited data availability. Traditionally, statistical models have been employed to generate synt…

DiversitySynthetic Data GenerationTime SeriesTime Series Generation

Generative AI for Banks: Benchmarks and Algorithms for Synthetic Financial Transaction Data

2024-12-19 · Fabian Sven Karst, Sook-Yee Chong, Abigail A. Antenor, Enyu Lin 외

The banking sector faces challenges in using deep learning due to data sensitivity and regulatory constraints, but generative AI may offer a solution. Thus, this study identifies effective algorithms for generating synth…

FedTabDiff: Federated Learning of Diffusion Probabilistic Models for Synthetic Mixed-Type Tabular Data Generation

2024-01-11 · Timur Sattarov, Marco Schreyer, Damian Borth

Realistic synthetic tabular data generation encounters significant challenges in preserving privacy, especially when dealing with sensitive information in domains like finance and healthcare. In this paper, we introduce …

AttributeDenoisingFederated LearningTabular Data Generation