Hierarchical Fashion Graph Network for Personalized Outfit Recommendation, SIGIR 2020

Overview

hierarchical_fashion_graph_network

This is our Tensorflow implementation for the paper:

Xingchen Li, Xiang Wang, Xiangnan He, Long Chen, Jun Xiao, and Tat-Seng Chua. Hierarchical Fashion Graph Network for Personalized Outfit Recommendation. In SIGIR 2020.

Introduction

Hierarchical Fashion Graph Network (HFGN) is a new recommendation framework for personalized outfit recommendation task based on hierarchical graph structure.

Citation

If you want to use our codes and datasets in your research, please cite:

@inproceedings{HFGN20,
  author    = {Xingchen Li and
               Xiang Wang and
               Xiangnan He and
               Long Chen and
               Jun Xiao and
               Tat{-}Seng Chua},
  title     = {Hierarchical Fashion Graph Network for Personalized Outfit Recommendation},
  booktitle = {Proceedings of the 43rd International {ACM} {SIGIR} Conference on
               Research and Development in Information Retrieval, {SIGIR} 2020.},
  year      = {2020},
}

Dataset

Our experiment are based on POG dataset. We reprocess the data and save the files, and the file format is listed in Data/pog.

Environment

tensorflow == 1.10.1 python == 3.6

Run the Codes

python model.py -regs 1e-5 --embed_size 64 --batch_size 1024

Train the model

For Fill in the Blank (FLTB) task, we only optimize the compatibility loss: L_{com}.

For Personalized outfit Recommendation task, we use the pretrained FLTB model to intialized the whole model to obtain better performance.

Comments
  • data processing

    data processing

    Hi, "To ensure the quality of dataset, we only retain the users with at least 20 interactions and the outfits with at least 10 interactions". "the outfits with at least 10 interactions" refers to? I tried some methods but couldn't get numbers of user and outfit as said in the paper(53897 27694).

    opened by lydiayl 0
  • How to reprocess fltb_test_file.txt file

    How to reprocess fltb_test_file.txt file

    Hi, Can anyone please tell how to reprocess fltb_test_file.txt,i dont understand what is mask_position.And how to determine pos_outfit and neg_outfit.

    Thanks in Advance

    opened by mahi214 0
  • 能否详细说说数据集的预处理环节?

    能否详细说说数据集的预处理环节?

    按照论文来看, 不知道我是不是理解错误, Outfit层中的信息来源是Item层, 那么在训练和测试时是否要确保每个outfit中的item都要在POG提供的item之中? 如果正确的话, POG中似乎又没有这么多保证全部item的outfit.

    看了之前的issue, 我理解是随机采样得到的数据集, 可能没法完全复现论文的效果, 但是如果能贴出来给大家参考一下, 我觉得还是很有帮助的.

    希望不吝赐教.

    opened by fang2hou 0
  • Ask the datasets for

    Ask the datasets for "Hierarchical Fashion Graph Network for Personalized Outfit Recommendation"

    Hello, I'm interested in your paper "Hierarchical Fashion Graph Network for Personalized Outfit Recommendation", and I am trying to learn the paper's code now. But I am so sorry that I cannot find the dataset files (train_uo, test_uo, TXT, flTB_train_outfit_item.txt, flTB_resnet152_02.npy, flTB_item_cate2.txt, fltb_test_file.txt). Could you please send me? Thank you very much.

    opened by JingpingFeng 2
  • How can I process the dataset of POG? Can you release the data-processing file?

    How can I process the dataset of POG? Can you release the data-processing file?

    Can you release the file which is used to sampling the val dataset?

    As said in the paper:"That’s because the negative samples in our test dataset is the remaining outfits that users haven’t clicked", some sampling tricks are used in the data processing. So I think these files are absolutely necessary。

    opened by zengqixun12 8
Owner
LI Xingchen
LI Xingchen
A TensorFlow recommendation algorithm and framework in Python.

TensorRec A TensorFlow recommendation algorithm and framework in Python. NOTE: TensorRec is not under active development TensorRec will not be receivi

James Kirk 1.2k Jan 4, 2023
Persine is an automated tool to study and reverse-engineer algorithmic recommendation systems.

Persine, the Persona Engine Persine is an automated tool to study and reverse-engineer algorithmic recommendation systems. It has a simple interface a

Jonathan Soma 87 Nov 29, 2022
ToR[e]cSys is a PyTorch Framework to implement recommendation system algorithms

