paper-with-me

홈 › Papers

Bilateral Network with Residual U-blocks and Dual-Guided Attention for Real-time Semantic Segmentation

2023-10-31 · Liang Liao, Liang Wan, Mingsheng Liu, Shusheng Li

When some application scenarios need to use semantic segmentation technology, like automatic driving, the primary concern comes to real-time performance rather than extremely high segmentation accuracy. To achieve a good trade-off between speed and accuracy, two-branch architecture has been proposed in recent years. It treats spatial information and semantics information separately which allows the model to be composed of two networks both not heavy. However, the process of fusing features with two different scales becomes a performance bottleneck for many nowaday two-branch models. In this research, we design a new fusion mechanism for two-branch architecture which is guided by attention computation. To be precise, we use the Dual-Guided Attention (DGA) module we proposed to replace some multi-scale transformations with the calculation of attention which means we only use several attention layers of near linear complexity to achieve performance comparable to frequently-used multi-layer fusion. To ensure that our module can be effective, we use Residual U-blocks (RSU) to build one of the two branches in our networks which aims to obtain better multi-scale features. Extensive experiments on Cityscapes and CamVid dataset show the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2310.20305

Code (1)

likelidoa/bidganet 공식 구현 pytorch

Tasks

Real-Time Semantic SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

RPBA-Net: An Interpretable Residual Pyramid Bilateral Affine Network for RAW-Domain ISP Enhancement

2026-05-05 · Yucheng Xin, Wu Chen, Xiang Chen, Guangwei Gao 외 arxiv

To address module fragmentation, uninterpretable mappings, and deployment constraints in RAW-domain demosaicing, color correction, and detail enhancement, this paper proposes RPBA-Net, an interpretable residual pyramid b…

Res3ATN -- Deep 3D Residual Attention Network for Hand Gesture Recognition in Videos

2020-01-04 · Naina Dhingra, Andreas Kunz

Hand gesture recognition is a strenuous task to solve in videos. In this paper, we use a 3D residual attention network which is trained end to end for hand gesture recognition. Based on the stacked multiple attention blo…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Cross-domain heterogeneous residual network for single image super-resolution

2022-05-26 · Neural Networks 2022 5 · Li Ji, Qinghui Zhu, Yongqin Zhang, Juanjuan Yin 외

Single image super-resolution is an ill-posed problem, whose purpose is to acquire a high-resolution image from its degraded observation. Existing deep learning-based methods are compromised on their performance and spee…

Image ReconstructionImage Super-ResolutionSuper-Resolution

Optimization of Module Transferability in Single Image Super-Resolution: Universality Assessment and Cycle Residual Blocks

2025-05-06 · Haotong Cheng, Zhiqi Zhang, Hao Li, Xinshang Zhang

Deep learning has substantially advanced the Single Image Super-Resolution (SISR). However, existing researches have predominantly focused on raw performance gains, with little attention paid to quantifying the transfera…

Image Super-ResolutionSuper-Resolution

R-STAN: Residual Spatial-Temporal Attention Network for Action Recognition

2019-06-19 · IEEE Access ( Volume: 7 ) 2019 6 · Quanle Liu, Xiangjiu Che, Mei Bie

Two-stream network architecture has the ability to capture temporal and spatial features from videos simultaneously and has achieved excellent performance on video action recognition tasks. However, there is a fair amoun…

Action RecognitionTemporal Action Localization