paper-with-me

Papers

NAFRSSR: a Lightweight Recursive Network for Efficient Stereo Image Super-Resolution

2024-05-14 · Yihong Chen, Zhen Fan, Shuai Dong, Zhiwei Chen, Wenjie Li, Minghui Qin, Min Zeng, Xubing Lu, Guofu Zhou, Xingsen Gao, Jun-Ming Liu

Stereo image super-resolution (SR) refers to the reconstruction of a high-resolution (HR) image from a pair of low-resolution (LR) images as typically captured by a dual-camera device. To enhance the quality of SR images, most previous studies focused on increasing the number and size of feature maps and introducing complex and computationally intensive structures, resulting in models with high computational complexity. Here, we propose a simple yet efficient stereo image SR model called NAFRSSR, which is modified from the previous state-of-the-art model NAFSSR by introducing recursive connections and lightweighting the constituent modules. Our NAFRSSR model is composed of nonlinear activation free and group convolution-based blocks (NAFGCBlocks) and depth-separated stereo cross attention modules (DSSCAMs). The NAFGCBlock improves feature extraction and reduces number of parameters by removing the simple channel attention mechanism from NAFBlock and using group convolution. The DSSCAM enhances feature fusion and reduces number of parameters by replacing 1x1 pointwise convolution in SCAM with weight-shared 3x3 depthwise convolution. Besides, we propose to incorporate trainable edge detection operator into NAFRSSR to further improve the model performance. Four variants of NAFRSSR with different sizes, namely, NAFRSSR-Mobile (NAFRSSR-M), NAFRSSR-Tiny (NAFRSSR-T), NAFRSSR-Super (NAFRSSR-S) and NAFRSSR-Base (NAFRSSR-B) are designed, and they all exhibit fewer parameters, higher PSNR/SSIM, and faster speed than the previous state-of-the-art models. In particular, to the best of our knowledge, NAFRSSR-M is the lightest (0.28M parameters) and fastest (50 ms inference time) model achieving an average PSNR/SSIM as high as 24.657 dB/0.7622 on the benchmark datasets. Codes and models will be released at https://github.com/JNUChenYiHong/NAFRSSR.

📄 PDF Abstract BibTeX arXiv:2405.08423

Code (1)

jnuchenyihong/nafrssr 공식 구현 pytorch

Tasks

Edge DetectionImage Super-ResolutionSSIMStereo Image Super-ResolutionSuper-Resolution

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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…

Similar Papers 제목 키워드 기반

Lightweight and Efficient Image Super-Resolution with Block State-based Recursive Network

2018-11-30 · Jun-Ho Choi, Jun-Hyuk Kim, Manri Cheon, Jong-Seok Lee

Recently, several deep learning-based image super-resolution methods have been developed by stacking massive numbers of layers. However, this leads too large model sizes and high computational complexities, thus some rec…

Image Super-ResolutionSuper-Resolution

Multi-Level Feature Fusion Network for Lightweight Stereo Image Super-Resolution

2024-05-09 · Yunxiang Li, Wenbin Zou, Qiaomu Wei, Feng Huang 외

Stereo image super-resolution utilizes the cross-view complementary information brought by the disparity effect of left and right perspective images to reconstruct higher-quality images. Cascading feature extraction modu…

Image Super-ResolutionStereo Image Super-ResolutionSuper-Resolution

Learning Optimal Combination Patterns for Lightweight Stereo Image Super-Resolution

2024-10-28 · Proceedings of the 32nd ACM International Conference on Multimedia 2024 10 · Hu Gao, Jing Yang, Ying Zhang, Jingfan Yang 외

Stereo image super-resolution (stereoSR) strives to improve the quality of super-resolution by leveraging the auxiliary information provided by another perspective. Most approaches concentrate on refining module design, …

Image Super-ResolutionStereo Image Super-ResolutionSuper-Resolution

Feedback Network for Mutually Boosted Stereo Image Super-Resolution and Disparity Estimation

2021-06-02 · Qinyan Dai, Juncheng Li, Qiaosi Yi, Faming Fang 외

Under stereo settings, the problem of image super-resolution (SR) and disparity estimation are interrelated that the result of each problem could help to solve the other. The effective exploitation of correspondence betw…

Disparity EstimationImage ReconstructionImage Super-ResolutionStereo Image Super-Resolution+1

These Maps Are Made by Propagation: Adapting Deep Stereo Networks to Road Scenarios with Decisive Disparity Diffusion

2024-11-06 · Chuang-Wei Liu, Yikang Zhang, Qijun Chen, Ioannis Pitas 외

Stereo matching has emerged as a cost-effective solution for road surface 3D reconstruction, garnering significant attention towards improving both computational efficiency and accuracy. This article introduces decisive …

3D ReconstructionComputational EfficiencyStereo Matching