paper-with-me

Papers

Mapped Convolutions

2019-06-26 · Marc Eder, True Price, Thanh Vu, Akash Bapat, Jan-Michael Frahm

We present a versatile formulation of the convolution operation that we term a "mapped convolution." The standard convolution operation implicitly samples the pixel grid and computes a weighted sum. Our mapped convolution decouples these two components, freeing the operation from the confines of the image grid and allowing the kernel to process any type of structured data. As a test case, we demonstrate its use by applying it to dense inference on spherical data. We perform an in-depth study of existing spherical image convolution methods and propose an improved sampling method for equirectangular images. Then, we discuss the impact of data discretization when deriving a sampling function, highlighting drawbacks of the cube map representation for spherical data. Finally, we illustrate how mapped convolutions enable us to convolve directly on a mesh by projecting the spherical image onto a geodesic grid and training on the textured mesh. This method exceeds the state of the art for spherical depth estimation by nearly 17%. Our findings suggest that mapped convolutions can be instrumental in expanding the application scope of convolutional neural networks.

📄 PDF Abstract BibTeX arXiv:1906.11096

Code (1)

meder411/MappedConvolutions 공식 구현 pytorch

Tasks

Depth Estimation

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

DualConvMesh-Net: Joint Geodesic and Euclidean Convolutions on 3D Meshes

2020-04-02 · CVPR 2020 6 · Jonas Schult, Francis Engelmann, Theodora Kontogianni, Bastian Leibe

We propose DualConvMesh-Nets (DCM-Net) a family of deep hierarchical convolutional networks over 3D geometric data that combines two types of convolutions. The first type, geodesic convolutions, defines the kernel weight…

3D Semantic SegmentationScene SegmentationSemantic Segmentation

EcoFlow: Efficient Convolutional Dataflows for Low-Power Neural Network Accelerators

2022-02-04 · Lois Orosa, Skanda Koppula, Yaman Umuroglu, Konstantinos Kanellopoulos 외

Dilated and transposed convolutions are widely used in modern convolutional neural networks (CNNs). These kernels are used extensively during CNN training and inference of applications such as image segmentation and high…

Generative Adversarial NetworkImage GenerationImage SegmentationSemantic Segmentation

Fast Discrete Fourier Transform algorithms requiring less than 0(NlogN) multiplications

2023-03-05 · Ryszard Stasinski

In the paper it is shown that there exist infinite classes of fast DFT algorithms having multiplicative complexity lower than O(NlogN), i.e. smaller than their arithmetical complexity. The derivation starts with nesting …

End-to-End Learned Block-Based Image Compression with Block-Level Masked Convolutions and Asymptotic Closed Loop Training

2022-03-22 · Fatih Kamisli

Learned image compression research has achieved state-of-the-art compression performance with auto-encoder based neural network architectures, where the image is mapped via convolutional neural networks (CNN) into a late…

Image CompressionVideo Compression

Grassmann Graph Embedding

2021-03-08 · ICLR Workshop GTRL 2021 5 · Bingxin Zhou, Xuebin Zheng, Yu Guang Wang, Ming Li 외

Geometric deep learning that employs the geometric and topological features of data has attracted increasing attention in deep neural networks. Learning the intrinsic structure property of data is a crucial step for dime…

Dimensionality ReductionGraph Embedding