← Latest papers
🤖 machine learning

What Cohort INRs Encode and Where to Freeze Them

This paper investigates cohort-trained Implicit Neural Representations (INRs) by identifying that the optimal layer for freezing corresponds to the highest weight stable rank and revealing, through sparse autoencoder analysis, that SIREN and Fourier-feature MLPs encode fundamentally different representations—localized coordinate tiles versus image-spanning contours—thereby providing the first mechanistic understanding of transferable representations in INRs.

Original authors: Vasiliki Sideri-Lampretsa, Sophie Starck, Robbie Holland, Julian McGinnis, Daniel Rueckert

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Vasiliki Sideri-Lampretsa, Sophie Starck, Robbie Holland, Julian McGinnis, Daniel Rueckert

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Universal Translator" Problem

Imagine you have a team of expert artists (called INRs or Implicit Neural Representations). Each artist is hired to draw a single, specific picture. To draw a face, they spend hours learning exactly how that one face looks. To draw a brain scan, they start from scratch and learn that all over again.

This is slow and expensive. The paper asks: Can we teach these artists a "universal skill" first? If we train them on a whole group (a "cohort") of faces, can we then reuse that training to draw a new face much faster?

The researchers found that yes, you can reuse the training, but you have to be very careful about which parts of the artist's brain you freeze (lock in place) and which parts you let them relearn.


Discovery 1: The "Sweet Spot" for Freezing

When you train an artist on a group of 10 faces, they develop a shared "encoder" (the part of the brain that understands coordinates and shapes) and a unique "decoder" (the part that draws the specific face).

The researchers asked: If we want to draw a new face, how much of the old training should we keep frozen?

  • The Old Way: The standard method (called STRAINER) tried to update every single layer of the network when drawing a new picture.
  • The New Finding: The researchers discovered a "sweet spot." There is a specific layer in the middle of the network where the "weight" of the information is most stable and useful.
    • The Analogy: Imagine the network is a multi-story building. The ground floor is the foundation, the top floor is the roof, and the middle floors are the living spaces. The researchers found that if you freeze the building up to the floor with the strongest, most complex structural beams (measured by something called "stable rank"), you get the best results.
    • The Result: By freezing the network exactly at this "strongest floor" and letting the rest adapt, the new drawing is often better than the old method. It's like keeping the solid foundation and walls of a house but letting the interior decorator rearrange the furniture for the new owner.

Discovery 2: Two Different Types of "Muscle Memory"

The paper studied two different types of artists (network architectures): SIREN and FFMLP. Even though they both learned to draw faces equally well, they learned in completely different ways. The researchers used a special tool called a Sparse Autoencoder (SAE) to peek inside their brains and see what they were actually "thinking."

Think of the SAE as a translator that breaks down the artist's thoughts into individual "atoms" or building blocks.

1. SIREN: The "Tile Makers"

  • How they think: SIREN artists learned to tile the coordinate plane.
  • The Analogy: Imagine a floor covered in a grid of small, distinct tiles. Each tile covers a specific, small patch of the floor. If you want to draw a nose, the artist only uses the tiles in the "nose region." If you want to draw a chin, they use the "chin region."
  • The Behavior: These "atoms" are localized. They don't care what the picture is (a face or a brain); they just care about where they are on the grid.
  • The Test: If you remove one of these "tiles" (ablation), the damage is tiny and stays only in that specific patch. The rest of the picture remains perfect.

2. FFMLP: The "Ghost Tracers"

  • How they think: FFMLP artists learned to trace the contours of the specific images they memorized.
  • The Analogy: Imagine these artists don't use a grid. Instead, they have "ghost outlines" of the 10 faces they memorized floating in their minds. Every time they draw, they are tracing these specific ghost outlines.
  • The Behavior: These "atoms" are image-spanning. They cover the whole picture and trace the specific curves of the memorized faces.
  • The Test: If you remove just one of these "ghost outlines" (even if there are 4,000 of them), the whole picture falls apart. The quality drops drastically (by up to 10.6 dB) because the artist lost a crucial part of the global shape.

Why This Matters (According to the Paper)

  1. We know where to freeze: We don't need to guess. We can calculate the "stable rank" of the layers to find the exact point where the network has learned the most reusable structure.
  2. We know what is being learned:
    • SIREN learns a general, content-independent map of space (good for generalization).
    • FFMLP learns specific, memorized shapes (good for fitting, but fragile).
  3. Causality: The paper proved that these "atoms" aren't just random noise; they are the actual cause of the image. Removing a SIREN atom hurts a small spot; removing an FFMLP atom hurts the whole image.

Summary

The paper reveals that when training AI to represent signals (like images), there is a specific "middle layer" that holds the most transferable knowledge. Furthermore, different AI architectures learn this knowledge in opposite ways: one builds a flexible, local grid (SIREN), while the other memorizes global, specific shapes (FFMLP). Understanding this helps us build better systems that generalize to new tasks rather than just memorizing old ones.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →