CVAILGMMIVApr 24, 2024

Improving Multi-label Recognition using Class Co-Occurrence Probabilities

arXiv:2404.16193v28 citationsh-index: 6ICPR
Originality Incremental advance
AI Analysis

This addresses the challenge of identifying multiple objects in images for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of multi-label recognition by incorporating class co-occurrence probabilities to improve independent classifiers, achieving state-of-the-art performance on four datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes