CVJul 18, 2025

A Hidden Stumbling Block in Generalized Category Discovery: Distracted Attention

arXiv:2507.14315v15 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in GCD for computer vision, offering an incremental improvement to existing methods.

The paper tackles the problem of distracted attention in Generalized Category Discovery (GCD), where models focus on irrelevant background regions, and proposes an Attention Focusing (AF) mechanism that improves performance by up to 15.4% over the baseline SimGCD method.

Generalized Category Discovery (GCD) aims to classify unlabeled data from both known and unknown categories by leveraging knowledge from labeled known categories. While existing methods have made notable progress, they often overlook a hidden stumbling block in GCD: distracted attention. Specifically, when processing unlabeled data, models tend to focus not only on key objects in the image but also on task-irrelevant background regions, leading to suboptimal feature extraction. To remove this stumbling block, we propose Attention Focusing (AF), an adaptive mechanism designed to sharpen the model's focus by pruning non-informative tokens. AF consists of two simple yet effective components: Token Importance Measurement (TIME) and Token Adaptive Pruning (TAP), working in a cascade. TIME quantifies token importance across multiple scales, while TAP prunes non-informative tokens by utilizing the multi-scale importance scores provided by TIME. AF is a lightweight, plug-and-play module that integrates seamlessly into existing GCD methods with minimal computational overhead. When incorporated into one prominent GCD method, SimGCD, AF achieves up to 15.4% performance improvement over the baseline with minimal computational overhead. The implementation code is provided in https://github.com/Afleve/AFGCD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes