arXiv reaDer
ビデオ超解像トランス
Video Super-Resolution Transformer
対応する低解像度バージョンから高解像度ビデオを復元することを目的としたビデオ超解像(VSR)は、時空間シーケンス予測の問題です。最近、Transformerは、シーケンス間モデリングの並列計算機能により人気が高まっています。したがって、VSRを解決するためにビジョントランスフォーマーを適用するのは簡単なようです。ただし、完全に接続された自己注意層とトークンごとのフィードフォワード層を備えたTransformerの一般的なブロック設計は、次の2つの理由により、VSRには適していません。まず、完全に接続された自己注意レイヤーは、データの局所性を利用することを怠っています。これは、このレイヤーが線形レイヤーに依存して注意マップを計算するためです。第2に、トークンごとのフィードフォワードレイヤーには、VSRにとって重要な機能の配置がありません。これは、このレイヤーが入力トークンの埋め込みを相互作用することなく独立して処理するためです。このホワイトペーパーでは、TransformerをVSRに適合させる最初の試みを行います。具体的には、最初の問題に取り組むために、局所性情報を活用するための理論的理解を備えた時空間畳み込み自己注意層を提示します。 2番目の問題では、双方向オプティカルフローベースのフィードフォワードレイヤーを設計して、さまざまなビデオフレーム間の相関関係を検出し、機能を調整します。いくつかのベンチマークデータセットでの広範な実験は、提案された方法の有効性を示しています。コードはhttps://github.com/caojiezhang/VSR-Transformerで入手できます。
Video super-resolution (VSR), with the aim to restore a high-resolution video from its corresponding low-resolution version, is a spatial-temporal sequence prediction problem. Recently, Transformer has been gaining popularity due to its parallel computing ability for sequence-to-sequence modeling. Thus, it seems to be straightforward to apply the vision Transformer to solve VSR. However, the typical block design of Transformer with a fully connected self-attention layer and a token-wise feed-forward layer does not fit well for VSR due to the following two reasons. First, the fully connected self-attention layer neglects to exploit the data locality because this layer relies on linear layers to compute attention maps. Second, the token-wise feed-forward layer lacks the feature alignment which is important for VSR since this layer independently processes each of the input token embeddings without any interaction among them. In this paper, we make the first attempt to adapt Transformer for VSR. Specifically, to tackle the first issue, we present a spatial-temporal convolutional self-attention layer with a theoretical understanding to exploit the locality information. For the second issue, we design a bidirectional optical flow-based feed-forward layer to discover the correlations across different video frames and also align features. Extensive experiments on several benchmark datasets demonstrate the effectiveness of our proposed method. The code will be available at https://github.com/caojiezhang/VSR-Transformer.
updated: Tue Jul 04 2023 15:30:58 GMT+0000 (UTC)
published: Sat Jun 12 2021 20:00:32 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アソシエイト