paper-with-me

Papers

Pseudocylindrical Convolutions for Learned Omnidirectional Image Compression

2021-12-25 · Mu Li, Kede Ma, Jinxing Li, David Zhang

Although equirectangular projection (ERP) is a convenient form to store omnidirectional images (also known as 360-degree images), it is neither equal-area nor conformal, thus not friendly to subsequent visual communication. In the context of image compression, ERP will over-sample and deform things and stuff near the poles, making it difficult for perceptually optimal bit allocation. In conventional 360-degree image compression, techniques such as region-wise packing and tiled representation are introduced to alleviate the over-sampling problem, achieving limited success. In this paper, we make one of the first attempts to learn deep neural networks for omnidirectional image compression. We first describe parametric pseudocylindrical representation as a generalization of common pseudocylindrical map projections. A computationally tractable greedy method is presented to determine the (sub)-optimal configuration of the pseudocylindrical representation in terms of a novel proxy objective for rate-distortion performance. We then propose pseudocylindrical convolutions for 360-degree image compression. Under reasonable constraints on the parametric representation, the pseudocylindrical convolution can be efficiently implemented by standard convolution with the so-called pseudocylindrical padding. To demonstrate the feasibility of our idea, we implement an end-to-end 360-degree image compression system, consisting of the learned pseudocylindrical representation, an analysis transform, a non-uniform quantizer, a synthesis transform, and an entropy model. Experimental results on $19,790$ omnidirectional images show that our method achieves consistently better rate-distortion performance than the competing methods. Moreover, the visual quality by our method is significantly improved for all images at all bitrates.

📄 PDF Abstract BibTeX arXiv:2112.13227

Code (1)

limuhit/pseudocylindrical_convolution 공식 구현 pytorch

Tasks

ERPImage Compression

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

OSLO: On-the-Sphere Learning for Omnidirectional images and its application to 360-degree image compression

2021-07-19 · Navid Mahmoudian Bidgoli, Roberto G. de A. Azevedo, Thomas Maugey, Aline Roumy 외

State-of-the-art 2D image compression schemes rely on the power of convolutional neural networks (CNNs). Although CNNs offer promising perspectives for 2D image compression, extending such models to omnidirectional image…

Image Compression

OSLO-IC: On-the-Sphere Learned Omnidirectional Image Compression with Attention Modules and Spatial Context

2025-03-17 · Paul Wawerek-López, Navid Mahmoudian Bidgoli, Pascal Frossard, André Kaup 외

Developing effective 360-degree (spherical) image compression techniques is crucial for technologies like virtual reality and automated driving. This paper advances the state-of-the-art in on-the-sphere learning (OSLO) f…

Image Compression

FreDSNet: Joint Monocular Depth and Semantic Segmentation with Fast Fourier Convolutions

2022-10-04 · Bruno Berenguel-Baeta, Jesus Bermudez-Cameo, Jose J. Guerrero

In this work we present FreDSNet, a deep learning solution which obtains semantic 3D understanding of indoor environments from single panoramas. Omnidirectional images reveal task-specific advantages when addressing scen…

Depth EstimationMonocular Depth EstimationScene UnderstandingSegmentation+1

Saliency-aware End-to-end Learned Variable-Bitrate 360-degree Image Compression

2024-02-14 · Oguzhan Gungordu, A. Murat Tekalp

Effective compression of 360$^\circ$ images, also referred to as omnidirectional images (ODIs), is of high interest for various virtual reality (VR) and related applications. 2D image compression methods ignore the equat…

Image Compression

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