Blog
Data Science

5 Things Data Scientists Should Know About Generative AI for Synthetic Data

Author
Madelyn Goodman
March 1, 2023
5 Things Data Scientists Should Know About Generative AI for Synthetic Data
In this article

    TLDR; 

    Access to data can be a challenge for data science teams. This can stall progress on projects or even prevent them from being initiated. Developments in generative AI have inspired the idea of using synthetic data when doing analyses and building models. Tonic Data Science Mode was made for data scientists, by data scientists. It is natural for data scientists to be skeptical when they hear the term “synthetic data,” so we came up with the top 5 things you should know about this useful resource: 

    1. Synthetic data comes in many forms.
    2. Synthetic data can capture the complexities of your data.
    3. Synthetic data can address biases in your datasets.
    4. Synthetic data can remove barriers to data access.
    5. Synthetic data can’t do it all.

    Why should synthetic data be on my radar?

    One thing is clear - data science teams experience blocks having to do with obtaining data. Strict data governance policies at organizations restrict access to customer information needed to train advanced machine learning models that could be game changers for organizations. Protecting customers is key, but it comes at a price. 

    Data is also difficult to come by! Datasets are often biased - they have more information on certain population groups than others, don’t represent enough cases of a rare event, don’t provide enough power for machine learning models, or all of the above. 

    Synthetic data can be a solution to all of these woes. 

    It is natural for data scientists to be skeptical when they hear the term “synthetic data.” We are taught to be picky about the data we develop our models and make predictions with. The first assumption of any statistical model is that the data was collected accurately and without error, and that’s because models are only as good as the data put into them. 

    Understanding the importance of quality data and the unique needs of data scientists when it comes to working with synthetic data, our data science team at Tonic.ai got to work creating the most advanced synthetic data platform. Our data science workflow in Tonic, Data Science Mode (DSM) is made for data scientists, by data scientists. 

    At Tonic.ai, our mission has always been to get your teams the data they need while safeguarding the privacy of your customers. To help you understand the advantages of folding DSM into your teams’ workflow, we compiled a list of the 5 most important things data scientists should know about synthetic data. 

    1. Synthetic data comes in many forms

    The data you work with as a data scientist could range from text, to audio, to video, to images, to pure tabular data — and so does synthetic data. Choosing the most suitable data synthesis technique depends on a number of factors, including the type of data, the amount of existing data, and the intended use-case. 

    The first style of synthetic data can be described as rule-based (or simulation-based) data. This synthesis begins by specifying the rules of the data generation process. Some examples include rendering labeled training data for computer vision tasks, or creating synthetic fraudulent financial transactions by simulating agents. Using this technique you can also simply specify the distributions of fields in your data. Rule-based synthetic data has proven useful in the context of computer vision, and can be an excellent way to test application code when no usable data is available.

    The drawback of rules-based synthetic data generation is that it struggles to reflect the inherent complexity of the statistical properties of your data. Because rules are defined manually, they often miss the subtleties of relationships between features. Furthermore, this method is not suited towards highly dimensional data, as again, these rules are defined manually. Finally, should the trends or distributions in the data change, the rules would need to reflect that, making maintenance difficult. 

    Alright, so rules-based synthetic data isn’t perfect for all scenarios, so what’s the alternative? Our favorite friend of late, generative AI. 

    Choosing the most suitable data synthesis technique depends on a number of factors, including the type of data, the amount of existing data, and the intended use-case.

    AI generated synthetic data is created using deep learning models that learn the complex relationships and patterns of the original dataset. This enables the generative models to produce data that more reliably reflects the complex and unique patterns in the original data. 

    This data, however, can suffer from being too much like the real data should the generative models overfit to the original data, which compromises the security of the synthetic data and requires additional privacy preservation techniques. Further, these powerful models take more compute to run and generate data than simple rules-based methods and require some existing data to use as training data. 

    Generative AI, however, does produce data that is more dynamic, changing as your data changes, and looks, feels, and acts like your real data. In the rest of the article, we will discuss the key things to know about AI generated data, as it is the type of synthetic data most quickly growing in popularity. 

    2. Synthetic data can capture the complexities of your data

    Sure, synthetic data is fake, but it’s not random. DSM is comprised of powerful deep learning neural networks that can understand the nuances of the statistical properties in your data. Our AI Generative models produce data that replicates these properties to give you data that trains machine learning models as if they were trained on your real data. 

    This of course doesn’t just mean matching the distributions of both your categorical and continuous data, which it does extremely well, but it also means accurately representing the relationships between features. 

    Take this sample data of average transaction amounts of customers from a Czech bank:

    Source Data

    Clearly synthetic data can replicate the distributions of the real numeric data accurately. But what about the relationships between features in this banking dataset?

    Source Data

    The strengths of the relationships between numeric variables in the real dataset are almost identical to those relationships in the synthetic dataset. 

    Because these statistical properties are reflected in the generated data, it can then go on to train machine learning models that yield almost identical results to models trained on real data.

    Source data

    Adjusting how long the model trains for and no other parameters, you can see that the synthetic data gives you results increasingly close to what your real data would give. Because the synthetic data captures the behavior of your real data, you can use these results to inform actual business insights.

    3. Synthetic data can address biases in your datasets 

    Unsatisfied with the distributions of features in your real data? Synthetic data can help with that too. Capturing the natural patterns of relationships between data points and features, you can add those with specific properties you need to your dataset. This opens up the possibilities of debiasing models by balancing imbalanced classes and/or addressing representation bias. 

    Class imbalance within datasets is especially problematic when you are trying to predict rare events such as fraud or customer churn. Synthetic data helps make these predictive algorithms more robust by providing more data from these rare events for models to learn from. Because the statistical properties of your data hold up in the generated synthetic dataset, what you get are data points representing the specific and unique characteristics of those who’ve churned or of fraud events. 

    Further, datasets containing information collected from customers can suffer from representation bias. This issue is most present in survey data. Often customers in certain demographic groups respond to surveys more frequently than customers in others. This leaves you drawing insights from data that may not be true for a group of your customers. With synthetic data, you are able to balance out these characteristics. Say you have noticed that fewer women than men answer your survey - you can train a generative model on the entire dataset and sample the records from women to augment your data - amplifying these voices.

    4. Synthetic data can remove barriers to data access

    Keeping customer data safe should always be a top priority for your organization. Unfortunately, this comes at the expense of efficient workflows. Interdisciplinary work speeds up innovation, and not being able to share data between teams and with trusted partners can cause bottlenecks that halt progress. Further, sharing results and insights widely throughout your organization makes a big difference in the quality of work you as a data scientist can produce. 

    Synthetic data allows you to share customer information… without sharing customer information. By generating data that looks and feels like your customers’ data, but isn’t, you can safely share this data within your org with peace of mind. 

    Data democratization doesn’t just have to mean freely sharing information within your own organization either. You can live out your values of transparency and collaboration by including this synchronous data along with your open source code for the developer community to reproduce your results with ease and add to your code. This is also the case for external partners that supplement your data science teams. With synthetic data you can bring in experts to help build out your machine learning infrastructure or reporting mechanisms without all the red tape. 

    Synthetic data allows you to share customer information… without sharing customer information.

    This game changing use case of course requires a lot of trust in your synthetic data solution’s ability to generate data that can’t be traced back to your customers, while at the same time being just as robust as the real data. Data synthesizers can use a variety of methods to do this, ranging from simple noise injection to deep learning frameworks. As the field continues to grow, new tools are being developed to assess the privacy of datasets used to train models and new methods are being developed to generate data that is protected against attacks. 

    5. Synthetic data can’t do it all 

    While synthetic data can help unblock many barriers in your workflows, sadly it is not the be-all end-all solution to every problem your data science team faces. 

    As mentioned previously, data is hard to come by, especially quality data. So it would be really nice if there were a simple intuitive solution to create the data you need but don’t have in order to draw the kinds of insights you want. Unfortunately, synthetic data is not that solution. Data cannot be created from nothing. 

    An existing dataset is necessary for AI models to learn the patterns of. This creates limitations for possible use cases. If your organization is trying to supplement your real data with information on a population that is completely not represented in your data, or you are trying to figure out what would have happened if you hadn’t implemented a new feature, unfortunately, there is nothing for the generative model to learn from. It’s artificial intelligence - there needs to be something to know. 

    There also needs to be enough to know. Generative models require enough information to learn from to be able to produce quality data. You can absolutely supplement your datasets with synthetic data, however, if you have an especially small dataset, say less than 1,000 records, the synthetic data produced from this amount of data won’t be reliable enough to represent the additional records needed for your analysis. 

    Don’t be late to the synthetic data game

    Synthetic data has the potential to unlock innovation at your organization. From addressing biases in your data to supporting data democratization and governance at the same time, you will see your workflows transformed. 

    DSM in Tonic helps you accelerate your synthetic data journey. You can directly link your databases in DSM allowing you to execute the SQL queries you already use everyday to select the specific data you would like to synthesize. From there, you can build customized synthetic data generators, adjusting the parameters of the generative models for your needs. We have handled the model development for you as well as the data pre- and post-processing and model training, so all you have to do is put in your data, set your parameters, then export the synthetic data to your development environment, whether that be Jupyter Notebooks, PyCharm, PyDev, Spider, or whatever platform your team thrives on.

    What’s stopping you from giving it a try? Sign up for a free trial of and Tonic and connect your database or upload a CSV of some test data in DSM to see for yourself exactly how easy it is to create and use high-quality synthetic data.

    Madelyn Goodman
    Data Science
    Driven by a passion for promoting game changing technologies, Madelyn creates mission-focused content as a Product Marketing Associate at Tonic. With a background in Data Science, she recognizes the importance of community for developers and creates content to galvanize that community.
    Real. Fake. Data.
    Say goodbye to inefficient in-house workarounds and clunky legacy tools. The data you need is useful, realistic, safe—and accessible by way of API.
    Book a demo
    The Latest
    De-identifying Salesforce data for testing and development. Tonic Structural now connects to Salesforce
    How to prevent data leakage in your AI applications with Tonic Textual and Snowpark Container Services
    Tonic.ai Achieves HIPAA Compliance Certification, Ensuring Enhanced Security for Protected Health Information