paper-with-me

홈 › Papers

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 applications in real-time tasks such as autonomous driving. In addition, an efficient local and global feature selection and fusion are vital for accurate dense prediction, especially driving scene understanding tasks. In this paper, we propose a real-time semantic segmentation architecture named Pyramid Pooling Axial Transformer (P2AT). The proposed P2AT takes a coarse feature from the CNN encoder to produce scale-aware contextual features, which are then combined with the multi-level feature aggregation scheme to produce enhanced contextual features. Specifically, we introduce a pyramid pooling axial transformer to capture intricate spatial and channel dependencies, leading to improved performance on semantic segmentation. Then, we design a Bidirectional Fusion module (BiF) to combine semantic information at different levels. Meanwhile, a Global Context Enhancer is introduced to compensate for the inadequacy of concatenating different semantic levels. Finally, a decoder block is proposed to help maintain a larger receptive field. We evaluate P2AT variants on three challenging scene-understanding datasets. In particular, our P2AT variants achieve state-of-art results on the Camvid dataset 80.5%, 81.0%, 81.1% for P2AT-S, P2ATM, and P2AT-L, respectively. Furthermore, our experiment on Cityscapes and Pascal VOC 2012 have demonstrated the efficiency of the proposed architecture, with results showing that P2AT-M, achieves 78.7% on Cityscapes. The source code will be available at

📄 PDF Abstract BibTeX arXiv:2310.15025

Code (1)

mohamedac29/P2AT 공식 구현 pytorch

Tasks

Autonomous DrivingDecoderfeature selectionReal-Time Semantic SegmentationScene UnderstandingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

P2T: Pyramid Pooling Transformer for Scene Understanding

2021-06-22 · Yu-Huan Wu, Yun Liu, Xin Zhan, Ming-Ming Cheng

Recently, the vision transformer has achieved great success by pushing the state-of-the-art of various vision tasks. One of the most challenging problems in the vision transformer is that the large sequence length of ima…

image-classificationImage ClassificationInstance Segmentationobject-detection+5

Siamese Transformer Pyramid Networks for Real-Time UAV Tracking

2021-10-17 · Daitao Xing, Nikolaos Evangeliou, Athanasios Tsoukalas, Anthony Tzes

Recent object tracking methods depend upon deep networks or convoluted architectures. Most of those trackers can hardly meet real-time processing requirements on mobile platforms with limited computing resources. In this…

CPUObject Tracking

Hierarchical Awareness Adapters with Hybrid Pyramid Feature Fusion for Dense Depth Prediction

2026-04-03 · Wuqi Su, Huilun Song, Chen Zhao, Chi Xu arxiv

Monocular depth estimation from a single RGB image remains a fundamental challenge in computer vision due to inherent scale ambiguity and the absence of explicit geometric cues. Existing approaches typically rely on incr…

Monocular Depth Estimation

Combining Pyramid Pooling and Attention Mechanism for Pelvic MR Image Semantic Segmentaion

2018-06-01 · Ting-Ting Liang, Satoshi Tsutsui, Liangcai Gao, Jing-Jing Lu 외

One of the time-consuming routine work for a radiologist is to discern anatomical structures from tomographic images. For assisting radiologists, this paper develops an automatic segmentation method for pelvic magnetic r…

Data AugmentationImage SegmentationSegmentationSemantic Segmentation

PPMamba: A Pyramid Pooling Local Auxiliary SSM-Based Model for Remote Sensing Image Semantic Segmentation

2024-09-10 · Yin Hu, Xianping Ma, Jialu Sui, Man-on Pun

Semantic segmentation is a vital task in the field of remote sensing (RS). However, conventional convolutional neural network (CNN) and transformer-based models face limitations in capturing long-range dependencies or ar…

MambaSemantic Segmentation