Krishan0507 / Fashion-AI

Fashion-AI is a PyTorch code base that implements various sate-of-the-art algorithms related to fashion AI, e.g., compatibility prediction, outfit recommendation, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fashion-AI

Fashion-AI is a PyTorch code base that implements various sate-of-the-art algorithms related to fashion AI, e.g., compatibility prediction, outfit recommendation, etc.

Install

See INSTALL.md

Papers Implemented

[1]   Context-Aware Visual Compatibility Prediction
CVPR, 2019, [pdf]
[2]   Learning Binary Code for Personalized Fashion Recommendation.
CVPR, 2019, [pdf]
[3]   DeepFashion2: A Versatile Benchmark for Detection, Pose Estimation, Segmentation and Re-Identification of Clothing Images.
CVPR, 2019, [pdf]

Table of Contents

Compatibility Prediction / Outfit Recommendation

Context-aware Visual Compatibility Prediction

Performance Comparison on Polyvore

Method Fill-In-The-Blank (FITB) Accuracy Compatibility AUC
Orig.(Easy) Res.(Hard) Orig.(Easy) Res.(Hard)
Siamese Net 54.2 54.4 0.85 0.85
Bi-LSTM 68.6 64.9 0.90 0.94
TA-CSN 86.1 65.0 0.98 0.93
Context (Orig.) (K=0) 62.2 47.0 0.86 0.76
Context (Ours) (K=0) 64.8 48.3 0.86 0.77
Context (Orig.) (K=3) 95.9 90.9 0.99 0.98
Context (Ours) (K=3) 95.3 91.1 0.99 0.98
Context (Orig.) (K=15) 96.9 92.7 0.99 0.99
Context (Ours) (K=15) 96.4 92.7 0.99 0.99

Please refer here for details.

About

Fashion-AI is a PyTorch code base that implements various sate-of-the-art algorithms related to fashion AI, e.g., compatibility prediction, outfit recommendation, etc.

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Shell 0.8%