English

Depth Estimation with Simplified Transformer

Computer Vision and Pattern Recognition 2022-05-31 v3 Machine Learning

Abstract

Transformer and its variants have shown state-of-the-art results in many vision tasks recently, ranging from image classification to dense prediction. Despite of their success, limited work has been reported on improving the model efficiency for deployment in latency-critical applications, such as autonomous driving and robotic navigation. In this paper, we aim at improving upon the existing transformers in vision, and propose a method for self-supervised monocular Depth Estimation with Simplified Transformer (DEST), which is efficient and particularly suitable for deployment on GPU-based platforms. Through strategic design choices, our model leads to significant reduction in model size, complexity, as well as inference latency, while achieving superior accuracy as compared to state-of-the-art. We also show that our design generalize well to other dense prediction task without bells and whistles.

Keywords

Cite

@article{arxiv.2204.13791,
  title  = {Depth Estimation with Simplified Transformer},
  author = {John Yang and Le An and Anurag Dixit and Jinkyu Koo and Su Inn Park},
  journal= {arXiv preprint arXiv:2204.13791},
  year   = {2022}
}

Comments

Accepted for the CVPR 2022 Transformers For Vision (T4V) workshop

R2 v1 2026-06-24T11:02:04.774Z