Main Contributions:

  1. A brief introduction about two different methods (retrieval based method and generative method) for image captioning task.
  2. The authors implemented the classical model, Show and Tell, and gave analyses based on the experiments.

Excerpts:

  1. To achieve this goal, Show & Tell model is created by hybridizing two different models. It takes the image as input and provides it into Inception-v3 model. At the end of Inception-v3 model, a single fully connected layer is added. This layer will transform the output of Inception-v3 model into a word embedding vector. We input this word embedding vector into series of LSTM cells.
  2. For any given caption, we add two additional symbols as the start word and stop word. Whenever the stop word is encounted, it stops generating the sentence and it marks end of the string.
  3. Show & Tell model uses Beam Search to find suitable words to generate captions.

最新文章

  1. 提升网速的路由器优化方法(UPnP、QoS、MTU、交换机模式、无线中继)
  2. [Spring框架]Spring AOP基础入门总结一.
  3. MVVM小记
  4. 使用自己的CSS框架(转)
  5. C++ Primer学习笔记二
  6. jquery dialog的关闭事件不触发,触发不了
  7. 在 Ubuntu 14.04 中安装 Pepper Flash Player For Chromium
  8. Java 锁机制 synchronized
  9. hello随笔
  10. [HAOI2007]反素数
  11. BZOJ2333 [SCOI2011]棘手的操作 堆 左偏树 可并堆
  12. composer 安装yii2 The package is not available in a stable-enough version解决办法
  13. 问题解决:Apache: You don't have permission to access / on this server
  14. Jmeter做并发测试(设置集合点)
  15. bzoj 2011
  16. 【Android】6.3 ProgressDialog
  17. python-生产者消费者模式
  18. 20155334 实验三 敏捷开发与XP实践
  19. 20145312 实验二《 Java面向对象程序设计》
  20. Sql學習資源

热门文章

  1. F2eTest程序快捷方式安装到桌面
  2. Java和Python安装和编译器使用
  3. Python自动化之复习基础
  4. java 快速开发框架平台 二次开发 代码生成器 springmvc SSM后台框架源码
  5. 各国货币json文件
  6. L2-025 分而治之(图)
  7. iOS swift项目IM实现,从长连接到数据流解析分析之Socket
  8. Scala的类继承
  9. 链接SQLServer数据库 导出csv文件
  10. CodeForces 1062E Company