1 / 77

Image Database Retrieval

IPCV 2006 Budapest. Image Database Retrieval. Krisztián Veréb PhD Department of Information Technology Faculty of Computer Science and Information Technology University of Debrecen. IPCV 2006 Budapest. Image Databases. Image databases can Store images Manage images (process)

aquene
Télécharger la présentation

Image Database Retrieval

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IPCV 2006 Budapest Image Database Retrieval Krisztián Veréb PhD Department of Information Technology Faculty of Computer Science and Information Technology University of Debrecen

  2. IPCV 2006 Budapest Image Databases • Image databases can • Store images • Manage images (process) • Retrieve images

  3. IPCV 2006 Budapest Databases • Databases can store images • As BLOB • As Object • Databases can process images • With outer (external) methods • With inner (internal) methods • To retrieve images they use • Content-Based Image Retrieval • Visual Information Retrieval

  4. IPCV 2006 Budapest Real Image Databases • Image databases can • Store images in the database level (with native image objects) • Manage images in the database level (it comes from the native objects) • Retrieve images in the database level(with native stored procedures)

  5. IPCV 2006 Budapest Image Database Facilities • Storing, sorting, managing large amount of images • Designed and planned management of related information • Image processing • Image similarity • Image visualization

  6. IPCV 2006 Budapest Function of Image Databases • Extensional role • In image processing tools (Léna) • In medical image processing (CT, MRI) • In art collections (painting) • In historical archives (cronology with images) • Central role • Data BASED systems (police) • Visulal Information Systems • General image databases

  7. IPCV 2006 Budapest Characteristics of General DB • Similarity • Supports the visual similarity measuring • Generality • The domain of usage is not restricted (it is not computer vision, it is not image processing) • Interaction • There are input and output, and it can used as information systems • Data complexity • Large amount of various data (Image, feature vector, stored procedure as well as the familiar database types)

  8. IPCV 2006 Budapest Expectations and Solutions • Stability • Usage of proven (old) techniques • High rate • Usage of small, ‘dumb’ techniques • Low cost • Usage of legacy systems

  9. IPCV 2006 Budapest Connection of Sciences Binary Large Object (BLOB), BFILE, structural data, table spaces, content management, SQL (score) query, multimedia indexing, space partitions, data partitions, semantical indexing, ORDSource, ORDVIR (8.1.7), ORDImage (9i), Oracle Still Image (10g), ORD class hierarchy, PLSQL, XML, PSP, DB2 QBIC, Sigma-QL, data mining, RGB, HSI, YUV, hisztogramm, Minkowski Jeffrey distance, Gauss-Markov fields, texture, autocorrelation, Fourier transform, mathematical morphology, image segmentation, neighbourhood, Freeman code, Hausdorff distance, Affine transformation, attentive and preattentive features, Lp metrics, Fuzzy logics, computer vision CBIR VIR

  10. IPCV 2006 Budapest Image Storing • Storing only images • Albums, galeries, archives • Storing images with related information • Painting, Police databases • Storing text with related images • on-line books, articles, publication

  11. IPCV 2006 Budapest Image Database Users • Specific enquierer • I need the famous image of Lena • General enquierer • I need some pictures of Lena • The story teller enquierer • I need picures about image processing, for segmentation on that girl, you know… • The story giver enquierer • I need pictures about image processing… • The space-filler enquierer • I need a picture to fill the empty space in my article

  12. IPCV 2006 Budapest Main Retrieval Concepts • Text-based image retrieval • linguistical • Image-based text retrieval • investigational • Image-based image retrieval • CBIR

  13. IPCV 2006 Budapest CB Image Comparing • Based on feature vectors • Representation • Characteristic • Using special interfaces • Similar picture based • Sketch based • Iconic • The output is a similarity number given by the matching algorithms

  14. IPCV 2006 Budapest Working of the Retrieval Candidate images Query image Feature vector Feature vector Matching Result set

  15. IPCV 2006 Budapest Main Matching Properties • Vector extraction: • Image distance: • Vector distance: • Distance properties:

  16. IPCV 2006 Budapest Main Query Types • Exact (identical) query: • Epsilon query: • Nearest neighbour query:

  17. IPCV 2006 Budapest Feature (vectors) • Color • Local and global histograms • Shape • Patches, segments • Texture • Statistics of the pixel color changes • Geometrical location • The spatial organization of the above mentioned features

  18. IPCV 2006 Budapest Color Based Retrieval (1) • Mainly based on color histograms Minkowski distance: Jeffrey distance: Bhattacharyya distance (normalized): Intersection distance:

  19. IPCV 2006 Budapest Color Based Retrieval (2) • In case of spatial query the histograms can be computed locally • It is common, that images are cut into n pieces (usually n = 9), and thus we have n + 1 histograms (local and global)

  20. IPCV 2006 Budapest Texture Based Retrieval (1) • Mainly based on the co-occurance matrix Pd(i,j)=|{ (p1,p2) : p2=p1+d, f(p1)=i, f(p2)=j }| So it is the number of occurances of the pair of gray levels i and j which distance d apart.

  21. IPCV 2006 Budapest Texture Based Retrieval (2) • Energy: ΣiΣj (Pd(i,j))2 • Entropy: - ΣiΣj Pd(i,j)logPd(i,j) • Contrast: ΣiΣj (i-j)2Pd(i,j) • Homogeneity: ΣiΣj (Pd(i,j)/(1+|i-j|) • Correlation: ΣiΣj (i-E(ΣjPd(x,j)))(j-E(ΣiPd(i,y)))Pd(i,j)/ (σ(ΣjPd(x,j))σ(ΣiPd(i,y)))

  22. IPCV 2006 Budapest Shape Based Retrieval (1) • Mainly based on segmentation. • First, the image has to be segmented patches (the small patches are considered as noise). • Then the distance of the query and the candidate patches has to be comuted.

  23. IPCV 2006 Budapest Shape Based Retrieval (2) • Boundary techniques • Boundary evolution (iteratively smooth the boundaries while they will equals, the distance is the number of smooting) • Statistical method (the chains are considered as samples of random variables, and the distance is a homogenity test) • Stochastical method (the boundary is considered as a trajectory of a stochastic process, and the distance is the probability of the matching of the observed boundary and the computed one)

  24. IPCV 2006 Budapest Shape Based Retrieval (3) • Point set techniques • Area of overlap and symmetric difference area(A∩B) and area((A\B)U(B\A)) • Hausdorff distance dH(A,B)=max{δ(A,B),δ(B,A)} where δ(A,B)=maxaAminbBd(a,b)

  25. IPCV 2006 Budapest Spatial Query • The structural features (geometrical location) can be represented with graphs • Graph transformation • The graph can be represented with a neigbourhood matrix N(nn) • The spatial distance is the distance of the principal components in N=AΛV’

  26. IPCV 2006 Budapest Distance and Similarity (1) • Distance is a non-negative real number • In case of metric spaces it meets the properties: • Self similarity • Minimality • Simmetricity • Triangle inequality • Spaces in image databases usually non-metric spaces (without triangle inequality)

  27. IPCV 2006 Budapest Distance and Similarity (2) • Similarity is a number between 0 and N. N means the images are equal. (Usually N = 1 ) It meets the properties: • Self similarity • Simmetricity • Similarity can be computed from the distance • Distance cannot be computed from the similarity (in general) • Image databases usually use similarity

  28. IPCV 2006 Budapest Score (1) • The score is a number, representing the final distance or similarity for a user query • E.g. it can be a weighted sum for distances d1 d2 d3 d4 (in case of four feature) d = w1d1 + w2d2 + w3d3 + w4d4

  29. IPCV 2006 Budapest Score (2) • In case of similarities it can be used fuzzy techniques • E.g. for similarities s1 s2 s3 s4 (in case of four feature) s = s1 s2 s3 s4 where x  y = max { 0, x + y – 1 } or in case of weighting wx  qy = max { wx, qy }

  30. IPCV 2006 Budapest Interfaces • Iconic • Icons represent features • Spatial friendly • Sketch-based • Skecth is a ‘hand draw’ • Shape friendly • Similar picure based • Unknow source • Usually color friendly, but …

  31. Iconic: • Sketch-based: • Similar picture:

  32. IPCV 2006 Budapest Indexing • Mathematical partitioning of the vector space • Data partitioning • Space partitioning • Semantical prefiltering of the candidate images • Identifying the ‘important’ features • Classifying the objects

  33. IPCV 2006 Budapest Tree Indexing • Common techniques: • Quadtree (Spatial) • R-tree (MM) • Kd-tree (MM) • B-tree (Legacy)

  34. IPCV 2006 Budapest Other Indexing Techniques • Text indexing • From the linguistic representation using bitvector indexing technique • OO type-tree indexing • From the OO representation using existing indexes linked by the inheritance tree

  35. IPCV 2006 Budapest Linguistic Features (1) • Colours: • Red, White, etc. • Shapes: • Triangle, rectangle, etc. • Textures: • Striped, dotted • Spatial: • Disjoint, overlap, covers-covered, contains, inside, equal

  36. IPCV 2006 Budapest Linguistic Features (2) • Modifiers: • Leopard (-spotted), silver (-gray) • Moods (feels): • Blue, sad, comic, depressed • Themes: • Art, film, painting, sculpture • Objects: • Cars, flowers, buildings

  37. IPCV 2006 Budapest Linguistic Representation • Meta relations • For fact, modifier and mood classes R( Word, Word-class ) • Data relations • Simple R1( Fact, Weight, Image-ID ) • Modified R2( Fact, Modifier, Image-ID ) • Binary R3( Fact1, Fact2, Link, Image-ID ) • Ternary R4( Fact1, Fact2, Fact3, Image-ID )

  38. IPCV 2006 Budapest Linguistic querying • With simple SELECT SQL statements select Image-ID from R, R1, R2 where … • With SLD resolution facts( fact1, image ). rules( Fact1, Fact2, Link, Image ) :- facts( Fact1, Image), facts(Fact2, Image) … ?- rules( fact1, fact2, link, Image ).

  39. IPCV 2006 Budapest Spaces in Image Databases (1) • The user makes a query q in • space Q (Query) • Using an interface • space C (Composition) • The image feature vectors are in • space F (Feature) • The systems gives the result set from F using q in • space O (Output) • It has to be displayed in • space D (Display)

  40. IPCV 2006 Budapest Spaces in Image Databases (2) User User Interface space C space D Matching space Q space O space F

  41. IPCV 2006 Budapest About Space O (1) • Images: • Matching: • Weights: • A similarity result: • Results for a query:

  42. IPCV 2006 Budapest About Space O (2) • The similarity matrix: • where • so(with threshold t)

  43. IPCV 2006 Budapest The Line Model (1) • Images f are ordered by r(q) into a line • It’s well applicable in case of weights • It has good feature to show text with imagesas well • It has poor navigation feature • It has small computational time

  44. IPCV 2006 Budapest The Line Model (2)

  45. IPCV 2006 Budapest

  46. IPCV 2006 Budapest The Matrix Model (1) • Images f are ordered by r(q) into a line, and then they are grouped by 9 images • It’s well applicable in case of weights • It has good feature space improvement (9 images are shown in the same time) • It has better (but still poor) navigation feature • It has small computational time

  47. IPCV 2006 Budapest The Matrix Model (2)

  48. IPCV 2006 Budapest

  49. IPCV 2006 Budapest The Fish-eye Model (1) • The nD space O has to be pre-projected into 2D • The 2D space are stretched onto a hemisphere • It doesn’t need to use weighting • It has good feature space improvement • It has great navigation feature (by rolling the stretched space on the hemisphere) • It is good in indicating clusters • It has big computational time

  50. IPCV 2006 Budapest The Fish-eye Model (2)

More Related