paper-with-me

Papers

Deformable kernel networks for guided depth map upsampling

2019-03-27 · Beomjun Kim, Jean Ponce, Bumsub Ham

We address the problem of upsampling a low-resolution (LR) depth map using a registered high-resolution (HR) color image of the same scene. Previous methods based on convolutional neural networks (CNNs) combine nonlinear activations of spatially-invariant kernels to estimate structural details from LR depth and HR color images, and regress upsampling results directly from the networks. In this paper, we revisit the weighted averaging process that has been widely used to transfer structural details from hand-crafted visual features to LR depth maps. We instead learn explicitly sparse and spatially-variant kernels for this task. To this end, we propose a CNN architecture and its efficient implementation, called the deformable kernel network (DKN), that outputs sparse sets of neighbors and the corresponding weights adaptively for each pixel. We also propose a fast version of DKN (FDKN) that runs about 17 times faster (0.01 seconds for a HR image of size 640 x 480). Experimental results on standard benchmarks demonstrate the effectiveness of our approach. In particular, we show that the weighted averaging process with 3 x 3 kernels (i.e., aggregating 9 samples sparsely chosen) outperforms the state of the art by a significant margin.

📄 PDF Abstract BibTeX arXiv:1903.11286

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deformable Kernel Networks for Joint Image Filtering

2019-10-17 · Beomjun Kim, Jean Ponce, Bumsub Ham

Joint image filters are used to transfer structural details from a guidance picture used as a prior to a target image, in tasks such as enhancing spatial resolution and suppressing noise. Previous methods based on convol…

Depth Map Super-ResolutionImage RestorationSemantic Segmentation

Depth Edge Guided CNNs for Sparse Depth Upsampling

2020-03-23 · Yi Guo, Ji Liu

Guided sparse depth upsampling aims to upsample an irregularly sampled sparse depth map when an aligned high-resolution color image is given as guidance. Many neural networks have been designed for this task. However, th…

Depth Image Upsampling based on Guided Filter with Low Gradient Minimization

2018-11-12 · Hang Yang, Zhongbo Zhang

In this paper, we present a novel upsampling framework to enhance the spatial resolution of the depth image. In our framework, the upscaling of a low-resolution depth image is guided by a corresponding intensity images, …

Depth Image Upsampling

DTC: A Deformable Transposed Convolution Module for Medical Image Segmentation

2026-01-25 · Chengkun Sun, Jinqian Pan, Renjie Liang, Zhengkang Fan 외 arxiv

In medical image segmentation, particularly in UNet-like architectures, upsampling is primarily used to transform smaller feature maps into larger ones, enabling feature fusion between encoder and decoder features and su…

Medical Image Segmentation

Discrete Cosine Transform Network for Guided Depth Map Super-Resolution

2021-04-14 · CVPR 2022 1 · Zixiang Zhao, Jiangshe Zhang, Shuang Xu, Zudi Lin 외

Guided depth super-resolution (GDSR) is an essential topic in multi-modal image processing, which reconstructs high-resolution (HR) depth maps from low-resolution ones collected with suboptimal conditions with the help o…

Depth EstimationDepth Map Super-ResolutionSuper-Resolution