paper-with-me

Papers

CoDi: Co-evolving Contrastive Diffusion Models for Mixed-type Tabular Synthesis

2023-04-25 · Chaejeong Lee, Jayoung Kim, Noseong Park

With growing attention to tabular data these days, the attempt to apply a synthetic table to various tasks has been expanded toward various scenarios. Owing to the recent advances in generative modeling, fake data generated by tabular data synthesis models become sophisticated and realistic. However, there still exists a difficulty in modeling discrete variables (columns) of tabular data. In this work, we propose to process continuous and discrete variables separately (but being conditioned on each other) by two diffusion models. The two diffusion models are co-evolved during training by reading conditions from each other. In order to further bind the diffusion models, moreover, we introduce a contrastive learning method with a negative sampling method. In our experiments with 11 real-world tabular datasets and 8 baseline methods, we prove the efficacy of the proposed method, called CoDi.

📄 PDF Abstract BibTeX arXiv:2304.12654

Code (1)

chaejeonglee/codi 공식 구현 pytorch

Tasks

Contrastive LearningVocal Bursts Type Prediction

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…
Contrastive Learning 설명 없음

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

XGenBoost: Synthesizing Small and Large Tabular Datasets with XGBoost

2026-03-06 · Jim Achterberg, Marcel Haas, Bram van Dijk, Marco Spruit arxiv

Tree ensembles such as XGBoost are often preferred for discriminative tasks in mixed-type tabular data, due to their inductive biases, minimal hyperparameter tuning, and training efficiency. We argue that these qualities…

Model-contrastive explanations through symbolic reasoning

2023-06-26 · Decision Support Systems 2023 6 · Lorenzo Malandri, Fabio Mercorio, Mario Mezzanzanica, Andrea Seveso

Explaining how two machine learning classification models differ in their behaviour is gaining significance in eXplainable AI, given the increasing diffusion of learning-based decision support systems. Human decision-mak…

Counterfactual ExplanationExplainable artificial intelligencemodel

Bridging the Discrete-Continuous Gap: Unified Multimodal Generation via Coupled Manifold Discrete Absorbing Diffusion

2026-01-07 · Yuanfeng Xu, Yuhao Chen, Liang Lin, Guangrun Wang arxiv

The bifurcation of generative modeling into autoregressive approaches for discrete data (text) and diffusion approaches for continuous data (images) hinders the development of truly unified multimodal systems. While Mask…

multimodal generationImage Generation

Continuous Diffusion for Mixed-Type Tabular Data

2023-12-16 · Markus Mueller, Kathrin Gruber, Dennis Fok

Score-based generative models, commonly referred to as diffusion models, have proven to be successful at generating text and image data. However, their adaptation to mixed-type tabular data remains underexplored. In this…

Tabular Data Generation