paper-with-me

홈 › Papers

Boosting Synthetic Data Generation with Effective Nonlinear Causal Discovery

2023-01-18 · Martina Cinquini, Fosca Giannotti, Riccardo Guidotti

Synthetic data generation has been widely adopted in software testing, data privacy, imbalanced learning, and artificial intelligence explanation. In all such contexts, it is crucial to generate plausible data samples. A common assumption of approaches widely used for data generation is the independence of the features. However, typically, the variables of a dataset depend on one another, and these dependencies are not considered in data generation leading to the creation of implausible records. The main problem is that dependencies among variables are typically unknown. In this paper, we design a synthetic dataset generator for tabular data that can discover nonlinear causalities among the variables and use them at generation time. State-of-the-art methods for nonlinear causal discovery are typically inefficient. We boost them by restricting the causal discovery among the features appearing in the frequent patterns efficiently retrieved by a pattern mining algorithm. We design a framework for generating synthetic datasets with known causalities to validate our proposal. Broad experimentation on many synthetic and real datasets with known causalities shows the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2301.07427

Code (1)

marti5ini/gencda 공식 구현

Tasks

Causal Discoverysoftware testingSynthetic Data Generation

Similar Papers 제목 키워드 기반

Spectrally Deconfounded Gradient Boosting

2026-07-10 · Andrea Nava, Peter Bühlmann, Fabio Sigrist arxiv

Flexible machine-learning methods can be sensitive to hidden confounding: they may learn associations induced by unobserved confounders rather than stable signals. Spectral deconfounding mitigates this problem by shrinki…

FuseGen: PLM Fusion for Data-generation based Zero-shot Learning

2024-06-18 · Tianyuan Zou, Yang Liu, Peng Li, Jianqing Zhang 외

Data generation-based zero-shot learning, although effective in training Small Task-specific Models (STMs) via synthetic datasets generated by Pre-trained Language Models (PLMs), is often limited by the low quality of su…

Zero-Shot Learning

On the Usefulness of Synthetic Tabular Data Generation

2023-06-27 · Dionysis Manousakas, Sergül Aydöre

Despite recent advances in synthetic data generation, the scientific community still lacks a unified consensus on its usefulness. It is commonly believed that synthetic data can be used for both data exchange and boostin…

Data AugmentationData SummarizationPrivacy PreservingSynthetic Data Generation+1

Boost Like a (Var)Pro: Trust-Region Gradient Boosting via Variable Projection

2026-03-24 · Abhijit Chowdhary, Elizabeth Newman, Deepanshu Verma arxiv

Gradient boosting, a method of building additive ensembles from weak learners, has established itself as a practical and theoretically-motivated approach to approximate functions, especially using decision tree weak lear…

Learning Nonlinear Functions Using Regularized Greedy Forest

2011-09-05 · Rie Johnson, Tong Zhang

We consider the problem of learning a forest of nonlinear decision rules with general loss functions. The standard methods employ boosted decision trees such as Adaboost for exponential loss and Friedman's gradient boost…