Graph Representation Learning Methods Application in Computer Vision (classification) Key entities in image can represent the visual properties of image, and associating these entities with image allows the system to perform better in classification and segmentation tasks Use GRU and LSTM for explicit modeling of label dependencies CNN-RNN framework exploits semantic redundancy and label co-occurrence dependencies for multilabel classification However, GRU and LSTM sequentially model regions/labels dependencies, cannot fully exploit the correlation between each region or label pairs , they do not explicitly model the statistical label co-occurrence, which is also key to aid multilabel image classification [64] build a graph based on statistical label co-occurrence, after obtaining the feature vectors of all the categories, these features are associated in the form of graphs, interaction between categories is explored using a gated recurrent update mechanism to propagate messages through the graph and learn node-level features of the context [65] use the gated GNN for relative attribute learning, which treats each pair of images as nodes and the relationship between the to-be-learned representation of nodes as edges , constructing a graph to explore the similarities between multiple images [64] T. Chen, M. Xu, X. Hui, H. Wu, and L. Lin, “Learning semantic-specific graph representation for multi-label image recognition,” in Proc. IEEE Int. Conf. Comput. Vis., 2019, pp. 522–53 [65] Z. Meng, N. Adluru, H. J. Kim, G. Fung, and V. Singh, “Efficient relative attribute learning using graph neural networks,” in Proc. Eur. Conf. Comput. Vis., 2018, pp. 552–567