CVLGSep 28, 2024

Towards Croppable Implicit Neural Representations

arXiv:2409.19472v24 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the limitation of black-box INRs for researchers and practitioners needing editable signal encodings, though it is incremental as it builds on existing INR methods.

The paper tackles the problem of editing Implicit Neural Representations (INRs) post-training, specifically enabling cropping operations without retraining, and introduces Local-Global SIRENs, which allow effortless removal of signal portions with proportional weight decrease.

Implicit Neural Representations (INRs) have peaked interest in recent years due to their ability to encode natural signals using neural networks. While INRs allow for useful applications such as interpolating new coordinates and signal compression, their black-box nature makes it difficult to modify them post-training. In this paper we explore the idea of editable INRs, and specifically focus on the widely used cropping operation. To this end, we present Local-Global SIRENs -- a novel INR architecture that supports cropping by design. Local-Global SIRENs are based on combining local and global feature extraction for signal encoding. What makes their design unique is the ability to effortlessly remove specific portions of an encoded signal, with a proportional weight decrease. This is achieved by eliminating the corresponding weights from the network, without the need for retraining. We further show how this architecture can be used to support the straightforward extension of previously encoded signals. Beyond signal editing, we examine how the Local-Global approach can accelerate training, enhance encoding of various signals, improve downstream performance, and be applied to modern INRs such as INCODE, highlighting its potential and flexibility. Code is available at https://github.com/maorash/Local-Global-INRs.

Code Implementations1 repo
Foundations

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

Your Notes