Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.46 KB

File metadata and controls

30 lines (24 loc) · 1.46 KB

KPCSH

Source code for ICASSP'24 paper "Key Points Centered Sparse Hashing for Cross-Modal Retrieval"

You may find our other works on CMH (Paper & Code):

Datasets

Please refer to the provided link to download the dataset, and kindly place it in the designated "datasets" folder.

Run demo

Once you have prepared the data, you can easily execute the main_demo.m file in MATLAB.

Citation

If you find KPCSH useful in your research, please consider citing:

@inproceedings{hu2024key,
  title={Key Points Centered Sparse Hashing for Cross-Modal Retrieval},
  author={Hu, Zhikai and Cheung, Yiu-ming and Li, Mengke and Lan, Weichao and Zhang, Donglin},
  booktitle={IEEE International Conference on Acoustics, Speech and Signal Processing},
  pages = {8431-8435},
  year={2024},
  publisher={IEEE}
}