title: Graph-Based Social Relation Reasoning, 2020

task: we propose a simpler, faster, and more accurate method named graph relational reasoning network (GR2N) for social relation recognition.

abstract: Understanding social relations from an image has great potential for intelligent systems such as social chatbots and personal assistants.  Different from existing methods that process all social relations on an image independently, our method considers the paradigm of jointly inferring the relations by constructing a social relation graph.  Furthermore, the proposed GR2N constructs several virtual relation graphs to explicitly grasp the strong logical constraints among different types of social relations.

通过图像来理解社会关系对于智能系统,如社交聊天机器人和个人助理有着巨大的潜力。不同于现有的在一个图像上独立处理所有社会关系的方法,我们的方法考虑了通过构造一个社会关系图来共同推断关系的范式。此外,所提出的GR2N构造了若干虚拟关系图,以显式地把握不同类型社会关系之间的强逻辑约束。

由于潜在的隐私风险警告等广泛的应用,人们对在给定的静止图像中理解人与人之间的关系越来越感兴趣, 智能自主系统[52],群活性分析[19]。

由于社会关系通常形成一个合理的社会场景,它们不是相互独立的,而是高度相关的。 独立地预测同一图象上的关系,需要从社会场景的高局部性出发,这可能会导致社会关系图的不合理和矛盾。(Independently predicting the relations on the same image suffers from the high locality in social scenes, which may result in an unreasonable and contradictory social relation graph.)

为此,我们认为,共同推断每个图像的所有关系有助于构建一个合理的、一致的社会关系图,同时对社会场景有一个透彻的理解。

To this end, we consider that jointly inferring all relations for each image helps construct a reasonable and consistent social relation graph with a thorough understanding of the social scene.

此外,由于同一图像上的社会关系往往遵循较强的逻辑约束 logical constraints,,同时考虑所有关系可以有效地利用这些关系的一致性。

显然,同一图像上的关系在推理中是相互帮助的,这在现有的方法中并没有作为一个重要的线索加以利用。

we propose a graph relational reasoning network (GR2N)

现有的gnn方法大多只是通过消息传递来利用上下文信息,无法明确把握不同类型社会关系之间的逻辑约束。(Most existing GNNs' methods simply exploit contextual information via message passing, which fails to explicitly grasp the logical constraints among different types of social relations.)

为了利用强逻辑约束,提出的GR2N用共享节点表示为不同的关系类型构造不同的虚拟关系图。(To exploit the strong logical constraints, the proposed GR2N constructs different virtual relation graphs for different relation types with shared node representations.)

我们的方法在每个虚拟关系图上学习特定于类型的消息,并通过汇总所有虚拟关系图上的所有邻居消息来更新节点表示。 最后,节点的最终表示可用来预测图上所有节点对的关系。Our method learns type-specificc messages on each virtual relation graph and updates the node representations by aggregating all neighbor messages across all virtual relation graphs. In the end, the final representations of nodes are utilized to predict the relations of all pairs of nodes on the graph.

最新文章

  1. 【转】如何查看当前Open的Cursor
  2. abrtd是什么进程
  3. PHPExcel类的使用讲解
  4. hdu 4281(MTSP)
  5. 一个iOS项目中包含多个xcodeproj文件,如何运行其中的一个项目
  6. GNU GCC 扩展属性
  7. ubuntu 添加源
  8. JavaScript 中 typeof 知多少?
  9. #include <boost/weak_ptr.hpp>
  10. Spring搭建MVC WEB项目[转]
  11. linux-命令-top
  12. CodeForces 610C Harmony Analysis
  13. [转] DDD领域驱动设计(三) 之 理论知识收集汇总
  14. python连接数据库异步存储
  15. 《ServerSuperIO Designer IDE使用教程》- 5.树形结构管理设备驱动,小版本更新。发布:v4.2.3.1版本
  16. ELK学习笔记之logstash安装logstash-filter-multiline(在线离线安装)
  17. C和C指针小记(十八)-使用结构和指针-双向链表
  18. 初学版本控制更新Version control
  19. 第一个Python小项目:图片转换成字符图片
  20. 给tableView设置背景图片

热门文章

  1. matplotlib画图工具/绘制散点图
  2. javase集合 温故而知新
  3. Kubernetes 从入门到进阶实战教程 (2021 最新万字干货版)
  4. Promise与async/await与Generator
  5. c++动态内存分配需要注意的地方,可以不用尽量不用
  6. 组织:EFF
  7. 关于我开发tinymce的自由表单、病历插件这件事
  8. C# 与LINQ有关的语言特性
  9. 《回炉重造 Java 基础》——集合(容器)
  10. APIO刷题