TMSR (Tiny Multi-path Super Resolution) proposes a lightweight convolutional neural network architecture for single-image super resolution, optimized for hardware-constrained edge devices. The multi-path design extracts features at multiple receptive field scales simultaneously, fusing them through a channel-attention aggregation module to reconstruct high-frequency image detail efficiently.
Experiments on benchmark SR datasets demonstrate competitive PSNR/SSIM scores with significantly fewer parameters than baseline models, making TMSR suitable for deployment on embedded systems and mobile hardware.
@inproceedings{liu2023tmsr,
title={TMSR: Tiny Multi-path CNNs for Super Resolution},
author={Liu, Chia-Hung and Hsieh, Tzu-Hsin and Huang, Kuan-Yu and Chen, Pei-Yin},
booktitle={2023 IEEE 5th Eurasia Conference on IOT, Communication and Engineering (ECICE)},
pages={829--833},
year={2023},
organization={IEEE}
}