Shilong Liu, Lei Zhang, Xiao Yang, Hang Su, Jun Zhu
This paper presents a simple and effective approach to solving the multi-label classification problem. The proposed approach leverages Transformer decoders to query the existence of a class label. The use of Transformer is rooted in the need of extracting local discriminative features adaptively for different labels, which is a strongly desired property due to the existence of multiple objects in one image. The built-in cross-attention module in the Transformer decoder offers an effective way to use label embeddings as queries to probe and pool class-related features from a feature map computed by a vision backbone for subsequent binary classifications. Compared with prior works, the new framework is simple, using standard Transformers and vision backbones, and effective, consistently outperforming all previous works on five multi-label classification data sets, including MS-COCO, PASCAL VOC, NUS-WIDE, and Visual Genome. Particularly, we establish $91.3\%$ mAP on MS-COCO. We hope its compact structure, simple implementation, and superior performance serve as a strong baseline for multi-label classification tasks and future studies. The code will be available soon at https://github.com/SlongLiu/query2labels.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Multi-Label Classification | PASCAL VOC 2012 | mAP | 96.2 | Q2L-TResL(448 resolution) |
| Multi-Label Classification | MS-COCO | mAP | 91.3 | Q2L-CvT(ImageNet-21K pretraining, resolution 384) |
| Multi-Label Classification | MS-COCO | mAP | 90.5 | Q2L-SwinL(ImageNet-21K pretraining, resolution 384) |
| Multi-Label Classification | MS-COCO | mAP | 90.3 | Q2L-TResL(ImageNet-21K pretraining, resolution 640) |
| Multi-Label Classification | MS-COCO | mAP | 84.9 | Q2L-R101(resolution 448) |
| Multi-Label Classification | NUS-WIDE | MAP | 70.1 | Q2L-CvT(resolution 384, ImageNet-21K pretrained) |
| Multi-Label Classification | NUS-WIDE | MAP | 66.3 | Q2L-TResL(resoluition 448) |
| Multi-Label Classification | NUS-WIDE | MAP | 65 | Q2L-R101(resolution 448) |
| Multi-Label Classification | PASCAL VOC 2007 | mAP | 97.3 | Q2L-CvT(ImageNet-21K pretrained, resolution 384) |
| Multi-Label Classification | PASCAL VOC 2007 | mAP | 96.9 | Q2L-TResL(ImageNet-21K pretrained, resolution 448) |
| Multi-Label Classification | PASCAL VOC 2007 | mAP | 96.1 | Q2L-TResL(resolution 448) |