my paper~~

1.(DAP,IAP)Learning To Detect Unseen Object Classes by Between-Class Attribute Transfer

2.(ALE)Label-Embedding for Attribute-Based Classification

3.(SAE)Semantic Autoencoder for Zero-shot Learning       CVPR2017

https://github.com/waitwaitforget/ZeroShotLearning

https://zhuanlan.zhihu.com/p/27779811(笔记)

4. (SCoRe)Semantically Consistent Regularization for Zero-Shot Recognition         CVPR2017

https://github.com/pedro-morgado/score-zeroshot

https://zhuanlan.zhihu.com/p/27661503(笔记)

5.(LDF)Discriminative Learning of Latent Features for Zero-Shot Recognition        CVPR2018

https://zhuanlan.zhihu.com/p/36030705(笔记)https://blog.csdn.net/cp_oldy/article/details/81607884

6.(GCN)Zero-shot Recognition via Semantic Embeddings and Knowledge Graphs       CVPR2018

https://github.com/JudyYe/zero-shot-gcn

7.(DEM)Learning a Deep Embedding Model for Zero-Shot Learning     CVPR2017

https://github.com/lzrobots/DeepEmbeddingModel_ZSL(简单已跑通)

8. (SP-AEN)Zero-Shot Visual Recognition using Semantics-Preserving Adversarial Embedding Networks   CVPR2018

https://github.com/zjuchenlong/sp-aen.cvpr18

9. (CVAE)A Generative Model For Zero Shot Learning Using Conditional Variational Autoencoders  CVPR2018

https://github.com/ShivaKrishnaM/ZeroShot_CVAE

10.  A Generative Adversarial Approach for Zero-Shot Learning from Noisy Texts  CVPR 2018

https://github.com/EthanZhu90/ZSL_GAN_CVPR18

11.  Generating Visual Representations for Zero-Shot Classification   CVPR2018

https://github.com/maximebucher/Generating-Representations-ZSL

12.(硕士学位论文)基于属性学习的零样本图像分类研究

相关链接:

1. CVPR2018迁移学习相关论文:https://blog.csdn.net/cp_oldy/article/details/82183813

2. 2018之江杯全球人工智能大赛 - 零样本图像目标识别 简易baseline

https://github.com/wpwei/ZJL_zero_shot_learning_competition

3. https://www.zhihu.com/collection/189503788

4. https://blog.csdn.net/qq_38096703/article/details/80688072(类似7)

5. 论文三篇小结:https://blog.csdn.net/liuyuemaicha/article/details/73824827

6. 零次学习入门(三个问题)https://zhuanlan.zhihu.com/p/34656727

7. http://www.cnblogs.com/CSLaker/p/9277431.html#_label4(天涯惟笑)

zero-shot learning(ps:每天演好一个情绪稳定的成年人)的更多相关文章

  1. Multi-attention Network for One Shot Learning

    Multi-attention Network for One Shot Learning 2018-05-15 22:35:50  本文的贡献点在于: 1. 表明类别标签信息对 one shot l ...

  2. (5)ps详解 (每周一个linux命令系列)

    (5)ps详解 (每周一个linux命令系列) linux命令 ps详解 引言:今天的命令是用来看进程状态的ps命令 ps 我们先看man ps ps - report a snapshot of t ...

  3. (转)Paper list of Meta Learning/ Learning to Learn/ One Shot Learning/ Lifelong Learning

    Meta Learning/ Learning to Learn/ One Shot Learning/ Lifelong Learning 2018-08-03 19:16:56 本文转自:http ...

  4. ActiveMQ笔记:一个高稳定,可扩展的的部署方案

    本文介绍一个笔者在实际工作中的实施的基于ActiveMQ的一个高稳定,可扩展的异步消息系统. ActiveMQ是一个成熟的基于Java语言的开源消息系统,在实际应用中被大量使用.ActiveMQ在系统 ...

  5. PS CC 2014 把一个图层输出为文件的方法

    近期在设计一个Qt控件,须要获得一个圆饼的图片,在用PS绘制后发现保存的时候总是会带着背景,用PNG格式保存之后背景依旧存在.仅仅是变成了透明的.刚才在Google上查到了仅仅保存单一图层而全然没有背 ...

  6. Matching Networks for One Shot Learning

    1. Introduction In this work, inspired by metric learning based on deep neural features and memory a ...

  7. Hands on Machine Learning with sklearn and TensorFlow —— 一个完整的机器学习项目(加州房地产)

    数据集地址:https://github.com/ageron/handson-ml/tree/master/datasets 先行知识准备:NumPy,Pandas,Matplotlib的模块使用 ...

  8. Java Learning 002 Eclipse软件 打开一个工程 和 运行这个工程

    Java Eclipse软件 打开一个工程 和 运行这个工程 我在网上下载了一个 Java 工程源代码.使用Eclipse软件打开这个工程,打开方式有些特别: Step 1 . 点击: File -& ...

  9. 零样本学习 - (Zero shot learning,ZSL)

    https://zhuanlan.zhihu.com/p/41846072 https://zhuanlan.zhihu.com/p/38418698 https://zhuanlan.zhihu.c ...

随机推荐

  1. docker dockerfile构建自己的tomcat镜像

    文件 1.apache-tomcat-8.5.24.tar.gz, jdk-8u151-linux-x64.tar.gz Dockerfile文件: FROM centosWORKDIR /usrCO ...

  2. ant 打批量渠道包,第三方项目作为library打包出错的问题

    ant批量打包不解释了.详情请看前面其它的blog! 这里说一下 开发中,非常可能遇到引用第三方的项目作为library情况.这样的情况下该怎么打包呢? 第一:改动build.xml 第二:在init ...

  3. 一个java程序员的年终总结

    年底了,该给自己写点总结了! 从毕业到现在已经快4年啦,一直在Java的WEB开发行业混迹.我不是牛人,但是自我感觉还算是个合格的程序员,有必要写下自己将近4年来的经历,给自我以提示,给刚入行的朋友提 ...

  4. 使用 Beautiful Soup

    Beautiful Soup 用法: (1) 前面我们爬取一个网页,都是使用正则表达式来提取想要的信息,但是这种方式比较复杂,一旦有一个地方写错,就匹配不出来了,因此我们可以使用 Beautiful ...

  5. lua元表(metatable)和元方法(metamethod)

    (一) 元表概念: 引言:Lua中的每个值都有一套预定义的操作集合,如数字相加等.但无法将两个table相加,此时可通过元表修改一个值的行为,使其在面对一个非预定义的操作时执行一个指定操作. 访问机制 ...

  6. 如何创建圆角 UITextField 与内阴影

    本文转自http://www.itstrike.cn/Question/9309fbd6-ef5d-4392-b361-a60fd0a3b18e.html 主要学习如何创建内阴影 我自定义 UITex ...

  7. Could not find the main class: org.apache.catalina.startup.Bootstrap. Program will exit.

    出现此异常原因是jdk环境变量未配置正确

  8. (转载)JVM实现synchronized的底层机制

    目前在Java中存在两种锁机制:synchronized和Lock,Lock接口及其实现类是JDK5增加的内容,其作者是大名鼎鼎的并发专家Doug Lea.本文并不比较synchronized与Loc ...

  9. 关于Android开发中使用的XML

    1.布局 FrameLayout: 以堆叠方式显示一个或多个子视图. GridLayout: 将子视图按行和列排列. LinearLayout: 将所有子视图排列成一行或一列. RelativeLay ...

  10. JWNL的配置使用

    JWNL是什么? JWNL is an API for accessing WordNet-style relational dictionaries. It also provides functi ...