SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 408
Fashion AI
Ashish Jobson1, Dr. Kamlraj R2
1Student, 2Associate Professor,
1,2School of CS and IT, Jain University, Bangalore, Karnataka, India
ABSTRACT
We concentrate on the task of Fashion AI, which entails creating images that
are multimodal in terms of semantics. Previous research has attempted to
make use of several generators for particular classes, which limits its
application to datasets that have a just a few classes available. Instead, I
suggest a new Group Decrease Network (GroupDNet), which takes advantage
in the generator of group convolutions & gradually reducesthepercentagesof
the groups decoder's convolutions. As a result, GroupDNet has a lot of
influence over converting natural images with semantic marks and can
produce high-quality outcomes that are feasible for containing a lotofgroups.
Experiments on a variety of difficult datasets show that GroupDNet
outperforms other algorithms in task.
KEYWORDS: Multimodal Search, Multi-LayerNeuralNetwork, Machine Learning
How to cite this paper: Ashish Jobson |
Dr. Kamlraj R "Fashion AI" Published in
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-5 |
Issue-4, June 2021,
pp.408-412, URL:
www.ijtsrd.com/papers/ijtsrd41256.pdf
Copyright © 2021 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
1. INTRODUCTION
Fashion AI, which has a broad range varietyinthe real world
uses & draws a lot of interest because it converts semantic
marks to natural pictures. Convolutional neural networks
(CNN) have been used in recent yearstoeffectivelycomplete
object identification, classification, imagesegmentation,and
texture synthesis are all techniques that can be used to
identify and recognize objects. By itself, it's a one-to-many
mapping challenge. A single semantic symbol may be
associated with a wide number of different natural images.
Using a variational auto-encoder, inserting noise during
preparation, creating several sub networks, and using
instance-level feature embeddings, among other methods,
have been used in previous studies. While these approaches
have made considerable strides in terms of image quality
and execution, we take it a step further by working on a
complex multiple-model imagesynthesismissionthatallows
us to have greater command over the performance.Features
learned on one dataset can be applied to another, but not all
datasets are created equal, so features learned on Image Net
will not perform as well on data from other datasets. Under
an increasing number of classes, however, this type of
approach quickly degrades in efficiency, increases training
time linearly, and consumes computational resources.
It seems to be appealing in general, but the upper garments
do not appeal to you. Neither of these alternatives achieves
the aim.
Figure 1: Demonstration of Fashion AI
IJTSRD41256
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 409
The analysing a chart can be translated to a genuine human
image using semantics-to-image conversion models. Then
there's the issue: either these models don't embrace
multiple-model image synthesis, or when the top garments
are modified, the rest of the model changes as well. Neither
of these options accomplishes the aim. This job isreferredto
as Fashion AI. We have a particular controller for each
semantics, as seen in Fig.1.
Building various generative networks with different
semantics and then fusing the outputs of different networks
to generate the final picture is an intuitive approach for the
problem. We creatively replace all usual convolutions in the
generator with community convolutions to unify the
generation process in only one model andmakethenetwork
more elegant. Different groups have internal similarities, for
example, the colour of the snow and the colour of the rain
can be somewhat close. This type of situation, gradually
combining the teams allows the model has sufficient
resources to create inter-relationships between various
grades, which increases the picture quality all-around.
Furthermore, when the dataset's class number is large, this
approach effectively multi gates the computation
consumption issue.
Our GroupDNet adds more controllability to procedure for
formation, resulting in Fashion AI, according to the findings.
Furthermore, in terms of image accuracy, GroupDNet
remains compatible with previous cutting-edgeapproaches,
illustrating GroupDNet's dominance.
2. Related Work
Imagesynthesiswithconditions.Image-to-imageconversion,
super resolution, domain adaption, Fashion AI image
generation, and image synthesis from etc.areall examplesof
conditional image synthesis applications inspired by
Conditional Generative Adversarial Networks. We
concentrate on converting conditional semantic marks into
natural images while increasing the task's diversity and the
power to manage in terms of semantics.
Synthesis of multimodal labels on images. Several papers
have been published on the multiple-model image synthesis
the mission. To produce high-resolution images, stopped
using Generative adversarial networks & instead using a
cascading polishinga system.Anothersourceofphotographs
was used by Wang et al. as trendy e.g., to lead procedure for
formation Jaechang Lim, Seongok Ryu, Jin Woo Kim used
VAE in their sites, which allows the generator to produce
multi-modal images. Unlike thesestudies,weconcentrate on
Fashion AI, which necessitates finely milled the power to
manage in terms of semantics rather than at the
international stage
3. Fashion AI
3.1. Problem Statement
The letter M stands for a semantic segmentation mask.a and
b are the width & height of the images, respectively.
However, another is needed source of data to monitor
generation differentiating to enablemulti-modal generation.
We normally use an encoder as the controller to retrieve a
latent code Z, as VAE suggested.
3.2. Challenge
The traditional convolutional encoder is not the best choice
since the function characterizations first and foremost
groups on the inside intertwined within the hidden code.
Even though class-specific latent code exists, figuring out
how to use it is a challenge. Simply the initial is being
replaced hidden code in VTON+ codesexclusiveto eachclass
is insufficient to do with the situation Fashion AI, as we can
see in the experiment section.
3.3. GroupDNet
We are now including detailed information about our
solution for the GroupDNet based on above review. In the
sections that follow, we'll provide a quick overview of our
network's architecture before describing the changes we
made to various network components.
The encoder E, which is based on the concepts of VAE and
SPADE, generates a hidden coding Z so expected to obey a
distribution N in the course of preparation. The encoder
makes a predication a vector with the average & the
standard deviation using 2-fold interconnectedtoaddlayers
describe the spread of encoder.
Decoder When the decoder receives the latent code Z, it
converts it to natural images using semantic labels as a
guide. This can be accomplished in a few ways, including the
semantic marks are concatenated with the state of the
feedback at each point the encoders. The first isn't
appropriate in the situation due to the fact that the decoder
input has a very small the environment scale, resulting in a
significant loss of semantic label structural information.
SPADE, as previously said, is a more generalised version of
some conditional normalisation layers that excels at
producing pixel-by-pixel guidance in semantic image
synthesis.
Figure 2: Architecture of Problem formulation of our project
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 410
3.4. Different Solution
Figure 3: A representation of a) Multi-Net Network, b) Group Networking c) Group Decreasing Network
Using community convolution in the network is anotherchoicewitha similarconcept. 3,Replaceall convolutionswithcategory
twists and turns in the encoding and decoding, and make the Division Network's the same to the number of a team of classes.
It's true technically possible analogous Multi-Net Network in the channelling the number each categoryreferstothelayerthat
corresponds in only one Multi-Net network.
Equality of classes: Well worth noting that are divided into distinct groups numbers a number of cases and, as a result, need
different amounts of network bandwidth to model them. Furthermore, not all the classes are shown in a single image.
Unbalanced classes in GroupDNet, on the other hand, share parameters with their neighbouring classes, greatly reducing the
issue of class imbalance.
In the world nature ally, has connection with other classes example, the colour of snow & the colourofrainareidentical,&tree
affect the sunlight on the ground in their surroundings, among other things. Multi-Net-Network &GroupNetwork bothusinga
combining component in the conclusion the encryptor that combines characteristics from separate in the groups a single
picture obtained to produce plausible results. The fusion module, in general, considers the correlations between different
groups.
Other option to make use of connecting network packages such as the blockage of self-awareness long- distance grab image
repercussions, however it is insurmountable calculation prevents it from being used in such scenarios.
Memory on the GPU: A graphics card's maximum GPU memory will only be able to accommodate one sample up to a certain
point. However, in GroupDNet, the issue is less serious since there are several groups’ specifications has to exchange, there is
no need for create there are a lot of sources at each class.
3.5. Error Functionality
LGAN stands for hinge variant of Loss of GAN, & Linear Frequency Modulation for feature matching loss between real and
synthetic picture. Similarly, for style transition, LP is the proposed perceptual loss. As in Eq., Cross Entropy as a loss function
concept.
4. Experimentation
4.1. Implementing
All the layers inside the generator and discriminator are subjected to Spectral Normalization. For 1 = 0 and 2 = 0.9, we use the
Adam optimizer. Furthermore, we synchronise the mean and variance statistics acrossseveral GPUsusingsynchronisedbatch
normalisation.
4.2. Dataset
We chose DeepFashion because it contains a lot of diversity acrossall semanticgroups,makingitideal for evaluatingtheability
of the model to perform multiple-model image synthesis. As a result, test the model'sexceptional strengthontheFashionAIby
comparing it to other baseline models on this dataset.
4.3. Results
On DeepFashion, we display more qualitative ablation performance. One thing to note is thatourGroupDNethasa higherlevel
of performance colour, fashion, and a lightsourceconsistencythanMulNet,GroupNet, andGroupEnc becauseofits architecture
taking into account when figuring out other relationships between various things groups. However, unlike GroupDNet, they
lose powerful Fashion AI controllability.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 411
4.3.1. Comparative analysis on image-to-label transformation
In this part, we'll look at compare our method's produced image quality to that of other label to-picture technique using the
FID, mIoU, & Accuracy metrics. Usually, since SPADE is the foundation of our network, it’s performs nearly as well on
DeepFashion datasets as SPADE. Although our system performs worse than SPADE ontheADE20Kdataset,itstill outperforms
other methods. In other sense, thisphenomenondemonstratesthe SPADEarchitectural designdominance,whiletheotherside,
it demonstrates that even Group Decreasing Network fails & manages set of data containing many semantic groups.
4.3.2. Application
As long as Group Decreasing Network adds greater number of users control to the development procedure, it's possible for a
variety of interesting applications in addition to the Fashion AI mission, as shown below.
Mixture of appearances: In this it learns about a person's various styles various sections of the body using GroupDNet during
inference. Given a human parsing mask, any combination about these designs creates a distinct picture of an individual.
Manipulation of semantics: Our network, like most label-to-image methods, allows for semantic manipulation.
Changing fashion trends: In this it produce a images in a series which gradually as opposed to the image to image a by
extrapolating between these two codes.
5. Output
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 412
6. Conclusion & Future Plan
We suggest in this paper GroupDNet, a different type
network Fashion AI. In contrast to other potential solutions
such as multiple generators, in this network follows suit
many of the group's convolutions and modifications the
number of people in the twists and turns decrease insidethe
encoder, significantly enhancing the learning performance.
While GroupDNet performs well in Fashion AI and produces
reasonably high-quality results, there arestill someissues to
be resolved. To begin with, it takes additional computing
power to learning & experiencing than pix2pix and SPADE,
despite twice as fast as multiple generators networks.
Acknowledgment
I should convey my real tendency and obligation to Dr MN
Nachappa and Asst. Prof: Dr Kamalraj R and undertaking
facilitators for their effective steerage and consistent
inspirations all through my assessment work. Their ideal
bearing, absolute co-action and second discernment have
made my work gainful.
References
[1] Ke Gong, Xiaodan Liang, Dongyu Zhang, XiaohuiShen,
and Liang Lin. Look into person: Self-supervised
structure sensitive learning and a new benchmark for
human parsing. In Proc. CVPR, pages 6757–6765,
2017
[2] Ziwei Liu, Ping Luo, Shi Qiu, Xiaogang Wang, and
Xiaoou Tang. Deep fashion: Powering robust clothes
recognition and retrieval with rich annotations. In
Proc. CVPR, 2016. 1
[3] Takeru Miyato, Toshiki Kataoka, Masanori Koyama,
and Yuichi Yoshida. Spectral normalization for
generative adversarial networks. In Proc. ICLR, 2018
[4] Shuyang Gu, Jianmin Bao, Hao Yang, Dong Chen, Fang
Wen, and Lu Yuan. Mask-guided portrait editing with
conditional gans. In Proc. CVPR, pages 3436– 3445,
2019.
[5] Xintong Han, Zuxuan Wu, Weilin Huang, Matthew R.
Scott, and Larry S. Davis. Compatible and diverse
fashion image in painting. In Proc. ICCV, 2019.
[6] Chopra, A. Sinha, H. Gupta, M. Sarkar, K. Ayush, and B.
Krishnamurthy. Powering robust fashion retrieval
with information rich feature embeddings. In
Proceedings of the IEEE Conference on Computer
Vision and Pattern Recognition Workshops, pages.
[7] K. Tanmay and K. Ayush. Augmented reality based
recommendations based on perceptual shape style
compatibility with objects in the viewpoint and color
compatibility with the background. In Proceedings of
the IEEE International Conference on Computer
Vision Workshops, pages 0– 0, 2019.
[8] J. Yim, J. J. Kim, and D. Shin, ‘‘One-shot item search
with multimodal data,’’ 2018, arXiv: 1811.10969.
[9] X. Han, Z. Wu, Y.-G. Jiang, and L. S. Davis, “Learning
fashion compatibility with bidirectional lstms,” in
Proceedings of the 2017 ACM on Multimedia
Conference, pp. 1078–1086, ACM, 2017.
[10] Y. Li, L. Cao, J. Zhu, and J. Luo, “Mining fashion outfit
composition using an end-to-end deep learning
approach on set data,” IEEE Transactions on
Multimedia, 2017.
[11] P. Tangseng, K. Yamaguchi, and T. Okatani,
“Recommending outfits from personal closet,” in
Proceedings of IEEE Winter Conference on
Applications of Computer Vision (WACV), vol. 00, pp.
269–277, Mar 2018.
[12] M. Ren, R. Kiros, and R. Zemel, “Exploring models and
data for image question answering,” in Advances in
neural information processing systems, pp. 2953–
2961, 2015.
[13] Hilsmann and P. Eisert, “Tracking and retexturing
cloth for realtime virtual clothing applications,” in
Proc. Mirage 2009—Comput. Vis./Comput. Graph.
Collab. Technol. and App., Rocquencourt,France,May
2009.
[14] P. Eisert and A. Hilsmann, “Realistic virtual try-on of
clothes using real-time augmented reality methods,”
IEEE COMSOC MMTC E-Lett., vol. 6, no. 8, pp. 37– 40,
2011.
[15] David Berthelot, Thomas Schumm, and Luke Metz.
Began: boundary equilibrium generative adversarial
networks. arXiv preprint arXiv:1703.10717, 2017.
[16] Guido Borghi, Riccardo Gasparini, Roberto Vezzani,
and Rita Cucchiara. Embedded recurrent network for
head pose estimation in car. In Proceedings of the
28th IEEE Intelligent Vehicles Symposium, 2017.

