PRISM: Concept-preserving Social Image Search Results Summarization

Size: px
Start display at page:

Download "PRISM: Concept-preserving Social Image Search Results Summarization"

Transcription

1 PRISM: Concept-preserving Social Image Search Results Summarization Boon-Siew Seah Sourav S Bhowmick Aixin Sun Nanyang Technological University Singapore

2 Outline 1 Introduction 2 Related studies 3 Search results summarization: definition and model 4 The Prism algorithm 5 Evaluation 6 Conclusion B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 2 / 25

3 Social image search results summarization Social images Images shared through Flickr, Istagram or other platforms Images are annotated with tags by users Tag-based image retrieval (TAGIR) Queries are often short and ambiguous Search results diversification for matching user search intent Search results are not semantically or visually coherent Image search results Often presented as a ranked list of image thumbnails B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 3 / 25

4 Sample query results for tag queries: fruit and fly Strawberries, apples, oranges, and even market and fruit juice Aeroplanes, insects, birds, and even the act of jumping Concepts: visually and semantically distinct objects and scenes apple, orange, bird, and act of jumping are all example concepts B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 4 / 25

5 Key limitations of presenting results in a ranked list Fails to provide a view of common visual objects or scenes collectively Fails to provide a bird eye view of different concepts present in a query results More appealing way of presenting search results? Organize image search results in a set of image clusters Images in each cluster are semantically and visually coherent The clusters maximally cover the entire result set. Exemplar images from clusters to give a bird s-eye view of the search results. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 5 / 25

6 Results summarization for queries: fruit and fly Search results summary: a set of image clusters, associated with tags concept-preserving, visually coherent, high coverage, distinctive cherry (100%) helicopter (100%) lemon (100%) jump (100%) splash (100%) insect (100%) kiwi (100%) f16 (100%), usaf (100%) citrus (100%) aeroplane (100%) pears (100%) birdofprey (100%) B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 6 / 25

7 Related work Exemplar-based Summarization: find a set of exemplars that summarize the image set. Image selection from clusters by image descriptors and tag topic vectors independently and then intersection [12]. Exemplar selection using a sparse Affinity Propagation (AP) [7]. Do not ensure the exemplars maximally cover the image results. Clustering-based Summarization: find blocks of similar images Clustering purely by tags or solely by visual similarity [8, 17, 19]. Multi-modal clustering by both visual and textual features: early fusion [1, 2, 9] and late fusion [10]. Do not associate each cluster with a tag concept for easy user interpretation; do not seek to find a concise set of images that maximally covers the entire result set. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 7 / 25

8 Example outputs of exiting methods Shared Nearest Neighbor (Concept + Visual) [10] 1 Shared Nearest Neighbor [10] 2 Homogeneous and heterogeneous message propagation (H 2 MP) [20] 3 Canonical View [15] 4 Affinity Propagation [6] orange (78%), yellow (48%), lemon (44%), red (25%) frutas (91%), market (83%), vegetales (83%), mercado (83%) 2 H MP (Concept + Visual) [20] orange (45%), macro (36%), stilllife (27%), black (18%) red (66%), day (22%), stems (22%), snack (9%) Canonical View (Visual) [15] red (27%), food (27%), macro (25%), strawberry (16%) strawberry (42%), sky (42%), blue (28%), garden (28%) Affinity Propagation (Visual) [7] red (100%), vegetables (40%), overtheexcellence (40%), food (40%) food (33%), red (27%), black (22%), strawberry (22%) B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 8 / 25

9 Notations and definitions Notations: A search query Q = {q 1, q 2,..., q c }, a query keyword q is a tag A list of result images D = {i 1, i 2,..., i n } satisfying Q and D = n An image i D comprises of (a) a d-dimensional visual feature vector, and (b) a set of tags T i = {t 1, t 2,..., t Ti } associated with i, and Q T i Visual similarity graph G = (V, E, w) V : the set of images in D E: a set of undirected edges between visually similar images. w : visual similarity between images. Concept-preserving subgraph C T = (V T, E T, T ): A subgraph of G Concept subgraph is a set of images that preserves the concepts in T. Induced by V T V and images in C T share the tags T. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 9 / 25

10 Concept-preserving image search summarization An decomposition of a visual similarity graph G into a set of concept subgraphs: S = {C T 1, C T 2,... C T k } and a remainder subgraph R v2 surf sand v8 beach, nikon 0.3 v10 beach sand v1 surf 0.2 boat nikon v3 surf v9 beach sea v4 sea v6 sea, bird v5 sea sand v7 sea beach surf sea surf beach sea v11 sun nikon v13 sun beach v14 sun boat 0.1 v12 sun bird 0.4 v15 nikon v16 bird i) ii) iii) Summary of Exemplars sun R sun B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 10 / 25

11 High quality summary construction? Many candidate summaries There are numerous ways of decomposing G into S and R. Summary objectives Visual coherence: The average weight of visually similar images in each C T S. Distinctiveness: Clean separation of concept subgraphs, measured by concept subgraph redundancies. Coverage: Summary well represents G, measured by the ratio of images in S against G Concept-preserving: Each subgraph contains images with common concept(s). B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 11 / 25

12 Summary objectives: illustration high each group contains images that are visually similar low images are visually dissimilar surf high each group contains images with a common concept low no common concepts?? beach sun?? visual coherence concept preserving beach high each group of image is semantically and visually distinctive low high degree of overlap and redundancy high most images represented low many images unrepresented d50 sea sun nikon sun distinctiveness coverage B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 12 / 25

