paper-with-me

Papers

Malleable 2.5D Convolution: Learning Receptive Fields along the Depth-axis for RGB-D Scene Parsing

2020-07-18 · ECCV 2020 8 · Yajie Xing, Jingbo Wang, Gang Zeng

Depth data provide geometric information that can bring progress in RGB-D scene parsing tasks. Several recent works propose RGB-D convolution operators that construct receptive fields along the depth-axis to handle 3D neighborhood relations between pixels. However, these methods pre-define depth receptive fields by hyperparameters, making them rely on parameter selection. In this paper, we propose a novel operator called malleable 2.5D convolution to learn the receptive field along the depth-axis. A malleable 2.5D convolution has one or more 2D convolution kernels. Our method assigns each pixel to one of the kernels or none of them according to their relative depth differences, and the assigning process is formulated as a differentiable form so that it can be learnt by gradient descent. The proposed operator runs on standard 2D feature maps and can be seamlessly incorporated into pre-trained CNNs. We conduct extensive experiments on two challenging RGB-D semantic segmentation dataset NYUDv2 and Cityscapes to validate the effectiveness and the generalization ability of our method.

📄 PDF Abstract BibTeX arXiv:2007.09365

Code (2)

charlesCXK/RGBD_Semantic_Segmentation_PyTorch 공식 구현 pytorch
David-zaiwang/114_rgbd_seg pytorch

Tasks

Scene ParsingSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Joint convolutional neural pyramid for depth map super-resolution

2018-01-03 · Yi Xiao, Xiang Cao, Xianyi Zhu, Renzhi Yang 외

High-resolution depth map can be inferred from a low-resolution one with the guidance of an additional high-resolution texture map of the same scene. Recently, deep neural networks with large receptive fields are shown t…

Depth Map Super-ResolutionSuper-Resolution

Neural Echos: Depthwise Convolutional Filters Replicate Biological Receptive Fields

2024-01-18 · Zahra Babaiee, Peyman M. Kiasari, Daniela Rus, Radu Grosu

In this study, we present evidence suggesting that depthwise convolutional kernels are effectively replicating the structural intricacies of the biological receptive fields observed in the mammalian retina. We provide an…

SDA-$x$Net: Selective Depth Attention Networks for Adaptive Multi-scale Feature Representation

2022-09-21 · Qingbei Guo, Xiao-Jun Wu, Zhiquan Feng, Tianyang Xu 외

Existing multi-scale solutions lead to a risk of just increasing the receptive field sizes while neglecting small receptive fields. Thus, it is a challenging problem to effectively construct adaptive neural networks for …

Integrating Multiple Receptive Fields through Grouped Active Convolution

2018-11-11 · Yunho Jeon, Junmo Kim

Convolutional networks have achieved great success in various vision tasks. This is mainly due to a considerable amount of research on network structure. In this study, instead of focusing on architectures, we focused on…

3D Wavelet Convolutions with Extended Receptive Fields for Hyperspectral Image Classification

2025-04-15 · Guandong Li, Mengxia Ye

Deep neural networks face numerous challenges in hyperspectral image classification, including high-dimensional data, sparse ground object distributions, and spectral redundancy, which often lead to classification overfi…

Hyperspectral Image Classificationimage-classificationImage Classification