Vision Transformer Adapter for Dense Predictions

要約

この作業では、ビジョン トランスフォーマー (ViT) のシンプルかつ強力な高密度予測タスク アダプターを調査します。
ビジョン固有の誘導バイアスをアーキテクチャに組み込んだ最近の高度なバリアントとは異なり、単純な ViT は、事前の仮定が弱いため、高密度の予測でパフォーマンスが低下します。
この問題に対処するために、ViT-Adapter を提案します。これにより、プレーンな ViT がビジョン固有のトランスフォーマーに匹敵するパフォーマンスを実現できます。
具体的には、私たちのフレームワークのバックボーンは、大規模なマルチモーダル データから強力な表現を学習できるプレーンな ViT です。
ダウンストリーム タスクに転送する場合、事前トレーニング不要のアダプターを使用して、画像関連の誘導バイアスをモデルに導入し、これらのタスクに適したものにします。
オブジェクト検出、インスタンス セグメンテーション、セマンティック セグメンテーションなど、複数の高密度予測タスクで ViT-Adapter を検証します。
特に、追加の検出データを使用せずに、当社の ViT-Adapter-L は、COCO テスト開発で最先端の 60.9 ボックス AP と 53.0 マスク AP を生成します。
ViT-Adapter がビジョン固有のトランスフォーマーの代替として機能し、将来の研究を促進することを願っています。
コードとモデルは https://github.com/czczup/ViT-Adapter でリリースされます。

要約(オリジナル)

This work investigates a simple yet powerful dense prediction task adapter for Vision Transformer (ViT). Unlike recently advanced variants that incorporate vision-specific inductive biases into their architectures, the plain ViT suffers inferior performance on dense predictions due to weak prior assumptions. To address this issue, we propose the ViT-Adapter, which allows plain ViT to achieve comparable performance to vision-specific transformers. Specifically, the backbone in our framework is a plain ViT that can learn powerful representations from large-scale multi-modal data. When transferring to downstream tasks, a pre-training-free adapter is used to introduce the image-related inductive biases into the model, making it suitable for these tasks. We verify ViT-Adapter on multiple dense prediction tasks, including object detection, instance segmentation, and semantic segmentation. Notably, without using extra detection data, our ViT-Adapter-L yields state-of-the-art 60.9 box AP and 53.0 mask AP on COCO test-dev. We hope that the ViT-Adapter could serve as an alternative for vision-specific transformers and facilitate future research. The code and models will be released at https://github.com/czczup/ViT-Adapter.

arxiv情報

著者 Zhe Chen,Yuchen Duan,Wenhai Wang,Junjun He,Tong Lu,Jifeng Dai,Yu Qiao
発行日 2023-02-13 15:50:22+00:00
arxivサイト arxiv_id(pdf)

提供元, 利用サービス

arxiv.jp, Google

カテゴリー: cs.CV パーマリンク