Source code for ICMR'19 paper "Triplet Fusion Network Hashing for Unpaired Cross-Modal Retrieval"
You may find our other works on CMH (Paper & Code):
- [TPAMI'24] Cross-Modal Hashing Method with Properties of Hamming Space: A New Perspective
- [TCSVT'23] Joint Semantic Preserving Sparse Hashing for Cross-Modal Retrieval
- [ICASSP'24] Key Points Centered Sparse Hashing for Cross-Modal Retrieval
- [TPAMI'19] MTFH: A Matrix Tri-Factorization Hashing Framework for Efficient Cross-Modal Retrieval
You can directly run the file
main.py
to get the results.
If you have any question, please contact Zhikai Hu at cszkhu@comp.hkbu.edu.hk. (If you are a Chinese, you can write an e-mail in Chinese.)
If you find TFNH useful in your research, please consider citing:
@inproceedings{hu2019triplet,
title={Triplet Fusion Network Hashing for Unpaired Cross-Modal Retrieval},
author={Hu, Zhikai and Liu, Xin and Wang, Xingzhi and Cheung, Yiu-ming and Wang, Nannan and Chen, Yewang},
booktitle={Proceedings of the 2019 on International Conference on Multimedia Retrieval},
pages={141--149},
year={2019},
organization={ACM}
}