paper-with-me

Papers

Query2Label: A Simple Transformer Way to Multi-Label Classification

2021-07-22 · 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.

📄 PDF Abstract BibTeX arXiv:2107.10834

Code (3)

SlongLiu/query2labels 공식 구현 pytorch
averyfallson/rmffn pytorch
curt-tigges/query2label pytorch

Tasks

ClassificationDecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

End-to-End Lane detection with One-to-Several Transformer

2023-05-01 · Kunyang Zhou, Rui Zhou

Although lane detection methods have shown impressive performance in real-world scenarios, most of methods require post-processing which is not robust enough. Therefore, end-to-end detectors like DEtection TRansformer(DE…

DecoderLane Detection

Taming Pretrained Transformers for Extreme Multi-label Text Classification

2019-05-07 · Wei-Cheng Chang, Hsiang-Fu Yu, Kai Zhong, Yiming Yang 외

We consider the extreme multi-label text classification (XMC) problem: given an input text, return the most relevant labels from a large label collection. For example, the input text could be a product description on Ama…

Extreme Multi-Label ClassificationGeneral ClassificationMulti-Label ClassificationMulti-Label Text Classification+4

Transformers Learn Temporal Difference Methods for In-Context Reinforcement Learning

2024-05-22 · Jiuqi Wang, Ethan Blaser, Hadi Daneshmand, Shangtong Zhang

In-context learning refers to the learning ability of a model during inference time without adapting its parameters. The input (i.e., prompt) to the model (e.g., transformers) consists of both a context (i.e., instance-l…

In-Context LearningIn-Context Reinforcement Learningreinforcement-learningReinforcement Learning

RAPT: Retrieval-Augmented Post-hoc Thresholding for Multi-Label Classification

2026-05-15 · Lasal Jayawardena, Nirmalie Wiratunga, Ikechukwu Nkisi-Orji, Darren Nicol arxiv

Industrial multi-label document understanding pipelines score candidate labels and threshold or rank them to form a label set per document. This early selection step directly affects the accuracy of downstream informatio…

Multi-Label ClassificationInformation ExtractionMetric Learning

Category Query Learning for Human-Object Interaction Classification

2023-03-24 · CVPR 2023 1 · Chi Xie, Fangao Zeng, Yue Hu, Shuang Liang 외

Unlike most previous HOI methods that focus on learning better human-object features, we propose a novel and complementary approach called category query learning. Such queries are explicitly associated to interaction ca…

ClassificationDecoderHuman-Object Interaction Detectionimage-classification+3