Learned Initializations for Optimizing Coordinate-Based Neural Representations

Abstract

Coordinate-based neural representations have shown significant promise as an alternative to discrete, array-based representations for complex low dimensional signals. However, optimizing a coordinate-based network from randomly initialized weights for each new signal is inefficient. We propose applying standard meta-learning algorithms to learn the initial weight parameters for these fully-connected networks based on the underlying class of signals being represented (e.g., images of faces or 3D models of chairs). Despite requiring only a minor change in implementation, using these learned initial weights enables faster convergence during optimization and can serve as a strong prior over the signal class being modeled, resulting in better generalization when only partial observations of a given signal are available. We explore these benefits across a variety of tasks, including representing 2D images, reconstructing CT scans, and recovering 3D shapes and scenes from 2D image observations.

Cite

Text

Tancik et al. "Learned Initializations for Optimizing Coordinate-Based Neural Representations." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00287

Markdown

[Tancik et al. "Learned Initializations for Optimizing Coordinate-Based Neural Representations." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/tancik2021cvpr-learned/) doi:10.1109/CVPR46437.2021.00287

BibTeX

@inproceedings{tancik2021cvpr-learned,
  title     = {{Learned Initializations for Optimizing Coordinate-Based Neural Representations}},
  author    = {Tancik, Matthew and Mildenhall, Ben and Wang, Terrance and Schmidt, Divi and Srinivasan, Pratul P. and Barron, Jonathan T. and Ng, Ren},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {2846-2855},
  doi       = {10.1109/CVPR46437.2021.00287},
  url       = {https://mlanthology.org/cvpr/2021/tancik2021cvpr-learned/}
}