|
36 | 36 | - Real-Time Continuous Pose Recovery of Human Hands Using Convolutional Networks [[NYU Hand Pose Dataset]][NYU-Hand]
|
37 | 37 |
|
38 | 38 | ### Week - 8
|
39 |
| -- Hand Photo Data Collection |
| 39 | +- [Hand Video and Images Collection][nyu_hr] |
| 40 | +- Additional Articles: |
| 41 | + + SSD: Single Shot MultiBox Detector [[Arxiv]][ssd] |
| 42 | + + R-CNN: Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation [[PDF]][rcnn] |
| 43 | + + YOLO: |
| 44 | + * You Only Look Once: Unified, Real-Time Object Detection [[Arxiv]][yolopaper] |
| 45 | + * [Another YOLO Paper][yolopaper2] |
| 46 | + * [Comparison][yolocomparison] |
40 | 47 |
|
41 | 48 | ### Week - 9
|
42 | 49 | - Generative Adversarial Nets (GAN) https://arxiv.org/pdf/1406.2661v1.pdf
|
43 | 50 | - Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks. Emily L. Denton et. al. Nips 2015. https://arxiv.org/abs/1506.05751
|
| 51 | +- GANs with Feature Extraction Function: |
| 52 | + + ALI |
| 53 | + + BiGAN |
| 54 | + + Adversarial Autoencoder |
| 55 | + + Adversarial Variational Bayes. |
44 | 56 |
|
45 | 57 | ### Week - 10 [Variational Auto Encoders]
|
46 | 58 | - Tutorial on Variational Autoencoders(VAEs), Carl Doersch. August, 2016. https://arxiv.org/abs/1606.05908
|
47 | 59 | + Relevance: sampling from distributions inside deep networks, and can be trained with stochastic gradient descent. VAEs have already shown promise in generating many kinds of complicated data, including handwritten digits, faces, house numbers, CIFAR images, physical models of scenes, segmentation, and predicting the future from static images.
|
48 | 60 | - "Variational Convolutional Networks for Human-Centric Annotations," 13th Asian Conference on Computer Vision, 2016. Tsung-Wei Ke, Che-Wei Lin, Tyng-Luh Liu and Davi Geiger,
|
49 | 61 | + Relevance: Use of VAEs to annotate automatically images.
|
50 | 62 |
|
| 63 | +### Week - 11 + 12 |
| 64 | + |
| 65 | +### Week - 13 [Reinforcement Learning and Markov Decision Process] |
| 66 | + |
| 67 | +### Week - 14 [Recurrent Neural Network] |
| 68 | + |
| 69 | +### Week - 15 [Review Reinforcement Learning and Self-Driving Car] |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +### Additional Topic - [Object Detection] |
| 74 | +- RCNN: Region-based Convolutional Neural Networks |
| 75 | +- Fast and Faster R-CNN: https://github.com/rbgirshick/py-faster-rcnn |
| 76 | +- YOLO |
| 77 | +- SSD |
| 78 | +- Soft-NMS: https://github.com/bharatsingh430/soft-nms |
| 79 | + |
| 80 | +### Research Topics: |
| 81 | +- Synthetic Gradients [[arxiv]][synthetic_gradients] |
| 82 | +- One Shot Learning [[Wiki]][one_shot_learning] |
| 83 | +- Improving optimization in GAN |
| 84 | + |
| 85 | +### Additional Resource: [Edit Before Submit:] |
| 86 | +机器学习自学者必读的20篇顶级论文导读: https://mp.weixin.qq.com/s/ghMj3OO2yu7IIkQEkvkdVA |
| 87 | +常见面试机器学习方法总览: http://www.chinakdd.com/article-oyU85v018dQL0Iu.html |
| 88 | + |
51 | 89 |
|
52 | 90 | [pre]:https://github.com/lizichen/Machine-Learning-For-Computer-Vision/blob/master/pre-requisite.md
|
53 | 91 | [framework]:https://github.com/lizichen/Machine-Learning-For-Computer-Vision/blob/master/tools-frameworks.md
|
|
69 | 107 | [synergface]: http://rita.osadchy.net/papers/OsadchyLeCunJMLR.pdf
|
70 | 108 | [viola]: http://www.merl.com/publications/docs/TR2004-043.pdf
|
71 | 109 |
|
| 110 | +[nyu_hr]:https://github.com/lizichen/Machine-Learning-For-Computer-Vision/tree/master/NYU_HR |
| 111 | +[ssd]:https://arxiv.org/abs/1512.02325 |
| 112 | +[rcnn]:https://arxiv.org/pdf/1311.2524.pdf |
| 113 | +[yolopaper]:https://arxiv.org/abs/1506.02640 |
| 114 | +[yolopaper2]:https://pjreddie.com/media/files/papers/YOLO9000.pdf |
| 115 | +[yolocomparison]:https://pjreddie.com/darknet/yolo/ |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | +[one_shot_learning]: https://en.wikipedia.org/wiki/One-shot_learning |
| 120 | +[synthetic_gradients]: https://arxiv.org/abs/1703.00522 |
| 121 | + |
| 122 | + |
0 commit comments