博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Image Captioning代码复现
阅读量:4675 次
发布时间:2019-06-09

本文共 1357 字,大约阅读时间需要 4 分钟。

Image caption generation:

Simple encoder-decoder image captioning:

 

(Paper)StyleNet: Generating Attractive Visual Captions with Styles: 

 

(Paper)Show,attend and tell:Neural Image Caption Generation with Visual Attention: (soft attention)

(Paper)Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering: 

(Paper)Knowing When to Look: Adaptive Attention via a Visual Sentinal for Image Captioning(CVPR 2017):

 

(Paper)Show, Control and Tell: A Framework for Generating Controllable and Grounded Captions(CVPR 2019): 

 

Image captioning codebase in PyTorch:   (感觉这个代码很难读懂啊。。。) 

(Paper)A Multi-task Learning Approach for Image Captioning(IJCAI 2018):

 

(Paper)Neural Baby Talk (CVPR 2018):

(Paper)Recurrent Fusion Network for Image Captioning(ECCV 2018):

(Paper)Stack-Captioning: Coarse-to-Fine Learning for Image Captioning(AAAI 2018): 

 

非Image Caption:

Hierarchical Attention Networks for Document Classification:

(Paper)Learning to Summarize Radiology Findings:

 

Text Style Transfer

Delete, Retrieve, Generate: A Simple Approach to Sentiment and Style Transfer (NAACL 2018): 

Style Transfer Through Back-Translation (ACL-2018):

Unpaired Sentiment-to-Sentiment Translation: A Cycled Reinforcement Learning Approach (ACL 2018):(TesorFlow)

Unsupervised Controllable Text Formalization (AAAI 2019):

转载于:https://www.cnblogs.com/czhwust/p/img2capcode.html

你可能感兴趣的文章
R 指定安装镜像的方法
查看>>
Unity shader实现水效果(折射,反射,波浪,1.菲尼尔,深度颜色)
查看>>
URAL1018 Binary Apple Tree
查看>>
Servlet注解
查看>>
今后几个月的IT读书计划
查看>>
蓝桥杯 传球游戏 动态规划
查看>>
apk反编译、smali修改、回编译笔记
查看>>
.Net程序员学习Linux最简单的方法(转载)
查看>>
基于.NET Socket API 通信的综合应用
查看>>
python 装饰器
查看>>
eclipse配置
查看>>
openGL 绘制文本font(csGL)
查看>>
BZOJ 1072 排列
查看>>
BZOJ 3779 LCT 线段树 DFS序 坑
查看>>
group by rollup | cube 学习
查看>>
上传图片的步骤
查看>>
hadoop-0.20.2完全分布式集群
查看>>
How to turn off the binary log for mysqld_multi instances?
查看>>
easyui弹出窗关闭前调用确认窗口,先关闭页面后调用弹出窗口
查看>>
BZOJ1018 堵塞的交通(线段树)
查看>>