paper-with-me

홈 › Papers

AttaNet: Attention-Augmented Network for Fast and Accurate Scene Parsing

2021-03-10 · Qi Song, Kangfu Mei, Rui Huang

Two factors have proven to be very important to the performance of semantic segmentation models: global context and multi-level semantics. However, generating features that capture both factors always leads to high computational complexity, which is problematic in real-time scenarios. In this paper, we propose a new model, called Attention-Augmented Network (AttaNet), to capture both global context and multilevel semantics while keeping the efficiency high. AttaNet consists of two primary modules: Strip Attention Module (SAM) and Attention Fusion Module (AFM). Viewing that in challenging images with low segmentation accuracy, there are a significantly larger amount of vertical strip areas than horizontal ones, SAM utilizes a striping operation to reduce the complexity of encoding global context in the vertical direction drastically while keeping most of contextual information, compared to the non-local approaches. Moreover, AFM follows a cross-level aggregation strategy to limit the computation, and adopts an attention strategy to weight the importance of different levels of features at each pixel when fusing them, obtaining an efficient multi-level representation. We have conducted extensive experiments on two semantic segmentation benchmarks, and our network achieves different levels of speed/accuracy trade-offs on Cityscapes, e.g., 71 FPS/79.9% mIoU, 130 FPS/78.5% mIoU, and 180 FPS/70.1% mIoU, and leading performance on ADE20K as well.

📄 PDF Abstract BibTeX arXiv:2103.05930

Code (1)

songqi-github/AttaNet pytorch

Tasks

Scene ParsingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

GAttANet: Global attention agreement for convolutional neural networks

2021-04-12 · Rufin VanRullen, Andrea Alamia

Transformer attention architectures, similar to those developed for natural language processing, have recently proved efficient also in vision, either in conjunction with or as a replacement for convolutional layers. Typ…

Fast Monocular Scene Reconstruction with Global-Sparse Local-Dense Grids

2023-05-22 · CVPR 2023 1 · Wei Dong, Chris Choy, Charles Loop, Or Litany 외

Indoor scene reconstruction from monocular images has long been sought after by augmented reality and robotics developers. Recent advances in neural field representations and monocular priors have led to remarkable resul…

Indoor Scene Reconstruction

Attentional Push: A Deep Convolutional Network for Augmenting Image Salience With Shared Attention Modeling in Social Scenes

2017-07-01 · CVPR 2017 7 · Siavash Gorji, James J. Clark

We present a novel visual attention tracking technique based on Shared Attention modeling. By considering the viewer as a participant in the activity occurring in the scene, our model learns the loci of attention of the …

Transfer Learning

Accurate and Efficient Stereo Matching via Attention Concatenation Volume

2022-09-23 · Gangwei Xu, Yun Wang, Junda Cheng, Jinhui Tang 외

Stereo matching is a fundamental building block for many vision and robotics applications. An informative and concise cost volume representation is vital for stereo matching of high accuracy and efficiency. In this paper…

Stereo Matching

GTC: Guided Training of CTC Towards Efficient and Accurate Scene Text Recognition

2020-02-04 · Wenyang Hu, Xiaocong Cai, Jun Hou, Shuai Yi 외

Connectionist Temporal Classification (CTC) and attention mechanism are two main approaches used in recent scene text recognition works. Compared with attention-based methods, CTC decoder has a much shorter inference tim…

DecoderScene Text Recognition