image
image
user-login
Patent search/

FASHION RECOMMENDATION SYSTEM

search

Patent Search in India

  • tick

    Extensive patent search conducted by a registered patent agent

  • tick

    Patent search done by experts in under 48hrs

₹999

₹399

Talk to expert

FASHION RECOMMENDATION SYSTEM

ORDINARY APPLICATION

Published

date

Filed on 21 November 2024

Abstract

ABSTRACT: The fashion industry has witnessed significant growth, driven by the innate human attraction towards visually appealing aesthetics. With the emergence of recommender systems across various domains, retail industries are embracing technological advancements to enhance their business models. Fashion, an integral part of human culture for centuries, continues to evolve, attracting increased attention, particularly from women who are closely associated with fashion and style. However, the vast array of options available on e-commerce platforms has made decision-making challenging for consumers. To address this issue, we propose a personalized Fashion Recommender System that generates recommendations based on input images provided by users. Unlike conventional systems, our approach utilizes Convolutional Neural Networks (CNNs) and a Nearest Neighbor-backed recommender to process images from the Fashion Product Images Dataset and generate recommendations. Transfer learning from ResNet50 is employed to fine-tune the neural networks, ensuring high accuracy and low error.

Patent Information

Application ID202441090508
Invention FieldCOMPUTER SCIENCE
Date of Application21/11/2024
Publication Number48/2024

Inventors

NameAddressCountryNationality
Buvana MSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia
Aishwarya Laxmi YSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia
Nithyasri KSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHAINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia
Richytha H SSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHAINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia

Applicants

NameAddressCountryNationality
Buvana MBuvana M, SRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062. 6381939625 buvanamit@siet.ac.inIndiaIndia
Aishwarya Laxmi YSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia
Nithyasri KSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia
Richytha H SSRI SHAKTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY, SRI SHAKTHI NAGAR, L&T BY-PASS CHINNIYAMPALAYAM, COIMBATORE,TAMILNADU-641062.IndiaIndia

Specification

