paper-with-me

Papers

ACDNet: Adaptively Combined Dilated Convolution for Monocular Panorama Depth Estimation

2021-12-29 · Chuanqing Zhuang, Zhengda Lu, Yiqun Wang, Jun Xiao, Ying Wang

Depth estimation is a crucial step for 3D reconstruction with panorama images in recent years. Panorama images maintain the complete spatial information but introduce distortion with equirectangular projection. In this paper, we propose an ACDNet based on the adaptively combined dilated convolution to predict the dense depth map for a monocular panoramic image. Specifically, we combine the convolution kernels with different dilations to extend the receptive field in the equirectangular projection. Meanwhile, we introduce an adaptive channel-wise fusion module to summarize the feature maps and get diverse attention areas in the receptive field along the channels. Due to the utilization of channel-wise attention in constructing the adaptive channel-wise fusion module, the network can capture and leverage the cross-channel contextual information efficiently. Finally, we conduct depth estimation experiments on three datasets (both virtual and real-world) and the experimental results demonstrate that our proposed ACDNet substantially outperforms the current state-of-the-art (SOTA) methods. Our codes and model parameters are accessed in https://github.com/zcq15/ACDNet.

📄 PDF Abstract BibTeX arXiv:2112.14440

Code (1)

zcq15/acdnet 공식 구현 pytorch

Tasks

3D ReconstructionDepth Estimation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
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…

Similar Papers 제목 키워드 기반

Adaptive Convolutional Dictionary Network for CT Metal Artifact Reduction

2022-05-16 · Hong Wang, Yuexiang Li, Deyu Meng, Yefeng Zheng

Inspired by the great success of deep neural networks, learning-based methods have gained promising performances for metal artifact reduction (MAR) in computed tomography (CT) images. However, most of the existing approa…

Computed Tomography (CT)Metal Artifact Reduction

Monocular Depth Estimation Using Multi Scale Neural Network And Feature Fusion

2020-09-11 · Abhinav Sagar

Depth estimation from monocular images is a challenging problem in computer vision. In this paper, we tackle this problem using a novel network architecture using multi scale feature fusion. Our network uses two differen…

Depth EstimationMonocular Depth EstimationSSIM

D2Conv3D: Dynamic Dilated Convolutions for Object Segmentation in Videos

2021-11-15 · WACV 2021 11 · Christian Schmidt, Ali Athar, Sabarinath Mahadevan, Bastian Leibe

Despite receiving significant attention from the research community, the task of segmenting and tracking objects in monocular videos still has much room for improvement. Existing works have simultaneously justified the e…

Multi-Object Tracking and SegmentationSegmentationSemantic SegmentationUnsupervised Video Object Segmentation+4

D^2Conv3D: Dynamic Dilated Convolutions for Object Segmentation in Videos

2021-11-15 · Christian Schmidt, Ali Athar, Sabarinath Mahadevan, Bastian Leibe

Despite receiving significant attention from the research community, the task of segmenting and tracking objects in monocular videos still has much room for improvement. Existing works have simultaneously justified the e…

SegmentationSemantic SegmentationUnsupervised Video Object SegmentationVideo Object Segmentation+2

ACDNet: Attention-guided Collaborative Decision Network for Effective Medication Recommendation

2023-07-06 · Jiacong Mi, Yi Zu, Zhuoyuan Wang, Jieyue He

Medication recommendation using Electronic Health Records (EHR) is challenging due to complex medical data. Current approaches extract longitudinal information from patient EHR to personalize recommendations. However, ex…