https://github.com/mirzaim/djuhnet
Official implementation of the DJUHNet paper
https://github.com/mirzaim/djuhnet
djuhnet hashing image-retrieval superresolution
Last synced: over 1 year ago
JSON representation
Official implementation of the DJUHNet paper
- Host: GitHub
- URL: https://github.com/mirzaim/djuhnet
- Owner: mirzaim
- License: mit
- Created: 2023-01-31T14:00:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T19:40:29.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:18:42.391Z (over 1 year ago)
- Topics: djuhnet, hashing, image-retrieval, superresolution
- Language: Python
- Homepage: https://www.sciencedirect.com/science/article/pii/S0923596524000882
- Size: 19.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DJUHNet: A Deep Representation Learning-Based Scheme for Joint Image Upsampling and Hashing
This is the official repository for the paper ["DJUHNet: A Deep Representation Learning-Based Scheme for Joint Image Upsampling and Hashing"](https://www.sciencedirect.com/science/article/abs/pii/S0923596524000882).
This repository is based on the code from [cszn/KAIR](https://github.com/cszn/KAIR).
## Citation
If you find this work useful, please consider citing our paper:
```
@article{esmaeilzehi2024djuhnet,
title={DJUHNet: A deep representation learning-based scheme for the task of joint image upsampling and hashing},
author={Esmaeilzehi, Alireza and Mirzaei, Morteza and Zaredar, Hossein and Hatzinakos, Dimitrios and Ahmad, M Omair},
journal={Signal Processing: Image Communication},
volume={129},
pages={117187},
year={2024},
publisher={Elsevier}
}
```