Skip to content

n01r1r/awesome-implicit-representations-with-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Awesome Implicit Neural Representations Awesome

A curated list of resources on implicit neural representations, originally forked from vsitzmann/awesome-implicit-representations.

Note

This is a forked repository that includes additional search results and papers curated by the current maintainer. Please note that these curations are primarily focused on image-related tasks. Other categories from the original list may be intentionally not updated or removed to maintain this specific focus.

For non-image INR applications (audio, PDEs, generic signals), see Non-Image INRs. For methods that are not strictly INRs but commonly used alongside them, see Related Non-INR Works.

What counts as an INR in this list?

We consider a method an Implicit Neural Representation (INR) if it:

  • Represents a continuous signal $x \mapsto f_\theta(x)$ with a coordinate-based neural network (typically an MLP), rather than a discrete grid.
  • Uses this network as the primary representation of the signal (image, shape, field, etc.), not merely as an auxiliary module.
  • Falls into the broader family of neural fields (NeRF, SDF fields, signed distance functions, occupancy fields, etc.).

We exclude works that:

  • Use the word “implicit” only conceptually, while the representation itself is voxel- or grid-based.
  • Use an MLP only as a classifier, without directly modeling a continuous signal over coordinates.

Table of contents


Surveys & Reviews

Computational Imaging, ISP & Color

Inverse Rendering & 3D Reconstruction

Generative Visual Models

Dynamics & Video

Semantics & Visual Representation

Methods that use implicit neural fields primarily as representational substrates for classification, segmentation, or generic vision encoding, rather than for direct image synthesis or 3D reconstruction.

Foundations & Theory

Colabs

Talks

Related but Non-INR Works

Methods that are not strictly INRs (i.e., they do not use a coordinate-based MLP as their primary signal representation) but are commonly used alongside or inspired by neural field techniques.

  • Alias-Free Generative Adversarial Networks (StyleGAN3) (Karras et al. 2021) - Alias-free image GAN architecture. While INR-adjacent (its continuous signal analysis informs neural field design), the generator itself is convolutional/grid-based, not a coordinate-based MLP.

Links

  • awesome-NeRF - List of implicit representations specifically on neural radiance fields (NeRF)

License

License: MIT

About

A curated list of resources on implicit neural representations, with a focus on image-related tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors