Conditional-Independence-Regularized Distributional Autoencoders for Mixed-Type Data

TL;DR

Conditional-Independence-Regularized Autoencoder effectively models full conditional distributions of mixed data, improving categorical recovery by 30%.

stat.ME 🔴 Advanced 2026-08-21 80 views
Siyuan Tang Gongjun Xu Ji Zhu
deep learning generative models mixed data conditional distribution structural regularization

Key Findings

Methodology

This paper introduces the Conditional-Independence-Regularized Autoencoder (CI-Reg), combining energy-score objectives for numerical variables, likelihood-based objectives for categorical variables, and an auxiliary conditional independence regularizer. The encoder maps input data to a low-dimensional latent space, while separate decoders reconstruct the data conditioned on this space. The energy score aligns the numerical conditional distribution, and the likelihood targets model categorical distributions. The regularizer employs neural networks to estimate residual dependence, encouraging the latent representation to disentangle variable dependencies. Theoretical analysis shows the optimal representation balances unexplained numerical variance, categorical entropy, and residual dependence, supported by empirical results on synthetic and real datasets demonstrating superior categorical distribution recovery and dependence structure preservation.

Key Results

  • On synthetic data with complex nonlinear dependencies, CI-Reg reduced categorical total variation (TV) distance by over 30%, and energy distance metrics showed consistent improvements, indicating accurate full distribution recovery.
  • Real-world datasets (Adult, Insurance) experiments revealed a 20% average reduction in categorical TV distance compared to baseline autoencoders, with comparable or better overall conditional distribution metrics.
  • Ablation studies confirmed that the conditional independence regularizer significantly enhances the model’s ability to disentangle and capture variable dependencies without sacrificing distributional fidelity.

Significance

This approach addresses a critical gap in generative modeling of mixed data, enabling full conditional distribution recovery and dependency disentanglement. It advances the state-of-the-art by integrating distributional matching with structural regularization, making it highly relevant for applications requiring interpretable, high-fidelity synthetic data, such as healthcare, finance, and environmental monitoring. The method’s theoretical guarantees and empirical robustness position it as a promising tool for complex data analysis and generation tasks, fostering more reliable and explainable AI systems.

Technical Contribution

The paper’s main technical innovation lies in combining energy-score-based distribution matching with a novel conditional independence regularizer, grounded in neural network approximations of residual dependence. Theoretically, it proves that the optimal encoder balances distributional fidelity with structural disentanglement, characterized by minimizing residual mutual information. The architecture supports separate modeling of heterogeneous variables, facilitating accurate recovery of full conditional distributions, and providing a new framework for structured generative modeling of mixed data.

Novelty

This is the first work to explicitly incorporate a conditional independence regularizer into a distributional autoencoder for mixed-type data, leveraging energy scores and likelihood objectives simultaneously. Unlike prior models such as VAE, GAN, or DPA, which focus on unconditional or mean-based reconstruction, this method emphasizes full distribution recovery and dependency disentanglement, supported by rigorous theoretical analysis and extensive empirical validation.

Limitations

  • Model performance is sensitive to the choice of regularization weights; improper tuning may lead to under- or over-regularization, affecting distributional accuracy and interpretability.
  • The assumption of a low-dimensional latent space may limit capturing extremely complex dependencies, especially in high-dimensional or highly unbalanced datasets.
  • Training involves alternating optimization and multiple neural network components, increasing computational complexity and resource requirements, which may hinder scalability.

Future Work

Future research will focus on adaptive regularization schemes to improve robustness, extending the framework to handle high-dimensional and unbalanced data, and integrating causal inference techniques to enhance interpretability. Additionally, efforts will be made to optimize training efficiency and scalability for large-scale applications, broadening the method’s practical impact.

AI Executive Summary

In the era of big data, mixed-type datasets—containing both numerical and categorical variables—are ubiquitous across scientific and industrial domains. Traditional autoencoders and generative models often focus on reconstructing mean values or joint distributions, but struggle to accurately recover the full conditional distributions, especially when variables exhibit complex dependencies. This limitation hampers the interpretability and fidelity of synthetic data, which are crucial for downstream tasks like causal inference, privacy preservation, and decision-making.

To address this challenge, the authors propose the Conditional-Independence-Regularized Autoencoder (CI-Reg), a novel framework that explicitly models the full conditional distribution of mixed data. The core idea is to combine an energy-score-based objective for numerical variables, which aligns the model’s distribution with the true conditional distribution, with a likelihood-based objective for categorical variables, ensuring accurate discrete distribution recovery. Additionally, the model incorporates an auxiliary regularizer that encourages the latent representation to approximate conditional independence between numerical and categorical components, thereby disentangling their dependencies and improving interpretability.

The theoretical foundation demonstrates that the optimal representation balances unexplained numerical variability, categorical uncertainty, and residual dependence, providing a principled trade-off. Empirical evaluations on synthetic datasets with nonlinear dependencies and real-world datasets such as Adult and Insurance show that CI-Reg outperforms standard autoencoders, VAEs, and existing distributional autoencoders in recovering categorical distributions and preserving variable dependencies. The approach’s ability to produce high-fidelity, interpretable representations makes it a promising tool for complex data analysis, synthetic data generation, and decision support.

While the method shows strong performance, it requires careful tuning of regularization parameters and involves computationally intensive training due to alternating optimization. Future directions include enhancing scalability, adaptive regularization, and integrating causal inference, aiming to make this approach more robust and applicable to large-scale, high-dimensional data environments. Overall, CI-Reg marks a significant step forward in structured generative modeling for mixed data, bridging the gap between distributional accuracy and interpretability.

Deep Dive

Abstract

Mixed-type data containing both numerical and categorical variables arise in many scientific and real-world applications. Existing representation learning and generative modeling approaches typically focus either on reconstruction accuracy or unconditional data generation, but often fail to recover the full conditional distribution of the data while preserving interpretable structural relationships between heterogeneous variable types. In this work, we introduce Conditional-Independence-Regularized Distributional Autoencoders, a framework for learning low-dimensional representations of mixed-type data through conditional distribution matching and structural regularization. Our method combines an energy-score-based objective for numerical variables, a likelihood-based objective for categorical variables, and an auxiliary conditional independence regularization term encouraging the learned representation to capture the dependence between numerical and categorical components. We provide theoretical analysis showing that the optimal representation balances unexplained numerical variability, conditional entropy of categorical variables, and residual conditional dependence. Empirically, the proposed method achieves strong performance on both synthetic and real-world datasets, substantially improving categorical distribution recovery, achieving competitive overall conditional distribution recovery, and preserving mixed-type dependence structure. The code has been made available at GitHub.

stat.ME cs.LG stat.ML