Posts by Tags

gaussian processes

out-of-distribution detection

representations

Implicit neural representations

less than 1 minute read

Published:

A MLP takes as input pixel coordinates and is trained to output the intensity value of that pixel. The training is done for a single image (using different pixels as training datapoints). After training, we may evaluate the MLP at a denser grid of coordinates to give a super-resolved image. Alternatively, the MLP can be stored as a compressed version of the image (the complexity of the MLP grows with the complexity of the image content, but not with the image size). Thus. the MLP is an implicit representation of the image (v/s the explicit pixel coordinate-intensity value representation). Also, the MLP is a continuous representation as it can be evaluated at continuous valued inputs, while the pixel representation is a discrete one.