CVMar 21, 2021

A Learned Compact and Editable Light Field Representation

arXiv:2103.11314v1
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient light field manipulation for applications in computer graphics and vision, though it is incremental as it builds on autoencoder frameworks.

The paper tackles the inefficiency of transmitting and editing light fields by introducing a learned compact representation with visual and meta channels, enabling editing with 2D tools and accurate reconstruction, achieving improved reconstruction accuracy and visually pleasant editing propagation.

Light fields are 4D scene representation typically structured as arrays of views, or several directional samples per pixel in a single view. This highly correlated structure is not very efficient to transmit and manipulate (especially for editing), though. To tackle these problems, we present a novel compact and editable light field representation, consisting of a set of visual channels (i.e. the central RGB view) and a complementary meta channel that encodes the residual geometric and appearance information. The visual channels in this representation can be edited using existing 2D image editing tools, before accurately reconstructing the whole edited light field back. We propose to learn this representation via an autoencoder framework, consisting of an encoder for learning the representation, and a decoder for reconstructing the light field. To handle the challenging occlusions and propagation of edits, we specifically designed an editing-aware decoding network and its associated training strategy, so that the edits to the visual channels can be consistently propagated to the whole light field upon reconstruction.Experimental results show that our proposed method outperforms related existing methods in reconstruction accuracy, and achieves visually pleasant performance in editing propagation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes