Home

Awesome

eXplainable and eXplicit Neural Modules (XNMs)

Pytorch implementation of paper

Explainable and Explicit Visual Reasoning over Scene Graphs <br> Jiaxin Shi, Hanwang Zhang, Juanzi Li

Flowchart of our model:

<div align="center"> <img src="images/flowchart.png" width="60%"> </div><br/>

A visualization of our reasoning process:

<div align="center"> <img src="images/example.png"> </div><br/>

If you find this code useful in your research, please cite

@inproceedings{shi2019explainable,
  title={Explainable and Explicit Visual Reasoning over Scene Graphs},
  author={Jiaxin Shi, Hanwang Zhang, Juanzi Li},
  booktitle={CVPR},
  year={2019}
}

Requirements

Experiments

We have 4 experiment settings:

We have a separate README for each experiment setting as an instruction to reimplement our reported results. Feel free to contact me if you have any problems: shijx12@gmail.com

Acknowledgement