ToR[e]cSys is a PyTorch Framework to implement recommendation system algorithms, including but not limited to click-through-rate (CTR) prediction, learning-to-ranking (LTR), and Matrix/Tensor Embedding. The project objective is to develop a ecosystem to experiment, share, reproduce, and deploy in real world in a smooth and easy way (Hope it can be done).

LI, Wai Yin 90 Oct 8, 2022
A framework for large scale recommendation algorithms.

A framework for large scale recommendation algorithms.

Alibaba Group - PAI 880 Jan 3, 2023
Recommendation System to recommend top books from the dataset

recommendersystem Recommendation System to recommend top books from the dataset Introduction The recom.py is the main program code. The dataset is als

Vishal karur 1 Nov 15, 2021
An open source movie recommendation WebApp build by movie buffs and mathematicians that uses cosine similarity on the backend.

Movie Pundit Find your next flick by asking the (almost) all-knowing Movie Pundit Jump to Project Source » View Demo · Report Bug · Request Feature Ta

Kapil Pramod Deshmukh 8 May 28, 2022
Implementation of a hadoop based movie recommendation system

Implementation-of-a-hadoop-based-movie-recommendation-system 通过编写代码,设计一个基于Hadoop的电影推荐系统,通过此推荐系统的编写,掌握在Hadoop平台上的文件操作,数据处理的技能。windows 10 hadoop 2.8.3 p

汝聪(Ricardo) 5 Oct 2, 2022
Books Recommendation With Python

Books-Recommendation Business Problem During the last few decades, with the rise

Çağrı Karadeniz 7 Mar 12, 2022
Bert4rec for news Recommendation

News-Recommendation-system-using-Bert4Rec-model Bert4rec for news Recommendation

saran pandian 2 Feb 4, 2022
Graph Neural Networks for Recommender Systems

This repository contains code to train and test GNN models for recommendation, mainly using the Deep Graph Library (DGL).

null 217 Jan 4, 2023
E-Commerce recommender demo with real-time data and a graph database

?? E-Commerce recommender demo ?? This is a simple stream setup that uses Memgraph to ingest real-time data from a simulated online store. Data is str

g-despot 3 Feb 23, 2022
(ICCV 2021) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing."

Dressing in Order (DiOr) ?? [Paper] ?? [Webpage] ?? [Running this code] The official implementation of "Dressing in Order: Recurrent Person Image Gene

Aiyu Cui 277 Dec 28, 2022
Official repository for "Exploiting Session Information in BERT-based Session-aware Sequential Recommendation", SIGIR 2022 short.

Session-aware BERT4Rec Official repository for "Exploiting Session Information in BERT-based Session-aware Sequential Recommendation", SIGIR 2022 shor

Jamie J. Seol 22 Dec 13, 2022
Codes for SIGIR'22 Paper 'On-Device Next-Item Recommendation with Self-Supervised Knowledge Distillation'

OD-Rec Codes for SIGIR'22 Paper 'On-Device Next-Item Recommendation with Self-Supervised Knowledge Distillation' Paper, saved teacher models and Andro

Xin Xia 11 Nov 22, 2022
Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR)

This is the official implementation of our paper Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR), which has been accepted by WSDM2022.

Yongchun Zhu 81 Dec 29, 2022
LBK 20 Dec 2, 2022
Code for the SIGIR 2022 paper "Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion"

MKGFormer Code for the SIGIR 2022 paper "Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion" Model Architecture Illu

ZJUNLP 68 Dec 28, 2022
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).

APPNP ⠀ A PyTorch implementation of Predict then Propagate: Graph Neural Networks meet Personalized PageRank (ICLR 2019). Abstract Neural message pass

Benedek Rozemberczki 329 Dec 30, 2022
DNSpooq - dnsmasq cache poisoning (CVE-2020-25686, CVE-2020-25684, CVE-2020-25685)

dnspooq DNSpooq PoC - dnsmasq cache poisoning (CVE-2020-25686, CVE-2020-25684, CVE-2020-25685) For educational purposes only Requirements Docker compo

Teppei Fukuda 80 Nov 28, 2022
A PyTorch implementation of "Semi-Supervised Graph Classification: A Hierarchical Graph Perspective" (WWW 2019)

SEAL ⠀⠀⠀ A PyTorch implementation of Semi-Supervised Graph Classification: A Hierarchical Graph Perspective (WWW 2019) Abstract Node classification an

Benedek Rozemberczki 202 Dec 27, 2022