More Related Content

What's hot

IRJET- Visual Information Narrator using Neural Network
IRJET- Visual Information Narrator using Neural NetworkIRJET- Visual Information Narrator using Neural Network
IRJET- Visual Information Narrator using Neural Network
IRJET Journal
 
Fz2510901096
Fz2510901096Fz2510901096
Fz2510901096
IJERA Editor
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
IRJET Journal
 
Efficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognitEfficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognit
EL Mehdi RAOUHI
 
IRJET- A Study of Generative Adversarial Networks in 3D Modelling
IRJET- A Study of Generative Adversarial Networks in 3D ModellingIRJET- A Study of Generative Adversarial Networks in 3D Modelling
IRJET- A Study of Generative Adversarial Networks in 3D Modelling
IRJET Journal
 
State-of-the-art Image Processing across all domains
State-of-the-art Image Processing across all domainsState-of-the-art Image Processing across all domains
State-of-the-art Image Processing across all domains
Knoldus Inc.
 
RunPool: A Dynamic Pooling Layer for Convolution Neural Network
RunPool: A Dynamic Pooling Layer for Convolution Neural NetworkRunPool: A Dynamic Pooling Layer for Convolution Neural Network
RunPool: A Dynamic Pooling Layer for Convolution Neural Network
Putra Wanda
 
