Visual information retrieval using Java and LIRE /

Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relev...

Full description

Saved in:
Bibliographic Details
Main Author: Lux, Mathias
Other Authors: Marques, Oge
Format: Electronic eBook
Language:English
Published: Cham, Switzerland : Springer, [2013]
Series:Synthesis lectures on information concepts, retrieval, and services ; #25.
Subjects:
Online Access:Connect to this title online

MARC

LEADER 00000cam a2200000Ia 4500
001 b3939395
005 20240627104537.0
006 m eo d
007 cr cn||||m|||a
008 130218t20132013sz a fob 000 0 eng d
020 |a 9781608459193  |q (electronic bk.) 
020 |a 1608459195  |q (electronic bk.) 
020 |z 9781608459186  |q (pbk.) 
020 |a 9783031022821  |q (electronic bk.) 
020 |a 3031022823  |q (electronic bk.) 
035 |a (OCoLC)827937212  |z (OCoLC)829753705  |z (OCoLC)854752395  |z (OCoLC)961536037  |z (OCoLC)962712721 
035 |a (OCoLC)827937212 
040 |a CaBNvSL  |b eng  |e pn  |c J2I  |d J2I  |d WAU  |d YDXCP  |d N$T  |d AZS  |d E7B  |d UMI  |d DEBSZ  |d COO  |d OCLCQ  |d OKU  |d OCLCF  |d MHW  |d MEAUC  |d OCLCQ  |d RIU  |d LND  |d CEF  |d OCLCQ  |d OCLCO  |d INT  |d OCLCQ  |d ESU  |d YOU  |d TKN  |d OCLCQ  |d LEAUB  |d NJT  |d OCLCQ  |d OCLCO  |d UKSSU  |d UKAHL  |d OCLCQ  |d OCLCO  |d GW5XE  |d OCLCQ  |d UtOrBLW 
049 |a STAW 
050 4 |a ZA4675  |b .L888 2013 
100 1 |a Lux, Mathias.  |0 http://id.loc.gov/authorities/names/no2009024470 
245 1 0 |a Visual information retrieval using Java and LIRE /  |c Mathias Lux, Oge Marques. 
264 1 |a Cham, Switzerland :  |b Springer,  |c [2013] 
264 4 |c ©2013 
300 |a 1 online resource (xv, 96 pages) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Synthesis lectures on information concepts, retrieval, and services,  |x 1947-9468 ;  |v #25 
500 |a Part of: Synthesis digital library of engineering and computer science. 
504 |a Includes bibliographical references (pages 87-94). 
505 0 |a Information retrieval : selected concepts and techniques -- Visual features -- Indexing visual features -- LIRE : an extensible Java CBIR library. 
505 0 |a Preface -- Acknowledgments. 
505 8 |a 1. Introduction -- 1.1 Design challenges -- 1.2 Getting started with LIRE -- 1.2.1 Java setup -- 1.2.2 Downloading, unpacking, and running LireDemo -- 1.2.3 Indexing an image collection -- 1.2.4 Browsing the index, selecting an image, and performing a search. 
505 8 |a 2. Information retrieval: selected concepts and techniques -- 2.1 Basic concepts and document representation -- 2.1.1 Vector retrieval model -- 2.2 Retrieval evaluation -- 2.3 Text information retrieval with Lucene. 
505 8 |a 3. Visual features -- 3.1 Digital imaging in a nutshell -- 3.1.1 Digital imaging in Java -- 3.2 Global features -- 3.2.1 Color features -- 3.2.2 Texture features -- 3.2.3 Combining color and texture -- 3.3 Local features -- 3.3.1 Scale-invariant feature transform (SIFT) -- 3.3.2 Speeded-up robust features (SURF) -- 3.4 Metrics, normalization, and distance functions -- 3.5 Evaluation of visual features -- 3.5.1 Figures of merit -- 3.5.2 Datasets -- 3.5.3 Challenges -- 3.6 Feature extraction using LIRE. 
505 8 |a 4. Indexing visual features -- 4.1 Indexing: the naïve approach -- 4.1.1 Basic indexing and linear search in LIRE -- 4.2 Nearest-neighbor search -- 4.3 Hashing -- 4.3.1 Locality sensitive hashing -- 4.3.2 Metric spaces approximate indexing -- 4.4 Bag of visual words -- 4.4.1 Bag of visual words using LIRE. 
505 8 |a 5. LIRE: an extensible Java CBIR library -- 5.1 Architecture and low-level features -- 5.2 Indexing and searching -- 5.3 Advanced features -- 5.3.1 Bag of visual words -- 5.3.2 Result re-ranking and filtering -- 5.4 How to apply LIRE -- 5.4.1 Scenario investigation -- 5.4.2 Benchmarking -- 5.4.3 Deployment tests and performance optimization. 
505 8 |a 6. Concluding remarks -- 6.1 Research directions, challenges, and opportunities -- 6.2 Resources -- Bibliography -- Authors' biographies. 
510 0 |a Compendex 
510 0 |a INSPEC 
510 0 |a Google scholar 
510 0 |a Google book search 
520 3 |a Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. During its early years (1995-2000), the research efforts were dominated by content-based approaches contributed primarily by the image and video processing community. During the past decade, it was widely recognized that the challenges imposed by the lack of coincidence between an image's visual contents and its semantic interpretation, also known as semantic gap, required a clever use of textual metadata (in addition to information extracted from the image's pixel contents) to make image and video retrieval solutions efficient and effective. The need to bridge (or at least narrow) the semantic gap has been one of the driving forces behind current VIR research. Additionally, other related research problems and market opportunities have started to emerge, offering a broad range of exciting problems for computer scientists and engineers to work on. In this introductory book, we focus on a subset of VIR problems where the media consists of images, and the indexing and retrieval methods are based on the pixel contents of those images--an approach known as content-based image retrieval (CBIR). We present an implementation-oriented overview of CBIR concepts, techniques, algorithms, and figures of merit. Most chapters are supported by examples written in Java, using Lucene (an open-source Java-based indexing and search implementation) and LIRE (Lucene Image REtrieval), an open-source Java-based library for CBIR. 
588 0 |a Online resource; title from PDF title page (Morgan & Claypool, viewed on February 17, 2013). 
630 0 0 |a Lucene (Electronic resource)  |0 http://id.loc.gov/authorities/names/n2005054769 
630 0 7 |a Lucene (Electronic resource)  |2 fast  |0 (OCoLC)fst01403193  |0 http://id.worldcat.org/fast/1403193 
650 0 |a Picture archiving and communication systems.  |0 http://id.loc.gov/authorities/subjects/sh91005238 
650 0 |a Image processing  |x Digital techniques.  |0 http://id.loc.gov/authorities/subjects/sh85064447 
650 0 |a Java (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh95008574 
650 7 |a digital imaging.  |2 aat 
650 7 |a Image processing  |x Digital techniques.  |2 fast  |0 (OCoLC)fst00967508  |0 http://id.worldcat.org/fast/967508 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065  |0 http://id.worldcat.org/fast/982065 
650 7 |a Picture archiving and communication systems.  |2 fast  |0 (OCoLC)fst01063711  |0 http://id.worldcat.org/fast/1063711 
650 7 |a Image processing.  |2 fast  |0 (OCoLC)fst00967501 
700 1 |a Marques, Oge.  |0 http://id.loc.gov/authorities/names/n2002015456 
730 0 |a Synthesis digital library of engineering and computer science.  |0 http://id.loc.gov/authorities/names/n2016188085 
740 0 |a Springer Nature Synthesis Collection of Technology Collection 4. 
776 0 8 |i Print version:  |z 9781608459186 
776 0 8 |i Print version:  |a Lux, Mathias.  |t Visual information retrieval using Java and LIRE.  |d [San Rafael, Calif.] : Morgan & Claypool Publishers, ©2013  |z 1608459187  |w (OCoLC)801929121 
830 0 |a Synthesis lectures on information concepts, retrieval, and services ;  |v #25.  |0 http://id.loc.gov/authorities/names/no2009051886 
856 4 0 |u https://login.libproxy.scu.edu/login?url=https://link.springer.com/10.1007/978-3-031-02282-1  |z Connect to this title online  |t 0 
907 |a .b39393951  |b 240629  |c 230418 
918 |a .bckstg  |b 2016-12-01 
919 |a .ulebk  |b 2022-07-07 
998 |a uww  |b 230418  |c m  |d z   |e l  |f eng  |g sz   |h 0 
999 f f |i 6dec6c94-b047-5f6f-8903-3000175360eb  |s 81130910-6c72-57b5-9b74-4a1139e03871  |t 0