13 A weighted minimum k-set cover optimization model The problem Given the visual similarity graph, the goal of the social image search results summarization problem is to find an optimal set of concept subgraphs S s.t. coherence(s), coverage(s) and distinctiveness(s) are maximized. Exemplar images selected from each concept graph. A weighted minimum k-set cover optimization model Adding a concept subgraph incurs a visual incoherence cost for maximizing coherence(s) Adding a remainder subgraph incurs a remainder penalty cost for maximizing coverage(s) Find the minimum cost of subgraphs to cover all images, penalizing redundant subgraphs for controlling distinctiveness(s) B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 13 / 25

14 Prism algorithm Two key issues A structure to allow efficient enumeration of concept subgraphs A method to efficiently find an optimal subset of subgraphs that maximizes the summarization objectives. The Prism algorithm in 5 phrases 1 Visual similarity graph construction 2 Concept graph construction 3 Graph decomposition selection of subgraphs 4 Summary compression merge subgraphs to reduce details 5 Exemplar summary generation. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 14 / 25

15 Visual similarity graph and concept subgraph 1: Visual similarity graph construction Query-dependent. Top-n results (n=1000 in our experiments) Image similarity: cosine similarity on visual features Edge between two images if similarity greater than δ 2: Concept subgraph construction A directed acyclic graph (DAG) exploration model Concept refinement: {sea} {sea, beach} {sea, beach, surf } example on next slide B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 15 / 25

16 Concept subgraph construction: illustration depth 0 {} depth 1 {food} {sea} {rock} depth 2 {food, cheese} {sea, beach} {sea, rock} {rock, music} depth 3 {sea, beach,surf} {sea, beach, sail} {sea, rock, cliff} Each node represents a concept graph. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 16 / 25

17 Graph decomposition and summary compression 3: Graph decomposition (selection of subgraphs) Adopt a H k -approximation greedy algorithm [5]. Each iteration, add in a subgraph with minimum cost per new node covered. 4: Summary compression The concept subgraphs selected may be too fine-grained Adjusting parameter k directly may significantly affect summary coverage and distinctiveness Solution: Multi-summaries at varying granularity by aggregating subgraphs, e.g., {boat, sail, rock} and {rock, cliff } {rock} B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 17 / 25

18 Summary compression: illustration {sea, surf, nikon} {nikon, boat} {boat, sail, rock} {sea, surf} {nikon, boat} {boat, sail, rock} a) S {sea, surf, hawaii} {nikon, rock, cliff} {rock, cliff} b) S 1 {nikon, rock, cliff} {rock, cliff} {sea, surf} {nikon, boat} {boat, sail, rock} {sea, surf} {nikon, boat} {rock} c) S 2 {rock, cliff} Weight between two concept subgraphs: (a) concept relevance to the search query, and (b) number of shared concepts B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 18 / 25 d) S 3

19 A summary of the summarization algorithm T'' T' T concept refine T'' = {fruit,apple,red} T' = {fruit,apple} T = {fruit} select {fruit,apple,red} {fruit,apple,green} {fruit,banana} + summary compress apple banana kiwi B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 19 / 25

20 Experimental setup Dataset: NUS-WIDE with 269K Flickr images. Queries: 30 queries selected mainly by tag frequency Single-tag: asia, party, wedding, animals, art, city, rock, food, sun, sea, sky, nature, church, street, macro, bird Multi-tag: [sun, sea], [sun, silhouette], [blue, sea], [street, art], [sea, rock], [blue, sky], [rock, music], [macro, insect], [city, lights], [flower, macro], [cute, animals], [red, food], [graffiti, art], [birthday, party] Search results: top-ranked 1000 images for each query Visual similarity: 6 types of low-level visual features, e.g., color histogram, edge direction histogram, wavelet texture, SIFT Evaluation User study Four measures: coverage, distinctiveness, visual cohesiveness score, concept preservation score B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 20 / 25

21 Evaluation: user study Methods in comparison Canonical View Summarization (CV) [15] Affinity Propagation (AP) [6] H 2 MP (HY) [20] Google images (image categories) Bing images (related topics) Ratings based on four questions from 1 to 5 1 Visual appeal: Is the summary visually appealing? 2 Relevance: Are the exemplar summaries relevant to the query? 3 Comprehensiveness: Is the summary comprehensive? 4 Organization: Is the summary well organized? easy to understand at a glance? B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 21 / 25

22 Evaluation: user study 5 4 VisualAppeal Relevance Comprehensiveness Organization 5 4 VisualAppeal Relevance Comprehensiveness Organization 3 3 rating 2 rating Bing Google PR AP CV HY (a) Single-tag queries 0 Bing Google PR AP CV HY (b) Multi-tag queries Google, Bing and Prism summaries better organized than others. AP has low relevance rating for prioritizing visually similar images. Hybrid methods Prism and HY benefit from exploiting both visual and conceptual features in summarization process B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 22 / 25

23 Evaluation score VisualCoherence Coverage Distinctiveness ConceptPreservation PRISM AP CV HY The four measures 1 Visual cohesiveness score 2 Coverage 3 Distinctiveness 4 Concept preservation score AP and CV purely on image visual similarities; construct a partition on G, perfect coverage and distinctiveness scores. Prism has better concept preservation and better visual coherence than HY. Prism achieves the best balance of maintaining concept preservation and visual coherence of a summary. B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 23 / 25

24 Summary of the summarization 1 Key limitations of presenting social image search results in a ranked list 2 Image search results summarization and the desired features/objectives 3 Prism algorithm: concept-preserving summarization considering both visual and concept features Construct visual graph Refine and select concept-preserving subgraphs Compress the select subgraphs Generate exemplar images 4 Evaluation by user study and four measures B.-S. Seah, S. S. Bhowmick, A. Sun PRISM: Image Search Summarization SIGIR 14 Gold Coast 24 / 25

25 Dr. Aixin SUN

