KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MDN-VQG
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
slice
:
Light weight reactive state management for Web and Mobile Applications
even-cpp
:
No description available.
krbticket
:
Simple kinit wrapper to update Kerberos ticket periodically for long running application.
130-cloud-functions-puppeteer
:
E130 - Cloud Functions Puppeteer Demo
gst-tacotron
:
voice conversion.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MDN-VQG
?
Download (.md)
## MDN-VQG : Multimodal Differential Network for Visual Question Generation -- [[Project Page](https://badripatro.github.io/MDN-VQG/)] -- [[Paper: EMNLP-2018](http://aclweb.org/anthology/D18-1434)] -- [[Pseudo Code: EMNLP-2018 Paper](https://github.com/badripatro/Visual_Question_Generation)] ## Introduction <p align="center"> <img src="fig/intro.png" width="600"> </p> <p align="center"> <img src="fig/mot.png" width="600"> </p> ## Main <p align="center"> <img src="fig/model.png" width="600"> </p> Torch implementation of an "Multimodal Differential Network for Visual Question Generation" . ### Training Step: 1. Download VQG dataset from MicrosoftVQG site. 2. Create train,val and test json file. 3. Preprocess the MSCOCO image file using prepro/prepro_img.lua for joint model and prepro/prepro_img_att.lua for attention model. 4. Find the exemplar(Supporting and oppsing) Image using /data/knn_image.m 5. Run : th training.lua ### Reference ``` @InProceedings{D18-1434, author = "Patro, Badri Narayana and Kumar, Sandeep and Kurmi, Vinod Kumar and Namboodiri, Vinay", title = "Multimodal Differential Network for Visual Question Generation", booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", year = "2018", publisher = "Association for Computational Linguistics", pages = "4002--4012", location = "Brussels, Belgium", url = "http://aclweb.org/anthology/D18-1434" } ```