Synthesis of Batik Motifs using a Diffusion -- Generative Adversarial Network

One Octadion,Novanto Yudistira,Diva Kurnianingtyas
2023-07-23
Abstract:Batik, a unique blend of art and craftsmanship, is a distinct artistic and technological creation for Indonesian society. Research on batik motifs is primarily focused on classification. However, further studies may extend to the synthesis of batik patterns. Generative Adversarial Networks (GANs) have been an important deep learning model for generating synthetic data, but often face challenges in the stability and consistency of results. This research focuses on the use of StyleGAN2-Ada and Diffusion techniques to produce realistic and high-quality synthetic batik patterns. StyleGAN2-Ada is a variation of the GAN model that separates the style and content aspects in an image, whereas diffusion techniques introduce random noise into the data. In the context of batik, StyleGAN2-Ada and Diffusion are used to produce realistic synthetic batik patterns. This study also made adjustments to the model architecture and used a well-curated batik dataset. The main goal is to assist batik designers or craftsmen in producing unique and quality batik motifs with efficient production time and costs. Based on qualitative and quantitative evaluations, the results show that the model tested is capable of producing authentic and quality batik patterns, with finer details and rich artistic variations. The dataset and code can be accessed here:<a class="link-external link-https" href="https://github.com/octadion/diffusion-stylegan2-ada-pytorch" rel="external noopener nofollow">this https URL</a>
Computer Vision and Pattern Recognition,Machine Learning,Image and Video Processing
What problem does this paper attempt to address?
The paper "Synthesis of Batik Motifs using a Diffusion-Generative Adversarial Network" aims to address the challenge of synthesizing realistic and high-quality batik patterns using advanced deep learning techniques. The primary focus is on developing a method to generate batik motifs that can assist designers and craftsmen in producing unique and high-quality batik patterns efficiently. ### Problem Addressed The paper addresses the following key issues: 1. **Limitations in Existing Research:** Most research on batik motifs has focused on classification rather than synthesis. The authors aim to extend the scope to include the automatic generation of batik patterns. 2. **Challenges with GAN Models:** Generative Adversarial Networks (GANs) are powerful tools for generating synthetic data, but they often suffer from instability and inconsistency during training, leading to inconsistent output quality. 3. **Improving Quality and Uniqueness:** The goal is to generate batik patterns that are both realistic and of high quality, with unique variations that can support batik designers and artisans in their work. ### Proposed Solution To address these challenges, the authors propose the following: 1. **Use of StyleGAN2-Ada and Diffusion Techniques:** They employ StyleGAN2-Ada, a variant of the GAN model that separates the style and content aspects of an image, along with diffusion techniques that introduce random noise into the data. This combination helps in generating more realistic and high-quality batik patterns.