PRISM: Concept-preserving Social Image Search Results Summarization

PRISM: Concept-preserving Social Image Search Results Summarization PRISM: Concept-preserving Social Image Search Results Summarization Boon-Siew Seah seah97@ntu.edu.sg Sourav S Bhowmick assourav@ntu.edu.sg Aixin Sun axsun@ntu.edu.sg School of Computer Engineering, Nanyang

More information

Visual Query Suggestion

Visual Query Suggestion Visual Query Suggestion Zheng-Jun Zha, Linjun Yang, Tao Mei, Meng Wang, Zengfu Wang University of Science and Technology of China Textual Visual Query Suggestion Microsoft Research Asia Motivation Framework

More information

ACM MM Dong Liu, Shuicheng Yan, Yong Rui and Hong-Jiang Zhang

ACM MM Dong Liu, Shuicheng Yan, Yong Rui and Hong-Jiang Zhang ACM MM 2010 Dong Liu, Shuicheng Yan, Yong Rui and Hong-Jiang Zhang Harbin Institute of Technology National University of Singapore Microsoft Corporation Proliferation of images and videos on the Internet

More information

The Fraunhofer IDMT at ImageCLEF 2011 Photo Annotation Task

The Fraunhofer IDMT at ImageCLEF 2011 Photo Annotation Task The Fraunhofer IDMT at ImageCLEF 2011 Photo Annotation Task Karolin Nagel, Stefanie Nowak, Uwe Kühhirt and Kay Wolter Fraunhofer Institute for Digital Media Technology (IDMT) Ehrenbergstr. 31, 98693 Ilmenau,

More information

over Multi Label Images

over Multi Label Images IBM Research Compact Hashing for Mixed Image Keyword Query over Multi Label Images Xianglong Liu 1, Yadong Mu 2, Bo Lang 1 and Shih Fu Chang 2 1 Beihang University, Beijing, China 2 Columbia University,

More information

Image Tag Clarity: In Search of Visual- Representative Tags for Social Images

Image Tag Clarity: In Search of Visual- Representative Tags for Social Images Image Tag Clarity: In Search of Visual- Representative Tags for Social Images Aixin Sun, Sourav S. Bhowmick Nanyang Technological University Singapore 1 Outline Web search & query clarity Image tag search

More information

Leveraging flickr images for object detection

Leveraging flickr images for object detection Leveraging flickr images for object detection Elisavet Chatzilari Spiros Nikolopoulos Yiannis Kompatsiaris Outline Introduction to object detection Our proposal Experiments Current research 2 Introduction

More information

Distributed Multi-modal Similarity Retrieval

Distributed Multi-modal Similarity Retrieval Distributed Multi-modal Similarity Retrieval David Novak Seminar of DISA Lab, October 14, 2014 David Novak Multi-modal Similarity Retrieval DISA Seminar 1 / 17 Outline of the Talk 1 Motivation Similarity

More information

Welcome to the class of Web Information Retrieval. Min ZHANG

Welcome to the class of Web Information Retrieval. Min ZHANG Welcome to the class of Web Information Retrieval Min ZHANG z-m@tsinghua.edu.cn Visual Information Retrieval Min ZHANG z-m@tsinghua.edu.cn What Is Visual IR & The Importance Visual IR 3 What is Visual

More information

Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task. Junjun Wang 2013/4/22

Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task. Junjun Wang 2013/4/22 Understanding the Query: THCIB and THUIS at NTCIR-10 Intent Task Junjun Wang 2013/4/22 Outline Introduction Related Word System Overview Subtopic Candidate Mining Subtopic Ranking Results and Discussion

More information

Multimodal Information Spaces for Content-based Image Retrieval

Multimodal Information Spaces for Content-based Image Retrieval Research Proposal Multimodal Information Spaces for Content-based Image Retrieval Abstract Currently, image retrieval by content is a research problem of great interest in academia and the industry, due

More information

The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System

The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System Our first participation on the TRECVID workshop A. F. de Araujo 1, F. Silveira 2, H. Lakshman 3, J. Zepeda 2, A. Sheth 2, P. Perez

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Semi Automatic Annotation Exploitation Similarity of Pics in i Personal Photo Albums P. Subashree Kasi Thangam 1 and R. Rosy Angel 2 1 Assistant Professor, Department of Computer Science Engineering College,

More information

BUAA AUDR at ImageCLEF 2012 Photo Annotation Task

BUAA AUDR at ImageCLEF 2012 Photo Annotation Task BUAA AUDR at ImageCLEF 2012 Photo Annotation Task Lei Huang, Yang Liu State Key Laboratory of Software Development Enviroment, Beihang University, 100191 Beijing, China huanglei@nlsde.buaa.edu.cn liuyang@nlsde.buaa.edu.cn

More information

Joint Inference in Image Databases via Dense Correspondence. Michael Rubinstein MIT CSAIL (while interning at Microsoft Research)

Joint Inference in Image Databases via Dense Correspondence. Michael Rubinstein MIT CSAIL (while interning at Microsoft Research) Joint Inference in Image Databases via Dense Correspondence Michael Rubinstein MIT CSAIL (while interning at Microsoft Research) My work Throughout the year (and my PhD thesis): Temporal Video Analysis

More information

Mining Web Data. Lijun Zhang

Mining Web Data. Lijun Zhang Mining Web Data Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Web Crawling and Resource Discovery Search Engine Indexing and Query Processing Ranking Algorithms Recommender Systems

More information

INF4820, Algorithms for AI and NLP: Evaluating Classifiers Clustering

INF4820, Algorithms for AI and NLP: Evaluating Classifiers Clustering INF4820, Algorithms for AI and NLP: Evaluating Classifiers Clustering Erik Velldal University of Oslo Sept. 18, 2012 Topics for today 2 Classification Recap Evaluating classifiers Accuracy, precision,

