Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
* Multiframe Motion Coupling via Infimal Convolution Regularization for Video Super Resolution (Arxiv2016), Hendrik Dirks et al.
* Detail-Revealing [[PDF]](https://arxiv.org/pdf/1704.02738.pdf)
* Detail-Revealing Deep Video Super-resolution (Arxiv2017), Xin Tao et al.
* Motion Blur [[PDF]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/papers/mfsr_final.pdf)[[Webiste]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/index.html)[[Code]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/data/mfsr_pcode_v0.2.zip)
* Motion Blur [[PDF]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/papers/mfsr_final.pdf)[[Website]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/index.html)[[Code]](http://www.cse.cuhk.edu.hk/~leojia/projects/mfsr/data/mfsr_pcode_v0.2.zip)
* Handling Motion Blur in Multi-Frame Super-Resolution (CVPR2015), Ma Ziyang et al.
* Draft-Ensemble [[PDF]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/papers/DeepSR_final.pdf)[[Webiste]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/index.html)[[Code]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/data/DeepSR_code.zip)
* Draft-Ensemble [[PDF]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/papers/DeepSR_final.pdf)[[Website]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/index.html)[[Code]](http://www.cse.cuhk.edu.hk/leojia/projects/DeepSR/data/DeepSR_code.zip)
* Video Super-Resolution via Deep Draft-Ensemble Learning (ICCV2015), Renjie Liao et al.
* Pure CNN [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7444187)[[Webiste]](http://ivpl.eecs.northwestern.edu/content/research-projects/17151)[[Code]](http://ivpl.eecs.northwestern.edu/system/files/VSRnet_source.zip)
* Pure CNN [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7444187)[[Website]](http://ivpl.eecs.northwestern.edu/content/research-projects/17151)[[Code]](http://ivpl.eecs.northwestern.edu/system/files/VSRnet_source.zip)
* Video Super-Resolution with Convolutional Neural Networks (TCI2016), Armin Kappeler et al.
* BRCN [[PDF]](https://papers.nips.cc/paper/5778-bidirectional-recurrent-convolutional-networks-for-multi-frame-super-resolution.pdf)[[Webiste]](https://github.com/linan142857/BRCN)[[Code]](https://github.com/linan142857/BRCN)
* BRCN [[PDF]](https://papers.nips.cc/paper/5778-bidirectional-recurrent-convolutional-networks-for-multi-frame-super-resolution.pdf)[[Website]](https://github.com/linan142857/BRCN)[[Code]](https://github.com/linan142857/BRCN)
* Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution (NIPS2016), Yan Huang et al.
* Bayesian [[PDF]](https://people.csail.mit.edu/celiu/pdfs/VideoSR.pdf)[[Webiste]](https://people.csail.mit.edu/celiu/CVPR2011/default.html)
* Bayesian [[PDF]](https://people.csail.mit.edu/celiu/pdfs/VideoSR.pdf)[[Website]](https://people.csail.mit.edu/celiu/CVPR2011/default.html)
* A Bayesian Approach to Adaptive Video Super Resolution (CVPR2011), Ce Liu et al.
* Video Enhancer [[Webiste]](http://www.infognition.com/videoenhancer/)
* Video Enhancer [[Website]](http://www.infognition.com/videoenhancer/)
* Nuclear-norm Model [[PDF]](https://arxiv.org/pdf/1704.06196.pdf)
* A Nuclear-norm Model for Multi-Frame Super-Resolution Reconstruction from Video Clips (Arxiv 2017), Rui Zhao and Raymond H. Chan et al.
* Improved Robustness [[PDF]](https://arxiv.org/pdf/1706.04695.pdf)
Expand Down