← Latest papers
💻 computer science

Cross-Sample Relational Fusion: Unifying Domain Generalization and Class-Incremental Learning

This paper proposes Cross-Sample Relational Fusion (CORF), a unified framework that simultaneously addresses domain shift and catastrophic forgetting in Class-Incremental Learning by leveraging spatial contribution maps for sample refinement and a cascaded distillation mechanism for multi-grained knowledge transfer.

Original authors: Zhen-Hao Xie, Yan Wang, Hao Sun, Han-Jia Ye, De-Chuan Zhan, Da-Wei Zhou

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Zhen-Hao Xie, Yan Wang, Hao Sun, Han-Jia Ye, De-Chuan Zhan, Da-Wei Zhou

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 are training a robot to recognize objects, but the world keeps changing around it.

The Problem: The Robot's Memory Crisis
Usually, when we teach a robot new things (like recognizing a "zebra" after it already knows "horse"), it tends to forget the old things. This is called catastrophic forgetting. It's like a student who studies for a history exam, then immediately starts studying for a math exam and suddenly forgets everything about the French Revolution.

But there's a second, sneaky problem: Domain Shift. Imagine your robot learned to recognize "dogs" only in sunny, urban parks. If you suddenly take it to a foggy, rural farm, it might get confused because the lighting, background, and style of the photos are totally different. It's like the robot learned to recognize "dogs" only when they were wearing sunglasses in a city; now it sees a dog in a muddy field and doesn't recognize it at all.

Most existing methods fix one problem but ignore the other. They either help the robot remember old things but fail in new environments, or they help it adapt to new environments but make it forget old classes.

The Solution: CORF (Cross-Sample Relational Fusion)
The authors propose a new system called CORF. Think of CORF as a super-smart study coach that uses two main tricks to help the robot learn new classes without forgetting the old ones, even when the environment changes.

Trick 1: The "Smart Photo Editor" (Dual-Sensitive Refinement)

Imagine you are trying to teach the robot what a "horse" looks like.

  • The High-Confidence Trick: The coach picks a photo of a horse that the robot is 100% sure about. Then, it finds a photo of a horse from a totally different place (like a different country or weather). The coach uses a "mask" to look at where the robot is looking. It sees that the robot is focusing on the horse's body (the important part) but getting confused by the background (the noisy part). The coach then blends the clear body of the first horse with the background of the second horse. This teaches the robot: "Focus on the horse, ignore the background."
  • The Low-Confidence Trick: Sometimes the robot is confused (low confidence). Maybe it sees a blurry image. The coach takes this confusing image and mixes it with a different animal (like a cow) from the same scene. This forces the robot to pay close attention to the specific details that make a horse a horse and a cow a cow, rather than just guessing based on the background.

The Result: The robot learns to recognize the essence of the object, regardless of whether it's sunny, rainy, urban, or rural.

Trick 2: The "Relationship Map" (Hierarchical Kernel-Based Distillation)

When the robot learns new things, it often forgets how the old things relate to each other.

  • Imagine the robot has a mental map of all the animals it knows. A "dog" is close to a "wolf," and far from a "car."
  • When the robot learns a new class, it might accidentally shuffle this map, making the "dog" and "car" look similar.
  • CORF uses a distillation technique. It keeps a copy of the "old map" (from before the new learning) and compares it to the "new map" the robot is building.
  • Instead of just checking if the robot gets the answer right, it checks if the relationships between the animals are still correct. "Is the dog still closer to the wolf than to the car?" If the new learning messes up these relationships, the coach gently nudges the robot back to the right path. This ensures the robot remembers the structure of its knowledge, not just the labels.

The Big Picture

By combining these two tricks, CORF creates a robot that:

  1. Remembers everything: It doesn't forget old classes when learning new ones.
  2. Adapts everywhere: It can recognize objects in sunny cities, foggy farms, or sketchy drawings, because it learned to ignore the "noise" of the environment.

The paper tested this on several datasets (like OfficeHome and DomainNet) and found that adding CORF to existing learning systems made them significantly better at handling these real-world challenges. It's like giving a student a better study guide and a memory aid, allowing them to ace exams in any subject, in any classroom, without forgetting what they learned last year.

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 →