Loading

【阅读笔记】提升example-based SISR七个技巧

论文信息

【Seven ways to improve example-based single image super resolution】-Radu Timofte, 2016, CVPR

论文链接

提升example-based single image SR的七个技巧。

前置内容

数据集:Train91, Set5, Set14, B100, L20

对比方法:Yang, Zeyde, ANR, A+, SRCNN

Yang:即Sparse Coding(SC),图像特征块由原子字典和原子稀疏矩阵表示

Image Super-Resolution via Sparse Representation-Yang

image super-resolution as sparse representation of raw image patches-Yang

Zeyde:通过使用K-SVD有效地学习字典和使用正交匹配追求(OMP)进行稀疏解,改进了Yang方法

On Single Image Scale-Up Using Sparse-Representations zeyde

ANR:在SC方法上改进,在训练阶段对LR字典每一个原子额外计算一团邻居原子,计算对应HR字典的邻居原子,求LR邻居原子团-HR邻居原子团的投影矩阵。在重建阶段用投影矩阵乘以输入LR图像特征块进行重建HR图像

posted @ 2021-05-26 18:12  AomanHao  阅读(38)  评论(0)    收藏  举报