computing visual similarity with social context
play

Computing Visual Similarity with Social Context Shuqiang Jiang - PowerPoint PPT Presentation

Symposium on Social Multimedia and Cyber-Physical-Social Computing Computing Visual Similarity with Social Context Shuqiang Jiang InstituteofComputingTechnology,ChineseAcademyofSciences Aug.15,2013 1 2 Find difference Institute of


  1. Symposium on Social Multimedia and Cyber-Physical-Social Computing Computing Visual Similarity with Social Context Shuqiang Jiang InstituteofComputingTechnology,ChineseAcademyofSciences Aug.15,2013 1

  2. 2 Find difference Institute of Computing Technology, Chinese Academy of Sciences

  3. 3 four differences Find difference Institute of Computing Technology, Chinese Academy of Sciences

  4. 4 four differences Find difference Institute of Computing Technology, Chinese Academy of Sciences

  5. 5 Are they similar? Institute of Computing Technology, Chinese Academy of Sciences

  6. 6 Near Duplicate Are they similar? Institute of Computing Technology, Chinese Academy of Sciences

  7. 7 Multiple faces of image similarity Institute of Computing Technology, Chinese Academy of Sciences

  8. Multiple faces of image similarity Same Near Duplicate Partial Duplicate Institute of Computing Technology, Chinese Academy of Sciences Visually Similar Containing same object Conceptually related Contextually related 8

  9. Multiple faces of image similarity Containing same object Same Conceptually related Image Institute of Computing Technology, Chinese Academy of Sciences Near Duplicate Similarity Contextually related Visually Similar Partial Duplicate 9

  10. How to compute image similarity Containing same object Same Conceptually related Image Computing Institute of Computing Technology, Chinese Academy of Sciences [0,1] Near Duplicate Similarity Results Contextually related Visually Similar Partial Duplicate 10

  11. How to compute image similarity Institute of Computing Technology, Chinese Academy of Sciences

  12. 12 How to compute image similarity computing through Traditional Solutions: visual descriptors Mathematical • Institute of Computing Technology, Chinese Academy of Sciences

  13. How to compute image similarity Traditional Solutions: • Mathematical computing distance of visual descriptors Institute of Computing Technology, Chinese Academy of Sciences Earth Mover distance Jaccard distance Euclidean distance Hamming distance Correlation distance Mahalanobis distance Manhattan distance Hausdorff distance Minkowski distance …… Chebyshev distance Cosine distance 13

  14. How to compute visual similarity 14 Non-metric similarity modeling Institute of Computing Technology, Chinese Academy of Sciences

  15. How to compute visual similarity Traditional Solutions: • Mathematical computing through visual descriptors Institute of Computing Technology, Chinese Academy of Sciences  Disadvantage  Visual descriptor could not fully represent the original image  Big gap between human’s recognition and digital computation  Visual similarity is not consensus among users 15

  16. How to compute visual similarity Most Solutions: • Mathematical computation through visual descriptors Institute of Computing Technology, Chinese Academy of Sciences  Disadvantage  Visual descriptor could not fully represent the original image  Big gap between human’s recognition and digital computation Social information could help!  Visual similarity is not consensus among users 16

  17. How to compute visual similarity Most Solutions: • Mathematical computation through visual descriptors Institute of Computing Technology, Chinese Academy of Sciences  Disadvantage  Visual descriptor could not fully represent the original image  Textual information in social context is more reliable  Big gap between human’s recognition and digital computation  Social information are generated by many people  Visual similarity is not consensus among users  Social information can represent the public opinion in many cases 17

  18. How to compute visual similarity Most Solutions: • Mathematical computation through visual descriptors Institute of Computing Technology, Chinese Academy of Sciences  Disadvantage  Visual descriptor could not fully represent the original image Social information could help!  Big gap between human’s recognition and digital computation  Visual similarity is not consensus among users It is also a complex issue ! 18

  19. 19 Many images on the web Well labeled images Noisy labeled Images sunset Unlabeled images lake tree sky sea Institute of Computing Technology, Chinese Academy of Sciences

  20. Many images on the web Well labeled images Social Activity sky sunset Institute of Computing Technology, Chinese Academy of Sciences lake sea tree Social Connection Noisy labeled Images Social Platform Unlabeled images 20

  21. 21 Computing image similarity Institute of Computing Technology, Chinese Academy of Sciences

  22. 22 Computing image similarity information Social descriptor Visual Institute of Computing Technology, Chinese Academy of Sciences

  23. Some techniques  Image similarity with social tags  Image similarity with hierarchical semantic relations Institute of Computing Technology, Chinese Academy of Sciences 23

  24. ���� �� � ��� �� � ��� � � ��� ��� � � �� ��� � �� � � ��� � Institute of Computing Technology, Chinese Academy of Sciences ���� � �� � �� � � ���� ��� � �� �� � �� � ��� � ��� � � ��� ��� ��� � �� ��� ��� ��� � �� � �� �� � A. The users give the tagging freely, so it contains a lot of noise. B. It is provided by many users, so it is abundant and contains subjective intention. How can we take advantage of social tagging for visual content analysis A. Use them in a noise-resistant manner. Use them as an auxiliary information for model learning . B. 24

  25.  Basic assumptions :  Data on regions with similar local density x is more similar than data on regions with different local density. ε  Data on dense manifolds tend to be more similar than sparse manifolds. y Institute of Computing Technology, Chinese Academy of Sciences Neighborhood Similarity:  x y ( ', ') K      O x y x y ( , ) ( , ) (1 )| K K N O x y ( ) || ( ) | Nbd Nbd    x x y y x y ' ( ), ' ( ), ', ' Nbd Nbd U  Advantage : It appropriately measures the distance of two convex hulls formulated  by two sets of neighborhood data, instead of over-sensitive point-to- point distance. Robust to noise.  25

  26.  Conduct distance metric learning(DML) on each feature channel  x y Lx Ly ( , ) ( , ) K K L  ( ) x y m ( ', ') K      ( ) x y ( ) x y L m m ( , ) ( , ) (1 )| K K N L ( m ) x ( m ) y ( ) || ( ) | Nbd Nbd    x ( ) x y ( ) y x y m m ' ( ), ' ( ), ', ' Nbd Nbd U Institute of Computing Technology, Chinese Academy of Sciences  Fusing multiple features : M M      x y ( ) x y m ( , ) ( , ), . . 0, 1 K w K s t w w N m N m m   1 1 m m w m can be tuned on a given validation set 26

  27.  Implementation details towards large scale data :  Several KLSHs are built on each feature channel.  We construct 3 hash tables for each KLSH, so that higher recall can be achieved. Institute of Computing Technology, Chinese Academy of Sciences 27

  28. Methods Performance Methods Performance  Dataset 33.0  2.1% 37.5  1.8% NN-1 D-NN-1 Caltech256:30K 36.5  1.75% 41.5  1.6% NN-3 D-NN-3 43.6  1.31% 40.1  1.4% NN-5 D-NN-5 Web images:2M 35.0  1.1% 40.1  1.0% UNN-1 D-UNN-1 44.9  0.9% 38.6  0.76% UNN-3 D-UNN-3 #features : 5 44.4  0.42% 47.1  0.37% UNN-5 D-UNN-5  42% [Boiman08] Institute of Computing Technology, Chinese Academy of Sciences Large scale Web image can help the model to better reflect the true distribution in high dimensional feature space, which can be used in our neighborhood similarity and make it better approximate the true local density information Average Retrieval Time (Platform: Matlab, in seconds) #Neighbors 1 3 5 10 15 20 UNN-5 1.2 1.8 2.6 3.7 5.3 8.8 D-UNN-5 1.3 2.1 2.8 3.9 5.7 9.2 28

  29. NUS-WIDE Dataset Using all the labeled training data, MAP: 0.2995 Institute of Computing Technology, Chinese Academy of Sciences Our approach with 50% labeled data+50% unlabeled data, MAP: 0.2797 Only using 50% labeled data, MAP: 0.2434 29

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