← Latest papers
💻 computer science

STARFISH: faST Accuracy Recovery in pruned networks From Internal State Healing

The paper introduces STARFISH, an efficient healing method that recovers most of the accuracy lost during neural network pruning by aligning the pruned model's internal state representations with the original model using a tiny set of unlabeled calibration data, significantly outperforming state-of-the-art techniques especially under aggressive pruning conditions.

Original authors: Shir Maon, Odelia Melamed, Adi Shamir

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Shir Maon, Odelia Melamed, Adi Shamir

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

Imagine you have a giant, incredibly smart library (a neural network) filled with millions of books (weights). This library can answer almost any question perfectly. But, the library is so huge that it takes up too much space, costs too much to run, and is slow to search through.

To fix this, you decide to throw away 50%, 75%, or even 90% of the books. This is called pruning.

The Problem:
When you throw away so many books, the library stops working well. It starts giving wrong answers. Usually, to fix this, you have to hire a team of librarians to re-read the entire original collection of books and re-learn how to organize the remaining ones. This is expensive, takes a long time, and often, you don't even have access to the original books anymore (they might be private or proprietary).

The Solution: STARFISH
The authors of this paper introduce a new method called STARFISH. They named it after the sea creature that can regrow its lost arms. Just like a starfish can heal itself even after losing limbs, STARFISH helps a "pruned" (damaged) network heal itself and regain its intelligence.

Here is how it works, using simple analogies:

1. The "Ghost" vs. The "Real"

Imagine the original, full library is a Master Chef who knows exactly how to cook a perfect meal. After you throw away most of the ingredients (pruning), you are left with a Junior Chef who is confused and can't cook well.

Usually, to fix the Junior Chef, you'd make them taste the original dishes and try to memorize the final taste (the output). But the paper says this isn't enough when the damage is severe.

Instead, STARFISH looks at the internal thoughts of the Master Chef.

  • It asks the Master Chef: "When you see a tomato, what do you think about before you decide it's a tomato? What about when you think about the sauce? What about the heat?"
  • It records these internal "thoughts" (called internal states or representations) for a few sample dishes.
  • Then, it tells the Junior Chef: "Don't just try to guess the final taste. Try to think exactly like the Master Chef did at every single step of the process."

2. The Tiny "Calibration" Set

The magic of STARFISH is that it doesn't need the whole library of books to do this. It only needs a tiny handful of examples (like 1,000 images) to act as a "calibration set."

  • It's like giving the Junior Chef a single, small recipe card with a few notes on how the Master Chef thought.
  • The Junior Chef practices on these few examples, adjusting their thinking process until their internal "thoughts" match the Master Chef's thoughts perfectly.

3. Why It's a Big Deal

The paper claims this method is a game-changer, especially when you cut away a lot of the network:

  • The "50% Cut" Scenario: If you remove half the weights, STARFISH recovers the network's accuracy almost perfectly (up to 99.8% of the original). It beats the current best methods by a huge margin.
  • The "75% Cut" Scenario: This is where it gets really impressive. If you remove 75% of the weights, other methods usually fail miserably, leaving the network with only 40% of its original smarts. STARFISH, however, manages to recover 82% of the original accuracy.
  • The "85% Cut" Scenario: Even when you remove 85% of the weights (leaving almost nothing), STARFISH can still restore the network to about 92% of its original performance.

4. The "No Original Data" Superpower

Most repair methods require you to have the original training data (the millions of books) to re-teach the network.

  • STARFISH's Advantage: It works even if you don't have the original training data. It only needs the damaged network, the list of what was removed (the mask), and a tiny, random set of unlabeled pictures. This makes it perfect for modern situations where companies might share a model but keep their training data secret.

Summary

Think of STARFISH as a "mind-meld" technique. Instead of forcing a damaged network to guess the right answer, it forces the damaged network to think exactly like the original, healthy network did. By aligning these internal thoughts using just a few examples, it can heal even the most severely "amputated" networks, bringing them back to near-perfect performance without needing the original training data.

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 →