Skip to content

sagarverma/FashionRecommendationST-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code for the paper "Diversity in Fashion Recommendation Using Semantic Parsing" (ICIP 2018)

This repository contains the code for the research paper titled "Diversity in Fashion Recommendation Using Semantic Parsing" by Sagar Verma, Sukhad Anand, Chetan Arora, and Atul Rai.

Requirements

The code has been test on:

  • Nvidia P5000 GPU
  • Ubuntu 16.04 LTS
  • Pytorch v0.4.0
  • Opencv 3.0

Model architecture

Dataset

  1. Fashion144k
  2. Fashion550k
  3. DeepFashion
  4. Modified labels

Description of files:

1 train.py : This file contains the code for training the model. 2 test.py : This file contains the code for testing the model on deep fashion dataset. 3 extract_features.py : This file contains the code for extracting features using the network from the images which can then be compared to get the testing accuracy.

Training:

  1. Create a numpy file containing the train ids of the images on which the model has to be trained.
  2. Create a numpy file containing the labels corresponding to trainids of the images used for training.
  3. Give the created numpy files as input to the training script to begin the training.
  4. Train the model until loss converges (40-50 epochs)

Testing (to reproduce the results as in the research paper):

For each category (examples trousers etc)

  1. Extract features from images corresponding to all categories and store them in a dictionary
  2. Get top 100 candidates for each image using stylenet and euclidean distance as a measure.
  3. Use the euclidean distance as a measure to get the top-k accuracy from the extracted features.

Trained weights

Weigths

Publication

S. Verma, S. Anand, C. Arora, and A. Rai, "Diversity in Fashion Recommendation Using Semantic Parsing." International Conference on Image Processing (ICIP) (Oral) PDF

Citation

Please cite the following paper if you find this repository useful.

@article{Sagar2018fashion,
  author      = {Sagar Verma and
                 Sukhad Anand and
                 Chetan Arora and
                 Atul Rai},
  title       = {Diversity in Fashion Recommendation Using Semantic Parsing},
  booktitle   = {ICIP},
  year        = {2018}
}

Contact

For any queries, please contact

Sagar Verma: sagar15056@iiitd.ac.in