PVT v2:改进的金字塔视觉 Transformer 基线

PVT v2: Improved Baselines with Pyramid Vision Transformer

王文海 Wenhai Wang · Nanjing University / Shanghai AI Lab · 2021-06-25 · arXiv:2106.13797 ↗ · 被引 2465

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

Transformer 最近在计算机视觉领域取得了令人鼓舞的进展。在这项工作中,我们通过改进原始的金字塔视觉 Transformer(PVT v1),添加了三种设计,包括(1)线性复杂度注意力层,(2)重叠块嵌入,以及(3)卷积前馈网络,提出了新的基线。通过这些修改,PVT v2 将 PVT v1 的计算复杂度降低到线性,并在分类、检测和分割等基本视觉任务上取得了显著改进。值得注意的是,所提出的 PVT v2 取得了与 Swin Transformer 等近期工作相当或更好的性能。我们希望这项工作能促进计算机视觉领域最先进的 Transformer 研究。代码可在 https://github.com/whai362/PVT 获取。

Transformer recently has presented encouraging progress in computer vision. In this work, we present new baselines by improving the original Pyramid Vision Transformer (PVT v1) by adding three designs, including (1) linear complexity attention layer, (2) overlapping patch embedding, and (3) convolutional feed-forward network. With these modifications, PVT v2 reduces the computational complexity of PVT v1 to linear and achieves significant improvements on fundamental vision tasks such as classification, detection, and segmentation. Notably, the proposed PVT v2 achieves comparable or better performances than recent works such as Swin Transformer. We hope this work will facilitate state-of-the-art Transformer researches in computer vision. Code is available at https://github.com/whai362/PVT.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →