paper-with-me

홈 › Papers

VPNeXt -- Rethinking Dense Decoding for Plain Vision Transformer

2025-02-23 · Xikai Tang, Ye Huang, Guangqiang Yin, Lixin Duan

We present VPNeXt, a new and simple model for the Plain Vision Transformer (ViT). Unlike the many related studies that share the same homogeneous paradigms, VPNeXt offers a fresh perspective on dense representation based on ViT. In more detail, the proposed VPNeXt addressed two concerns about the existing paradigm: (1) Is it necessary to use a complex Transformer Mask Decoder architecture to obtain good representations? (2) Does the Plain ViT really need to depend on the mock pyramid feature for upsampling? For (1), we investigated the potential underlying reasons that contributed to the effectiveness of the Transformer Decoder and introduced the Visual Context Replay (VCR) to achieve similar effects efficiently. For (2), we introduced the ViTUp module. This module fully utilizes the previously overlooked ViT real pyramid feature to achieve better upsampling results compared to the earlier mock pyramid feature. This represents the first instance of such functionality in the field of semantic segmentation for Plain ViT. We performed ablation studies on related modules to verify their effectiveness gradually. We conducted relevant comparative experiments and visualizations to show that VPNeXt achieved state-of-the-art performance with a simple and effective design. Moreover, the proposed VPNeXt significantly exceeded the long-established mIoU wall/barrier of the VOC2012 dataset, setting a new state-of-the-art by a large margin, which also stands as the largest improvement since 2015.

📄 PDF Abstract BibTeX arXiv:2502.16654

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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 설명 없음
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…

Similar Papers 제목 키워드 기반

Rethinking Encoder-Decoder Flow Through Shared Structures

2025-01-24 · Frederik Laboyrie, Mehmet Kerim Yucel, Albert Saa-Garriga

Dense prediction tasks have enjoyed a growing complexity of encoder architectures, decoders, however, have remained largely the same. They rely on individual blocks decoding intermediate feature maps sequentially. We int…

DecoderDepth Estimation

SCLIP: Rethinking Self-Attention for Dense Vision-Language Inference

2023-12-04 · Feng Wang, Jieru Mei, Alan Yuille

Recent advances in contrastive language-image pretraining (CLIP) have demonstrated strong capabilities in zero-shot classification by aligning visual representations with target text embeddings in an image level. However…

SegmentationSemantic Segmentationzero-shot-classificationZero-Shot Learning+1

Rethinking Attention Output Projection: Structured Hadamard Transforms for Efficient Transformers

2026-03-09 · Shubham Aggarwal, Lokendra Kumar arxiv

The dense output projection in multi head attention scales quadratically with model dimension, contributing significantly to parameter count, memory footprint, and inference cost. We propose replacing this projection wit…

From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing

2026-06-05 · Guannan Lai, Haoran Hu, Long Chen, Zhenguo Li 외 arxiv

Existing LLM routing methods often construct supervision from a single sampled response for each query--model pair. Because LLM generation is stochastic, however, such an observation can be an unstable estimate of model …

PIC 4th Challenge: Semantic-Assisted Multi-Feature Encoding and Multi-Head Decoding for Dense Video Captioning

2022-07-06 · Yifan Lu, Ziqi Zhang, Yuxin Chen, Chunfeng Yuan 외

The task of Dense Video Captioning (DVC) aims to generate captions with timestamps for multiple events in one video. Semantic information plays an important role for both localization and description of DVC. We present a…

Dense Video CaptioningVideo Captioning