multimodal visualization based on non negative matrix
play

Multimodal Visualization Based On Non-negative Matrix Factorization - PowerPoint PPT Presentation

Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Visualization Based On Non-negative Matrix Factorization Jorge Camargo Juan Caicedo Fabio Gonzlez BioIngenium Research Group National University of Colombia


  1. Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Visualization Based On Non-negative Matrix Factorization Jorge Camargo Juan Caicedo Fabio González BioIngenium Research Group National University of Colombia April 26, 2010

  2. Multimodal Visualization Based On Non-negative Matrix Factorization Outline 1 Introduction 2 Problem Definition 3 Multimodal Image Collection Visualization 4 Experimental Evaluation 5 Conclusion

  3. Multimodal Visualization Based On Non-negative Matrix Factorization Introduction Motivation Flickr receives about 5,000 new photos per minute Pitkanen et al. [2], reported a production of about 70,000 new daily images in a radiology department Image collection exploration has been shown to be a good strategy Summarization Visualization Interaction

  4. Multimodal Visualization Based On Non-negative Matrix Factorization Problem Definition Problem Traditionally image collection visualization approaches only use visual content to represent image content and to project similarity relationships in the visualization space. However there are other information sources, such as text, which is useful to better visualize image collections. How to use visual and textual content to improve image collection visualization How to project text and images in the same visualization space How to measure the quality of the visualization

  5. Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Image Collection Visualization Non-negative Matrix Factorization The general problem of matrix factorization is to decompose a matrix X into two matrix factors A and B : X n × l = A n × r B r × l (1) There are different ways to find a NMF [1], the most obvious one is to minimize: || X − AB || 2 (2) An alternative objective function is: � X ij � D ( X | AB ) = ∑ X ij log − X ij +( AB ) ij (3) ( AB ) ij ij In both cases, the constraint is A , B ≥ 0.

  6. Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Image Collection Visualization NMF-based Multimodal Image Representation The image database is composed of two data modalities, herein denoted by X v and X t . The proposed strategy consists in the construction of a multimodal matrix X = [ X T v X T t ] T . Then, the matrix is decomposed using NMF as follows: X ( n + m ) × l = W ( n + m ) × r H r × l , (4) where W is the basis of the latent space in which each multimodal object is represented by a linear combination of the r columns of W . The corresponding coefficients of the combination are codified in the columns of H .

  7. Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Image Collection Visualization Multimodal Visualization We use PCA algorithm to reduce the dimensionality of text data and images taking their representation in the latent space. As input, PCA receives a transformation matrix T obtained as follows, � � W T T = rxm H rxl , where W T rxm is the representation of concepts in the latent space and H rxl is the representation of images in the latent space. We reduce the dimensionality of images and concepts with PCA using as input the matrix T .

  8. Multimodal Visualization Based On Non-negative Matrix Factorization Multimodal Image Collection Visualization Multimodal Visualization (2) Figure: Process to obtain the transformation matrix T

  9. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experimental Setup 2500 images from the Corel image database (100 images per class) Data representation BoF: blocks of 8 x 8 pixels, SIFT descriptor for each block, Codebook of 1000 patches ( k -means) Each image is represented in a histogram with the occurrence of each codebook patch in the image (the closest) v is a vector in R 1000 X T X T is a binary vector in R 25 t NMF factorization: X ( 1000 + 25 ) × 2500 = W ( 1000 + 25 ) × 30 H 30 × 2500

  10. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 1 Figure: Multimodal visualization with concepts and images

  11. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 2 We select the closest image to the i -th concept in the latent space. This is reached by selecting the minimum distance among each concept and all the images in the latent space as follows, w i t , w j � � �� I i = min d , w ∈ W , v t is the i -th concept, w j where I i is the i -th image to visualize, w i v is the j -th image, W is the latent space matrix obtained of the NMF, and d ( · , · ) is the Euclidean distance between two vectors.

  12. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 2 Figure: Visualization of the 25 concepts and their corresponding closest images (one per class)

  13. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 2 Figure: Confusion matrix of experiment 1. An "1" indicates that the closest image to i -th concept match with correct image (same class)

  14. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 3 We visualize some pair of classes highlighting associated concepts. All images belonging to both classes are visualized. Figure: Visualization of buses and horses

  15. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 3 Figure: Visualization of aviation and butterfly

  16. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 3 Figure: Visualization of cards and forest

  17. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Experiment 3 Figure: Visualization of cats and dogs

  18. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Class Distance Matrix (KL Divergence) Distance matrix (KL) using PCA Distance matrix (KL) using NMF-Asymmetric

  19. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Classes as p.d.f In this experiment we model each class visualization as a probability distribution function: We divide the visualization space in a grid of 10 x 10 cells We count the amount of images in each cell We generate a vector with the probability of occurrence of images in each cell

  20. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Histogram Intersection Then, we calculate the intersection between each pair of histograms thus: n ∑ Int ( h i , h j ) = min ( h i ( k ) , h j ( k )) k = 1 Now, we build a histogram intersection matrix, which say us how close the classes are each other.

  21. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Graph Figure: Graph of the intersection matrix. Edges are drawn when the intersection score is higher than 0.5.

  22. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Convex Combination of X We use a convex combination between X v and X t to see the impact of each component in multimodal visualization, � ( 1 − α ) X v � ( 1 − α ) W v � � = H v , α X t α W t where α range from 0 to 1.

  23. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Results Convex Combination ( α = 0 . 1) Figure: Visualization for r = 0 . 5 and α = 0 . 1

  24. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Results Convex Combination ( α = 0 . 1) Figure: Graph for r = 0 . 5 and α = 0 . 1

  25. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Results of Convex Combination ( α = 0 . 9) Figure: Visualization for r = 0 . 5 and α = 0 . 1

  26. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Results of Convex Combination ( α = 0 . 9) Figure: Graph for r = 0 . 5 and α = 0 . 1

  27. Multimodal Visualization Based On Non-negative Matrix Factorization Experimental Evaluation Results of Convex Combination ( α = 0 . 5) and Normalizing X v Figure: Visualization for r = 0 . 5 and α = 0 . 1 when Xv is normalized using L 1 norm

  28. Multimodal Visualization Based On Non-negative Matrix Factorization Conclusion Conclusion This paper presented a first step towards the construction of a semantic image exploration system that allows to understand the distribution of images in the collection. We used a Non-negative Matrix Factorization to built a latent space for multimodal data, in which images and text terms can be represented together. We performed qualitative evaluation of the resulting collection visualizations. To study the full potential of this approach, a more systematic evaluation will be required, involving quantitative measures and interactions with real users.

  29. Multimodal Visualization Based On Non-negative Matrix Factorization Conclusion References Lee, D. D., and Seung, H. S. Algorithms for nonnegative matrix factorization. Advances in Neural Information Processing Systems 13 (2001), 556–562. Pitkanen, M. J. Z. X. H. A. . M. H., Zhou, X., NewAuthor4, and Muller, H. Using the grid for enhancing the performance of a medical image search engine. In 21st IEEE International Symposium on (2008), In Computer-Based Medical Systems, CBMS ’08, pp. 367–372.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend