← Latest papers
🤖 machine learning

A Stationary (and Therefore Compatible) Representation is All You Need

This paper demonstrates that stationary representations learned via dd-Simplex fixed classifiers ensure feature compatibility across model updates, and proposes a hybrid training approach combining cross-entropy and contrastive losses to capture higher-order dependencies, thereby enabling uninterrupted retrieval services with state-of-the-art performance.

Original authors: Niccolò Biondi, Federico Pernici, Simone Ricci, Alberto Del Bimbo

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

Original authors: Niccolò Biondi, Federico Pernici, Simone Ricci, Alberto Del Bimbo

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 Problem: The "Moving Target" of AI

Imagine you run a massive library (a database of images) where every book has a specific label on its spine. You have a librarian (an AI model) who knows exactly where every book is.

Now, imagine you want to upgrade the librarian to make them smarter. You train them on new books. But here's the catch: Every time you upgrade the librarian, they change their entire mental map of the library.

In the old days, if you wanted to find a book, you'd ask the librarian. But if you upgraded the librarian, you'd have to ask them to re-label every single book in the library to match their new way of thinking. If your library has millions of books, this is impossible. It's too expensive, takes too long, and sometimes you don't even have the original books anymore to re-label them.

The Goal: We need a way to upgrade the librarian so they get smarter, but their "mental map" stays compatible with the old one. This way, you can keep using the old labels on the books, and the new librarian can still find them perfectly. This is called "Compatible Representation Learning."

The Solution: The "Fixed Compass" (d-Simplex)

The authors propose a clever trick. Instead of letting the librarian decide where the "Book of Cats" or "Book of Dogs" goes in their mind, they give the librarian a fixed compass (called a d-Simplex fixed classifier).

Think of this compass as a giant, perfect star-shaped wheel with fixed spokes.

  • The center is the librarian's brain.
  • Each spoke points to a specific category (Cat, Dog, Car, etc.).
  • The distance between the spokes is perfectly equal and fixed.

No matter how much you train the librarian, the "Cat" spoke never moves. It stays in the exact same spot. Because the destination (the spoke) never moves, the librarian's understanding of "Cat" stays stationary (still).

The Paper's Big Claim:
The authors proved mathematically that if you use this fixed compass, the librarian's new way of seeing the world is automatically compatible with the old way. You don't need to re-label the library. The new librarian can read the old labels just fine because the "Cat" spoke never moved.

The Glitch: "First-Order" vs. "Deep Understanding"

There was a small problem with just using the fixed compass and standard training.

  • The Issue: Standard training (Cross-Entropy) makes the librarian align the average position of "Cat" books with the "Cat" spoke. It's like saying, "The average cat is here."
  • The Flaw: This only captures the "average" (first-order statistics). It ignores the complex, deep relationships between individual cats. It's like knowing the average height of a basketball team but not knowing who is the tallest or how they move together. The librarian gets good at the basics but misses the subtle details, leading to a "flat" understanding.

The Fix: The "Deep Dive" (HOC Loss)

To fix this, the authors added a second training tool called Contrastive Loss.

  • The Analogy: Imagine the standard training tells the librarian, "Put the cat books near the Cat spoke." The new tool (Contrastive Loss) says, "Also, make sure the specific cat on page 1 looks more like the cat on page 2 than it looks like a dog on page 3."
  • The Result: This forces the librarian to learn the higher-order dependencies—the deep, complex relationships between individual items, not just the average.

The authors call this new method d-Simplex-HOC (Higher-Order Compatibility). They proved that combining the fixed compass with this "deep dive" training is mathematically equivalent to forcing the librarian to follow the strict rules of compatibility.

The New Scenario: Swapping the Librarian

The paper also tested a wild new scenario: What if you replace the librarian entirely?
Imagine you fire the current librarian and hire a brand new, super-smart one. Usually, this breaks everything because the new person has a totally different brain.

However, because both the old and new librarians are using the same fixed compass (the d-Simplex), the new librarian can immediately start reading the old labels without any confusion.

  • The Result: The system can swap out the AI model for a better one, and the library search continues without stopping. The new model is immediately compatible with the old data.

Summary of Results

The authors tested this on several image databases (like CIFAR and TinyImageNet).

  1. Compatibility: Their method (d-Simplex-HOC) kept the library searchable even as the model was updated many times. Other methods failed and required re-labeling.
  2. Accuracy: Not only did it stay compatible, but the new librarian actually got smarter over time, finding images better than the old ones.
  3. Model Swapping: When they swapped the AI model for a completely different, more powerful one, their method worked perfectly. Other methods crashed or lost all their ability to find the old images.

In a nutshell: By locking the "destinations" in the AI's brain to a fixed, perfect shape, the authors created a system where AI models can be upgraded or swapped out instantly, without ever needing to re-index the massive databases they search through. It's like upgrading a GPS system without having to redraw the entire map of the world.

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 →