File size: 1,552 Bytes
2d0beac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
license: other
license_name: aimet-model-zoo-license
license_link: https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf
pipeline_tag: image-to-image
tags:
- AIoT
- QNN
---

## XLSR (Extreme Lightweight Super Resolution): Super Resolution
XLSR is an ultra-lightweight image super-resolution model designed for mobile devices, featuring extremely low parameter count and model size. It supports quantization acceleration to enable efficient image upscaling and enhancement in resource-constrained environments. With hardware-aware design and Clipped ReLU activation, XLSR maintains strong reconstruction quality after quantization, making it suitable for real-time video processing and on-device image enhancement.
### Source model
- Input shape: 1x3x128x128
- Number of parameters: 0.03M
- Model size: 172KB
- Output shape: 1x3x512x512
The source model can be found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/xlsr)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [AIMET-MODEL-ZOO](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf)
- Deployable Model: [AIMET-MODEL-ZOO](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf) |