Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[Journal club] Vision Transformer with Deformable Attention

[Journal club] Vision Transformer with Deformable Attention

More Decks by Semantic Machine Intelligence Lab., Keio Univ.

Other Decks in Technology

Transcript

  1. Vision Transformer with
    Deformable Attention
    Zhuofan Xia1, Xuran Pan1, Shiji Song1, Li Erran Li2, Gao Huang1,3
    (1Tsinghua University , 2AWS AI, Amazon , 3Beijing Academy of Artificial Intelligence)
    慶應義塾⼤学
    杉浦孔明研究室 和⽥唯我
    Xia, Z., Pan, X., Song, S., Li, L. E., & Huang, G. (2022). Vision Transformer with Deformable Attention. CVPR22
    CVPR 2022

    和田唯我 / Yuiga Wada

    View Slide

  2. 概要
    2
    ü 受容野を変形して学習するDeformable Attentionを提案
    ü 画像認識モデルDATを提案し, Deformable Attentionの有⽤性を検証
    ü 様々な画像認識タスクでSwin Transformerなどの既存⼿法を超える結果を記録

    View Slide

  3. o 受容野 (receptive field)
    • 画像内の⼀つのクエリから情報を得る際に, 関係を捉えうる範囲
    ⇒ 各モデルごとに受容野は異なる
    背景 : 画像認識モデルにはそれぞれ固有の受容野が存在
    3
    CNN Swin Transformer
    [Liu+, ICCV21]
    Vision Transformer
    [Dosovitskiy+, ICLR20]

    View Slide

  4. 背景 : 受容野を変形できるAttentionが望まれる
    4
    o Vision Transformer [Dosovitskiy+, ICLR20]
    • CNNよりも広範囲な受容野を持つが, 計算量が⼤きい
    o Sparse Transformer
    • 計算量を落とすため, 受容野を狭める → 広範囲の関係性を捉えられない
    • 例 : Swin Transformer [Liu+, ICCV21] , PVT [Wang+, ICCV21]
    計算量を抑えつつ, 物体ごとに受容野を変形できるAttention機構が望まれる

    View Slide

  5. 既存研究 : DeformableなAttentionには改善の余地がある
    5
    o Deformable Convolution (DCN) [Dai+, ICCV17]
    • カーネルに対してoffsetを⽤いることで, 受容野を変形する
    o Deformable DETR [Zhu+, 2020]
    • DETRにDeformable モジュールを追加
    • 通常のAttentionだと計算量が⼤きい
    → Keyの次元を"!
    = 4 として計算量を削減
    ⇒ 重要な情報が失われているという指摘
    ⇒ 次元を減らすことなく受容野を変形できるAttentionの必要性
    DCN [Dai+, CCV17]

    View Slide

  6. 提案⼿法 : Deformable Attention Transformer
    o Deformable Attention Transformer (DAT)
    o 4-stageで構成
    o (前半) Shift-Window Attention (後半) Deformable Attention
    o 新規性
    o Deformable Attentionの提案 → 物体ごとに受容野を変形して学習
    6

    View Slide

  7. 提案⼿法 : Deformable Attention
    7
    o Deformable Attention
    o ⼊⼒画像 %と参照点 &
    % でAttentionを計算
    o グリッドからoffset分ずらした点を参照点 &
    % とする
    ⇒ 変形された受容野を実現

    View Slide

  8. Step1 : 格⼦点からのoffsetを計算
    1. ⼊⼒画像 % を線形変換し, クエリ ' を計算
    2. サブネットワーク ("##$%& より, 格⼦点 * からのoffset Δ* を計算
    * ∈ ℝ'!×)!×* , ' = %.
    +
    , Δ* = ("##$%&
    '
    8
    "!

    "
    $
    , &
    !

    &
    $
    ,!""#$%
    -
    Δ-

    View Slide

  9. Step2 : bilinear補間により参照点から特徴量を計算 (1/2)
    1. % ∈ ℝ'×)×/
    の各要素 10
    , 11 に対してbilinear補間 &
    % = 2 %; * + Δ* を計算
    9

    View Slide

  10. Step2 : bilinear補間により参照点から特徴量を計算 (2/2)
    10
    • すなわち 10
    , 11 近傍にある参照点から, 距離に応じた加重和を取る
    ' $"
    , $#
    , :

    View Slide

  11. Step3 : 変形された参照点をKey, ValueとしてAttentionを計算
    1. bilinear補間された参照点 &
    % を線形変換して 5
    6 , &
    7を計算
    2. クエリ 'と参照点から得られた 5
    6 , &
    7 とでAttentionを計算
    11
    offset情報を⽤いた
    Positional Embeddingを付与

    View Slide

  12. 定性的結果 : 物体ごとに参照点が変形されている
    12
    Stage3 Stage4
    • COCOデータセットで物体検出&セグメンテーションを実施
    ⇒ 各Stageにおいて, 対象物体へと集中するように参照点が変形

    View Slide

  13. 定量的結果 : 画像分類タスクにおいて既存⼿法を上回る結果を記録
    13
    • ImageNet-1Kを⽤いた画像分類
    • 様々な従来⼿法を上回る結果を記録
    • モデルサイズが⼤きくなるにつれて,
    精度が向上している

    View Slide

  14. 定量的結果 : セグメンテーションにおいても既存⼿法を上回る結果を記録
    14
    • ADE20Kを⽤いたセグメンテーション
    • Swin Transformer, PVTを上回る結果を記

    • 最も軽量なDAT-Tにおいても, PVT-Sや
    Swin-Tを上回っている

    View Slide

  15. Ablation : Deformable Attentionは後半のみの配置が最良
    15
    • Deformable AttentionはStage3 / Stage4 のみの配置が最良
    ⇒ Stage1 / Stage2では, ⽐較的局所的な特徴を学習させた⽅が良い
    ✔ → Deformable Attention / 空 → Shift-Window Attention

    View Slide

  16. まとめ
    16
    ü Deformable Attention Transformer (DAT)を提案
    ü Deformable Attentionにより物体ごとに受容野を変形して学習
    • Deformable Attentionは後半のStageに配置するのが最良
    ü 様々な画像処理タスクでSwin Transformerを超える精度を記録

    View Slide

  17. ⇒ Swin Transformer / DCNはクエリごとに異なる受容野を持つ
    Appendix : ⼿法ごとの受容野
    17

    View Slide

  18. Appendix : アーキテクチャの詳細
    18

    View Slide

  19. Appendix : 物体検出に関する定量的結果
    19

    View Slide