nhshin-mcl / QCN

[CVPR 2024] Blind Image Quality Assessment Based On Geometric Order Learning
MIT License
13 stars 0 forks source link

[CVPR 2024] Blind Image Quality Assessment Based On Geometric Order Learning

Official Pytorch Implementation of the CVPR 2024 paper, "Blind Image Quality Assessment Based on Geometric Order Learning." Nyeong-Ho Shin, Seon-Ho Lee, Chang-Su Kim

Paper

A novel approach to blind image quality assessment, called quality comparison network (QCN), is proposed in this paper, which sorts the feature vectors of input images according to their quality scores in an embedding space. QCN employs comparison transformers (CTs) and score pivots, which act as the centroids of feature vectors of similar-quality images. Each CT updates the score pivots and the feature vectors of input images based on their ordered correlation. To this end, we adopt four loss functions. Then, we estimate the quality score of a test image by searching the nearest score pivot to its feature vector in the embedding space. Extensive experiments show that the proposed QCN algorithm yields excellent image quality assessment performances on various datasets. Furthermore, QCN achieves great performances in cross-dataset evaluation, demonstrating its superb generalization capability.

The full paper can be found via the link.

Dependencies

Datasets

Train

To train QCN, run the below script.

python train.py

Pretrained files

Pretrained files for examples of train and test splits of KonIQ10K and SPAQ are provided at the link.

Cite

@inproceedings{shin2024blind,
  title={Blind Image Quality Assessment Based on Geometric Order Learning},
  author={Shin, Nyeong-Ho and Lee, Seon-Ho and Kim, Chang-Su},
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
  year={2024}
}

License

See MIT License

Acknowledgments

This code is based on the below repos.