An open API service indexing awesome lists of open source software.

https://github.com/ajaysub110/a-neural-compositional-paradigm-for-image-captioning

Implementation of 'A Neural Compositional Paradigm for Image Captioning' by B. Dai, S.Fidler, D. Lin
https://github.com/ajaysub110/a-neural-compositional-paradigm-for-image-captioning

computer-vision deep-learning image-captioning natural-language-processing paper-implementations

Last synced: 2 months ago
JSON representation

Implementation of 'A Neural Compositional Paradigm for Image Captioning' by B. Dai, S.Fidler, D. Lin

Awesome Lists containing this project

README

          

# A Neural Compositional Paradigm for Image Captioning

PyTorch implementation of 'A Neural Compositional Paradigm for Image Captioning' by B. Dai, S. Fidler, D. Lin, published at NeurIPS 2018. [[Link](https://arxiv.org/abs/1810.09630)]

## Checklist
### Model Architecture
- [x] ResNet-152 for NP extraction
- [x] Attention unit
- [x] Two Level LSTM
- [x] Connecting Module
- [x] Evaluation Module

**TODO**: Implement the data preprocessing and preparation as done in the paper