Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 3.65 KB

README.md

File metadata and controls

63 lines (38 loc) · 3.65 KB

ESIM: Edge Similarity for Screen Content Image Quality Assessment

IEEE Transactions on Image Processing (T-IP)

Zhangkai Ni, Lin Ma, Huanqiang Zeng, Jing Chen, Canhui Cai, and Kai-Kuang Ma

Introdcurion

This website shares the codes of the "ESIM: Edge Similarity for Screen Content Image Quality Assessment", IEEE Transactions on Image Processing (T-IP), vol. 26, pp. 4818-4831, October 2017.

Abstract

In this paper, an accurate full-reference image quality assessment (IQA) model developed for assessing screen content images (SCIs), called the edge similarity (ESIM), is proposed. It is inspired by the fact that the human visual system (HVS) is highly sensitive to edges that are often encountered in SCIs; therefore, essential edge features are extracted and exploited for conducting IQA for the SCIs. The key novelty of the proposed ESIM lies in the extraction and use of three salient edge features—i.e., edge contrast, edge width, and edge direction. The first two attributes are simultaneously generated from the input SCI based on a parametric edge model, while the last one is derived directly from the input SCI. The extraction of these three features will be performed for the reference SCI and the distorted SCI, individually. The degree of similarity measured for each above-mentioned edge attribute is then computed independently, followed by combining them together using our proposed edge-width pooling strategy to generate the final ESIM score. To conduct the performance evaluation of our proposed ESIM model, a new and the largest SCI database (denoted as SCID) is established in our work and made to the public for download. Our database contains 1800 distorted SCIs that are generated from 40 reference SCIs. For each SCI, nine distortion types are investigated, and five degradation levels are produced for each distortion type. Extensive simulation results have clearly shown that the proposed ESIM model is more consistent with the perception of the HVS on the evaluation of distorted SCIs than the multiple state-of-the-art IQA methods.

Installation

git clone https://github.com/eezkni/ESIM --recursive
cd ESIM

SCID: Screen Content Image Database

ESIM: Edge-SIMilarity based IQA model for SCI

Experimental Results

Citation

If this code/ESIM is useful for your research, please cite our paper:

@article{ni2017esim,
  title={ESIM: Edge similarity for screen content image quality assessment},
  author={Ni, Zhangkai and Ma, Lin and Zeng, Huanqiang and Chen, Jing and Cai, Canhui and Ma, Kai-Kuang},
  journal={IEEE Transactions on Image Processing},
  volume={26},
  number={10},
  pages={4818--4831},
  year={2017},
  publisher={IEEE}
}

Contact

Thanks for your attention! If you have any suggestion or question, feel free to leave a message here or contact Mr. Zhangkai Ni ([email protected]).

License

MIT License