ICCV2019 Triplet-Aware Scene Graph Embeddings
参考论文
Triplet-Aware Scene Graph Embeddings
Introduction
场景图(Scene graphs)作为一种结构数据用于描述两两物体之间的语义关系。在Scene graph中,每个节点代表一个物体,每一条边代表两个物体之间的关系,用一个三元组<subject, predicate, object>来表示。例如:<cat, on, road>,<dog, left of, person>。对于场景图的解释如下图所示(D.Xu, Y.Zhu, C.Choy and L.Fei-Fei. Scene graph generation by iterative message passing. In Computer Vision and Pattern Recongnition, 2017):
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 xiaoyp的博客!
评论