paper-with-me

Papers

Head-Free Lightweight Semantic Segmentation with Linear Transformer

2023-01-11 · Bo Dong, Pichao Wang, Fan Wang

Existing semantic segmentation works have been mainly focused on designing effective decoders; however, the computational load introduced by the overall structure has long been ignored, which hinders their applications on resource-constrained hardwares. In this paper, we propose a head-free lightweight architecture specifically for semantic segmentation, named Adaptive Frequency Transformer. It adopts a parallel architecture to leverage prototype representations as specific learnable local descriptions which replaces the decoder and preserves the rich image semantics on high-resolution features. Although removing the decoder compresses most of the computation, the accuracy of the parallel structure is still limited by low computational resources. Therefore, we employ heterogeneous operators (CNN and Vision Transformer) for pixel embedding and prototype representations to further save computational costs. Moreover, it is very difficult to linearize the complexity of the vision Transformer from the perspective of spatial domain. Due to the fact that semantic segmentation is very sensitive to frequency information, we construct a lightweight prototype learning block with adaptive frequency filter of complexity $O(n)$ to replace standard self attention with $O(n^{2})$. Extensive experiments on widely adopted datasets demonstrate that our model achieves superior accuracy while retaining only 3M parameters. On the ADE20K dataset, our model achieves 41.8 mIoU and 4.6 GFLOPs, which is 4.4 mIoU higher than Segformer, with 45% less GFLOPs. On the Cityscapes dataset, our model achieves 78.7 mIoU and 34.4 GFLOPs, which is 2.5 mIoU higher than Segformer with 72.5% less GFLOPs. Code is available at https://github.com/dongbo811/AFFormer.

📄 PDF Abstract BibTeX arXiv:2301.04648

Code (1)

dongbo811/afformer 공식 구현 pytorch

Tasks

DecoderSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Mix-FFN Mix-FFN is a feedforward layer used in the SegFormer architecture.…
Position-Wise Feed-Forward Layer 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

LPSNet: A Lightweight Solution for Fast Panoptic Segmentation

2021-06-19 · CVPR 2021 1 · Weixiang Hong, Qingpei Guo, Wei zhang, Jingdong Chen 외

Panoptic segmentation is a challenging task aiming to simultaneously segment objects (things) at instance level and background contents (stuff) at semantic level. Existing methods mostly utilize two-stage detection n…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

LENet: Lightweight And Efficient LiDAR Semantic Segmentation Using Multi-Scale Convolution Attention

2023-01-11 · Ben Ding

LiDAR-based semantic segmentation is critical in the fields of robotics and autonomous driving as it provides a comprehensive understanding of the scene. This paper proposes a lightweight and efficient projection-based s…

Autonomous DrivingDecoderLIDAR Semantic SegmentationSegmentation+1

LightAVSeg: Lightweight Audio-Visual Segmentation

2026-05-09 · Qing Zhong, Guodong Ding, Lingqiao Liu, Zaiwen Feng 외 arxiv

Audio-Visual Segmentation (AVS) targets pixel level localization of sounding emitting objects in videos. However, existing models rely on dense cross-modal attention with quadratic computational cost, limiting their suit…

How to Efficiently Adapt Large Segmentation Model(SAM) to Medical Images

2023-06-23 · Xinrong Hu, Xiaowei Xu, Yiyu Shi

The emerging scale segmentation model, Segment Anything (SAM), exhibits impressive capabilities in zero-shot segmentation for natural images. However, when applied to medical images, SAM suffers from noticeable performan…

Image SegmentationMedical Image SegmentationPredictionSegmentation+3

SCTNet: Single-Branch CNN with Transformer Semantic Information for Real-Time Segmentation

2023-12-28 · Zhengze Xu, Dongyue Wu, Changqian Yu, Xiangxiang Chu 외

Recent real-time semantic segmentation methods usually adopt an additional semantic branch to pursue rich long-range context. However, the additional branch incurs undesirable computational overhead and slows inference s…

Real-Time Semantic SegmentationSemantic Segmentation