python project files for the paper - Quannet: Joint Image Compression and Classification Over Channels with Limited Bandwidth
- This project uses CIFAR-10 dataset and we provide the python code for the end to end training of QuanNet in keras.
- We use ResNet-20 as the classification network
- We use the following simple trainable layer for QuanNet.
Download the python scripts from the repository. Install the following dependencies.
pip install PyWavelets
python train.py
If you find our work useful in your research, please consider citing:
@inproceedings{chamain2019quannet,
title={Quannet: Joint Image Compression and Classification Over Channels with Limited Bandwidth},
author={Chamain, Lahiru D and Cheung, Sen-ching Samson and Ding, Zhi},
booktitle={2019 IEEE International Conference on Multimedia and Expo (ICME)},
pages={338--343},
year={2019},
organization={IEEE}
}
Patent pending.