More information

Region-based Segmentation and Object Detection

Region-based Segmentation and Object Detection Region-based Segmentation and Object Detection Stephen Gould Tianshi Gao Daphne Koller Presented at NIPS 2009 Discussion and Slides by Eric Wang April 23, 2010 Outline Introduction Model Overview Model

More information

NATURAL LANGUAGE PROCESSING

NATURAL LANGUAGE PROCESSING NATURAL LANGUAGE PROCESSING LESSON 9 : SEMANTIC SIMILARITY OUTLINE Semantic Relations Semantic Similarity Levels Sense Level Word Level Text Level WordNet-based Similarity Methods Hybrid Methods Similarity

More information

Welcome Back to Fundamental of Multimedia (MR412) Fall, ZHU Yongxin, Winson

Welcome Back to Fundamental of Multimedia (MR412) Fall, ZHU Yongxin, Winson Welcome Back to Fundamental of Multimedia (MR412) Fall, 2012 ZHU Yongxin, Winson zhuyongxin@sjtu.edu.cn Content-Based Retrieval in Digital Libraries 18.1 How Should We Retrieve Images? 18.2 C-BIRD : A

More information

Mining Web Data. Lijun Zhang

Mining Web Data. Lijun Zhang Mining Web Data Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Web Crawling and Resource Discovery Search Engine Indexing and Query Processing Ranking Algorithms Recommender Systems

More information

An Efficient Methodology for Image Rich Information Retrieval

An Efficient Methodology for Image Rich Information Retrieval An Efficient Methodology for Image Rich Information Retrieval 56 Ashwini Jaid, 2 Komal Savant, 3 Sonali Varma, 4 Pushpa Jat, 5 Prof. Sushama Shinde,2,3,4 Computer Department, Siddhant College of Engineering,

More information

Tree structured CRF models for interactive image labeling

Tree structured CRF models for interactive image labeling Tree structured CRF models for interactive image labeling Thomas Mensink 1,2 Gabriela Csurka 1 Jakob Verbeek 2 1 Xerox Research Centre Europe, Grenoble, France 2 INRIA, Grenoble, France To appear at CVPR

More information

Jianyong Wang Department of Computer Science and Technology Tsinghua University

Jianyong Wang Department of Computer Science and Technology Tsinghua University Jianyong Wang Department of Computer Science and Technology Tsinghua University jianyong@tsinghua.edu.cn Joint work with Wei Shen (Tsinghua), Ping Luo (HP), and Min Wang (HP) Outline Introduction to entity

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

Multimodal Medical Image Retrieval based on Latent Topic Modeling

Multimodal Medical Image Retrieval based on Latent Topic Modeling Multimodal Medical Image Retrieval based on Latent Topic Modeling Mandikal Vikram 15it217.vikram@nitk.edu.in Suhas BS 15it110.suhas@nitk.edu.in Aditya Anantharaman 15it201.aditya.a@nitk.edu.in Sowmya Kamath

More information

Canonical Image Selection for Large-scale Flickr Photos using Hadoop

Canonical Image Selection for Large-scale Flickr Photos using Hadoop Canonical Image Selection for Large-scale Flickr Photos using Hadoop Guan-Long Wu National Taiwan University, Taipei Nov. 10, 2009, @NCHC Communication and Multimedia Lab ( 通訊與多媒體實驗室 ), Department of Computer

More information

Heterogeneous Graph-Based Intent Learning with Queries, Web Pages and Wikipedia Concepts

Heterogeneous Graph-Based Intent Learning with Queries, Web Pages and Wikipedia Concepts Heterogeneous Graph-Based Intent Learning with Queries, Web Pages and Wikipedia Concepts Xiang Ren, Yujing Wang, Xiao Yu, Jun Yan, Zheng Chen, Jiawei Han University of Illinois, at Urbana Champaign MicrosoD

More information

Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search

Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search 1 / 33 Learning Ontology-Based User Profiles: A Semantic Approach to Personalized Web Search Bernd Wittefeld Supervisor Markus Löckelt 20. July 2012 2 / 33 Teaser - Google Web History http://www.google.com/history

More information

Patch-Based Image Classification Using Image Epitomes

Patch-Based Image Classification Using Image Epitomes Patch-Based Image Classification Using Image Epitomes David Andrzejewski CS 766 - Final Project December 19, 2005 Abstract Automatic image classification has many practical applications, including photo

More information

INFORMATION VISUALIZATION

INFORMATION VISUALIZATION CSE 557A Sep 26, 2016 INFORMATION VISUALIZATION Alvitta Ottley Washington University in St. Louis Slide Credits: Mariah Meyer, University of Utah Remco Chang, Tufts University HEIDELBERG LAUREATE FORUM

More information

Class 5: Attributes and Semantic Features

Class 5: Attributes and Semantic Features Class 5: Attributes and Semantic Features Rogerio Feris, Feb 21, 2013 EECS 6890 Topics in Information Processing Spring 2013, Columbia University http://rogerioferis.com/visualrecognitionandsearch Project

More information

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization.

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Secure and Reliable

More information

Clustering. Bruno Martins. 1 st Semester 2012/2013

Clustering. Bruno Martins. 1 st Semester 2012/2013 Departamento de Engenharia Informática Instituto Superior Técnico 1 st Semester 2012/2013 Slides baseados nos slides oficiais do livro Mining the Web c Soumen Chakrabarti. Outline 1 Motivation Basic Concepts

More information

Query-Specific Visual Semantic Spaces for Web Image Re-ranking

