MobileIQA: Exploiting Mobile-Level Diverse Opinion Network for No-Reference Image Quality Assessment Using Knowledge Distillation

Abstract

With the rising demand for high-resolution (HR) images, No-Reference Image Quality Assessment (NR-IQA) gains more attention, as it can evaluate image quality in real-time on mobile devices and enhance user experience. However, existing NR-IQA methods often resize or crop the HR images into small resolution, which leads to a loss of important details. And most of them are of high computational complexity, which hinders their application on mobile devices due to limited computational resources. To address these challenges, we propose MobileIQA, a novel approach that utilizes lightweight backbones to efficiently assess image quality while preserving image details through high-resolution input. MobileIQA employs the proposed multi-view attention learning (MAL) module to capture diverse opinions, simulating subjective opinions provided by different annotators during the dataset annotation process. The model uses a teacher model to guide the learning of a student model through knowledge distillation. This method significantly reduces computational complexity while maintaining high performance. Experiments demonstrate that MobileIQA outperforms novel IQA methods on evaluation metrics and computational efficiency. The code is available at https://github.com/chencn2020/MobileIQA .

Cite

Text

Chen et al. "MobileIQA: Exploiting Mobile-Level Diverse Opinion Network for No-Reference Image Quality Assessment Using Knowledge Distillation." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91856-8_1

Markdown

[Chen et al. "MobileIQA: Exploiting Mobile-Level Diverse Opinion Network for No-Reference Image Quality Assessment Using Knowledge Distillation." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/chen2024eccvw-mobileiqa/) doi:10.1007/978-3-031-91856-8_1

BibTeX

@inproceedings{chen2024eccvw-mobileiqa,
  title     = {{MobileIQA: Exploiting Mobile-Level Diverse Opinion Network for No-Reference Image Quality Assessment Using Knowledge Distillation}},
  author    = {Chen, Zewen and Xu, Sunhan and Zeng, Yun and Guo, Haochen and Guo, Jian and Liu, Shuai and Wang, Juan and Li, Bing and Hu, Weiming and Liu, Dehua and Li, Hesong},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {1-17},
  doi       = {10.1007/978-3-031-91856-8_1},
  url       = {https://mlanthology.org/eccvw/2024/chen2024eccvw-mobileiqa/}
}