Skip to main content
QUICK REVIEW

[論文レビュー] Factorizable Net: An Efficient Subgraph-based Framework for Scene Graph Generation

Yikang Li, Wanli Ouyang|arXiv (Cornell University)|Jun 29, 2018
Multimodal Machine Learning Applications被引用数 46
ひとこと要約

Factorizable Net (F-Net)を導入し、シーングラフをサブグラフに因子分解して中間表現を削減し、空間情報を考慮したモジュールでより速く、より正確なシーングラフ生成を実現する。

ABSTRACT

Generating scene graph to describe all the relations inside an image gains increasing interests these years. However, most of the previous methods use complicated structures with slow inference speed or rely on the external data, which limits the usage of the model in real-life scenarios. To improve the efficiency of scene graph generation, we propose a subgraph-based connection graph to concisely represent the scene graph during the inference. A bottom-up clustering method is first used to factorize the entire scene graph into subgraphs, where each subgraph contains several objects and a subset of their relationships. By replacing the numerous relationship representations of the scene graph with fewer subgraph and object features, the computation in the intermediate stage is significantly reduced. In addition, spatial information is maintained by the subgraph features, which is leveraged by our proposed Spatial-weighted Message Passing~(SMP) structure and Spatial-sensitive Relation Inference~(SRI) module to facilitate the relationship recognition. On the recent Visual Relationship Detection and Visual Genome datasets, our method outperforms the state-of-the-art method in both accuracy and speed.

研究の動機と目的

  • 二次の関係表現を超えた効率的なシーングラフ生成を促進する。
  • 語句表現を共有し計算を削減するためのサブグラフベースの因子分解を提案する。
  • 2-Dサブグラフ特徴マップと設計されたSMPおよびSRIモジュールを通じて空間情報を保持する。
  • VRDおよびVisual Genomeデータセットで速度と精度の改善を示す。

提案手法

  • 全結合のオブジェクト関係グラフを構築し、類似した関係領域をサブグラフにクラスタリングする。
  • サブグラフを共通の2-D特徴マップで表現し、空間構造を保持する。
  • 注意機構ベースの集約によってオブジェクトとサブグラフの特徴を洗練するためにSpatial-weighted Message Passingを適用する。
  • Spatial-sensitive Relation Inferenceを用いて主語・目的語・サブグラフの特徴を統合し、ボトルネック畳み込みアプローチで述語予測を行う。

実験結果

リサーチクエスチョン

  • RQ1サブグラフベースの表現は精度を犠牲にすることなく、シーングラフ生成の計算負荷を削減できるか?
  • RQ2サブグラフ特徴マップ内の空間情報を保持することは述語認識を改善するか?
  • RQ3空間認識型のメッセージパッシングとリレーション推論は、最先端手法を上回る性能を発揮するか?
  • RQ4標準データセット(VRDとVisual Genome)における速度と精度の観点でモデルはどう機能するか?

主な発見

DatasetModelPhrDet Rec@50Rec@100SGGen Rec@50Rec@100Speed (s/img)
VRDLP16.1717.0313.8614.701.18 ∗
VRDViP-CNN22.7827.9117.3220.010.78
VRDDR-Net19.9323.4517.7320.882.83
VRDILC16.8920.7015.0818.372.70 ∗∗
VRDOurs Full:1-SMP25.9030.5218.1621.040.45
VRDOurs Full:2-SMP26.0330.7718.3221.200.55
VG-MSDNISGG [58]15.8719.458.2310.881.64
VG-MSDNMSDN [35]19.9524.9310.7214.223.56
VG-MSDNOurs-Full: 2-SMP22.8428.5713.0616.470.55
VG-DR-NetDR-Net [6]23.9527.5720.7923.762.83
VG-DR-NetOurs-Full: 2-SMP26.9132.6319.8823.950.55
  • VRDおよびVisual Genomeベンチマークにおいて、精度と速度の両方で最先端手法を上回る。
  • サブグラフベースのクラスタリングは中間フレーズ表現を劇的に削減し、推論を高速化する。
  • 空間情報を保持する2-Dサブグラフ特徴マップは述語認識を改善する。
  • Spatial-weighted Message PassingとSpatial-sensitive InferenceはSGGenリコールとフレーズ検出で観察可能な向上をもたらす。
  • SMPモジュールの数を増やすと速度の一部犠牲を伴うが精度が向上することが示唆され、トレードオフを示す。
  • 2-SMPを用いたフルモデルはベースラインと比較して高い性能を達成する。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。