FIELD OF THE INVENTION
The fashion industry has undergone a rapid transformation in recent
years, driven by technological advancements and changing consumer behavior.
With the proliferation of e-commerce platforms, consumers now have access to
a vast array of fashion choices, making the decision-making process increasingly
complex.However, the abundance of options has also created challenges for
consumers, who often struggle to find clothing items that match their personal
style and preferences.
To address this challenge, there is a growing need for personalized
recommendation systems that can help consumers navigate the overwhelming
landscape of fashion choices available online. Traditional recommender systems
that rely solely on user history and preferences may not always provide accurate
recommendations, particularly when users are seeking specific clothing items
based on visual cues. In this case study, we propose a personalized Fashion
Recommender System that leverages advanced technologies such as
Convolutional Neural Networks (CNNs) and transfer learning to provide
consumers with personalized recommendations based on input images provided
by users.
By analyzing visual cues from input images, our system aims to
enhance the fashion exploration experience for consumers, enabling them to
discover new trends and make more informed decisions about their clothing
purchasesln the following sections, we will discuss the background of the fashion
industry, the challenges faced by consumers in the era of abundant fashion
choices, our proposed methodology, experiment results.
ALGORITHM IMPLEMENTED
Deep Learning Models (ResNetSO and VGG16)
We employ ResNet50 and VGG 16, two state-of-the-art convolutional
neural network (CNN) architectures, for image feature extraction.These models
are trained using transfer learning on the Kaggle Fashion Product Images Dataset,
allowing them to capture rich visual features from fashion images.
Ensemble Learning
Ensemble learning techniques are used to combine the outputs ofResNet50
and VGG 16 models.By leveraging ensemble methods such as averaging or
combining the outputs, we create a more robust ancl accurate rec.omme.ndation
system.
Sklearn Nearest Neighbors Algorithm
We utilize the Sklearn Nearest Neighbors algorithm to find the nearest
neighbors for a given input image using the combined em beddings generated by
the ensemble ofResNet50 and VGG 16 models. The cosine similarity measure is
calculated to generate top recommendations based on visual similarities.
Evaluation Metrics
Standard evaluation metrics such as precision, recall, and F !-score are
used to evaluate the performance of our system.Additionally, recommendations
are validated through user studies and AlB testing to assess user satisfaction and
system effectiveness.
Preprocessing and Data Handling
We preprocess fashion images from the Kaggle Fashion Product Images
Dataset to ensure uniformity in size and format, using libraries such as OpenCV
and PIL. Pandas is used for data handling and manipulation tasks, ensuring
efficient processing of the dataset.
, short for Residual Network with 50 layers, is a deep effective for various computer vision tasks, including image classification, object
detection, and feature extraction. Developed by Microsoft Research, ResNetSO is
an extension of the original ResNet architecture, which introduced the concept of
residual learning.Deep Architecture:ResNetSO consists of 50 convolutional
layers, making it a deep neural network capable of learning complex hierarchical
features from input images.Residual Learning: The key innovation of ResNetSO
is the introduction of residual blocks, which allow for the training of very deep
networks without encountering the vanishing gradient problem. In a residual
block, the input to a layer is added to the output of the layer, allowing the network
to learn residual mappings.ResNetSO is often used as a pre-trained model,
meaning it has been trained on a large dataset (usually ImageNet) and then finetuned
for specific tasks. This pre-training allows the model to learn rich and
generalizable features from images, which can then be used for a variety of
downstream tasks.Transfer Learning: One of the main advantages of using
ResNetSO is its suitability for transfer learning. By leveraging the pre-trained
weights ofResNetSO, developers can significantly reduce the amount of data and
time required to train a model for a specific task.
FUTURE ENHANCEMENTS
Incorporating user feedback mechanisms into the Fashion Recommender
System is essential for continuously improving recommendation accuracy and
user satisfaction. By allowing users to rate and provide feedback on
recommended fashion items, the system can gather valuable insights into user
preferences and behavior. This feedback loop enables the system to refine future
recommendations based on the evolving tastes and preferences of users. For
instance, users can provide feedback on whether the recommended items align
with their style, fit their preferences, or match their current needs. By analyzing
this feedback, the system can learn from user interactions and tailor
recommendations more effectively, ultimately enhancing the overall user
expenence.
recommendation algorithms such as collaborative filtering and matrix
factorization. Collaborative filtering analyzes user behavior and preferences to
generate recommendations based on similarities between users and items. Matrix
factorization techniques decompose user-item interaction matrices to uncover
underlying patterns and relationships, enabling more accurate and personalized
recommendations. Additionally, the system will implement reinforcement
learning techniques to dynamically adapt to user preferences over time. By
continuously learning from user interactions and feedback, the system can
optimize recommendation strategies to better align with individual user
preferences and evolving fashion trends. These advanced algorithms will enhance
the effectiveness of the Fashion Recommender System, providing users with
more relevant and personalized fashion recommendations.
Expanding the Fashion Recommender System to support multi-modal
recommendations will enrich the recommendation process by incorporating textbased
product descriptions and user reviews alongside image data. By leveraging
multiple sources of information, including textual product descriptions and usergenerated
reviews, the system can gain a more comprehensive understanding of
fashion items and user preference.
DETAILED DESCRIPTION OF THE INVENTION
· Fashion recommender systems have become increasingly popular in
recent years, driven by the growing demand for personalized shopping
experiences and the expansion of the online fashion market. Several existing
systems employ different approaches to recommend clothing items to users based
on their preferences and browsing behavior Content-based recommendation
systems analyze the features of items and users' preferences to generate
recommendations. In the context of fashion, these systems extract features such
as color, pattern, style, and fabric from clothing images to recommend similar
items. One example of a content-based fashion recommendation system is the one
proposed by Chen et al. (20 18), which utilizes deep learning techniques to extract
visual features from fashion images and generate personalized recommendations
for users.
· Image-based recommendation systems leverage advanced technologies
such as Convolutional Neural Networks (CNNs) to analyze fashion images and
generate recommendations based on visual similarities. These systems allow
users to upload images of clothing items they like and receive recommendations
for similar items. For example, the system proposed by Liu et al. (2020) employs
a combination of CNNs and Nearest Neighbor Algorithms to generate
Personalized fashion recommendations based on user-uploaded imagesTransfer
learning has emerged as a powerful technique in fashion recommendation
systems, particularly for addressing the challenges posed by small datasets. By
pre-training deep learning models on large-scale fashion datasets, such as the
DeepFashion dataset, and fine-tuning them on smaller, domain-specific datasets,
researchers can improve the performance of fashion recommendation systems.
For instance, the system developed by Kim et al. (20 19) utilizes transfer learning
from pre-trained CNN models to extract rich representations of fashion items and
generate accurate and personalized recommendations for users. The evaluation of
fashion recommend~tion systems is essential for assessing their performance and
effectiveness .
Researchers have proposed various metrics for evaluating the accuracy,
diversity, novelty, and serendipity of recommendations generated by these
systems. Common evaluation metrics include precision, recall, F !-score, and
Mean Average Precision(MAP). Additionally, user studies and AlB testing are
conducted to assess the user satisfaction and effectiveness of fashion
recommendation systems in real-world scenarios. Evaluating these systems helps
researchers identifY areas for improvement and develop more effective
recommendation algorithms to enhance the fashion exploration experience for
users.

CLAIMS
We claim that,
I. The system of claim I, Image-based recommendation systems utilize
Convolutional Neural Networks.(CNNs) to analyze fashion images and provide
recommendations based on visual similarities, enabling users to discover products
matching their aesthetic preferences.
2. The system of claim 2, ResNet50, with its 50-layer deep architecture and residual
blocks, overcomes vanishing gradient issues and learns rich hierarchical features.
Prectrained on large datasets like ImageNet, it supports transfer learning, reducing
training time and data needs while enhancing accuracy ±or tasks like fashion
recommendation.
3. The system of claim 3, Transfer learning addresses data limitations by pre-training
models on large-scale datasets like DeepFashion and fine-tuning them for
domain-specific applications, leading to more accurate and efficient
recommendations.
4. The system of claim 4, Fashion recommender systems are rigorously assessed
using metrics like precision, recall, F 1-score, and Mean Average Precision (MAP)
to ensure accuracy, diversity, novelty, and user satisfaction.
5. The system of claim 5, AlB testing and user studies help evaluate the real-world
impact of these systems, providing insights into user satisfaction and highlighting
areas for enhancement.

Documents

NameDate
202441090508-Form 1-211124.pdf25/11/2024
202441090508-Form 2(Title Page)-211124.pdf25/11/2024

footer-service

By continuing past this page, you agree to our Terms of Service,Cookie PolicyPrivacy Policy  and  Refund Policy  © - Uber9 Business Process Services Private Limited. All rights reserved.

Uber9 Business Process Services Private Limited, CIN - U74900TN2014PTC098414, GSTIN - 33AABCU7650C1ZM, Registered Office Address - F-97, Newry Shreya Apartments Anna Nagar East, Chennai, Tamil Nadu 600102, India.

Please note that we are a facilitating platform enabling access to reliable professionals. We are not a law firm and do not provide legal services ourselves. The information on this website is for the purpose of knowledge only and should not be relied upon as legal advice or opinion.