Query-Specific Visual Semantic Spaces for Web Image Re-ranking Query-Specific Visual Semantic Spaces for Web Image Re-ranking Xiaogang Wang 1 1 Department of Electronic Engineering The Chinese University of Hong Kong xgwang@ee.cuhk.edu.hk Ke Liu 2 2 Department of

More information

Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques

Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques Re-Ranking of Web Image Search Using Relevance Preserving Ranking Techniques Delvia Mary Vadakkan #1, Dr.D.Loganathan *2 # Final year M. Tech CSE, MET S School of Engineering, Mala, Trissur, Kerala * HOD,

More information

Mining Discriminative Adjectives and Prepositions for Natural Scene Recognition

Mining Discriminative Adjectives and Prepositions for Natural Scene Recognition Mining Discriminative Adjectives and Prepositions for Natural Scene Recognition Bangpeng Yao 1, Juan Carlos Niebles 2,3, Li Fei-Fei 1 1 Department of Computer Science, Princeton University, NJ 08540, USA

More information

Category-level localization

Category-level localization Category-level localization Cordelia Schmid Recognition Classification Object present/absent in an image Often presence of a significant amount of background clutter Localization / Detection Localize object

More information

Search Engines. Information Retrieval in Practice

Search Engines. Information Retrieval in Practice Search Engines Information Retrieval in Practice All slides Addison Wesley, 2008 Beyond Bag of Words Bag of Words a document is considered to be an unordered collection of words with no relationships Extending

More information

EECS730: Introduction to Bioinformatics

EECS730: Introduction to Bioinformatics EECS730: Introduction to Bioinformatics Lecture 15: Microarray clustering http://compbio.pbworks.com/f/wood2.gif Some slides were adapted from Dr. Shaojie Zhang (University of Central Florida) Microarray

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

Latent Variable Models for Structured Prediction and Content-Based Retrieval

Latent Variable Models for Structured Prediction and Content-Based Retrieval Latent Variable Models for Structured Prediction and Content-Based Retrieval Ariadna Quattoni Universitat Politècnica de Catalunya Joint work with Borja Balle, Xavier Carreras, Adrià Recasens, Antonio

More information

Recognizing hand-drawn images using shape context

Recognizing hand-drawn images using shape context Recognizing hand-drawn images using shape context Gyozo Gidofalvi Department of Computer Science and Engineering University of California, San Diego La Jolla, CA 92037 gyozo@cs.ucsd.edu Abstract The objective

More information

Searching non-text information objects

Searching non-text information objects Non-text digital objects Searching non-text information objects Music Speech Images 3D models Video? 1 2 Ways to query for something Query by describing content 1. Query by category/ theme easiest - work

More information

Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 6, June 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Internet

More information

Review: Identification of cell types from single-cell transcriptom. method

Review: Identification of cell types from single-cell transcriptom. method Review: Identification of cell types from single-cell transcriptomes using a novel clustering method University of North Carolina at Charlotte October 12, 2015 Brief overview Identify clusters by merging

More information

Large Scale Data Visualization. CSC 7443: Scientific Information Visualization

Large Scale Data Visualization. CSC 7443: Scientific Information Visualization Large Scale Data Visualization Large Datasets Large datasets: D >> 10 M D D: Hundreds of gigabytes to terabytes and even petabytes M D : 1 to 4 GB of RAM Examples: Single large data set Time-varying data

More information

Analysis: TextonBoost and Semantic Texton Forests. Daniel Munoz Februrary 9, 2009

Analysis: TextonBoost and Semantic Texton Forests. Daniel Munoz Februrary 9, 2009 Analysis: TextonBoost and Semantic Texton Forests Daniel Munoz 16-721 Februrary 9, 2009 Papers [shotton-eccv-06] J. Shotton, J. Winn, C. Rother, A. Criminisi, TextonBoost: Joint Appearance, Shape and Context

More information

LARGE-SCALE IMAGE COLLECTION CLEANSING, SUMMARIZATION AND EXPLORATION. Chunlei Yang

LARGE-SCALE IMAGE COLLECTION CLEANSING, SUMMARIZATION AND EXPLORATION. Chunlei Yang LARGE-SCALE IMAGE COLLECTION CLEANSING, SUMMARIZATION AND EXPLORATION by Chunlei Yang A dissertation submitted to the faculty of The University of North Carolina at Charlotte in partial fulfillment of

More information

Classifying Images with Visual/Textual Cues. By Steven Kappes and Yan Cao

Classifying Images with Visual/Textual Cues. By Steven Kappes and Yan Cao Classifying Images with Visual/Textual Cues By Steven Kappes and Yan Cao Motivation Image search Building large sets of classified images Robotics Background Object recognition is unsolved Deformable shaped

More information

TagProp: Discriminative Metric Learning in Nearest Neighbor Models for Image Annotation

TagProp: Discriminative Metric Learning in Nearest Neighbor Models for Image Annotation TagProp: Discriminative Metric Learning in Nearest Neighbor Models for Image Annotation Matthieu Guillaumin, Thomas Mensink, Jakob Verbeek, Cordelia Schmid LEAR team, INRIA Rhône-Alpes, Grenoble, France

More information

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 188 CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 6.1 INTRODUCTION Image representation schemes designed for image retrieval systems are categorized into two

More information

Finding Hubs and authorities using Information scent to improve the Information Retrieval precision

Finding Hubs and authorities using Information scent to improve the Information Retrieval precision Finding Hubs and authorities using Information scent to improve the Information Retrieval precision Suruchi Chawla 1, Dr Punam Bedi 2 1 Department of Computer Science, University of Delhi, Delhi, INDIA

More information

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH Sai Tejaswi Dasari #1 and G K Kishore Babu *2 # Student,Cse, CIET, Lam,Guntur, India * Assistant Professort,Cse, CIET, Lam,Guntur, India Abstract-

