Fit Pixels, Get Labels: Meta-learned Implicit Networks for Image Segmentation
Kushal Vyas, Ashok Veeraraghavan, Guha Balakrishnan
TL;DR
This paper tackles the challenge of applying implicit neural representations (INRs) to image segmentation by introducing MetaSeg, a meta-learning framework that jointly trains an INR to predict pixel values and segmentation labels. Through a nested MAML-style procedure, MetaSeg learns optimal initial parameters $(\theta^*, \phi^*)$ for a coordinate-based network $f_{\theta}$ and a shallow segmentation head $g_{\phi}$, enabling rapid test-time fine-tuning on unseen images. On 2D and 3D brain MRI segmentation, MetaSeg achieves Dice scores comparable to strong U-Net baselines while using roughly 90% fewer parameters, and it outperforms a closely related INR baseline (NISF) while supporting fine-grained segmentation and robustness to downsampling. These results suggest that INR-based segmentation, when guided by meta-learned priors, can offer a scalable, resource-efficient alternative to conventional heavy architectures, with learned latent representations that encode meaningful anatomical structure.
Abstract
Implicit neural representations (INRs) have achieved remarkable successes in learning expressive yet compact signal representations. However, they are not naturally amenable to predictive tasks such as segmentation, where they must learn semantic structures over a distribution of signals. In this study, we introduce MetaSeg, a meta-learning framework to train INRs for medical image segmentation. MetaSeg uses an underlying INR that simultaneously predicts per pixel intensity values and class labels. It then uses a meta-learning procedure to find optimal initial parameters for this INR over a training dataset of images and segmentation maps, such that the INR can simply be fine-tuned to fit pixels of an unseen test image, and automatically decode its class labels. We evaluated MetaSeg on 2D and 3D brain MRI segmentation tasks and report Dice scores comparable to commonly used U-Net models, but with $90\%$ fewer parameters. MetaSeg offers a fresh, scalable alternative to traditional resource-heavy architectures such as U-Nets and vision transformers for medical image segmentation. Our project is available at https://kushalvyas.github.io/metaseg.html .
