
Meta Learning,叫做元学习或者 Learning to Learn 学会学习,包括Zero-Shot/One-Shot/Few-Shot 学习,模型无关元学习(Model Agnostic Meta Learning)和元强化学习(Meta Reinforcement Learning)。元学习是人工智能领域,继深度学习是人工智能领域,继深度学习 -> 深度强化学习、生成对抗之后,又一个重要的研究分支,也是是近期的研究热点,加州伯克利大学在这方面做了大量工作。
本文详细整理了元学习相关的经典文章、代码、书籍、博客、视频教程、数据集等其他资源,提供给需要的朋友。
内容整理自网络,资源原地址:https://github.com/ZHANGHeng19931123/awesome-video-object-detection
目录
经典论文和代码
书籍
博客
视频教程
数据集
论坛集合
知名研究者
经典论文和代码
资源详细列表如下。
Zero-Shot / One-Shot / Few-Shot 学习
Siamese Neural Networks for One-shot Image Recognition, (2015), Gregory Koch, Richard Zemel, Ruslan Salakhutdinov.
Prototypical Networks for Few-shot Learning, (2017), Jake Snell, Kevin Swersky, Richard S. Zemel.
Gaussian Prototypical Networks for Few-Shot Learning on Omniglot (2017), Stanislav Fort.
Matching Networks for One Shot Learning, (2017), Oriol Vinyals, Charles Blundell, Timothy Lillicrap, Koray Kavukcuoglu, Daan Wierstra.
Learning to Compare: Relation Network for Few-Shot Learning, (2017), Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H.S. Torr, Timothy M. Hospedales.
One-shot Learning with Memory-Augmented Neural Networks, (2016), Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, Timothy Lillicrap.
Optimization as a Model for Few-Shot Learning, (2016), Sachin Ravi and Hugo Larochelle.
An embarrassingly simple approach to zero-shot learning, (2015), B Romera-Paredes, Philip H. S. Torr.
Low-shot Learning by Shrinking and Hallucinating Features, (2017), Bharath Hariharan, Ross Girshick.
Low-shot learning with large-scale diffusion, (2018), Matthijs Douze, Arthur Szlam, Bharath Hariharan, Hervé Jégou.
Low-Shot Learning with Imprinted Weights, (2018), Hang Qi, Matthew Brown, David G. Lowe.
One-Shot Video Object Segmentation, (2017), S. Caelles and K.K. Maninis and J. Pont-Tuset and L. Leal-Taixe' and D. Cremers and L. Van Gool.
One-Shot Learning for Semantic Segmentation, (2017), Amirreza Shaban, Shray Bansal, Zhen Liu, Irfan Essa, Byron Boots. <