Image and Video Retrieval INST 734 Doug Oard Module 13.

Slides:



Advertisements
Similar presentations
Image Retrieval With Relevant Feedback Hayati Cam & Ozge Cavus IMAGE RETRIEVAL WITH RELEVANCE FEEDBACK Hayati CAM Ozge CAVUS.
Advertisements

Image Retrieval: Current Techniques, Promising Directions, and Open Issues Yong Rui, Thomas Huang and Shih-Fu Chang Published in the Journal of Visual.
RGB-D object recognition and localization with clutter and occlusions Federico Tombari, Samuele Salti, Luigi Di Stefano Computer Vision Lab – University.
Content-Based Image Retrieval
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 4 – Digital Image Representation Klara Nahrstedt Spring 2009.
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
1 Texture Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image. Structural approach:
Computer Vision Lecture 16: Texture
Chapter 8 Content-Based Image Retrieval. Query By Keyword: Some textual attributes (keywords) should be maintained for each image. The image can be indexed.
Lecture 12 Content-Based Image Retrieval
1 Content-Based Retrieval (CBR) -in multimedia systems Presented by: Chao Cai Date: March 28, 2006 C SC 561.
A presentation by Modupe Omueti For CMPT 820:Multimedia Systems
Chapter 11 Beyond Bag of Words. Question Answering n Providing answers instead of ranked lists of documents n Older QA systems generated answers n Current.
Content-based Image Retrieval CE 264 Xiaoguang Feng March 14, 2002 Based on: J. Huang. Color-Spatial Image Indexing and Applications. Ph.D thesis, Cornell.
Texture Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image. Structural approach:
SWE 423: Multimedia Systems
Multimedia IR LBSC 796/INFM 718R Session 11 November 9, 2011.
CS335 Principles of Multimedia Systems Content Based Media Retrieval Hao Jiang Computer Science Department Boston College Dec. 4, 2007.
Regionalized Variables take on values according to spatial location. Given: Where: A “structural” coarse scale forcing or trend A random” Local spatial.
T.Sharon 1 Internet Resources Discovery (IRD) Introduction to MMIR.
Visual Querying By Color Perceptive Regions Alberto del Bimbo, M. Mugnaini, P. Pala, and F. Turco University of Florence, Italy Pattern Recognition, 1998.
Image and Video Retrieval LBSC 796/INFM 718R Session 13, May 4, 2011 Douglas W. Oard.
Texture Readings: Ch 7: all of it plus Carson paper
Visual Information Retrieval Chapter 1 Introduction Alberto Del Bimbo Dipartimento di Sistemi e Informatica Universita di Firenze Firenze, Italy.
Current Topics in Information Access: Image Retrieval Chad Carson EECS Department UC Berkeley SIMS 296a-3 December 2, 1998.
CS292 Computational Vision and Language Visual Features - Colour and Texture.
Project IST_1999_ ARTISTE – An Integrated Art Analysis and Navigation Environment Review Meeting N.1: Paris, C2RMF, November 28, 2000 Workpackage.
ICME 2004 Tzvetanka I. Ianeva Arjen P. de Vries Thijs Westerveld A Dynamic Probabilistic Multimedia Retrieval Model.
Content-based Image Retrieval (CBIR)
Multimedia and Time-series Data
The MPEG-7 Color Descriptors
Multimedia Databases (MMDB)
Multimedia Information Retrieval
Recognition and Matching based on local invariant features Cordelia Schmid INRIA, Grenoble David Lowe Univ. of British Columbia.
Image Retrieval Part I (Introduction). 2 Image Understanding Functions Image indexing similarity matching image retrieval (content-based method)
Searching and Browsing Video in Face Space Lee Begeja Zhu Liu Video and Multimedia Technologies Research.
Texture. Texture is an innate property of all surfaces (clouds, trees, bricks, hair etc…). It refers to visual patterns of homogeneity and does not result.
IMAGE DATABASES Prof. Hyoung-Joo Kim OOPSLA Lab. Computer Engineering Seoul National University.
Course 9 Texture. Definition: Texture is repeating patterns of local variations in image intensity, which is too fine to be distinguished. Texture evokes.
Multimedia Elements –Graphics. Graphics in Multimedia Applications.
2005/12/021 Fast Image Retrieval Using Low Frequency DCT Coefficients Dept. of Computer Engineering Tatung University Presenter: Yo-Ping Huang ( 黃有評 )
Levels of Image Data Representation 4.2. Traditional Image Data Structures 4.3. Hierarchical Data Structures Chapter 4 – Data structures for.
What do you understand about how each system works to index-retrieve images? Manually Index Expensive but effective.
Advanced Multimedia Image Content Analysis Tamara Berg.
Autonomous Robots Vision © Manfred Huber 2014.
Image and Video Retrieval INST 734 Doug Oard Module 13.
MMDB-9 J. Teuhola Standardization: MPEG-7 “Multimedia Content Description Interface” Standard for describing multimedia content (metadata).
Content-Based Image Retrieval QBIC Homepage The State Hermitage Museum db2www/qbicSearch.mac/qbic?selLang=English.
Image and Video Retrieval INST 734 Doug Oard Module 13.
Miguel Tavares Coimbra
CS Spring 2010 CS 414 – Multimedia Systems Design Lecture 4 – Audio and Digital Image Representation Klara Nahrstedt Spring 2010.
VISUAL INFORMATION RETRIEVAL Presented by Dipti Vaidya.
Image features and properties. Image content representation The simplest representation of an image pattern is to list image pixels, one after the other.
Content-Based Image Retrieval Readings: Chapter 8:
Visual Information Retrieval
Content-Based Image Retrieval Readings: Chapter 8:
Content-based Image Retrieval (CBIR)
Content-based Image Retrieval
Feature description and matching
By Pradeep C.Venkat Srinath Srinivasan
Image Segmentation Techniques
Computer Vision Lecture 16: Texture II
Local Binary Patterns (LBP)
Multimedia Information Retrieval
Grouping/Segmentation
Feature descriptors and matching
Recognition and Matching based on local invariant features
CIS Dept. Temple Univ., Philadelphia
CIS Dept. Temple Univ., Philadelphia
Presentation transcript:

