Fine-Grained Zero-Shot Learning with Attribute-Centric Representations
By: Zhi Chen , Jingcai Guo , Taotao Cai and more
Potential Business Impact:
Helps computers see tiny differences in pictures.
Recognizing unseen fine-grained categories demands a model that can distinguish subtle visual differences. This is typically achieved by transferring visual-attribute relationships from seen classes to unseen classes. The core challenge is attribute entanglement, where conventional models collapse distinct attributes like color, shape, and texture into a single visual embedding. This causes interference that masks these critical distinctions. The post-hoc solutions of previous work are insufficient, as they operate on representations that are already mixed. We propose a zero-shot learning framework that learns AttributeCentric Representations (ACR) to tackle this problem by imposing attribute disentanglement during representation learning. ACR is achieved with two mixture-of-experts components, including Mixture of Patch Experts (MoPE) and Mixture of Attribute Experts (MoAE). First, MoPE is inserted into the transformer using a dual-level routing mechanism to conditionally dispatch image patches to specialized experts. This ensures coherent attribute families are processed by dedicated experts. Finally, the MoAE head projects these expert-refined features into sparse, partaware attribute maps for robust zero-shot classification. On zero-shot learning benchmark datasets CUB, AwA2, and SUN, our ACR achieves consistent state-of-the-art results.
Similar Papers
Adapting Multimodal Foundation Models for Few-Shot Learning: A Comprehensive Study on Contrastive Captioners
CV and Pattern Recognition
Helps AI learn from very few pictures.
Omni-Attribute: Open-vocabulary Attribute Encoder for Visual Concept Personalization
CV and Pattern Recognition
Lets computers change just one thing in a picture.
Advancing Cache-Based Few-Shot Classification via Patch-Driven Relational Gated Graph Attention
CV and Pattern Recognition
Helps computers learn new things from few examples.