IRJET- Neural Story Teller using RNN and Generative Algorithm
IRJET- Neural Story Teller using RNN and Generative AlgorithmIRJET- Neural Story Teller using RNN and Generative Algorithm
IRJET- Neural Story Teller using RNN and Generative Algorithm
IRJET Journal
 
Protection of Multispectral Images using Watermarking and Encryption
Protection of Multispectral Images using Watermarking and EncryptionProtection of Multispectral Images using Watermarking and Encryption
Protection of Multispectral Images using Watermarking and Encryption
IRJET Journal
 
40120140505005 2
40120140505005 240120140505005 2
40120140505005 2
IAEME Publication
 
40120140505005
4012014050500540120140505005
40120140505005
IAEME Publication
 
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
ijma
 
Throughput optimization in
Throughput optimization inThroughput optimization in
Throughput optimization in
ingenioustech
 
Cecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in imageCecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in image
ijctet
 
101: Convolutional Neural Networks
101: Convolutional Neural Networks 101: Convolutional Neural Networks
101: Convolutional Neural Networks
Mad Scientists
 
Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...
TELKOMNIKA JOURNAL
 
Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
Tunde Ajose-Ismail
 

What's hot (17)

IRJET- Visual Information Narrator using Neural Network
IRJET- Visual Information Narrator using Neural NetworkIRJET- Visual Information Narrator using Neural Network
IRJET- Visual Information Narrator using Neural Network
 
