You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIC_TX is a progressive image transmission pipeline designed for dynamic communication channels. It leverages two accessible image autoencoders to ensure efficient and robust image transmission:
LIC_TX addresses the challenges of transmitting images over dynamic channels by utilizing these advanced autoencoders, providing a seamless and progressive transmission experience.
Features
Progressive Transmission: Transmit images in a progressive manner, adapting to channel conditions.
Dynamic Channel Adaptation: Adjusts to varying channel conditions for optimal image quality.
Residual Quantization: Incorporates residual quantization for efficient data compression.
Easy Integration: Built upon accessible and widely-used autoencoder models.
Ensure you have Python 3.7 or higher installed. It's recommended to use a virtual environment.
# Create a virtual environment
python -m venv lic_tx_env
# Activate the virtual environment# On Windows
lic_tx_env\Scripts\activate
# On Unix or MacOSsource lic_tx_env/bin/activate
Usage
Open LIC_TX.ipynb in the Jupyter interface and run the cells to experiment with the LIC_TX pipeline.
Citation
If you use LIC_TX in your research, please cite our paper:
bibtex
@article{naseri2024deep,
title={Deep Learning-Based Image Compression for Wireless Communications: Impacts on Reliability, Throughput, and Latency},
author={Naseri, Mostafa and Ashtari, Pooya and Seif, Mohamed and De Poorter, Eli and Poor, H Vincent and Shahid, Adnan},
journal={arXiv preprint arXiv:2411.10650},
year={2024}
}