More information

Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information

Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information Supervised Models for Multimodal Image Retrieval based on Visual, Semantic and Geographic Information Duc-Tien Dang-Nguyen, Giulia Boato, Alessandro Moschitti, Francesco G.B. De Natale Department of Information

More information

SCUBA DIVER: SUBSPACE CLUSTERING OF WEB SEARCH RESULTS

SCUBA DIVER: SUBSPACE CLUSTERING OF WEB SEARCH RESULTS SCUBA DIVER: SUBSPACE CLUSTERING OF WEB SEARCH RESULTS Fatih Gelgi, Srinivas Vadrevu, Hasan Davulcu Department of Computer Science and Engineering, Arizona State University, Tempe, AZ fagelgi@asu.edu,

More information

Fuzzy Multilevel Graph Embedding for Recognition, Indexing and Retrieval of Graphic Document Images

Fuzzy Multilevel Graph Embedding for Recognition, Indexing and Retrieval of Graphic Document Images Cotutelle PhD thesis for Recognition, Indexing and Retrieval of Graphic Document Images presented by Muhammad Muzzamil LUQMAN mluqman@{univ-tours.fr, cvc.uab.es} Friday, 2 nd of March 2012 Directors of

More information

Lecturer 2: Spatial Concepts and Data Models

Lecturer 2: Spatial Concepts and Data Models Lecturer 2: Spatial Concepts and Data Models 2.1 Introduction 2.2 Models of Spatial Information 2.3 Three-Step Database Design 2.4 Extending ER with Spatial Concepts 2.5 Summary Learning Objectives Learning

More information

Tag Based Image Search by Social Re-ranking

Tag Based Image Search by Social Re-ranking Tag Based Image Search by Social Re-ranking Vilas Dilip Mane, Prof.Nilesh P. Sable Student, Department of Computer Engineering, Imperial College of Engineering & Research, Wagholi, Pune, Savitribai Phule

More information

Beyond Mere Pixels: How Can Computers Interpret and Compare Digital Images? Nicholas R. Howe Cornell University

Beyond Mere Pixels: How Can Computers Interpret and Compare Digital Images? Nicholas R. Howe Cornell University Beyond Mere Pixels: How Can Computers Interpret and Compare Digital Images? Nicholas R. Howe Cornell University Why Image Retrieval? World Wide Web: Millions of hosts Billions of images Growth of video

More information

Lab for Media Search, National University of Singapore 1

Lab for Media Search, National University of Singapore 1 1 2 Word2Image: Towards Visual Interpretation of Words Haojie Li Introduction Motivation A picture is worth 1000 words Traditional dictionary Containing word entries accompanied by photos or drawing to

More information

Large Scale 3D Reconstruction by Structure from Motion

Large Scale 3D Reconstruction by Structure from Motion Large Scale 3D Reconstruction by Structure from Motion Devin Guillory Ziang Xie CS 331B 7 October 2013 Overview Rome wasn t built in a day Overview of SfM Building Rome in a Day Building Rome on a Cloudless

More information

Introduction to Clustering

Introduction to Clustering Introduction to Clustering Ref: Chengkai Li, Department of Computer Science and Engineering, University of Texas at Arlington (Slides courtesy of Vipin Kumar) What is Cluster Analysis? Finding groups of

More information

A Survey On Diversification Techniques For Unabmiguous But Under- Specified Queries

A Survey On Diversification Techniques For Unabmiguous But Under- Specified Queries J. Appl. Environ. Biol. Sci., 4(7S)271-276, 2014 2014, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com A Survey On Diversification Techniques

More information

Supplementary Material for Ensemble Diffusion for Retrieval

Supplementary Material for Ensemble Diffusion for Retrieval Supplementary Material for Ensemble Diffusion for Retrieval Song Bai 1, Zhichao Zhou 1, Jingdong Wang, Xiang Bai 1, Longin Jan Latecki 3, Qi Tian 4 1 Huazhong University of Science and Technology, Microsoft

More information

Query Decomposition: A Multiple Neighborhood Approach to Relevance Feedback Processing in Content-based Image Retrieval

Query Decomposition: A Multiple Neighborhood Approach to Relevance Feedback Processing in Content-based Image Retrieval Query Decomposition: A Multiple Neighborhood Approach to Relevance Feedback Processing in Content-based Image Retrieval Kien A. Hua, Ning Yu, Danzhou Liu School of Electrical Engineering and Computer Science

More information

A Bayesian Approach to Hybrid Image Retrieval

A Bayesian Approach to Hybrid Image Retrieval A Bayesian Approach to Hybrid Image Retrieval Pradhee Tandon and C. V. Jawahar Center for Visual Information Technology International Institute of Information Technology Hyderabad - 500032, INDIA {pradhee@research.,jawahar@}iiit.ac.in

More information

Hierarchical Link Analysis for Ranking Web Data

Hierarchical Link Analysis for Ranking Web Data Hierarchical Link Analysis for Ranking Web Data Renaud Delbru, Nickolai Toupikov, Michele Catasta, Giovanni Tummarello, and Stefan Decker Digital Enterprise Research Institute, Galway June 1, 2010 Introduction

More information

Nominal Data. May not have a numerical representation Distance measures might not make sense. PR and ANN

Nominal Data. May not have a numerical representation Distance measures might not make sense. PR and ANN NonMetric Data Nominal Data So far we consider patterns to be represented by feature vectors of real or integer values Easy to come up with a distance (similarity) measure by using a variety of mathematical

More information

Topic Diversity Method for Image Re-Ranking