Fz2510901096
Fz2510901096Fz2510901096
Fz2510901096
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
 
Efficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognitEfficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognit
 
IRJET- A Study of Generative Adversarial Networks in 3D Modelling
IRJET- A Study of Generative Adversarial Networks in 3D ModellingIRJET- A Study of Generative Adversarial Networks in 3D Modelling
IRJET- A Study of Generative Adversarial Networks in 3D Modelling
 
State-of-the-art Image Processing across all domains
State-of-the-art Image Processing across all domainsState-of-the-art Image Processing across all domains
State-of-the-art Image Processing across all domains
 
RunPool: A Dynamic Pooling Layer for Convolution Neural Network
RunPool: A Dynamic Pooling Layer for Convolution Neural NetworkRunPool: A Dynamic Pooling Layer for Convolution Neural Network
RunPool: A Dynamic Pooling Layer for Convolution Neural Network
 
IRJET- Neural Story Teller using RNN and Generative Algorithm
IRJET- Neural Story Teller using RNN and Generative AlgorithmIRJET- Neural Story Teller using RNN and Generative Algorithm
IRJET- Neural Story Teller using RNN and Generative Algorithm
 
Protection of Multispectral Images using Watermarking and Encryption
Protection of Multispectral Images using Watermarking and EncryptionProtection of Multispectral Images using Watermarking and Encryption
Protection of Multispectral Images using Watermarking and Encryption
 
40120140505005 2
40120140505005 240120140505005 2
40120140505005 2
 
40120140505005
4012014050500540120140505005
40120140505005
 
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
 
Throughput optimization in
Throughput optimization inThroughput optimization in
Throughput optimization in
 
Cecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in imageCecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in image
 
101: Convolutional Neural Networks
101: Convolutional Neural Networks 101: Convolutional Neural Networks
101: Convolutional Neural Networks
 
Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...
 
Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
 

Similar to Fashion AI

Fashion AI Literature
Fashion AI LiteratureFashion AI Literature
Fashion AI Literature
ijtsrd
 
IRJET - Gender Recognition from Facial Images
IRJET - Gender Recognition from Facial ImagesIRJET - Gender Recognition from Facial Images
IRJET - Gender Recognition from Facial Images
IRJET Journal
 
Transformer models for FER
Transformer models for FERTransformer models for FER
Transformer models for FER
IRJET Journal
 
