🤖 AI Summary
This work addresses the significant performance gap between training and deployment of image enhancement models on mobile devices, where low-precision quantization often leads to severe degradation in visual quality. To bridge this gap, the authors propose a lightweight, hierarchical neural network architecture tailored for mobile platforms, integrating gated encoding blocks with a multi-scale refinement mechanism. By incorporating quantization-aware training (QAT), the model simulates low-precision representations during training to better align with deployment conditions. This approach effectively preserves fine-grained details and substantially mitigates the quality loss typically induced by post-training quantization. As a result, the method achieves high-fidelity image enhancement while maintaining low computational overhead, making it well-suited for practical deployment on standard mobile devices.
📝 Abstract
Image enhancement models for mobile devices often struggle to balance high output quality with the fast processing speeds required by mobile hardware. While recent deep learning models can enhance low-quality mobile photos into high-quality images, their performance is often degraded when converted to lower-precision formats for actual use on mobile phones. To address this training-deployment mismatch, we propose an efficient image enhancement model designed specifically for mobile deployment. Our approach uses a hierarchical network architecture with gated encoder blocks and multiscale refinement to preserve fine-grained visual features. Moreover, we incorporate Quantization-Aware Training (QAT) to simulate the effects of low-precision representation during the training process. This allows the network to adapt and prevents the typical drop in quality seen with standard post-training quantization (PTQ). Experimental results demonstrate that the proposed method produces high-fidelity visual output while maintaining the low computational overhead needed for practical use on standard mobile devices. The code will be available at https://github.com/GenAI4E/QATIE.git.