Topic Diversity Method for Image Re-Ranking Topic Diversity Method for Image Re-Ranking D.Ashwini 1, P.Jerlin Jeba 2, D.Vanitha 3 M.E, P.Veeralakshmi M.E., Ph.D 4 1,2 Student, 3 Assistant Professor, 4 Associate Professor 1,2,3,4 Department of Information

More information

Content is Still King: The Effect of Neighbor Voting Schemes on Tag Relevance for Social Image Retrieval

Content is Still King: The Effect of Neighbor Voting Schemes on Tag Relevance for Social Image Retrieval Content is Still King: The Effect of Neighbor Voting Schemes on Tag Relevance for Social Image Retrieval Ba Quan Truong bqtruong@ntu.edu.sg Aixin Sun axsun@ntu.edu.sg Sourav S. Bhowmick assourav@ntu.edu.sg

More information

Web Image Re-Ranking UsingQuery-Specific Semantic Signatures

Web Image Re-Ranking UsingQuery-Specific Semantic Signatures IEEE Transactions on Pattern Analysis and Machine Intelligence (Volume:36, Issue: 4 ) April 2014, DOI:10.1109/TPAMI.201 Web Image Re-Ranking UsingQuery-Specific Semantic Signatures Xiaogang Wang 1 1 Department

More information

Clustering. Robert M. Haralick. Computer Science, Graduate Center City University of New York

Clustering. Robert M. Haralick. Computer Science, Graduate Center City University of New York Clustering Robert M. Haralick Computer Science, Graduate Center City University of New York Outline K-means 1 K-means 2 3 4 5 Clustering K-means The purpose of clustering is to determine the similarity

More information

Speed-up Multi-modal Near Duplicate Image Detection