IMAGE CAPTIONING USING TRANSFORMER: VISIONAID
IMAGE CAPTIONING USING TRANSFORMER: VISIONAIDIMAGE CAPTIONING USING TRANSFORMER: VISIONAID
IMAGE CAPTIONING USING TRANSFORMER: VISIONAID
IRJET Journal
 
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNINGATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
Nathan Mathis
 
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
IRJET Journal
 
IRJET - Deep Learning Approach to Inpainting and Outpainting System
IRJET -  	  Deep Learning Approach to Inpainting and Outpainting SystemIRJET -  	  Deep Learning Approach to Inpainting and Outpainting System
IRJET - Deep Learning Approach to Inpainting and Outpainting System
IRJET Journal
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
IRJET Journal
 
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet ArchitectureIRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET Journal
 
IRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural NetworkIRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural Network
IRJET Journal
 
An overview of foundation models.pdf
An overview of foundation models.pdfAn overview of foundation models.pdf
An overview of foundation models.pdf
StephenAmell4
 
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_ReportSaptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
Sitakanta Mishra
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU Architecture
IRJET Journal
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted Features
IRJET Journal
 
IRJET- Concepts, Methods and Applications of Neural Style Transfer: A Rev...
IRJET-  	  Concepts, Methods and Applications of Neural Style Transfer: A Rev...IRJET-  	  Concepts, Methods and Applications of Neural Style Transfer: A Rev...
IRJET- Concepts, Methods and Applications of Neural Style Transfer: A Rev...
IRJET Journal
 
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
sipij
 
A Survey on Image Processing using CNN in Deep Learning
A Survey on Image Processing using CNN in Deep LearningA Survey on Image Processing using CNN in Deep Learning
A Survey on Image Processing using CNN in Deep Learning
IRJET Journal
 
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENTAPPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
sipij
 
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENTAPPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
sipij
 
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
IRJET Journal
 

Similar to Fashion AI (20)

Fashion AI Literature
Fashion AI LiteratureFashion AI Literature
Fashion AI Literature
 
IRJET - Gender Recognition from Facial Images
IRJET - Gender Recognition from Facial ImagesIRJET - Gender Recognition from Facial Images
IRJET - Gender Recognition from Facial Images
 
Transformer models for FER
Transformer models for FERTransformer models for FER
Transformer models for FER
 
IMAGE CAPTIONING USING TRANSFORMER: VISIONAID
IMAGE CAPTIONING USING TRANSFORMER: VISIONAIDIMAGE CAPTIONING USING TRANSFORMER: VISIONAID
IMAGE CAPTIONING USING TRANSFORMER: VISIONAID
 
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNINGATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
ATTENTION BASED IMAGE CAPTIONING USING DEEP LEARNING
 
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
IRJET - Multi-Label Road Scene Prediction for Autonomous Vehicles using Deep ...
 
IRJET - Deep Learning Approach to Inpainting and Outpainting System
IRJET -  	  Deep Learning Approach to Inpainting and Outpainting SystemIRJET -  	  Deep Learning Approach to Inpainting and Outpainting System
IRJET - Deep Learning Approach to Inpainting and Outpainting System
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
 
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet ArchitectureIRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet Architecture
 
IRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural NetworkIRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural Network
 
An overview of foundation models.pdf
An overview of foundation models.pdfAn overview of foundation models.pdf
An overview of foundation models.pdf
 
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_ReportSaptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
Saptashwa_Mitra_Sitakanta_Mishra_Final_Project_Report
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU Architecture
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted Features
 
IRJET- Concepts, Methods and Applications of Neural Style Transfer: A Rev...
IRJET-  	  Concepts, Methods and Applications of Neural Style Transfer: A Rev...IRJET-  	  Concepts, Methods and Applications of Neural Style Transfer: A Rev...
IRJET- Concepts, Methods and Applications of Neural Style Transfer: A Rev...
 
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
ADVANCED SINGLE IMAGE RESOLUTION UPSURGING USING A GENERATIVE ADVERSARIAL NET...
 
A Survey on Image Processing using CNN in Deep Learning
A Survey on Image Processing using CNN in Deep LearningA Survey on Image Processing using CNN in Deep Learning
A Survey on Image Processing using CNN in Deep Learning
 
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENTAPPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
 
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENTAPPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
APPLICATION OF CONVOLUTIONAL NEURAL NETWORK IN LAWN MEASUREMENT
 
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
An Intelligent approach to Pic to Cartoon Conversion using White-box-cartooni...
 

More from YogeshIJTSRD

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An Overview
YogeshIJTSRD
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis Procera
YogeshIJTSRD
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of Paralysis
YogeshIJTSRD
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
YogeshIJTSRD
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and Struggles
YogeshIJTSRD
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin Disorder
YogeshIJTSRD
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
YogeshIJTSRD
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
YogeshIJTSRD
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption Standard
YogeshIJTSRD
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
YogeshIJTSRD
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe Line
YogeshIJTSRD
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable Core
YogeshIJTSRD
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and Police
YogeshIJTSRD
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of Life
YogeshIJTSRD
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
YogeshIJTSRD
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
YogeshIJTSRD
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An Overview
YogeshIJTSRD
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to Biometrics
YogeshIJTSRD
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
YogeshIJTSRD
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
YogeshIJTSRD
 

