CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Implicit Neural Representations

Last updated Nov 2, 2022 Edit Source

Implicit Neural Representations, sometimes also referred to as coordinate-based representations, are a novel way to parameterize signals (of all kinds) as a continuous function that maps the domain of the signal (i.e., a coordinate, such as a pixel coordinate for an image) to whatever is at that coordinate (for an image, an R,G,B color). Of course, these functions are usually not analytically tractable - it is impossible to “write down” the function that parameterizes a natural image as a mathematical formula. Implicit Neural Representations thus approximate that function via a neural network

# Resources

# Courses

# Talks

# References