Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

less than 1 minute read

Published:

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.

portfolio

publications

talks

teaching

Teaching experience 1

Undergraduate course, University 1, Department, 2014

This is a description of a teaching experience. You can use markdown like any other post.

Teaching experience 2

Workshop, University 1, Department, 2015

This is a description of a teaching experience. You can use markdown like any other post.