paper-with-me

홈 › Papers

Superclass Learning With Representation Enhancement

2023-01-01 · CVPR 2023 1 · Jinlong Kang, Liyuan Shang, Suyun Zhao, Hong Chen, Cuiping Li, Zeyu Gan

In many real scenarios, data are often divided into a handful of artificial super categories in terms of expert knowledge rather than the representations of images. Concretely, a superclass may contain massive and various raw categories, such as refuse sorting. Due to the lack of common semantic features, the existing classification techniques are intractable to recognize superclass without raw class labels, thus they suffer severe performance damage or require huge annotation costs. To narrow this gap, this paper proposes a superclass learning framework, called SuperClass Learning with Representation Enhancement(SCLRE), to recognize super categories by leveraging enhanced representation. Specifically, by exploiting the self-attention technique across the batch, SCLRE collapses the boundaries of those raw categories and enhances the representation of each superclass. On the enhanced representation space, a superclass-aware decision boundary is then reconstructed. Theoretically, we prove that by leveraging attention techniques the generalization error of SCLRE can be bounded under superclass scenarios. Experimentally, extensive results demonstrate that SCLRE outperforms the baseline and other contrastive-based methods on CIFAR-100 datasets and four high-resolution datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transferrable Feature and Projection Learning with Class Hierarchy for Zero-Shot Learning

2018-10-19 · Aoxue Li, Zhiwu Lu, Jiechao Guan, Tao Xiang 외

Zero-shot learning (ZSL) aims to transfer knowledge from seen classes to unseen ones so that the latter can be recognised without any training samples. This is made possible by learning a projection function between a fe…

AttributeClusteringFew-Shot LearningZero-Shot Learning

Classification Done Right for Vision-Language Pre-Training

2024-11-05 · Zilong Huang, Qinghao Ye, Bingyi Kang, Jiashi Feng 외

We introduce SuperClass, a super simple classification method for vision-language pre-training on image-text data. Unlike its contrastive counterpart CLIP who contrast with a text encoder, SuperClass directly utilizes to…

Classification

What can we learn from misclassified ImageNet images?

2022-01-20 · Shixian Wen, Amanda Sofie Rios, Kiran Lekkala, Laurent Itti

Understanding the patterns of misclassified ImageNet images is particularly important, as it could guide us to design deep neural networks (DNN) that generalize better. However, the richness of ImageNet imposes difficult…

GPUQuantization

Superclass Adversarial Attack

2022-05-29 · Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki

Adversarial attacks have only focused on changing the predictions of the classifier, but their danger greatly depends on how the class is mistaken. For example, when an automatic driving system mistakes a Persian cat for…

Adversarial AttackMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Superclass-Guided Representation Disentanglement for Spurious Correlation Mitigation

2025-08-12 · Chenruo Liu, Hongjun Liu, Zeyu Lai, Yiqiu Shen 외 arxiv

To enhance group robustness to spurious correlations, prior work often relies on auxiliary group annotations and assumes identical sets of groups across training and test domains. To overcome these limitations, we propos…

Domain Generalization