Adaptive Consensus Optimization Method for GANs

Sachin Kumar Danisetty,Santhosh Reddy Mylaram,Pawan Kumar
2023-04-20
Abstract:We propose a second order gradient based method with ADAM and RMSprop for the training of generative adversarial networks. The proposed method is fastest to obtain similar accuracy when compared to prominent second order methods. Unlike state-of-the-art recent methods, it does not require solving a linear system, or it does not require additional mixed second derivative terms. We derive the fixed point iteration corresponding to proposed method, and show that the proposed method is convergent. The proposed method produces better or comparable inception scores, and comparable quality of images compared to other recently proposed state-of-the-art second order methods. Compared to first order methods such as ADAM, it produces significantly better inception scores. The proposed method is compared and validated on popular datasets such as FFHQ, LSUN, CIFAR10, MNIST, and Fashion MNIST for image generation tasks\footnote{Accepted in IJCNN 2023}. Codes: \url{<a class="link-external link-https" href="https://github.com/misterpawan/acom" rel="external noopener nofollow">this https URL</a>}
Machine Learning,Computer Vision and Pattern Recognition,Numerical Analysis
What problem does this paper attempt to address?