Image and Video Retrieval INST 734 Doug Oard Module 13

Agenda  Image retrieval Video retrieval Multimedia retrieval

Image Retrieval Applications Retrospective retrieval applications –Manage stock photo archives –Index images on the Web –Organize materials for art history courses Information filtering applications –Earth resources satellite image triage –News bureau wirephoto routing –Law enforcement at immigration facilities

Color Histogram Example

Color Histogram Matching Represent image as a rectangular pixel raster –e.g., 1024 columns and 768 rows Represent each pixel as a quantized color –e.g., 256 colors ranging from red through violet Count the number of pixels in each color bin –Produces vector representations Compute vector similarity –e.g., normalized inner product

Texture Test Patterns

Texture Matching Texture characterizes small-scale regularity –Color describes pixels, texture describes regions Described by several types of features –e.g., smoothness, periodicity, directionality Match region size with image characteristics –Computed using filter banks, Gabor wavelets, … Perform weighted vector space matching –Usually in combination with a color histogram

Berkeley Blobworld

Image Segmentation Global techniques alone yield low precision –Color & texture characterize objects, not images Segment at color and texture discontinuities –Like “flood fill” in Photoshop Represent size shape & orientation of objects –e.g., Berkeley’s “Blobworld” uses ellipses Represent relative positions of objects –e.g., angles between lines joining the centers Perform rotation- and scale-invariant matching

Picasa Face Recognition

Face Recognition Segment from images based on shape –Head, shoulders, and hair provide strong cues Select the most directly frontal view –If video, select best frame (e.g., based on eyes+cheeks) Construct feature vectors –“Eigenface” produces 16-element vectors Perform similarity matching

Image Georeferencing

Image Retrieval Summary Query –Keywords, example, sketch Matching –Caption text –Segmentation –Similarity (color, texture, shape) –Spatial arrangement (orientation, position) –Specialized techniques (e.g., face recognition) Selection –Thumbnails

Agenda Image retrieval  Video retrieval Multimedia retrieval