You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphBit: Bitwise Interaction Mining via Deep Reinforcement Learning
This repo contains the basic code for Graphbit on CIFAR-10.
Quick Start
The code is based on Keras and TensorFlow. Please prepare the real-valued feature in 4096 dimensions of CIFAR-10 by downing the data through the link, and run main.py to train the network and get hashed compact features. Finally you can use bifeat_extract.m to extract the binary feature and run retrival.m to get the mAP on retrival task.
Repo organization
The repo is organized as follows:
Python: the code written by python
main.py: The main
US_network.py: Contains Unsupervised Network and its necessary loss function.
RL_network.py: Deep Q Network, its actions, rewards and state matrix.
Matlab: the test file
bifeat_extract.m: extract binary feature from real-valued feature.
precision.m: calculate the precision.
retrival.m: calculate the mAP of retrival task based on binary feature.
@inproceedings{duan2018graphbit,
title={GraphBit: Bitwise Interaction Mining via Deep Reinforcement Learning},
author={Duan, Yueqi and Wang, Ziwei and Lu, Jiwen and Lin, Xudong and Zhou, Jie},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={8270--8279},
year={2018}
}
About
GraphBit: Bitwise Interaction Mining via Deep Reinforcement Learning