Grow, Assess, Compress: Adaptive Backbone Scaling for Memory-Efficient Class Incremental Learning

This paper introduces GRACE, a novel dynamic scaling framework for Class Incremental Learning that adaptively balances model capacity through a cyclic "Grow, Assess, Compress" strategy to achieve state-of-the-art performance while significantly reducing memory overhead compared to purely expansion-based methods.

Adrian Garcia-Castañeda, Jon Irureta, Jon Imaz, Aizea Lojo

Published 2026-03-10
📖 4 min read☕ Coffee break read

Imagine you are trying to learn a new language every year for the rest of your life.

The Problem:
If you just keep adding new vocabulary to your brain without ever reviewing or organizing it, two bad things happen:

  1. You forget the old stuff: Your brain gets so full of new words that the old ones get pushed out (this is called "catastrophic forgetting").
  2. You run out of space: Eventually, your brain would need to be the size of a stadium just to hold all the words, which is impossible.

Most current AI models try to solve this by just building a bigger brain every time they learn something new. They keep adding rooms to a house forever. It works, but the house becomes a giant, expensive mansion that takes up too much land (memory).

The Solution: GRACE
The paper introduces a new system called GRACE (Grow, Assess, Compress). Think of GRACE not as a house that keeps getting bigger, but as a smart, self-organizing library.

Here is how GRACE works, broken down into its three magical steps:

1. Grow (The "New Book" Phase)

When a new task arrives (like learning a new language), GRACE doesn't panic. It temporarily sets up a new, empty desk (a new part of the model) just for this new information.

  • Analogy: Imagine you just moved to a new country. You set up a temporary desk to learn the local customs. You don't throw away your old desk yet; you just add this new one so you can focus on the new stuff without messing up your old notes.

2. Assess (The "Is it Necessary?" Phase)

This is the clever part. Before GRACE decides to keep this new desk forever, it asks a question: "Do we actually need a whole new room for this, or can we just fit these new books onto our existing shelves?"

It uses a special "saturation meter" (a mathematical check) to see if the current shelves are full.

  • If the shelves are full: The new desk becomes a permanent part of the library.
  • If the shelves have room: The new desk is deemed unnecessary. GRACE realizes, "Hey, we can squeeze this new info into the space we already have!"

3. Compress (The "Decluttering" Phase)

If the assessment says "we have room," GRACE performs a magic trick. It takes the new desk and the old desk and merges them into one super-efficient desk.

  • Analogy: Imagine you have a messy desk with a new notebook and an old one. Instead of buying a bigger desk, you carefully copy the important notes from the new notebook into the old one, organize them perfectly, and then throw away the empty new notebook. You now have all the knowledge, but you're using less space.

To make sure nothing is lost during this "merging," GRACE uses a technique called Distillation.

  • Analogy: Think of the "Old Desk" and "New Desk" as two expert teachers. They both teach a new, smart student (the "Compressed" model). The student learns from both teachers simultaneously, combining their wisdom into one brilliant mind.

Why is this a Big Deal?

Most other AI methods are like hoarders; they keep every single piece of paper they ever wrote, leading to a cluttered, slow, and expensive system.

GRACE is like a minimalist:

  • It only builds new space when it absolutely has to.
  • It constantly cleans up and organizes what it already has.
  • The Result: It learns just as well as the "hoarder" models (often better!), but it uses up to 73% less memory.

The Bottom Line

GRACE solves the "Stability-Plasticity Dilemma" (the struggle between learning new things and remembering old things) by being adaptive. It doesn't just grow blindly; it grows, checks if it's necessary, and shrinks back down if it can.

It's the difference between building a new wing on your house every time you buy a new chair versus rearranging your furniture to fit the new chair perfectly. GRACE rearranges the furniture, saving you a fortune in construction costs while keeping your home just as functional.