LGAICRMar 15, 2022

Generating Privacy-Preserving Process Data with Deep Generative Models

arXiv:2203.07949v14 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses privacy concerns in process data mining, especially for medical domains, by enabling the generation of sharable synthetic data, though it is incremental as it builds on existing generative models.

The paper tackled the problem of sharing confidential process data by generating synthetic data using a novel adversarial generative network (ProcessGAN) with Transformers, finding that it outperformed traditional sequential models on small datasets of complex processes, particularly in capturing long-range dependencies.

Process data with confidential information cannot be shared directly in public, which hinders the research in process data mining and analytics. Data encryption methods have been studied to protect the data, but they still may be decrypted, which leads to individual identification. We experimented with different models of representation learning and used the learned model to generate synthetic process data. We introduced an adversarial generative network for process data generation (ProcessGAN) with two Transformer networks for the generator and the discriminator. We evaluated ProcessGAN and traditional models on six real-world datasets, of which two are public and four are collected in medical domains. We used statistical metrics and supervised learning scores to evaluate the synthetic data. We also used process mining to discover workflows for the authentic and synthetic datasets and had medical experts evaluate the clinical applicability of the synthetic workflows. We found that ProcessGAN outperformed traditional sequential models when trained on small authentic datasets of complex processes. ProcessGAN better represented the long-range dependencies between the activities, which is important for complicated processes such as the medical processes. Traditional sequential models performed better when trained on large data of simple processes. We conclude that ProcessGAN can generate a large amount of sharable synthetic process data indistinguishable from authentic data.

Foundations

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

Your Notes