Published:
Notes
2023
2021
Gaussian Processes for Out-Of-Distribution Detection
Published:
Gaussian processes (GPs)
(Rasmussen 2003, Rasmussen, Williams 2006, Görtler, Kehlbeck, Deussen | Konstanz | Distill 2019)
Implicit neural representations
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.