This is the Fashion IQ challenge submission and leaderboard site. The Fashion IQ challenge features a novel computer vision task: retrieving images by natural language based feedback. Advancement on this task can lead to image search engines with more natural and effective interface and can pave the way towards conversational image search retrieval systems.
Please check the challenge website for more details of the challenge.
You can have access to Fashion IQ challenge 2019 by this link
Please leave your comments and questions in the Forum Tab. Our team will respond in a speedy fashion. Alternatively, you can send your questions to yupeng.gao@ibm.com
The retrieval results are evaluated by recall on the test splits of the dataset. For each of the three fashion categories (dresses, tops, shirts), Recall@10 and Recall@50 will be computed on all test queries. The overall performance is computed by taking the average of Recall@10 and Recall@50 on the three fashion categories.
Please save your results in three files: "dress.predict.json", "toptee.predict.json", "shirt.predict.json" for both the development submission and the test submission. Please zip all three files into one "zip" file and submit it to the leaderboard of the respective phase. For each query, you will only need to keep the top 50 image IDs of the retrieval ranking list, since we only need to compute recall@10 and recall@50.
The submission should use the following format:
[{
"candidate": image_ID(str),
"ranking": image_ID(str),image_ID(str),image_ID(str),....
},
{
"candidate": image_ID(str),
"ranking": image_ID(str),image_ID(str),image_ID(str),....
},
... ...
]
The Fashion IQ Dataset: Retrieving Images by Combining Side Information and Relative Natural Language Feedback. Xiaoxiao Guo*, Hui Wu*, Yupeng Gao, Steve Rennie and Rogerio Feris. Arxiv. 2019
Start: Feb. 14, 2020, midnight
Description: In this phase, you can submit the result of validation set and see your rank in leaderboard.
Start: May 20, 2020, 11:59 p.m.
Description: In this phase, you can submit the result of test set and the leaderboard will show the result of testing set.
Dec. 31, 2025, 11:59 p.m.
You must be logged in to participate in competitions.
Sign In# | Username | Score |
---|---|---|
1 | jskim | 0.52 |
2 | tianxi.tl | 0.50 |
3 | ganfu.wb | 0.50 |