paper-with-me

Papers

ShapeConv: Shape-aware Convolutional Layer for Indoor RGB-D Semantic Segmentation

2021-08-24 · ICCV 2021 10 · Jinming Cao, Hanchao Leng, Dani Lischinski, Danny Cohen-Or, Changhe Tu, Yangyan Li

RGB-D semantic segmentation has attracted increasing attention over the past few years. Existing methods mostly employ homogeneous convolution operators to consume the RGB and depth features, ignoring their intrinsic differences. In fact, the RGB values capture the photometric appearance properties in the projected image space, while the depth feature encodes both the shape of a local geometry as well as the base (whereabout) of it in a larger context. Compared with the base, the shape probably is more inherent and has a stronger connection to the semantics, and thus is more critical for segmentation accuracy. Inspired by this observation, we introduce a Shape-aware Convolutional layer (ShapeConv) for processing the depth feature, where the depth feature is firstly decomposed into a shape-component and a base-component, next two learnable weights are introduced to cooperate with them independently, and finally a convolution is applied on the re-weighted combination of these two components. ShapeConv is model-agnostic and can be easily integrated into most CNNs to replace vanilla convolutional layers for semantic segmentation. Extensive experiments on three challenging indoor RGB-D semantic segmentation benchmarks, i.e., NYU-Dv2(-13,-40), SUN RGB-D, and SID, demonstrate the effectiveness of our ShapeConv when employing it over five popular architectures. Moreover, the performance of CNNs with ShapeConv is boosted without introducing any computation and memory increase in the inference phase. The reason is that the learnt weights for balancing the importance between the shape and base components in ShapeConv become constants in the inference phase, and thus can be fused into the following convolution, resulting in a network that is identical to one with vanilla convolutional layers.

📄 PDF Abstract BibTeX arXiv:2108.10528

Code (1)

hanchaoleng/shapeconv 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationThermal Image Segmentation

Methods 이 논문이 사용한 방법론

ShapeConv ShapeConv, or Shape-aware Convolutional layer, is a convolutional layer for processing the depth feature in indoor RGB-D semantic segmentation. The depth feature is…
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 제목 키워드 기반

Shape-Oriented Convolution Neural Network for Point Cloud Analysis

2020-04-20 · Chaoyi Zhang, Yang song, Lina Yao, Weidong Cai

Point cloud is a principal data structure adopted for 3D geometric information encoding. Unlike other conventional visual data, such as images and videos, these irregular points describe the complex shape features of 3D …

Point Cloud ClassificationRepresentation Learning

ShapeMoiré: Channel-Wise Shape-Guided Network for Image Demoiréing

2024-04-28 · Jinming Cao, Sicheng Shen, Qiu Zhou, Yifang Yin 외

Photographing optoelectronic displays often introduces unwanted moir\'e patterns due to analog signal interference between the pixel grids of the display and the camera sensor arrays. This work identifies two problems th…

DFT-based Transformation Invariant Pooling Layer for Visual Classification

2018-09-01 · ECCV 2018 9 · Jongbin Ryu, Ming-Hsuan Yang, Jongwoo Lim

We propose a novel discrete Fourier transform-based pooling layer for convolutional neural networks. The DFT magnitude pooling replaces the traditional max/average pooling layer between the convolution and fully-connecte…

ClassificationGeneral ClassificationTranslation

3D Scene Reconstruction with Multi-layer Depth and Epipolar Transformers

2019-02-18 · ICCV 2019 10 · Daeyun Shin, Zhile Ren, Erik B. Sudderth, Charless C. Fowlkes

We tackle the problem of automatically reconstructing a complete 3D model of a scene from a single RGB image. This challenging task requires inferring the shape of both visible and occluded surfaces. Our approach utilize…

3D Scene Reconstruction

CpT: Convolutional Point Transformer for 3D Point Cloud Processing

2021-11-21 · Chaitanya Kaul, Joshua Mitton, Hang Dai, Roderick Murray-Smith

We present CpT: Convolutional point Transformer - a novel deep learning architecture for dealing with the unstructured nature of 3D point cloud data. CpT is an improvement over existing attention-based Convolutions Neura…

SegmentationSemantic Segmentation