Skip to content

Latest commit

 

History

History

attention

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Attention

这里主要介绍Attention机制在图像标注上的应用,首先介绍未引入Attention机制的图像标注系统。


图像标注系统

数据集

数据集使用coco,其中提供了python API供使用,cocoapi


参考资料

Attention and Memory in Deep Learning and NLP

理解LSTM/RNN中的Attention机制

ATTENTION MECHANISM 介绍了attention机制在图像标注中的内部结构。对应的中文翻译Attention Model 注意力机制

image_captioning 使用LSTM进行图像标注(未使用Attention机制)。

image-captioning 该仓库大体相同,增加Attention机制同时增加VGG,ResNet和LSTM,GRU等模块的比较。

Image / Video Captioning handong1587跟踪的图像标注相关文章。