wavelet theory and its applications to images...

20
Wavelet theory and its applications to images retrieval Aliaksandr Autayeu

Upload: others

Post on 28-Sep-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Wavelet theory and its applications to images retrieval

Aliaksandr Autayeu

Page 2: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Retrieval problem

� Rapid increase of availability of digital image producing devices

2

devices

� Libraries of digital images became extremely large, even home photo albums are difficult to manage

Page 3: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Existing search methods

� Attribute-based search

� However:

� Attributes are loosely coupled with content

� Attributes do not

3

� Find pictures named *bear*.jpg

� Find pictures from 20th

of July.

� Find pictures, shot for publication in “Nature”

� Attributes do not represent visual features of the picture

� Attributes are “technical” and inconvenient to use

Page 4: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Existing search methods

� Keyword-based search

� It is necessary to mark up the database with keywords. It is difficult and expensive work.

4

� Find bears

� Find sunsets with palm trees

� Find one-storeyed standalone houses

and expensive work.

� Different descriptions of the same visual feature is natural “feature” of the language (synonyms)

Page 5: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Irrelevant results

� Result page for the simple query “round ancient building”

5

Page 6: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Content-based search

� «search by content»

� «query-by-example»

� «search by sketch»

6

� «search by sketch»

� «similarity search».

Content basedimage search:powerful alternativeto traditional methods Search results example.

Clustered database.Top left image is query.

Page 7: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Algorithms

� Current algorithms are sharpen against global features, such

7

global features, such as color and handle local features, such as shape, not very good.

Search results. Clustered database.Washington university algorithm.T. DeRose, D. Salesin.

Page 8: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Image searching systems

� HotBot (http://hotbot.lycos.com)� NBCi (http://www.snap.com)� Yahoo! Image Search

(http://search.yahoo.com/images)� Lycos multimedia searcher

(http://multimedia.lycos.com)AltaVista Images Search Center

� QBIC (Query By Image Content). IBM Almaden Research Center, San Jose, CA

� Berkeley Digital Library Project. University of California, Berkeley

� Blobworld. Computer Science

8

� AltaVista Images Search Center (http://www.altavista.com/image)

� Google Image Search (http://images.google.com)

� PICSearch (http://www.picsearch.com/)

� Blobworld. Computer Science Division, University of California, Berkeley.

� Excalibur Visual RetrievalWare. Excalibur Technologies.

� VisualSEEk. Image and Advanced Television Lab, Columbia University, NY.

� WebSEEk. Image and Advanced Television Lab, Columbia University, NY

Page 9: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Washington University Algorithm

� One of the first algorithms

� Efficient and original index design

� Metric,|),(1),(1|||||||

,

,0,00,00,0 ∑ −+−=−ji

ji jiJjiQwJQwJQ

where Q – query, J – image from database

9

index design

� Handle shape not very good. Requires statistical tune-up.

Page 10: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Salient points algorithm

� Uses salient points idea, uses 2D wavelet decomposition and multiresolution presentation of the image for extraction of these points

10

Original image Extracted points

Page 11: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Extraction subband and points quality

600

700

800

900

1000

LH

HH

HL

250

300

350

400

450

LH

HH

HL

11

0 10 20 30 40 50 60100

200

300

400

500

0 10 20 30 40 50 6050

100

150

200

250

Saliency values can be calculated along one decomposition subband.Here is represented graphs of saliency values of the points, extracted from two different images, using all three available subbands.Visual difference between subbands illustrated below.

Page 12: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

LH-subband

� LH-subband (60 points). Points stick to horizontal edges.

50

12

50 100 150 200 250

100

150

200

250

Page 13: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

HL-subband

� HL-subband (60 points). Points stick to vertical edges.

50

13

50 100 150 200 250

100

150

200

250

Page 14: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

HH-subband

� HH (60 points). Points stick to horizontal and vertical edges.

50

14

50 100 150 200 250

100

150

200

250

Page 15: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Metric

� Composite metric was used, which allows combination of the several features.

15

features.

� i=1 shape

� i=2 color

� i=3 texture (not implemented)

� etc

∑=i

ijij fSWD )(

Page 16: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Query processing overview

� Decomposition

� Salient points

� Shape Multiresolution decomposition example

16

� Shape

� Color

� Metric

Multiresolution decomposition example

Salient points extraction example

Page 17: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Query example

� Clustered database (~800 images), algorithm correctly found all images of the target cluster (air liners) and correctly arranged them.

17

Page 18: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Query example

� Clustered database (~800 images), algorithm correctly found all images of the target cluster (traffic lights) and correctly arranged them.

18

Page 19: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Results

� Image searching algorithm, which handles several features, including shape

19

shape

� Salient points extraction algorithm was investigated and expanded

Page 20: Wavelet theory and its applications to images retrievalautayeu.com/projects/oko/autayeu-master-thesis-presentation-eng.pdf · Extraction subband and points quality 600 700 800 900

Applications

� Internet image searching system

� Add-on for an existing document searching system, to allow search by

20

searching system, to allow search by illustrations.

� Intranet and desktop image-retrieval systems.