paper-with-me

Papers

Vision Transformers: From Semantic Segmentation to Dense Prediction

2022-07-19 · Li Zhang, Jiachen Lu, Sixiao Zheng, Xinxuan Zhao, Xiatian Zhu, Yanwei Fu, Tao Xiang, Jianfeng Feng, Philip H. S. Torr

The emergence of vision transformers (ViTs) in image classification has shifted the methodologies for visual representation learning. In particular, ViTs learn visual representation at full receptive field per layer across all the image patches, in comparison to the increasing receptive fields of CNNs across layers and other alternatives (e.g., large kernels and atrous convolution). In this work, for the first time we explore the global context learning potentials of ViTs for dense visual prediction (e.g., semantic segmentation). Our motivation is that through learning global context at full receptive field layer by layer, ViTs may capture stronger long-range dependency information, critical for dense prediction tasks. We first demonstrate that encoding an image as a sequence of patches, a vanilla ViT without local convolution and resolution reduction can yield stronger visual representation for semantic segmentation. For example, our model, termed as SEgmentation TRansformer (SETR), excels on ADE20K (50.28% mIoU, the first position in the test leaderboard on the day of submission) and performs competitively on Cityscapes. However, the basic ViT architecture falls short in broader dense prediction applications, such as object detection and instance segmentation, due to its lack of a pyramidal structure, high computational demand, and insufficient local context. For tackling general dense visual prediction tasks in a cost-effective manner, we further formulate a family of Hierarchical Local-Global (HLG) Transformers, characterized by local attention within windows and global-attention across windows in a pyramidal architecture. Extensive experiments show that our methods achieve appealing performance on a variety of dense prediction tasks (e.g., object detection and instance segmentation and semantic segmentation) as well as image classification.

📄 PDF Abstract BibTeX arXiv:2207.09339

Code (3)

fudan-zvg/SETR 공식 구현 pytorch
Mind23-2/MindCode-3/tree/main/hlg mindspore
code-implementation1/Code4/tree/main/hlg mindspore

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionPredictionRepresentation LearningSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Token Pruning in Plain Vision Transformers for Semantic Segmentation

2023-08-02 · ICCV 2023 1 · Quan Tang, BoWen Zhang, Jiajun Liu, Fagui Liu 외

Vision transformers have achieved leading performance on various visual tasks yet still suffer from high computational complexity. The situation deteriorates in dense prediction tasks like semantic segmentation, as high-…

image-classificationImage ClassificationSegmentationSemantic Segmentation

Self-Supervised Pre-training of Vision Transformers for Dense Prediction Tasks

2022-05-30 · Jaonary Rabarisoa, Valentin Belissen, Florian Chabot, Quoc-Cuong Pham

We present a new self-supervised pre-training of Vision Transformers for dense prediction tasks. It is based on a contrastive loss across views that compares pixel-level representations to global image representations. T…

Depth EstimationMonocular Depth EstimationPredictionSemantic Segmentation

Vision Transformers for Dense Prediction

2021-03-24 · ICCV 2021 10 · René Ranftl, Alexey Bochkovskiy, Vladlen Koltun

We introduce dense vision transformers, an architecture that leverages vision transformers in place of convolutional networks as a backbone for dense prediction tasks. We assemble tokens from various stages of the vision…

DecoderDepth EstimationMonocular Depth EstimationPrediction+1

Vision Transformer Adapter for Dense Predictions

2022-05-17 · Zhe Chen, Yuchen Duan, Wenhai Wang, Junjun He 외

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 p…

Instance SegmentationObject DetectionPanoptic SegmentationReal-Time Object Detection+1

Expediting Large-Scale Vision Transformer for Dense Prediction without Fine-tuning

2022-10-03 · Weicong Liang, Yuhui Yuan, Henghui Ding, Xiao Luo 외

Vision transformers have recently achieved competitive results across various vision tasks but still suffer from heavy computation costs when processing a large number of tokens. Many advanced approaches have been develo…

ClusteringDepth EstimationGPUimage-classification+8