paper-with-me

Papers

SDTP: Semantic-aware Decoupled Transformer Pyramid for Dense Image Prediction

2021-09-18 · Zekun Li, Yufan Liu, Bing Li, Weiming Hu, Kebin Wu, Pei Wang

Although transformer has achieved great progress on computer vision tasks, the scale variation in dense image prediction is still the key challenge. Few effective multi-scale techniques are applied in transformer and there are two main limitations in the current methods. On one hand, self-attention module in vanilla transformer fails to sufficiently exploit the diversity of semantic information because of its rigid mechanism. On the other hand, it is hard to build attention and interaction among different levels due to the heavy computational burden. To alleviate this problem, we first revisit multi-scale problem in dense prediction, verifying the significance of diverse semantic representation and multi-scale interaction, and exploring the adaptation of transformer to pyramidal structure. Inspired by these findings, we propose a novel Semantic-aware Decoupled Transformer Pyramid (SDTP) for dense image prediction, consisting of Intra-level Semantic Promotion (ISP), Cross-level Decoupled Interaction (CDI) and Attention Refinement Function (ARF). ISP explores the semantic diversity in different receptive space. CDI builds the global attention and interaction among different levels in decoupled space which also solves the problem of heavy computation. Besides, ARF is further added to refine the attention in transformer. Experimental results demonstrate the validity and generality of the proposed method, which outperforms the state-of-the-art by a significant margin in dense image prediction tasks. Furthermore, the proposed components are all plug-and-play, which can be embedded in other methods.

📄 PDF Abstract BibTeX arXiv:2109.08963

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityPrediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Multi-Modal Object Re-Identification with Prompt-S6 and Semantic-Aware Knowledge Guidance

2026-07-26 · Weixiang Zhou, Jiabei Zuo, Yuhao Wang, Cong Wang 외 arxiv

Multi-modal object Re-Identification (ReID) aims to retrieve specific objects by integrating complementary information from multiple modalities. However, existing multi-modal ReID methods do not effectively address backg…

Representation Separation for Semantic Segmentation with Vision Transformers

2022-12-28 · Yuanduo Hong, Huihui Pan, Weichao Sun, Xinghu Yu 외

Vision transformers (ViTs) encoding an image as a sequence of patches bring new paradigms for semantic segmentation.We present an efficient framework of representation separation in local-patch level and global-region le…

Semantic Segmentation

P2AT: Pyramid Pooling Axial Transformer for Real-time Semantic Segmentation

2023-10-23 · Mohammed A. M. Elhassan, Changjun Zhou, Amina Benabid, Abuzar B. M. Adam

Recently, Transformer-based models have achieved promising results in various vision tasks, due to their ability to model long-range dependencies. However, transformers are computationally expensive, which limits their a…

Autonomous DrivingDecoderfeature selectionReal-Time Semantic Segmentation+2

Decoupled Pyramid Correlation Network for Liver Tumor Segmentation from CT images

2022-05-26 · Yao Zhang, Jiawei Yang, Yang Liu, Jiang Tian 외

Purpose: Automated liver tumor segmentation from Computed Tomography (CT) images is a necessary prerequisite in the interventions of hepatic abnormalities and surgery planning. However, accurate liver tumor segmentation …

Computed Tomography (CT)Image SegmentationLiver SegmentationMedical Image Segmentation+3

KNN Transformer with Pyramid Prompts for Few-Shot Learning

2024-10-14 · Wenhao Li, Qiangchang Wang, Peng Zhao, Yilong Yin

Few-Shot Learning (FSL) aims to recognize new classes with limited labeled data. Recent studies have attempted to address the challenge of rare samples with textual prompts to modulate visual features. However, they usua…

Few-Shot Learning