paper-with-me

홈 › Papers

Minimalist and High-Performance Semantic Segmentation with Plain Vision Transformers

2023-10-19 · Yuanduo Hong, Jue Wang, Weichao Sun, Huihui Pan

In the wake of Masked Image Modeling (MIM), a diverse range of plain, non-hierarchical Vision Transformer (ViT) models have been pre-trained with extensive datasets, offering new paradigms and significant potential for semantic segmentation. Current state-of-the-art systems incorporate numerous inductive biases and employ cumbersome decoders. Building upon the original motivations of plain ViTs, which are simplicity and generality, we explore high-performance `minimalist' systems to this end. Our primary purpose is to provide simple and efficient baselines for practical semantic segmentation with plain ViTs. Specifically, we first explore the feasibility and methodology for achieving high-performance semantic segmentation using the last feature map. As a result, we introduce the PlainSeg, a model comprising only three 3$\times$3 convolutions in addition to the transformer layers (either encoder or decoder). In this process, we offer insights into two underlying principles: (i) high-resolution features are crucial to high performance in spite of employing simple up-sampling techniques and (ii) the slim transformer decoder requires a much larger learning rate than the wide transformer decoder. On this basis, we further present the PlainSeg-Hier, which allows for the utilization of hierarchical features. Extensive experiments on four popular benchmarks demonstrate the high performance and efficiency of our methods. They can also serve as powerful tools for assessing the transfer ability of base models in semantic segmentation. Code is available at \url{https://github.com/ydhongHIT/PlainSeg}.

📄 PDF Abstract BibTeX arXiv:2310.12755

Code (1)

ydhonghit/plainseg 공식 구현 pytorch

Tasks

DecoderSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Robust Interactive Semantic Segmentation of Pathology Images with Minimal User Input

2021-08-30 · Mostafa Jahanifar, Neda Zamani Tajeddin, Navid Alemi Koohbanani, Nasir Rajpoot

From the simple measurement of tissue attributes in pathology workflow to designing an explainable diagnostic/prognostic AI tool, access to accurate semantic segmentation of tissue regions in histology images is a prereq…

DiagnosticInteractive SegmentationSegmentationSemantic Segmentation

INSID3: Training-Free In-Context Segmentation with DINOv3

2026-03-30 · Claudia Cuttano, Gabriele Trivigno, Christoph Reich, Daniel Cremers 외 arxiv

In-context segmentation (ICS) aims to segment arbitrary concepts, e.g., objects, parts, or personalized instances, given one annotated visual examples. Existing work relies on (i) fine-tuning vision foundation models (VF…

Personalized SegmentationSemantic correspondence

A Minimalist Example of Edge-of-Stability and Progressive Sharpening

2025-03-04 · LiMing Liu, Zixuan Zhang, Simon Du, Tuo Zhao

Recent advances in deep learning optimization have unveiled two intriguing phenomena under large learning rates: Edge of Stability (EoS) and Progressive Sharpening (PS), challenging classical Gradient Descent (GD) analys…

Computational Imaging for Machine Perception: Transferring Semantic Segmentation beyond Aberrations

2022-11-21 · Qi Jiang, Hao Shi, Shaohua Gao, Jiaming Zhang 외

Semantic scene understanding with Minimalist Optical Systems (MOS) in mobile and wearable applications remains a challenge due to the corrupted imaging quality induced by optical aberrations. However, previous works only…

Domain AdaptationScene UnderstandingSemantic SegmentationUnsupervised Domain Adaptation

RDCNet: Instance segmentation with a minimalist recurrent residual network

2020-10-02 · Raphael Ortiz, Gustavo de Medeiros, Antoine H. F. M. Peters, Prisca Liberali 외

Instance segmentation is a key step for quantitative microscopy. While several machine learning based methods have been proposed for this problem, most of them rely on computationally complex models that are trained on s…

Instance SegmentationNuclear SegmentationSegmentationSemantic Segmentation