More from YogeshIJTSRD (20)

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An Overview
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis Procera
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of Paralysis
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and Struggles
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin Disorder
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption Standard
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe Line
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable Core
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and Police
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of Life
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An Overview
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to Biometrics
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
 

Recently uploaded

South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 

Recently uploaded (20)

South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 

Fashion AI

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 408 Fashion AI Ashish Jobson1, Dr. Kamlraj R2 1Student, 2Associate Professor, 1,2School of CS and IT, Jain University, Bangalore, Karnataka, India ABSTRACT We concentrate on the task of Fashion AI, which entails creating images that are multimodal in terms of semantics. Previous research has attempted to make use of several generators for particular classes, which limits its application to datasets that have a just a few classes available. Instead, I suggest a new Group Decrease Network (GroupDNet), which takes advantage in the generator of group convolutions & gradually reducesthepercentagesof the groups decoder's convolutions. As a result, GroupDNet has a lot of influence over converting natural images with semantic marks and can produce high-quality outcomes that are feasible for containing a lotofgroups. Experiments on a variety of difficult datasets show that GroupDNet outperforms other algorithms in task. KEYWORDS: Multimodal Search, Multi-LayerNeuralNetwork, Machine Learning How to cite this paper: Ashish Jobson | Dr. Kamlraj R "Fashion AI" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-5 | Issue-4, June 2021, pp.408-412, URL: www.ijtsrd.com/papers/ijtsrd41256.pdf Copyright © 2021 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) 1. INTRODUCTION Fashion AI, which has a broad range varietyinthe real world uses & draws a lot of interest because it converts semantic marks to natural pictures. Convolutional neural networks (CNN) have been used in recent yearstoeffectivelycomplete object identification, classification, imagesegmentation,and texture synthesis are all techniques that can be used to identify and recognize objects. By itself, it's a one-to-many mapping challenge. A single semantic symbol may be associated with a wide number of different natural images. Using a variational auto-encoder, inserting noise during preparation, creating several sub networks, and using instance-level feature embeddings, among other methods, have been used in previous studies. While these approaches have made considerable strides in terms of image quality and execution, we take it a step further by working on a complex multiple-model imagesynthesismissionthatallows us to have greater command over the performance.Features learned on one dataset can be applied to another, but not all datasets are created equal, so features learned on Image Net will not perform as well on data from other datasets. Under an increasing number of classes, however, this type of approach quickly degrades in efficiency, increases training time linearly, and consumes computational resources. It seems to be appealing in general, but the upper garments do not appeal to you. Neither of these alternatives achieves the aim. Figure 1: Demonstration of Fashion AI IJTSRD41256
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 409 The analysing a chart can be translated to a genuine human image using semantics-to-image conversion models. Then there's the issue: either these models don't embrace multiple-model image synthesis, or when the top garments are modified, the rest of the model changes as well. Neither of these options accomplishes the aim. This job isreferredto as Fashion AI. We have a particular controller for each semantics, as seen in Fig.1. Building various generative networks with different semantics and then fusing the outputs of different networks to generate the final picture is an intuitive approach for the problem. We creatively replace all usual convolutions in the generator with community convolutions to unify the generation process in only one model andmakethenetwork more elegant. Different groups have internal similarities, for example, the colour of the snow and the colour of the rain can be somewhat close. This type of situation, gradually combining the teams allows the model has sufficient resources to create inter-relationships between various grades, which increases the picture quality all-around. Furthermore, when the dataset's class number is large, this approach effectively multi gates the computation consumption issue. Our GroupDNet adds more controllability to procedure for formation, resulting in Fashion AI, according to the findings. Furthermore, in terms of image accuracy, GroupDNet remains compatible with previous cutting-edgeapproaches, illustrating GroupDNet's dominance. 2. Related Work Imagesynthesiswithconditions.Image-to-imageconversion, super resolution, domain adaption, Fashion AI image generation, and image synthesis from etc.areall examplesof conditional image synthesis applications inspired by Conditional Generative Adversarial Networks. We concentrate on converting conditional semantic marks into natural images while increasing the task's diversity and the power to manage in terms of semantics. Synthesis of multimodal labels on images. Several papers have been published on the multiple-model image synthesis the mission. To produce high-resolution images, stopped using Generative adversarial networks & instead using a cascading polishinga system.Anothersourceofphotographs was used by Wang et al. as trendy e.g., to lead procedure for formation Jaechang Lim, Seongok Ryu, Jin Woo Kim used VAE in their sites, which allows the generator to produce multi-modal images. Unlike thesestudies,weconcentrate on Fashion AI, which necessitates finely milled the power to manage in terms of semantics rather than at the international stage 3. Fashion AI 3.1. Problem Statement The letter M stands for a semantic segmentation mask.a and b are the width & height of the images, respectively. However, another is needed source of data to monitor generation differentiating to enablemulti-modal generation. We normally use an encoder as the controller to retrieve a latent code Z, as VAE suggested. 3.2. Challenge The traditional convolutional encoder is not the best choice since the function characterizations first and foremost groups on the inside intertwined within the hidden code. Even though class-specific latent code exists, figuring out how to use it is a challenge. Simply the initial is being replaced hidden code in VTON+ codesexclusiveto eachclass is insufficient to do with the situation Fashion AI, as we can see in the experiment section. 3.3. GroupDNet We are now including detailed information about our solution for the GroupDNet based on above review. In the sections that follow, we'll provide a quick overview of our network's architecture before describing the changes we made to various network components. The encoder E, which is based on the concepts of VAE and SPADE, generates a hidden coding Z so expected to obey a distribution N in the course of preparation. The encoder makes a predication a vector with the average & the standard deviation using 2-fold interconnectedtoaddlayers describe the spread of encoder. Decoder When the decoder receives the latent code Z, it converts it to natural images using semantic labels as a guide. This can be accomplished in a few ways, including the semantic marks are concatenated with the state of the feedback at each point the encoders. The first isn't appropriate in the situation due to the fact that the decoder input has a very small the environment scale, resulting in a significant loss of semantic label structural information. SPADE, as previously said, is a more generalised version of some conditional normalisation layers that excels at producing pixel-by-pixel guidance in semantic image synthesis. Figure 2: Architecture of Problem formulation of our project
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 410 3.4. Different Solution Figure 3: A representation of a) Multi-Net Network, b) Group Networking c) Group Decreasing Network Using community convolution in the network is anotherchoicewitha similarconcept. 3,Replaceall convolutionswithcategory twists and turns in the encoding and decoding, and make the Division Network's the same to the number of a team of classes. It's true technically possible analogous Multi-Net Network in the channelling the number each categoryreferstothelayerthat corresponds in only one Multi-Net network. Equality of classes: Well worth noting that are divided into distinct groups numbers a number of cases and, as a result, need different amounts of network bandwidth to model them. Furthermore, not all the classes are shown in a single image. Unbalanced classes in GroupDNet, on the other hand, share parameters with their neighbouring classes, greatly reducing the issue of class imbalance. In the world nature ally, has connection with other classes example, the colour of snow & the colourofrainareidentical,&tree affect the sunlight on the ground in their surroundings, among other things. Multi-Net-Network &GroupNetwork bothusinga combining component in the conclusion the encryptor that combines characteristics from separate in the groups a single picture obtained to produce plausible results. The fusion module, in general, considers the correlations between different groups. Other option to make use of connecting network packages such as the blockage of self-awareness long- distance grab image repercussions, however it is insurmountable calculation prevents it from being used in such scenarios. Memory on the GPU: A graphics card's maximum GPU memory will only be able to accommodate one sample up to a certain point. However, in GroupDNet, the issue is less serious since there are several groups’ specifications has to exchange, there is no need for create there are a lot of sources at each class. 3.5. Error Functionality LGAN stands for hinge variant of Loss of GAN, & Linear Frequency Modulation for feature matching loss between real and synthetic picture. Similarly, for style transition, LP is the proposed perceptual loss. As in Eq., Cross Entropy as a loss function concept. 4. Experimentation 4.1. Implementing All the layers inside the generator and discriminator are subjected to Spectral Normalization. For 1 = 0 and 2 = 0.9, we use the Adam optimizer. Furthermore, we synchronise the mean and variance statistics acrossseveral GPUsusingsynchronisedbatch normalisation. 4.2. Dataset We chose DeepFashion because it contains a lot of diversity acrossall semanticgroups,makingitideal for evaluatingtheability of the model to perform multiple-model image synthesis. As a result, test the model'sexceptional strengthontheFashionAIby comparing it to other baseline models on this dataset. 4.3. Results On DeepFashion, we display more qualitative ablation performance. One thing to note is thatourGroupDNethasa higherlevel of performance colour, fashion, and a lightsourceconsistencythanMulNet,GroupNet, andGroupEnc becauseofits architecture taking into account when figuring out other relationships between various things groups. However, unlike GroupDNet, they lose powerful Fashion AI controllability.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 411 4.3.1. Comparative analysis on image-to-label transformation In this part, we'll look at compare our method's produced image quality to that of other label to-picture technique using the FID, mIoU, & Accuracy metrics. Usually, since SPADE is the foundation of our network, it’s performs nearly as well on DeepFashion datasets as SPADE. Although our system performs worse than SPADE ontheADE20Kdataset,itstill outperforms other methods. In other sense, thisphenomenondemonstratesthe SPADEarchitectural designdominance,whiletheotherside, it demonstrates that even Group Decreasing Network fails & manages set of data containing many semantic groups. 4.3.2. Application As long as Group Decreasing Network adds greater number of users control to the development procedure, it's possible for a variety of interesting applications in addition to the Fashion AI mission, as shown below. Mixture of appearances: In this it learns about a person's various styles various sections of the body using GroupDNet during inference. Given a human parsing mask, any combination about these designs creates a distinct picture of an individual. Manipulation of semantics: Our network, like most label-to-image methods, allows for semantic manipulation. Changing fashion trends: In this it produce a images in a series which gradually as opposed to the image to image a by extrapolating between these two codes. 5. Output
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41256 | Volume – 5 | Issue – 4 | May-June 2021 Page 412 6. Conclusion & Future Plan We suggest in this paper GroupDNet, a different type network Fashion AI. In contrast to other potential solutions such as multiple generators, in this network follows suit many of the group's convolutions and modifications the number of people in the twists and turns decrease insidethe encoder, significantly enhancing the learning performance. While GroupDNet performs well in Fashion AI and produces reasonably high-quality results, there arestill someissues to be resolved. To begin with, it takes additional computing power to learning & experiencing than pix2pix and SPADE, despite twice as fast as multiple generators networks. Acknowledgment I should convey my real tendency and obligation to Dr MN Nachappa and Asst. Prof: Dr Kamalraj R and undertaking facilitators for their effective steerage and consistent inspirations all through my assessment work. Their ideal bearing, absolute co-action and second discernment have made my work gainful. References [1] Ke Gong, Xiaodan Liang, Dongyu Zhang, XiaohuiShen, and Liang Lin. Look into person: Self-supervised structure sensitive learning and a new benchmark for human parsing. In Proc. CVPR, pages 6757–6765, 2017 [2] Ziwei Liu, Ping Luo, Shi Qiu, Xiaogang Wang, and Xiaoou Tang. Deep fashion: Powering robust clothes recognition and retrieval with rich annotations. In Proc. CVPR, 2016. 1 [3] Takeru Miyato, Toshiki Kataoka, Masanori Koyama, and Yuichi Yoshida. Spectral normalization for generative adversarial networks. In Proc. ICLR, 2018 [4] Shuyang Gu, Jianmin Bao, Hao Yang, Dong Chen, Fang Wen, and Lu Yuan. Mask-guided portrait editing with conditional gans. In Proc. CVPR, pages 3436– 3445, 2019. [5] Xintong Han, Zuxuan Wu, Weilin Huang, Matthew R. Scott, and Larry S. Davis. Compatible and diverse fashion image in painting. In Proc. ICCV, 2019. [6] Chopra, A. Sinha, H. Gupta, M. Sarkar, K. Ayush, and B. Krishnamurthy. Powering robust fashion retrieval with information rich feature embeddings. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pages. [7] K. Tanmay and K. Ayush. Augmented reality based recommendations based on perceptual shape style compatibility with objects in the viewpoint and color compatibility with the background. In Proceedings of the IEEE International Conference on Computer Vision Workshops, pages 0– 0, 2019. [8] J. Yim, J. J. Kim, and D. Shin, ‘‘One-shot item search with multimodal data,’’ 2018, arXiv: 1811.10969. [9] X. Han, Z. Wu, Y.-G. Jiang, and L. S. Davis, “Learning fashion compatibility with bidirectional lstms,” in Proceedings of the 2017 ACM on Multimedia Conference, pp. 1078–1086, ACM, 2017. [10] Y. Li, L. Cao, J. Zhu, and J. Luo, “Mining fashion outfit composition using an end-to-end deep learning approach on set data,” IEEE Transactions on Multimedia, 2017. [11] P. Tangseng, K. Yamaguchi, and T. Okatani, “Recommending outfits from personal closet,” in Proceedings of IEEE Winter Conference on Applications of Computer Vision (WACV), vol. 00, pp. 269–277, Mar 2018. [12] M. Ren, R. Kiros, and R. Zemel, “Exploring models and data for image question answering,” in Advances in neural information processing systems, pp. 2953– 2961, 2015. [13] Hilsmann and P. Eisert, “Tracking and retexturing cloth for realtime virtual clothing applications,” in Proc. Mirage 2009—Comput. Vis./Comput. Graph. Collab. Technol. and App., Rocquencourt,France,May 2009. [14] P. Eisert and A. Hilsmann, “Realistic virtual try-on of clothes using real-time augmented reality methods,” IEEE COMSOC MMTC E-Lett., vol. 6, no. 8, pp. 37– 40, 2011. [15] David Berthelot, Thomas Schumm, and Luke Metz. Began: boundary equilibrium generative adversarial networks. arXiv preprint arXiv:1703.10717, 2017. [16] Guido Borghi, Riccardo Gasparini, Roberto Vezzani, and Rita Cucchiara. Embedded recurrent network for head pose estimation in car. In Proceedings of the 28th IEEE Intelligent Vehicles Symposium, 2017.