arXiv reaDer
ビジュアルパーサー:トランスフォーマーを使用して部分全体の階層を表す
Visual Parser: Representing Part-whole Hierarchies with Transformers
人間の視覚は、シーン全体から階層情報の一部全体をキャプチャすることができます。このホワイトペーパーでは、トランスフォーマーを使用してこのような階層を明示的に構築するビジュアルパーサー(ViP)について説明します。 ViPは、視覚的表現をパーツレベルと全体レベルの2つのレベルに分割します。各部分の情報は、全体の中のいくつかの独立したベクトルの組み合わせを表します。 2つのレベルの表現をモデル化するには、最初に注意メカニズムを介して全体からの情報をパーツベクトルにエンコードし、次にパーツベクトル内のグローバル情報をデコードして全体の表現に戻します。提案されたエンコーダーとデコーダーの相互作用を使用して2つのレベルを繰り返し解析することにより、モデルは両方のレベルの機能を徐々に改良できます。実験結果は、ViPが分類、検出、インスタンスセグメンテーションなどの3つの主要なタスクで非常に競争力のあるパフォーマンスを達成できることを示しています。特に、オブジェクト検出において、以前の最先端のCNNバックボーンを大幅に上回ることができます。パラメータが7.2倍少なくFLOPSが10.9倍少ないViPファミリの小さなモデルは、ResNe(X)tファミリの最大モデルResNeXt-101-64×4dと同等のパフォーマンスを発揮します。視覚化の結果は、学習した部分が予測クラスについて非常に有益であり、ViPを以前の基本的なアーキテクチャよりも説明しやすくしていることも示しています。コードはhttps://github.com/kevin-ssy/ViPで入手できます。
Human vision is able to capture the part-whole hierarchical information from the entire scene. This paper presents the Visual Parser (ViP) that explicitly constructs such a hierarchy with transformers. ViP divides visual representations into two levels, the part level and the whole level. Information of each part represents a combination of several independent vectors within the whole. To model the representations of the two levels, we first encode the information from the whole into part vectors through an attention mechanism, then decode the global information within the part vectors back into the whole representation. By iteratively parsing the two levels with the proposed encoder-decoder interaction, the model can gradually refine the features on both levels. Experimental results demonstrate that ViP can achieve very competitive performance on three major tasks e.g. classification, detection and instance segmentation. In particular, it can surpass the previous state-of-the-art CNN backbones by a large margin on object detection. The tiny model of the ViP family with 7.2× fewer parameters and 10.9× fewer FLOPS can perform comparably with the largest model ResNeXt-101-64×4d of ResNe(X)t family. Visualization results also demonstrate that the learnt parts are highly informative of the predicting class, making ViP more explainable than previous fundamental architectures. Code is available at https://github.com/kevin-ssy/ViP.
updated: Tue Jul 13 2021 00:27:01 GMT+0000 (UTC)
published: Tue Jul 13 2021 00:27:01 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト