paper-with-me

Papers

RTFormer: Efficient Design for Real-Time Semantic Segmentation with Transformer

2022-10-13 · Jian Wang, Chenhui Gou, Qiman Wu, Haocheng Feng, Junyu Han, Errui Ding, Jingdong Wang

Recently, transformer-based networks have shown impressive results in semantic segmentation. Yet for real-time semantic segmentation, pure CNN-based approaches still dominate in this field, due to the time-consuming computation mechanism of transformer. We propose RTFormer, an efficient dual-resolution transformer for real-time semantic segmenation, which achieves better trade-off between performance and efficiency than CNN-based models. To achieve high inference efficiency on GPU-like devices, our RTFormer leverages GPU-Friendly Attention with linear complexity and discards the multi-head mechanism. Besides, we find that cross-resolution attention is more efficient to gather global context information for high-resolution branch by spreading the high level knowledge learned from low-resolution branch. Extensive experiments on mainstream benchmarks demonstrate the effectiveness of our proposed RTFormer, it achieves state-of-the-art on Cityscapes, CamVid and COCOStuff, and shows promising results on ADE20K. Code is available at PaddleSeg: https://github.com/PaddlePaddle/PaddleSeg.

📄 PDF Abstract BibTeX arXiv:2210.07124

Code (1)

PaddlePaddle/PaddleSeg 공식 구현 paddle

Tasks

GPUReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PanopticPartFormer++: A Unified and Decoupled View for Panoptic Part Segmentation

2023-01-03 · Xiangtai Li, Shilin Xu, Yibo Yang, Haobo Yuan 외

Panoptic Part Segmentation (PPS) unifies panoptic and part segmentation into one task. Previous works utilize separate approaches to handle things, stuff, and part predictions without shared computation and task associat…

Panoptic SegmentationSegmentation

Panoptic-PartFormer: Learning a Unified Model for Panoptic Part Segmentation

2022-04-10 · Xiangtai Li, Shilin Xu, Yibo Yang, Guangliang Cheng 외

Panoptic Part Segmentation (PPS) aims to unify panoptic segmentation and part segmentation into one task. Previous work mainly utilizes separated approaches to handle thing, stuff, and part predictions individually witho…

Panoptic SegmentationPart-aware Panoptic SegmentationSegmentation

DesertFormer: Transformer-Based Semantic Segmentation for Off-Road Desert Terrain Classification in Autonomous Navigation Systems

2026-03-17 · Yasaswini Chebolu arxiv

Reliable terrain perception is a fundamental requirement for autonomous navigation in unstructured, off-road environments. Desert landscapes present unique challenges due to low chromatic contrast between terrain categor…

Semantic SegmentationAutonomous VehiclesScene Segmentation

HeartFormer: Semantic-Aware Dual-Structure Transformers for 3D Four-Chamber Cardiac Point Cloud Reconstruction

2025-11-29 · Zhengda Ma, Abhirup Banerjee arxiv

We present the first geometric deep learning framework based on point cloud representation for 3D four-chamber cardiac reconstruction from cine MRI data. This work addresses a long-standing limitation in conventional cin…

Point Cloud Completion

SolarTformer: A Transformer Based Deep Learning Approach for Short Term Solar Power Forecasting

2026-04-27 · Ankan Basu, Jyotiraditya Roy, Aditya Datta, Prayas Sanyal 외 arxiv

Accurate forecasting of solar power output is essential for efficient integration of renewable energy into the grid. In this study, an attention-based deep learning model, inspired by transformer architecture, is used fo…