Speed-up Multi-modal Near Duplicate Image Detection Open Journal of Applied Sciences, 2013, 3, 16-21 Published Online March 2013 (http://www.scirp.org/journal/ojapps) Speed-up Multi-modal Near Duplicate Image Detection Chunlei Yang 1,2, Jinye Peng 2, Jianping

More information

Efficient Representation of Local Geometry for Large Scale Object Retrieval

Efficient Representation of Local Geometry for Large Scale Object Retrieval Efficient Representation of Local Geometry for Large Scale Object Retrieval Michal Perďoch Ondřej Chum and Jiří Matas Center for Machine Perception Czech Technical University in Prague IEEE Computer Society

More information

Efficient Subgraph Matching by Postponing Cartesian Products

Efficient Subgraph Matching by Postponing Cartesian Products Efficient Subgraph Matching by Postponing Cartesian Products Computer Science and Engineering Lijun Chang Lijun.Chang@unsw.edu.au The University of New South Wales, Australia Joint work with Fei Bi, Xuemin

More information

Introduction to Similarity Search in Multimedia Databases

Introduction to Similarity Search in Multimedia Databases Introduction to Similarity Search in Multimedia Databases Tomáš Skopal Charles University in Prague Faculty of Mathematics and Phycics SIRET research group http://siret.ms.mff.cuni.cz March 23 rd 2011,

More information

A region-dependent image matching method for image and video annotation

A region-dependent image matching method for image and video annotation A region-dependent image matching method for image and video annotation Golnaz Abdollahian, Murat Birinci, Fernando Diaz-de-Maria, Moncef Gabbouj,EdwardJ.Delp Video and Image Processing Laboratory (VIPER

More information

Alberto Messina, Maurizio Montagnuolo

Alberto Messina, Maurizio Montagnuolo A Generalised Cross-Modal Clustering Method Applied to Multimedia News Semantic Indexing and Retrieval Alberto Messina, Maurizio Montagnuolo RAI Centre for Research and Technological Innovation Madrid,

More information

A Deep Relevance Matching Model for Ad-hoc Retrieval

A Deep Relevance Matching Model for Ad-hoc Retrieval A Deep Relevance Matching Model for Ad-hoc Retrieval Jiafeng Guo 1, Yixing Fan 1, Qingyao Ai 2, W. Bruce Croft 2 1 CAS Key Lab of Web Data Science and Technology, Institute of Computing Technology, Chinese

More information

Content-Based Image Retrieval Readings: Chapter 8:

Content-Based Image Retrieval Readings: Chapter 8: Content-Based Image Retrieval Readings: Chapter 8: 8.1-8.4 Queries Commercial Systems Retrieval Features Indexing in the FIDS System Lead-in to Object Recognition 1 Content-based Image Retrieval (CBIR)

More information

Leveraging Set Relations in Exact Set Similarity Join

Leveraging Set Relations in Exact Set Similarity Join Leveraging Set Relations in Exact Set Similarity Join Xubo Wang, Lu Qin, Xuemin Lin, Ying Zhang, and Lijun Chang University of New South Wales, Australia University of Technology Sydney, Australia {xwang,lxue,ljchang}@cse.unsw.edu.au,

More information

ImgSeek: Capturing User s Intent For Internet Image Search

ImgSeek: Capturing User s Intent For Internet Image Search ImgSeek: Capturing User s Intent For Internet Image Search Abstract - Internet image search engines (e.g. Bing Image Search) frequently lean on adjacent text features. It is difficult for them to illustrate

More information

Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation

Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation I.Ceema *1, M.Kavitha *2, G.Renukadevi *3, G.sripriya *4, S. RajeshKumar #5 * Assistant Professor, Bon Secourse College

More information

A Text-Based Approach to the ImageCLEF 2010 Photo Annotation Task

A Text-Based Approach to the ImageCLEF 2010 Photo Annotation Task A Text-Based Approach to the ImageCLEF 2010 Photo Annotation Task Wei Li, Jinming Min, Gareth J. F. Jones Center for Next Generation Localisation School of Computing, Dublin City University Dublin 9, Ireland

More information

Image Analysis & Retrieval. CS/EE 5590 Special Topics (Class Ids: 44873, 44874) Fall 2016, M/W Lec 18.

Image Analysis & Retrieval. CS/EE 5590 Special Topics (Class Ids: 44873, 44874) Fall 2016, M/W Lec 18. Image Analysis & Retrieval CS/EE 5590 Special Topics (Class Ids: 44873, 44874) Fall 2016, M/W 4-5:15pm@Bloch 0012 Lec 18 Image Hashing Zhu Li Dept of CSEE, UMKC Office: FH560E, Email: lizhu@umkc.edu, Ph:

More information

A Document-centered Approach to a Natural Language Music Search Engine

A Document-centered Approach to a Natural Language Music Search Engine A Document-centered Approach to a Natural Language Music Search Engine Peter Knees, Tim Pohle, Markus Schedl, Dominik Schnitzer, and Klaus Seyerlehner Dept. of Computational Perception, Johannes Kepler

More information

Minghai Liu, Rui Cai, Ming Zhang, and Lei Zhang. Microsoft Research, Asia School of EECS, Peking University

Minghai Liu, Rui Cai, Ming Zhang, and Lei Zhang. Microsoft Research, Asia School of EECS, Peking University Minghai Liu, Rui Cai, Ming Zhang, and Lei Zhang Microsoft Research, Asia School of EECS, Peking University Ordering Policies for Web Crawling Ordering policy To prioritize the URLs in a crawling queue

More information

Collaborative filtering based on a random walk model on a graph

Collaborative filtering based on a random walk model on a graph Collaborative filtering based on a random walk model on a graph Marco Saerens, Francois Fouss, Alain Pirotte, Luh Yen, Pierre Dupont (UCL) Jean-Michel Renders (Xerox Research Europe) Some recent methods:

More information

SOCIAL MEDIA MINING. Data Mining Essentials

SOCIAL MEDIA MINING. Data Mining Essentials SOCIAL MEDIA MINING Data Mining Essentials Dear instructors/users of these slides: Please feel free to include these slides in your own material, or modify them as you see fit. If you decide to incorporate

More information

on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015

on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015 on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015 Vector visual representation Fixed-size image representation High-dim (100 100,000) Generic, unsupervised: BoW,

More information

SEARCHING pictures on smart phones, PCs, and the

SEARCHING pictures on smart phones, PCs, and the IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 14, NO. 4, AUGUST 2012 1091 Harvesting Social Images for Bi-Concept Search Xirong Li, Cees G. M. Snoek, Senior Member, IEEE, Marcel Worring, Member, IEEE, and Arnold

More information

NTU Approaches to Subtopic Mining and Document Ranking at NTCIR-9 Intent Task

NTU Approaches to Subtopic Mining and Document Ranking at NTCIR-9 Intent Task NTU Approaches to Subtopic Mining and Document Ranking at NTCIR-9 Intent Task Chieh-Jen Wang, Yung-Wei Lin, *Ming-Feng Tsai and Hsin-Hsi Chen Department of Computer Science and Information Engineering,

More information

An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features

An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features An Enhanced Image Retrieval Using K-Mean Clustering Algorithm in Integrating Text and Visual Features S.Najimun Nisha 1, Mrs.K.A.Mehar Ban 2, 1 PG Student, SVCET, Puliangudi. najimunnisha@yahoo.com 2 AP/CSE,

More information

SkyFinder: Attribute-based Sky Image Search

SkyFinder: Attribute-based Sky Image Search SkyFinder: Attribute-based Sky Image Search SIGGRAPH 2009 Litian Tao, Lu Yuan, Jian Sun Kim, Wook 2016. 1. 12 Abstract Interactive search system of over a half million sky images Automatically extracted

More information

Data Mining. 3.2 Decision Tree Classifier. Fall Instructor: Dr. Masoud Yaghini. Chapter 5: Decision Tree Classifier

Data Mining. 3.2 Decision Tree Classifier. Fall Instructor: Dr. Masoud Yaghini. Chapter 5: Decision Tree Classifier Data Mining 3.2 Decision Tree Classifier Fall 2008 Instructor: Dr. Masoud Yaghini Outline Introduction Basic Algorithm for Decision Tree Induction Attribute Selection Measures Information Gain Gain Ratio

More information

Exploiting noisy web data for largescale visual recognition

Exploiting noisy web data for largescale visual recognition Exploiting noisy web data for largescale visual recognition Lamberto Ballan University of Padova, Italy CVPRW WebVision - Jul 26, 2017 Datasets drive computer vision progress ImageNet Slide credit: O.

More information

arxiv: v1 [cs.mm] 12 Jan 2016

arxiv: v1 [cs.mm] 12 Jan 2016 Learning Subclass Representations for Visually-varied Image Classification Xinchao Li, Peng Xu, Yue Shi, Martha Larson, Alan Hanjalic Multimedia Information Retrieval Lab, Delft University of Technology

More information

Automatic Categorization of Image Regions using Dominant Color based Vector Quantization

Automatic Categorization of Image Regions using Dominant Color based Vector Quantization Automatic Categorization of Image Regions using Dominant Color based Vector Quantization Md Monirul Islam, Dengsheng Zhang, Guojun Lu Gippsland School of Information Technology, Monash University Churchill

More information

Multi-Modal Word Synset Induction. Jesse Thomason and Raymond Mooney University of Texas at Austin

Multi-Modal Word Synset Induction. Jesse Thomason and Raymond Mooney University of Texas at Austin Multi-Modal Word Synset Induction Jesse Thomason and Raymond Mooney University of Texas at Austin Word Synset Induction kiwi Word Synset Induction chinese grapefruit kiwi kiwi vine Word Synset Induction

More information