Task
Fully annotated
Weakly annotated  Many computer vision tasks require fully annotated data, but  Time-consuming, Laborious, Human various  More and more online media sharing websites (e.g. Flickr) provide weakly annotated data, However,  Weaker supervision, Ambiguity (background clutter, occlusion…)  Challenge: Weakly Supervised Object Localisation (WSOL). Existing Approaches vs. Ours Three types of cues are exploited in existing WSOL:  Object-saliency: A region containing the object should look different from background in general.  Intra-class: The region should look similar to other regions containing the object of interest in other training images.  Inter-class: The region should look dissimilar to any regions that are known to not contain the object of interest. However, they are independently trained:
Independent learning ignores the fact that:  The knowledge that multiple objects co-exist within each image is not exploited.  The background is relevant to different foreground object classes. Our contributions:  We propose the novel concept of joint modelling of all object classes and backgrounds for weakly supervised object localisation.  We formulate a novel Bayesian topic model suitable for localization of objects and utilizing various types of prior knowledge available.  We provide a solution for exploiting unlabeled data for semi+weakly supervised learning of object localisation. Methodology Preprocessing and Representation:  Regular Grid SIFT Descriptors. Sampled every 5 pixels.  Quantising using 𝑁𝑣 = 2000 word codebook.  Words and corresponding locations: Our Model:
Observed variables: 𝐽 Ο = {𝑥𝑗 , 𝑙𝑗 } 𝑗=1Low-level feature words and corresponding location Latent variables:  H=For each topic k and image j𝐾,𝐽{{𝜋𝑘 }𝐾 𝑘=1 , {𝑦𝑗 , 𝜇𝑘𝑗 , Λ 𝑘𝑗 , 𝜃𝑗 } 𝑘=1,𝑗=1 } Given parameters: Label information and prior𝐽, {𝛼𝑗 } 𝑗=1𝑘=1𝐾 𝜋𝑘0 , 𝜇𝑘0 , Λ0 𝑘 , 𝛽𝑘0 , 𝜈𝑘0 Π= Joint distribution: 𝑝 𝑥𝑖𝑗 𝑦𝑖𝑗 , 𝜃𝑗 𝑝 𝑦𝑖𝑗 𝜃𝑗 𝑘𝑝(𝜋𝑘 |𝜋𝑘0 ) 𝑖𝑗𝑗 𝑝 𝜇𝑗𝑘 , Λ𝑗𝑘 𝜇𝑘0 , Λ0 𝑘 , 𝛽𝑘0 , 𝜈𝑘0 )𝑝(𝜃𝑗 |𝛼𝑗 )𝑝 𝑂, 𝐻 Π =𝑝 𝑥𝑖𝑗 𝑦𝑖𝑗 , 𝜃𝑗 𝑝 𝑦𝑖𝑗 𝜃𝑗 𝑘𝑝(𝜋𝑘 |𝜋𝑘0 ) 𝑖𝑗𝑁𝑗 𝑝 𝜇𝑗𝑘 , Λ𝑗𝑘 𝜇𝑘0 , Λ0 𝑘 , 𝛽𝑘0 , 𝜈𝑘0 )𝑝(𝜃𝑗 |𝛼𝑗 )𝑝 𝑂, 𝐻 Π =𝐾𝐽 Prior Knowledge:  Human knowledge objects and their relationships with backgrounds  Objects are compact whilst background spread across the image.  Objects stand out against background.  Transferred knowledge  Appearance and Geometry information from existing dataset. Object Localisation:  Our-Gaussian Aligning a window to the ellipse obtained from q 𝜇, Λ  Our-Sampling Non-maximum suppression sampling over heat-map Results Dataset: PASCAL VOC 2007. Three variants are used:  VOC07-6×2 : 6 classes with Left and Right poses, 12 classes in total.  VOC07-14: 14 classes, other 6 were used as annotated auxiliary data  VOC07-20: all 20 classes, each class contain all pose data. PASCAL criterion:  intersection-over-union > 0.5 between Ground-Truth and predicted box Comparison with state-of-the-art  Initialisation: Localising object of interest in weakly labelled images.  Refined by detector: A conventional object detector can be trained using initial annotation. Then it can be used to refine object location.
Example: Foreground Topics
Figs. (c) and (d) illustrate that the object of interest “explain away” other objects of no interest.  A car is successfully located in Fig. (c) using the heat map of car topic. Fig. (d) shows that the motorbike heat map is quite accurately selective, with minimal response obtained on the other vehicular clutter. Fig. (e) indicates how the Gaussian can sometimes give a better location. Fig. (f) shows that the single Gaussian assumption is not ideal when the foreground topic has a less compact response. A failure case is shown in Fig. (g), where a bridge structure resembles the boat in Fig (a) resulting strong response from the foreground topic, whilst the actual boat topic is small and overwhelmed. Example: Background Topics
Background non-annotated data has been modelled in our framework. Irrelevant pixels will be explained to reduce confusion with object. Automatically learned background topics have clear semantic meanings, corresponding to common components as shown in the Figure.  Some background components are mixed, e.g. the water topic gives strong response to both water and sky. But this is understandable since water and sky are almost visually indistinguishable in the image. Example: Semi-supervised Learning
𝑓𝑔 Unknown image can set as 𝛼 𝑗 =0.1. (soft constraint)  10% labelled data + 90% unlabeled data (relevant) or unrelated data  Evaluating on (1) initially annotated 10% data (standard WSOL). (2) testing part dataset (localize objects in new images  The figure clearly shows unlabeled data helps to learn a better object model. References [1] T. Deselaers, B. Alexe, and V. Ferrari. Weakly supervised localization and learning with generic knowledge. IJCV. 2012. [2] M. Pandey and S. Lazebnik. Scene recognition and weakly supervised object localization with deformable part-based models. In ICCV, 2011 [3] P. Siva and T. Xiang. Weakly supervised object detector learning with model drift detection. In ICCV, 2011. [4] P. Siva, C. Russell, and T. Xiang. In defence of negative mining for annotating weakly labelled data. In ECCV, 2012.