AFGCD

May 18, 2026 ยท View on GitHub

ICCV 2025 Accepted

This repository contains the official implementation of the ICCV 2025 paper:
"A Hidden Stumbling Block in Generalized Category Discovery: Distracted Attention"


Checkpoints: Link

๐Ÿš€ Installation

Clone the repository and install required packages:

git clone https://github.com/Afleve/AFGCD  
cd AFGCD  
pip install -r requirements.txt

๐Ÿ™ Acknowledgments

@InProceedings{AFGCD2025ICCV,
    author    = {Xu, Qiyu and Hu, Zhanxuan and Duan, Yu and Pei, Ercheng and Tai, Yonghang},
    title     = {A Hidden Stumbling Block in Generalized Category Discovery: Distracted Attention},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2025},
    pages     = {405-414}
}