paper-with-me

홈 › Papers

Rethinking Decoders for Transformer-based Semantic Segmentation: A Compression Perspective

2024-11-05 · Qishuai Wen, Chun-Guang Li

State-of-the-art methods for Transformer-based semantic segmentation typically adopt Transformer decoders that are used to extract additional embeddings from image embeddings via cross-attention, refine either or both types of embeddings via self-attention, and project image embeddings onto the additional embeddings via dot-product. Despite their remarkable success, these empirical designs still lack theoretical justifications or interpretations, thus hindering potentially principled improvements. In this paper, we argue that there are fundamental connections between semantic segmentation and compression, especially between the Transformer decoders and Principal Component Analysis (PCA). From such a perspective, we derive a white-box, fully attentional DEcoder for PrIncipled semantiC segemenTation (DEPICT), with the interpretations as follows: 1) the self-attention operator refines image embeddings to construct an ideal principal subspace that aligns with the supervision and retains most information; 2) the cross-attention operator seeks to find a low-rank approximation of the refined image embeddings, which is expected to be a set of orthonormal bases of the principal subspace and corresponds to the predefined classes; 3) the dot-product operation yields compact representation for image embeddings as segmentation masks. Experiments conducted on dataset ADE20K find that DEPICT consistently outperforms its black-box counterpart, Segmenter, and it is light weight and more robust.

📄 PDF Abstract BibTeX arXiv:2411.03033

Code (1)

qishuaiwen/depict 공식 구현 pytorch

Tasks

DecoderSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Attention 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

DiT-JSCC: Rethinking Deep JSCC with Diffusion Transformers and Semantic Representations

2026-01-06 · Kailin Tan, Jincheng Dai, Sixian Wang, Guo Lu 외 arxiv

Generative joint source-channel coding (GJSCC) has emerged as a new Deep JSCC paradigm for achieving high-fidelity and robust image transmission under extreme wireless channel conditions, such as ultra-low bandwidth and …

SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers

2021-05-31 · NeurIPS 2021 12 · Enze Xie, Wenhai Wang, Zhiding Yu, Anima Anandkumar 외

We present SegFormer, a simple, efficient yet powerful semantic segmentation framework which unifies Transformers with lightweight multilayer perception (MLP) decoders. SegFormer has two appealing features: 1) SegFormer …

2D Semantic SegmentationC++ codeCrack SegmentationDecoder+2

Rethinking the Nested U-Net Approach: Enhancing Biomarker Segmentation with Attention Mechanisms and Multiscale Feature Fusion

2025-04-08 · Saad Wazir, Daeyoung Kim

Identifying biomarkers in medical images is vital for a wide range of biotech applications. However, recent Transformer and CNN based methods often struggle with variations in morphology and staining, which limits their …

2D Semantic SegmentationImage SegmentationMedical Image SegmentationSemantic Segmentation

Content-aware Token Sharing for Efficient Semantic Segmentation with Vision Transformers

2023-06-03 · CVPR 2023 1 · Chenyang Lu, Daan de Geus, Gijs Dubbelman

This paper introduces Content-aware Token Sharing (CTS), a token reduction approach that improves the computational efficiency of semantic segmentation networks that use Vision Transformers (ViTs). Existing works have pr…

Computational Efficiencyimage-classificationImage ClassificationSegmentation+2

SeMask: Semantically Masked Transformers for Semantic Segmentation

2021-12-23 · arXiv 2021 12 · Jitesh Jain, Anukriti Singh, Nikita Orlov, Zilong Huang 외

Finetuning a pretrained backbone in the encoder part of an image transformer network has been the traditional approach for the semantic segmentation task. However, such an approach leaves out the semantic context that an…

DecoderSemantic Segmentation