paper-with-me

Papers

Improving Multi-label Recognition using Class Co-Occurrence Probabilities

2024-04-24 · Samyak Rawlekar, Shubhang Bhatnagar, Vishnuvardhan Pogunulu Srinivasulu, Narendra Ahuja

Multi-label Recognition (MLR) involves the identification of multiple objects within an image. To address the additional complexity of this problem, recent works have leveraged information from vision-language models (VLMs) trained on large text-images datasets for the task. These methods learn an independent classifier for each object (class), overlooking correlations in their occurrences. Such co-occurrences can be captured from the training data as conditional probabilities between a pair of classes. We propose a framework to extend the independent classifiers by incorporating the co-occurrence information for object pairs to improve the performance of independent classifiers. We use a Graph Convolutional Network (GCN) to enforce the conditional probabilities between classes, by refining the initial estimates derived from image and text sources obtained using VLMs. We validate our method on four MLR datasets, where our approach outperforms all state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2404.16193

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Label-Occurrence-Balanced Mixup for Long-tailed Recognition

2021-10-11 · Shaoyu Zhang, Chen Chen, Xiujuan Zhang, Silong Peng

Mixup is a popular data augmentation method, with many variants subsequently proposed. These methods mainly create new examples via convex combination of random data pairs and their corresponding one-hot labels. However,…

Data Augmentation

Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets

2020-07-19 · ECCV 2020 8 · Tong Wu, Qingqiu Huang, Ziwei Liu, Yu Wang 외

We present a new loss function called Distribution-Balanced Loss for the multi-label recognition problems that exhibit long-tailed class distributions. Compared to conventional single-label classification problem, multi-…

Binary ClassificationGeneral ClassificationLong-tail LearningMulti-Label Classification+1

Multi-Label Noise Transition Matrix Estimation with Label Correlations: Theory and Algorithm

2023-09-22 · Shikun Li, Xiaobo Xia, Hansong Zhang, Shiming Ge 외

Noisy multi-label learning has garnered increasing attention due to the challenges posed by collecting large-scale accurate labels, making noisy labels a more practical alternative. Motivated by noisy multi-class learnin…

Multi-Label Learning

Recognize Foreign Low-Frequency Words with Similar Pairs

2015-06-16 · Xi Ma, Xiaoxi Wang, Dong Wang, Zhiyong Zhang

Low-frequency words place a major challenge for automatic speech recognition (ASR). The probabilities of these words, which are often important name entities, are generally under-estimated by the language model (LM) due …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

COSTA: Co-Occurrence Statistics for Zero-Shot Classification

2014-06-01 · CVPR 2014 6 · Thomas Mensink, Efstratios Gavves, Cees G. M. Snoek

In this paper we aim for zero-shot classification, that is visual recognition of an unseen class by using knowledge transfer from known classes. Our main contribution is COSTA, which exploits co-occurrences of visual con…

ClassificationFew-Shot LearningGeneral ClassificationTransfer Learning+2