A Cost-Efficient Approach for Creating Virtual Fitting Room using Generative Adversarial Networks (GANs)

Kirolos Attallah,Girgis Zaky,Nourhan Abdelrhim,Kyrillos Botros,Amjad Dife,Nermin Negied
DOI: https://doi.org/10.14569/IJACSA.2024.0150132
2024-02-02
Abstract:Customers all over the world want to see how the clothes fit them or not before purchasing. Therefore, customers by nature prefer brick-and-mortar clothes shopping so they can try on products before purchasing them. But after the Pandemic of COVID19 many sellers either shifted to online shopping or closed their fitting rooms which made the shopping process hesitant and doubtful. The fact that the clothes may not be suitable for their buyers after purchase led us to think about using new AI technologies to create an online platform or a virtual fitting room (VFR) in the form of a mobile application and a deployed model using a webpage that can be embedded later to any online store where they can try on any number of cloth items without physically trying them. Besides, it will save much searching time for their needs. Furthermore, it will reduce the crowding and headache in the physical shops by applying the same technology using a special type of mirror that will enable customers to try on faster. On the other hand, from business owners' perspective, this project will highly increase their online sales, besides, it will save the quality of the products by avoiding physical trials issues. The main approach used in this work is applying Generative Adversarial Networks (GANs) combined with image processing techniques to generate one output image from two input images which are the person image and the cloth image. This work achieved results that outperformed the state-of-the-art approaches found in literature.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the application issues of Virtual Fitting Room (VFR) technology in the clothing purchase process. Specifically, the paper attempts to solve the following points: 1. **Enhancing Customer Experience**: - During the pandemic, many physical stores closed their fitting rooms, leading to customers being unable to try on clothes in person when shopping online. As a result, customers have doubts about whether the clothes they purchase will fit. - Virtual fitting rooms can simulate the real try-on effect, thereby improving the shopping experience for customers. 2. **Cost-Effectiveness**: - Existing virtual fitting room technologies (such as Kinect cameras and depth sensors) are costly and complex to use. - This paper proposes a new method based on Generative Adversarial Networks (GANs) aimed at reducing costs and improving portability and ease of use. 3. **Dataset Expansion**: - The paper constructs a new large-scale and diverse dataset, containing images of different poses of both men and women and clothing from different brands, to improve the model's generalization ability. 4. **Real-Time and Accuracy**: - The proposed method achieves a real-time, cost-effective, easy-to-use, and highly accurate virtual fitting room system. In summary, the main purpose of this paper is to develop a GANs-based virtual fitting room system to address the high cost, inconvenience, and lack of accuracy of existing technologies, and to enhance the online shopping experience for customers.