|
@@ -1,2 +1,17 @@
|
|
|
-# awesome-deep-vision
|
|
|
-A curated list of deep learning resources for computer vision
|
|
|
+# Awesome Deep Vision
|
|
|
+A curated list of deep learning resources for computer vision, inspired by [awesome-php](https://github.com/ziadoz/awesome-php) and [awesome-computer-vision](https://github.com/jbhuang0604/awesome-computer-vision).
|
|
|
+
|
|
|
+## Contributing
|
|
|
+Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-vision/pulls) or email jiwon@alum.mit.edu to add links.
|
|
|
+
|
|
|
+## Papers
|
|
|
+
|
|
|
+### Low-Level Vision
|
|
|
+#### Super-Resolution
|
|
|
+ * SRCNN [[Web]](http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html) [[Paper-ECCV14]](http://personal.ie.cuhk.edu.hk/~ccloy/files/eccv_2014_deepresolution.pdf) [[Paper-arXiv15]](http://arxiv.org/pdf/1501.00092v1.pdf)
|
|
|
+ * Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang, Learning a Deep Convolutional Network for Image Super-Resolution, in ECCV 2014
|
|
|
+ * Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang. Image Super-Resolution Using Deep Convolutional Networks, arXiv:1501.00092 (2015)
|
|
|
+
|
|
|
+#### Compression Artifacts Reduction
|
|
|
+ * Compression Artifacts Reduction by a Deep Convolutional Network [[Paper-arXiv15]](http://arxiv.org/pdf/1504.06993v1)
|
|
|
+ * Chao Dong, Yubin Deng, Chen Change Loy, Xiaoou Tang, Compression Artifacts Reduction by a Deep Convolutional Network, arXiv:1504.06993
|