English

Generalizable Implicit Neural Representations via Instance Pattern Composers

Computer Vision and Pattern Recognition 2023-04-18 v2 Machine Learning

Abstract

Despite recent advances in implicit neural representations (INRs), it remains challenging for a coordinate-based multi-layer perceptron (MLP) of INRs to learn a common representation across data instances and generalize it for unseen instances. In this work, we introduce a simple yet effective framework for generalizable INRs that enables a coordinate-based MLP to represent complex data instances by modulating only a small set of weights in an early MLP layer as an instance pattern composer; the remaining MLP weights learn pattern composition rules for common representations across instances. Our generalizable INR framework is fully compatible with existing meta-learning and hypernetworks in learning to predict the modulated weight for unseen instances. Extensive experiments demonstrate that our method achieves high performance on a wide range of domains such as an audio, image, and 3D object, while the ablation study validates our weight modulation.

Keywords

Cite

@article{arxiv.2211.13223,
  title  = {Generalizable Implicit Neural Representations via Instance Pattern Composers},
  author = {Chiheon Kim and Doyup Lee and Saehoon Kim and Minsu Cho and Wook-Shin Han},
  journal= {arXiv preprint arXiv:2211.13223},
  year   = {2023}
}

Comments

15 pages, 12 figures, CVPR'23 highlight, the code is available at https://github.com/kakaobrain/ginr-ipc

R2 v1 2026-06-28T06:42:28.443Z