Skip to content

Semantic Structure-based Unsupervised Deep Hashing IJCAI2018

Notifications You must be signed in to change notification settings

yangerkun/IJCAI2018_SSDH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJCAI2018_SSDH

This is the code for our paper: "Semantic Structure-based Unsupervised Deep Hashing" IJCAI 2018.

Author: E. Yang, C. Deng, T. Liu, W. Liu, and D. Tao.

To run the code, you should download the dataset and specify the image path and labels in the corresponding txt file. For example, for training dataset, all image path should be given in img_train.txt:

\path\to\train_img1.png

\path\to\train_img2.png

...

The corresponding labels should be indicated in label_train.txt:

0 1 0 1 0 1

0 1 0 1 1 0

...

The pretrained VGG16 model can be downloaded in https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM.

After setting the running environment and dataset information, our method can be evaluated by:

python2 main.py

Citation

If your find the code usfull, you can cite our paper

@inproceedings{yang2018semantic,
  title={Semantic Structure-based Unsupervised Deep Hashing.},
  author={Yang, Erkun and Deng, Cheng and Liu, Tongliang and Liu, Wei and Tao, Dacheng},
  booktitle={IJCAI},
  pages={1064--1070},
  year={2018}
}

If you have any questions, please feel free to contact Erkun Yang (erkunyang@gmail.com)

About

Semantic Structure-based Unsupervised Deep Hashing IJCAI2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages