| Research Area: | Image Annotation | ||||||||||||||||||||
| Status: | In progress | ||||||||||||||||||||
| Members: | Jongpil Kim | ||||||||||||||||||||
| Description: | |||||||||||||||||||||
1. Overview Most traditional image annotation approaches focus on tagging of images with labels: textual labels from a lexicon of words are either assigned or not assigned to an image based on its visual content or the content of similar images. However, in many situations it may be advantageous to predict relevance of individual labels and not just their presence or absence. Instead of inferring this relevance as a side-product of tagging, we propose an approach that directly focuses on label relevance prediction. In the proposed setting, each label is assigned to a finite set of ordered relevance levels, akin to classical elicitation of relevance in user studies. To induce dependencies between relevance predictions on related labels we extend the recently proposed Conditional Ordinal Random Field model to this image relevance assignment task. Experiments on LabelMe and PASCAL VOC 2007 demonstrate the utility of the proposed model and potential advantages of the new relevance setting over traditional tagging. 2. Introduction
In this work we propose to formulate the image annotation problem as that of assigning relevance levels to possible image labels. This is illustrated in Figure 1, where the labels are assigned to one of the fours relevance levels: ``not relevant'', ``weakly relevant'', ``relevant'' and ``highly relevant.'' Unlike the classification setting the relevance levels here are ordered: ``not relevant" < ``weakly relevant'' < ``relevant'' < ``highly relevant.'' In other words, ``not relevant'' is closer to ``weakly relevant'' than it is to ``highly relevant.'' Assignment of discrete levels in contrast to continuous relevance scores has several potential advantages. Assignment of discrete levels at training (human data annotation) time is feasible for human annotators and as easy as traditional absent/present label annotation. At prediction time (automated annotation) the use of relevance levels is appealing as it yields small sets of discrete and easy to understand rank categories, precluding the need to form those categories from continuos scales after the prediction stage. We also propose a computational framework for learning and prediction of image label relevances based on recently introduced Conditional Ordinal Regression Field model (CORF) [1]. CORF directly generalizes traditional computational tools for image annotation, such as Conditional Random Fields (CRFs), to the relevance prediction setting while taking advantage of correlations between predictions of different labels, either based on language or image contexts. CORF has shown excellent results in the context of dynamic ordinal regression and prediction of emotion expression levels in facial video sequences. We show that CORF can be adapted to the problem of label relevance prediction in image annotation. Our results on images from two datasets, LabelMe and PASCAL VOC 2007, demonstrate potential benefits of this approach. 3. Relevance Level Conditional Ordinal Regression Field (RL-CORF) In this section we suggest how the independent-label ordinal regression models can be extended to structured-label settings. This can be accomplished by merging the ordinal regression model with the traditional conditional random field (CRF) model. We describe how this task can be accomplisehd specifically in the context of image relevance annotation.
4. Experimental Results We evaluate our model in two sets of experiments. First, we consider the binary classification to verify the effect of RL-CORF for the LabelMe data. In this experiment, we contrast the performance of our model with Support Vector Machine (SVM) model. Next, we empirically demonstrate the performance RL-CORF on predicting the relevance levels. Support Vector Ordinal Regression (SVOR) and Conditional Random Field (CRF) are used to set two baselines in this setting. Table 1: Results of the Binary Classification for LabelMe
Table 1 shows the results of the binary classification. As one can see, RL-CORF performs better than SVM. Modeling dependencies of labels using a graphical structure had lead to improved binary prediction (tagging) performance. Table 2: Results of Relevance Level Prediction (VUS scores)
We use the volume under a 4-dimensional surface (VUS) as the evaluation measure for relevance prediction. The VUS is a generalization of the AUC and its underlying probabilistic interpretation to ordinal regression problems. Table 2 shows the prediction results of the relevance levals for LabelMe and PASCAL VOC 2007. Higher VUS score values imply better performance. One can see that RL-CORF outperforms CRF and SVOR with at least 24% higher VUS values. Figure 2, 3, 4 and 5 depict prediction results of arbitrarily chosen images for LabelMe and PASCAL VOC 2007. We take the labels for which SVOR, CRF, and RL-CORF produce different predictions. Relevance levels for all other labels not depicted are identical for all three models. The probabilities in the second, third and fourth columns are the relevance estimates produced by SVOR, CRF and RL-CORF, respectively. They correspond to levels ``not relevant'', ``weakly relevant'', ``relevant'' and ``highly relevant'' from left to right. Red bars indicate ground truth relevance.
5. Conclusion We proposed a new task of assigning image labels to ordinal relevance categories, a natural extension of traditional tagging. Our computational formalism is based on the structured ordinal regression method which estimates the relevance levels effectively on the ordinal scales while exploiting possible dependencies among labels, conditioned on the image context. Our experiments show that the proposed model outperforms competing methods including SVM, SVOR and CRF both in binary classification and the prediction of label relevance levels. References
|
|||||||||||||||||||||