ARC: Anchored Representation Clouds for High-Resolution INR Classification
Joost Luijmes, Alexander Gielisse, Roman Knyazhitskiy, Jan van Gemert
TL;DR
ARC introduces Anchored Representation Clouds to inject locality into implicit neural representations by anchoring latent vectors in image coordinates and querying the nearest anchors with a shared decoder. This enables high-resolution INR classification and robust performance under image-space transformations, while permitting weight-space data augmentation and downstream point-cloud classification via PTv3. The approach achieves strong results on high-res datasets like Imagenette (full and cropped resolutions) and competitive or state-of-the-art performance on standard INR benchmarks, with demonstrated improvements in translation robustness and training efficiency. The work suggests practical pathways for scalable, memory-efficient INR-based classification and opens avenues for end-to-end integration of fitting and classification along with dynamic capacity adaptation.
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.
