Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Transferable Features for Implicit Neural Representations

About

Implicit neural representations (INRs) have demonstrated success in a variety of applications, including inverse problems and neural rendering. An INR is typically trained to capture one signal of interest, resulting in learned neural features that are highly attuned to that signal. Assumed to be less generalizable, we explore the aspect of transferability of such learned neural features for fitting similar signals. We introduce a new INR training framework, STRAINER that learns transferrable features for fitting INRs to new signals from a given distribution, faster and with better reconstruction quality. Owing to the sequential layer-wise affine operations in an INR, we propose to learn transferable representations by sharing initial encoder layers across multiple INRs with independent decoder layers. At test time, the learned encoder representations are transferred as initialization for an otherwise randomly initialized INR. We find STRAINER to yield extremely powerful initialization for fitting images from the same domain and allow for $\approx +10dB$ gain in signal quality early on compared to an untrained INR itself. STRAINER also provides a simple way to encode data-driven priors in INRs. We evaluate STRAINER on multiple in-domain and out-of-domain signal fitting tasks and inverse problems and further provide detailed analysis and discussion on the transferability of STRAINER's features. Our demo can be accessed at https://kushalvyas.github.io/strainer.html .

Kushal Vyas, Ahmed Imtiaz Humayun, Aniket Dashpute, Richard G. Baraniuk, Ashok Veeraraghavan, Guha Balakrishnan• 2024

Related benchmarks

TaskDatasetResultRank
Image fittingAFHQ OOD
PSNR57.46
8
Image fittingOASIS MRI OOD
PSNR59.66
8
Image fittingCelebA-HQ ID
PSNR57.8
6
Image fittingCelebA-HQ (test)
PSNR57.8
5
Image fittingAFHQ (test)
PSNR58.06
5
Image fittingOASIS-MRI (test)
PSNR62.8
5
Image fittingKodak Parrot
PSNR44.38
4
Image fittingKodak Airplane
PSNR38.96
4
Image fittingKodak Statue
PSNR43.92
4
Super-ResolutionDIV2K downscaled to 256x256
PSNR32.43
4
Showing 10 of 13 rows

Other info

Code

Follow for update