ARC: Anchored Representation Clouds for High-Resolution INR Classification

Abstract

Implicit neural representations (INRs) encode signals in neural network weights as a memory-efficient representation, decoupling sampling resolution from the associated resource costs. Current INR image classification methods are demonstrated on low-resolution data and are sensitive to image-space transformations. We attribute these issues to the global, fully-connected MLP neural network architecture encoding of current INRs, which lack mechanisms for local representation: MLPs are sensitive to absolute image location and struggle with high-frequency details. We propose ARC: Anchored Representation Clouds, a novel INR architecture that explicitly anchors latent vectors locally in image-space. By introducing spatial structure to the latent vectors, ARC captures local image data which in our testing leads to state-of-the-art implicit image classification of both low- and high-resolution images and increased robustness against image-space translation. Code can be found at https://github.com/JLuij/anchored_representation_clouds.

Cite

Text

Luijmes et al. "ARC: Anchored Representation Clouds for High-Resolution INR Classification." ICLR 2025 Workshops: WSL, 2025. doi:10.48550/arxiv.2503.15156

Markdown

[Luijmes et al. "ARC: Anchored Representation Clouds for High-Resolution INR Classification." ICLR 2025 Workshops: WSL, 2025.](https://mlanthology.org/iclrw/2025/luijmes2025iclrw-arc/) doi:10.48550/arxiv.2503.15156

BibTeX

@inproceedings{luijmes2025iclrw-arc,
  title     = {{ARC: Anchored Representation Clouds for High-Resolution INR Classification}},
  author    = {Luijmes, Joost and Gielisse, Alexander and Knyazhitskiy, Roman and van Gemert, Jan},
  booktitle = {ICLR 2025 Workshops: WSL},
  year      = {2025},
  doi       = {10.48550/arxiv.2503.15156},
  url       = {https://mlanthology.org/iclrw/2025/luijmes2025iclrw-arc/}
}