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
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ Created by Kevin Lin, Huei-Fang Yang, and Chu-Song Chen at Academia Sinica, Taip
9
9
10
10
We present a simple yet effective supervised deep hash approach that constructs binary hash codes from labeled data for large-scale image search. SSDH constructs hash functions as a latent layer in a deep network and the binary codes are learned by minimizing an objective function defined over classification error and other desirable hash codes properties. Compared to state-of-the-art results, SSDH achieves 26.30% (89.68% vs. 63.38%), 17.11% (89.00% vs. 71.89%) and 19.56% (31.28% vs. 11.72%) higher precisions averaged over a different number of top returned images for the CIFAR-10, NUS-WIDE, and SUN397 datasets, respectively.
@@ -73,7 +76,7 @@ Moreover, simply run the following commands to generate the `precision at k` cur
73
76
You will reproduce the precision curves with respect to different number of top retrieved samples when the 48-bit hash codes are
74
77
used in the evaluation.
75
78
76
-
## Train your SSDH on CIFAR10
79
+
## Train SSDH on CIFAR10
77
80
78
81
Simply run the following command to train SSDH:
79
82
@@ -105,6 +108,11 @@ Launch matlab, run `demo.m` and enjoy!
105
108
106
109
>> demo
107
110
111
+
## Train SSDH on another dataset
112
+
113
+
It should be easy to train the model using another dataset as long as that dataset has label annotations. You need to convert the dataset into leveldb/lmdb format using "create_imagenet.sh". We will show you how to do this.
114
+
115
+
108
116
## Contact
109
117
110
118
Please feel free to leave suggestions or comments to Kevin Lin (kevinlin311.tw@iis.sinica.edu.tw), Huei-Fang Yang (hfyang@citi.sinica.edu.tw) or Chu-Song Chen (song@iis.sinica.edu.tw)
0 commit comments