From 97b346ffbaa7d095c16c58ab6cacdc0a69bf5247 Mon Sep 17 00:00:00 2001 From: junfeng tu <43564404+kalenforn@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:22:27 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a12baa0..cb56d0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Differentiable Cross Modal Hashing via Multimodal Transformers[https://dl.acm.org/doi/abs/10.1145/3503161.3548187] +# Differentiable Cross Modal Hashing via Multimodal Transformers [link](https://dl.acm.org/doi/abs/10.1145/3503161.3548187) ## Framework The main architecture of our method. @@ -64,6 +64,16 @@ After the dataset has been prepared, we could run the follow command to train. ## Result ![result](./data/result.png) +## Citation +inproceedings{10.1145/3503161.3548187, +author = {Tu, Junfeng and Liu, Xueliang and Lin, Zongxiang and Hong, Richang and Wang, Meng}, +title = {Differentiable Cross-Modal Hashing via Multimodal Transformers}, +year = {2022}, +booktitle = {Proceedings of the 30th ACM International Conference on Multimedia}, +pages = {453–461}, +numpages = {9}, +} + ## Acknowledegements [CLIP](https://github.com/openai/CLIP)