ViTMatte: Boosting Image Matting with Pretrained Plain Vision Transformers
Jingfeng Yao, Xinggang Wang, Shusheng Yang, Baoyuan Wang

TL;DR
ViTMatte introduces a novel ViT-based image matting system that combines hybrid attention and lightweight convolutions, achieving state-of-the-art results by leveraging pretraining and efficient architecture design.
Contribution
The paper presents the first ViT-based image matting method, integrating hybrid attention and detail capture modules for improved performance and efficiency.
Findings
Achieves state-of-the-art performance on Composition-1k and Distinctions-646 benchmarks.
Outperforms prior matting methods by a large margin.
Demonstrates the effectiveness of ViT pretraining and architectural adaptations for matting.
Abstract
Recently, plain vision Transformers (ViTs) have shown impressive performance on various computer vision tasks, thanks to their strong modeling capacity and large-scale pretraining. However, they have not yet conquered the problem of image matting. We hypothesize that image matting could also be boosted by ViTs and present a new efficient and robust ViT-based matting system, named ViTMatte. Our method utilizes (i) a hybrid attention mechanism combined with a convolution neck to help ViTs achieve an excellent performance-computation trade-off in matting tasks. (ii) Additionally, we introduce the detail capture module, which just consists of simple lightweight convolutions to complement the detailed information required by matting. To the best of our knowledge, ViTMatte is the first work to unleash the potential of ViT on image matting with concise adaptation. It inherits many superior…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗hustvl/vitmatte-small-composition-1kmodel· 2.7M dl· ♡ 542.7M dl♡ 54
- 🤗hustvl/vitmatte-base-composition-1kmodel· 20k dl· ♡ 1220k dl♡ 12
- 🤗hustvl/vitmatte-small-distinctions-646model· 4.1k dl· ♡ 14.1k dl♡ 1
- 🤗hustvl/vitmatte-base-distinctions-646model· 1.3k dl· ♡ 41.3k dl♡ 4
- 🤗shiertier/vitmattemodel· 40 dl· ♡ 140 dl♡ 1
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Advanced Neural Network Applications · Visual Attention and Saliency Detection
MethodsConvolution
