← Latest papers
💻 computer science

FOCUS: Bridging Fine-Grained Recognition and Open-World Discovery across Domains

The paper introduces FoCUS, the first unified framework for Fine-Grained Domain-Generalized Generalized Category Discovery (FG-DG-GCD), which addresses the challenge of recognizing known and discovering novel classes across unseen domains by combining domain-consistent part discovery with uncertainty-aware feature augmentation, while also establishing new benchmarks and demonstrating superior accuracy and computational efficiency over existing baselines.

Original authors: Vaibhav Rathore, Divyam Gupta, Moloud Abdar, Subhasis Chaudhuri, Biplab Banerjee

Published 2026-03-17
📖 5 min read🧠 Deep dive

Original authors: Vaibhav Rathore, Divyam Gupta, Moloud Abdar, Subhasis Chaudhuri, Biplab Banerjee

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 teaching a child to recognize different types of birds.

In a normal classroom (the "closed world"), you show the child pictures of a Blue Jay, a Cardinal, and a Sparrow. You say, "This is a Blue Jay," and they learn to spot the blue feathers. When you show them a new picture of a Blue Jay, they get it right.

But the real world is messy. This is the "Open World" problem.

  1. The Style Shift: Suddenly, you show the child a picture of a Blue Jay, but it's drawn in a sketch style, or painted in oil, or looks like a watercolor. The colors are gone, the textures are different. The child, who only learned from photos, gets confused. "Is this still a Blue Jay? It looks like a pencil drawing!"
  2. The New Mystery: Then, you show the child a picture of a Puffin. They've never seen a Puffin before. A standard AI (or a child who only memorized the list) would either say, "I don't know," or worse, it would force the Puffin into the "Blue Jay" category because it's the closest thing it knows.

This paper introduces FOCUS, a new way to train AI to handle both of these problems at once, especially for "fine-grained" tasks where the differences are tiny (like telling a 200th species of bird apart from a 199th).

Here is how FOCUS works, using simple analogies:

1. The Problem: Why Current AI Fails

Most AI models are like students who memorize the texture of the paper rather than the shape of the object.

  • If you train an AI on photos of cars, it learns "shiny metal" and "tires."
  • If you show it a sketch of a car (no metal, just lines), the AI panics because the "shiny metal" is gone.
  • If you show it a new type of car it's never seen, it tries to shove it into the "Toyota" box because it's too scared to admit it doesn't know.

2. The Solution: FOCUS

The authors created a framework called FOCUS (Fine-grained Open-world Category discovery with Uncertainty and partS). It has two main superpowers:

Superpower A: The "Skeleton Goggles" (Domain-Consistent Parts Discovery)

Imagine you are trying to recognize a friend in a crowd, but they are wearing a different costume, and the lighting is weird. If you look at their skin tone or hair color, you might get confused. But if you look at their skeleton (the shape of their nose, the curve of their jaw, the way their ears stick out), you will recognize them instantly.

  • How FOCUS does it: Instead of looking at the "paint" (colors and textures), FOCUS puts on "Skeleton Goggles." It ignores the style (whether it's a photo, a sketch, or a painting) and focuses entirely on the geometry (the lines, the curves, and the structure).
  • The Result: It can tell that a "sketch of a bird" is the same bird as a "photo of a bird" because the beak shape and wing structure are identical, even if the colors are totally different.

Superpower B: The "Honesty Meter" (Uncertainty-Aware Feature Augmentation)

Imagine a student taking a test. When they see a question they don't know, a bad student guesses, "It's probably a Blue Jay!" and marks it confidently. A smart student says, "I don't know what this is, but I'm sure it's not a Blue Jay."

  • The Problem: Old AI models are terrible at admitting they are wrong. They get "overconfident" and force new, unknown things into old categories.
  • How FOCUS does it: FOCUS has an internal "Honesty Meter." During training, it creates fake, weird examples (like a blurry mix of two birds) and teaches the AI: "When you see something like this, you must say 'I am unsure.' Do not guess!"
  • The Result: When the AI sees a brand new bird (a Puffin) in a sketch, instead of forcing it into the "Blue Jay" box, it says, "This is new! Let's make a new box for it."

3. The "Training Gym" (The Benchmarks)

To prove this works, the authors couldn't just use normal photos. They needed to test the AI in a "style-shift" gym.

  • They took famous bird, car, and plane datasets.
  • They used a special AI tool (like a digital artist) to turn every photo into a painting and a sketch without changing the shape of the object.
  • They trained the AI on the photos and tested it on the paintings and sketches.

The Bottom Line

FOCUS is like a detective who learns to ignore the suspect's clothes (which change with the weather or location) and focuses on their bone structure (which never changes).

  • It is faster: It doesn't need to generate thousands of fake images to learn; it learns the "skeleton" directly.
  • It is smarter: It knows when it doesn't know something, so it can discover new categories instead of making mistakes.
  • It is robust: It works whether the image is a photo, a sketch, or a painting.

In short, FOCUS teaches AI to see the essence of an object, not just its appearance, allowing it to learn new things even when the world changes its style.

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 →