You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note2: For some business reasons, the released code may be a little different from our original code. If you find any problem, feel free to contact us.
The choices of norm consist of "NodeNorm", "AdjanceNorm", "GraphNorm", "BatchNorm", "UnitedNorm","UnitedNormSoftmax"
4. SROIE
Introduction
For a receipt, each text bbox can be viewed as a node of a graph. Its positions, the attributes of bounding box, and the corresponding text are used as the node feature. Our goal is to label each node (text bounding box) with five different classes, including Company, Date, Address, Total and Other. Sample images are shown below:
@misc{chen2020learning,
title={Learning Graph Normalization for Graph Neural Networks},
author={Yihao Chen and Xin Tang and Xianbiao Qi and Chun-Guang Li and Rong Xiao},
year={2020},
eprint={2009.11746},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
License
This project is licensed under the MIT License. See LICENSE for more details.
About
Learning Graph Normalization for Graph Neural Networks