paper-with-me

홈 › Papers

SideRT: A Real-time Pure Transformer Architecture for Single Image Depth Estimation

2022-04-29 · Chang Shu, Ziming Chen, Lei Chen, Kuan Ma, Minghui Wang, Haibing Ren

Since context modeling is critical for estimating depth from a single image, researchers put tremendous effort into obtaining global context. Many global manipulations are designed for traditional CNN-based architectures to overcome the locality of convolutions. Attention mechanisms or transformers originally designed for capturing long-range dependencies might be a better choice, but usually complicates architectures and could lead to a decrease in inference speed. In this work, we propose a pure transformer architecture called SideRT that can attain excellent predictions in real-time. In order to capture better global context, Cross-Scale Attention (CSA) and Multi-Scale Refinement (MSR) modules are designed to work collaboratively to fuse features of different scales efficiently. CSA modules focus on fusing features of high semantic similarities, while MSR modules aim to fuse features at corresponding positions. These two modules contain a few learnable parameters without convolutions, based on which a lightweight yet effective model is built. This architecture achieves state-of-the-art performances in real-time (51.3 FPS) and becomes much faster with a reasonable performance drop on a smaller backbone Swin-T (83.1 FPS). Furthermore, its performance surpasses the previous state-of-the-art by a large margin, improving AbsRel metric 6.9% on KITTI and 9.7% on NYU. To the best of our knowledge, this is the first work to show that transformer-based networks can attain state-of-the-art performance in real-time in the single image depth estimation field. Code will be made available soon.

📄 PDF Abstract BibTeX arXiv:2204.13892

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

DIAMANT: Dual Image-Attention Map Encoders For Medical Image Segmentation

2023-04-28 · Yousef Yeganeh, Azade Farshad, Peter Weinberger, Seyed-Ahmad Ahmadi 외

Although purely transformer-based architectures showed promising performance in many computer vision tasks, many hybrid models consisting of CNN and transformer blocks are introduced to fit more specialized tasks. Nevert…

Image SegmentationMedical Image SegmentationSemantic Segmentation

B-jet Tagging Using a Hybrid Edge Convolution and Transformer Architecture

2026-03-22 · Diego F. Vasquez Plaza, Vidya Manian arxiv

Jet flavor tagging plays an important role in precise Standard Model measurement enabling the extraction of mass dependence in jet-quark interaction and quark-gluon plasma (QGP) interactions. They also enable inferring t…

Jet Tagging

Time-Space Transformers for Video Panoptic Segmentation

2022-10-07 · Andra Petrovai, Sergiu Nedevschi

We propose a novel solution for the task of video panoptic segmentation, that simultaneously predicts pixel-level semantic and instance segmentation and generates clip-level instance tracks. Our network, named VPS-Transf…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

TTS-GAN: A Transformer-based Time-Series Generative Adversarial Network

2022-02-06 · Xiaomin Li, Vangelis Metsis, Huangyingrui Wang, Anne Hee Hiong Ngu

Signal measurements appearing in the form of time series are one of the most common types of data used in medical machine learning applications. However, such datasets are often small, making the training of deep neural …

Data AugmentationDimensionality ReductionGenerative Adversarial NetworkTime Series+1

Falcon Mamba: The First Competitive Attention-free 7B Language Model

2024-10-07 · Jingwei Zuo, Maksim Velikanov, Dhia Eddine Rhaiem, Ilyas Chahed 외

In this technical report, we present Falcon Mamba 7B, a new base large language model based on the novel Mamba architecture. Falcon Mamba 7B is trained on 5.8 trillion tokens with carefully selected data mixtures. As a p…

Language ModelingLanguage ModellingLarge Language ModelMamba