paper-with-me

홈 › Papers

Open Vocabulary Extreme Classification Using Generative Models

2022-05-12 · Findings (ACL) 2022 5 · Daniel Simig, Fabio Petroni, Pouya Yanki, Kashyap Popat, Christina Du, Sebastian Riedel, Majid Yazdani

The extreme multi-label classification (XMC) task aims at tagging content with a subset of labels from an extremely large label set. The label vocabulary is typically defined in advance by domain experts and assumed to capture all necessary tags. However in real world scenarios this label set, although large, is often incomplete and experts frequently need to refine it. To develop systems that simplify this process, we introduce the task of open vocabulary XMC (OXMC): given a piece of content, predict a set of labels, some of which may be outside of the known tag set. Hence, in addition to not having training data for some labels - as is the case in zero-shot classification - models need to invent some labels on-the-fly. We propose GROOV, a fine-tuned seq2seq model for OXMC that generates the set of labels as a flat sequence and is trained using a novel loss independent of predicted label order. We show the efficacy of the approach, experimenting with popular XMC datasets for which GROOV is able to predict meaningful labels outside the given vocabulary while performing on par with state-of-the-art solutions for known labels.

📄 PDF Abstract BibTeX arXiv:2205.05812

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationExtreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONTAGzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Vocabulary-informed Extreme Value Learning

2017-05-28 · Yanwei Fu, Hanze Dong, Yu-feng Ma, Zhengjun Zhang 외

The novel unseen classes can be formulated as the extreme values of known classes. This inspired the recent works on open-set recognition \cite{Scheirer_2013_TPAMI,Scheirer_2014_TPAMIb,EVM}, which however can have no way…

Open Set Learning

Open Vocabulary Multi-Label Classification with Dual-Modal Decoder on Aligned Visual-Textual Features

2022-08-19 · Shichao Xu, Yikang Li, Jenhao Hsiao, Chiuman Ho 외

In computer vision, multi-label recognition are important tasks with many real-world applications, but classifying previously unseen labels remains a significant challenge. In this paper, we propose a novel algorithm, Al…

ClassificationDecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Generative Human-Object Interaction Detection via Differentiable Cognitive Steering of Multi-modal LLMs

2025-12-19 · Zhaolin Cai, Huiyu Duan, Zitong Xu, Fan Li 외 arxiv

Human-object interaction (HOI) detection aims to localize human-object pairs and the interactions between them. Existing methods operate under a closed-world assumption, treating the task as a classification problem over…

Human-Object Interaction DetectionZero-shot Generalization

OVTrack: Open-Vocabulary Multiple Object Tracking

2023-04-17 · CVPR 2023 1 · Siyuan Li, Tobias Fischer, Lei Ke, Henghui Ding 외

The ability to recognize, localize and track dynamic objects in a scene is fundamental to many real-world applications, such as self-driving and robotic systems. Yet, traditional multiple object tracking (MOT) benchmarks…

DenoisingHallucinationKnowledge DistillationMulti-Object Tracking+3

Cross-View Open-Vocabulary Object Detection in Aerial Imagery

2025-10-04 · Jyoti Kini, Rohit Gupta, Mubarak Shah arxiv

Traditional object detection models are typically trained on a fixed set of classes, limiting their flexibility and making it costly to incorporate new categories. Open-vocabulary object detection addresses this limitati…

Text ClassificationObject Detection