Host: The Japanese Society for Artificial Intelligence
Name : The 37th Annual Conference of the Japanese Society for Artificial Intelligence
Number : 37
Location : [in Japanese]
Date : June 06, 2023 - June 09, 2023
Diffusion Models, which have been frequently researched in the field of Computer Vision as a method that outperforms GANs, are not confined to that field, but are spreading to other fields as well. TabDDPM using Diffusion Models have also been proposed for tabular data generation, and its authors claimed it can generate highly accurate data. However, TabDDPM tends to generate similar data as the number of such categories increases, resulting in learning filures because it handles categorical data as one-hot vectors. In order to overcome that problem, in this paper, we propose Table BD (Table Bit Diffusion) by incorporating Bit Diffusion preprocessing method. In our experiments, Table BD can generate data with a larger number of categories than TabDDPM.