# vista-net **Repository Path**: cette/vista-net ## Basic Information - **Project Name**: vista-net - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VistaNet This is the code for the paper: **[VistaNet: Visual Aspect Attention Network for Multimodal Sentiment Analysis](https://drive.google.com/file/d/12d8SZiNeKFgIGmO5VHSrZV2jkgwYZpNp)**
[Quoc-Tuan Truong](http://www.qttruong.info/) and [Hady W. Lauw](http://www.hadylauw.com/)
Presented at [AAAI 2019](https://aaai.org/Conferences/AAAI-19/) We provide: - Code to train and evaluate the model - [Data](http://static.preferred.ai/vista-net/data.zip) used for the experiments If you find the code and data useful in your research, please cite: ``` @inproceedings{truong2019vistanet, title={VistaNet: Visual Aspect Attention Network for Multimodal Sentiment Analysis}, author={Truong, Quoc-Tuan and Lauw, Hady W}, publisher={AAAI Press}, year={2019}, } ``` ## Requirements - Python 3 - Tensorflow >=1.12,<2.0 - Tqdm - [GloVe](https://nlp.stanford.edu/projects/glove/) word embeddings ## How to run 1. Make sure [data](https://goo.gl/jgESp4) is ready. Run script to pre-process the data: ```bash python data_preprocess.py ``` 2. Train `VistaNet`: ```bash python train.py --hidden_dim 50 --att_dim 100 --num_images 3 --batch_size 32 --learning_rate 0.001 --num_epochs 20 ``` ## Contact Questions and discussion are welcome: www.qttruong.info