0% found this document useful (0 votes)
28 views

Mobile Image Retrieval Using Integration of Geo-Sensing and Visual Descriptor

(1) The document proposes a new efficient photo image retrieval method that indexes photos for search using a combination of geo-referenced attributes (location data from GPS) and low-level visual features (color, texture). (2) Photos are labeled with GPS coordinates and used to generate hierarchical spatial indexes. Low-level visual features are extracted and combined with location data for indexing and searching. (3) The method adopts a two step approach - filtering relevant images based on location before content-based retrieval using visual features. This combination of context and content analysis is shown to be more effective than using visual features alone.

Uploaded by

Nikhil Tengli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Mobile Image Retrieval Using Integration of Geo-Sensing and Visual Descriptor

(1) The document proposes a new efficient photo image retrieval method that indexes photos for search using a combination of geo-referenced attributes (location data from GPS) and low-level visual features (color, texture). (2) Photos are labeled with GPS coordinates and used to generate hierarchical spatial indexes. Low-level visual features are extracted and combined with location data for indexing and searching. (3) The method adopts a two step approach - filtering relevant images based on location before content-based retrieval using visual features. This combination of context and content analysis is shown to be more effective than using visual features alone.

Uploaded by

Nikhil Tengli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

2012 15th International Conference on Network-Based Information Systems

Mobile Image Retrieval using Integration of Geo-Sensing and Visual Descriptor

Dong-Seok Yand and Yong-Hwan Lee†


Dept. of Applied Computer Engineering
Dankook University
Yong-in, Korea
[email protected]

Abstract—In this paper, we propose a new efficient photo with analysis for the collected images and extraction of the
image retrieval method that automatically indexed for feature information. Currently, the primitive features that
searching relevant photo images using a combination of geo- use widely in the area of content-based image retrieval
referenced attributes and low-level visual features. Photo (CBIR) involve low-level features such as color and
image is labeled with its GPS (Global Positioning System) texture.
coordinates at the moment of capture, and a flat layer index (3) Querying image retrieval is done by searching with
is generated with the pair of latitude and longitude. These user’s query image. The retrieval system waits for user’s
are then utilized to create a hierarchical layer indexes for input through whole or part of the image, and calculates
spatial information after uploaded to media server. Then,
the similarity distance between the query image and
low-level visual features such as color histogram and edge
histogram are extracted and combined with geo-spatial
images in the image collection when user input the query
information for indexing and searching photo images. For image that need to search. Then, several relevant images
user’s querying process, the proposed method adopts two with the minimum similarity distance are returned to the
different steps as progressive approach, filtering and/or user.
selecting the relevant subset prior to content-based retrieval. (4) The relevant results are arranged and processed on
To evaluate the performance of the proposed descriptor, we user’s interface with some rule, after searching is done. If
assess the simulation performance in terms of average the user does not satisfied with the results, he/she can re-
precision and F-score using digital photo collections. retrieve the image again, and searches database again.
Comparing the proposed approach to search using visual There are two approaches in the image retrieval; Text-
content alone, an improvement of around 20% was observed based method and content-based method [3]. The popular
in experimental trials. These results reveal that combination text-based approach requires images to be annotated with
of context and content analysis is markedly more effective one or more keywords that can then be easily searched.
and meaningful than using only visual content for this task. However, this involves a vast amount of labor and tends to
be colored by personal subjectivity; the resulting lack of
Keywords- Photo Image Retrieval; Mobile Image Search; clarity often leads to mismatches in the retrieval process.
Geo-spatial Indexing; Content-based Visual Descriptor; The alternative approach, content-based image retrieval
(CBIR), indexes images in a database by identifying
I. INTRODUCTION similarities between them based on visual features such as
The amount of mobile devices, which are used in our color, texture and shape [3-5]. Typically, a CBIR system
daily life, continues to grow. Most of them are equipped requires the construction of an image descriptor, which is
with powerful camera and current mobile devices characterized by two functions: an extraction process that
including digital camera provide high quality images with encodes image into feature vectors, and a similarity
low cost. This has caused that many studies have been measure that compares between two images. The image
increased interest in image retrieval. An image retrieval descriptor D is formulated into 2-tuples as (FD, SD), where
system is defined as a system enables a user to browse, FD is a function that extracts a feature vector f from image
search and retrieve image from a large database of digital I, and SD is a distance measure function that computes the
image [1]. There are four major tasks in realization of the similarity between two feature vectors corresponding to
image retrieval system [2]: organizing image data images in the database [5].
collection, building up feature database, querying image Figure 1 shows the approaches traditionally used to
retrieval in the database, and arrange the query results with search digital images. The first type of image search and
some order. retrieval system, shown in Figure 1(a), requires each
(1) Image data is organized by collecting from the image to be associated with one or more keywords entered
mobile device in an automatic fashion with transmission, by a human operator, while the second shown in Figure
and by the Internet spider program to automatically collect 1(b), uses an image as a query and attempts to retrieve
web images through the URL. other images which are similar. This represents the current
(2) Building up image feature database can be done state-of-the-art in CBIR systems from JPEG
standardization JPSearch [6].

Corresponding author.

978-0-7695-4779-4/12 $26.00 © 2012 IEEE 743


DOI 10.1109/NBiS.2012.154
Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.
This paper is organized as follows: Section 2 reviews
related works about image retrieval and location-aware
techniques. Section 3 analyzes the key points involved in
developing a new method for producing two layer indexes
using geo-spatial information. Section 4 describes a
practical estimation of the proposed method, and
discusses the experimental results. Section 5 concludes by
summarizing the study.

(a) (b) II. RELATED WORKS


Figure 1. Naïve System View of Image Search and CBIR [6]. (a) This section summarizes recent researches into
Image Search and Retrieval using Annotations (e.g., keywords), (b) metadata- based models currently available for managing
Image Search and Retrieval using an Image as Query (i.e., CBIR). photo image archives. The topic of GPS data handling for
photo management has been extensively studied in the last
few years. Toyama [13] proposed the WWMX (World
Although CBIR addresses the problem inherent in the Wide Media eXchange) database, where large collections
text-based retrieval by automating the image description of images are indexed in terms of several pieces of
with feature extraction, its performance is still far from metadata, including time and location information, while
user’s expectation. This is the reason that experiments on other researchers have applied a geo-life system that
CBIR systems show that low-level contents often fail to visualizes GPS data over digital maps and then analyzes
represent the high-level semantic concepts in user’s mind. historical events using the user's life pattern from raw GPS
This mismatch is often called semantic gap [7-8]. For log data[14]. These approaches are primarily designed to
example, in the case of searching images which contain manage images, and there is often a problem
synchronizing geo-locations with images due to the
the same object or same scene with different viewpoints, separation between capturing device and management
CBIR sometimes could not return the relevant images. system. Similar issues hamper systems based on the use of
This is caused of losing much detail information of the manual annotations added when generating the metadata.
images. Several papers have been proposed to attempt to For example, although the GeoTracker system allows
bridge the semantic gap using the following techniques: users to aggregate, navigate and browse RSS-enabled
(1) inducing rational knowledge in the retrieval process, content in digital maps [15], it does not support the
(2) utilizing the learning mechanism, and (3) making use creation of geo-referenced media. Qamra [16 attempted to
of both visual content and textual information [9]. The match landmark photos based on their photograph
third method is a simple and common used in CBIR annotation and location context, while Kennedy [17]
employed a location- driven and tag-driven approach to
techniques, since both first and second require extensive
representing, browsing and retrieving images using a
training and lot of relevant information to apply user’s Flickr dataset. These research studies all used manually
knowledge. Some of specific domain application such as pre-defined land-marks in their datasets. Tollmar [18]
medical image retrieval are used the second approach [10]. presented a tool designed to help mobile users to identify
In the mobile computing, some of researches have tried an unknown landmark by pointing at it with a camera
to use location information to provide a service in a phone and taking a photograph. Their IDeixis system first
timely fashion through location-aware technology. This queries an image matching routine, and then searches the
type of information is extremely useful in the web using keywords associated with the user's location.
representation of image, and it is one of the strongest Khan [19] described the method of sending images
through SMS with text, and then retrieved the relevant
memory cues when a user recalls past records of digital
images with textual annotations.
images [11]. Typical examples are Telematics service,
LBS (Location-based Service) and navigation service, and
this kind of services raises an interesting question: Can III. PROPOSED DESCRIPTOR
this technique also be used to improve searching The main goal of this work is to evaluate whether the
accuracy in the image retrieval? In this point of view, this addition of geo-spatial information can improve the
paper accesses a method of combining visual content and performance of image retrieval or not. To achieve this
other geo-coded information such as latitude and goal, the proposed method utilizes location-stamp from
longitude can contribute to enhance the accuracy of image GPS that are indicating where a photo is taken. We
searching. consider that GPS location is an important clue in the
In this paper, we extend our previous works [12] by retrieval of photo images. Specially, objects in the natural
photo image (for example, structures and buildings) are
creating geo-spatial indexes in two separate layers to
related to any particular location in the real world. The
improve the performance of image retrieval systems and proposed system performs three major tasks, as illustrated
to reduce the semantic gap based on clustering in Figure 2.
techniques.

744

Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.
taken at certain times (from datetime1 to datetimen), which is displayed
by ordering a time-series, and Ci indicates their classification in terms of
their geo-location, which is a set of consecutive photos taken in close
proximity to each other, corresponding to same location cluster. Arrows
in this figure represent a user’s movements. Note that non-sequential
photos may be included in the same cluster. For example, p1 and p10 are
both included in C

Alternative index for geo-spatial information is built


with textual information obtained from national addressing
system. To generate a geo-spatial index in hierarchical
layer, four fixed level depth of addressing system is used,
which are country, province, county and district that
correspond to the latitude/ longitude. Since the spatial
hierarchy may differ from the unified national addressing
system, this study uses four-fixed hierarchy based on a
Figure 2. Diagram of the proposed photo image retrieval system geographic dataset of administrative regions. Thereby, a
photo entity can be formulated with 5-tuple (PID, 4-level
HierIdx).
The set of geographic location is used to automatically
create two types of separate indexes for retrieval after
uploaded to media server. As well as constructing the
content-based retrieval ranking, each image has been
extracted low-level visual features based on color and
texture, which are commonly used features in most of the
CBIR system. Finally, simple similarity measure functions
are executed for user’s query to return the relevant images.

A. Geo-spatial Indexing for Photo Clustering


A geo-coded image is an image which is associated
with a geographical location by geo-tagged, which is
usually done by assigning at least a latitude and longitude
to the image [1]. Each geo-coded image can be clustered
into an appropriate subset based on these geographical Figure 4. The proposed indexing model; (a) Two-layer geo-spatial and
identifiers. Figure 3 illustrates an example of photo set and temporal indexes for a certain place, and (b) An example of geo-location
the corresponding track from GPS-derived location. Once hierarchy using textual information and time-stamp to indicate the place
name clusters.
photo images have been grouped into location clusters
with a distance threshold (), an index in flat layer is
automatically created for each image that incorporates the
corresponding geo-location. The flat index is constructed B. Extraction of Low –level Visual Features
with GPS coordinates, formulated with 3-tuple (PID, Lati, In this paper, we simply use two image descriptors to
Long). extract the content-based visual features: a simple 64-bins
color histogram using HSV model and the well-known
MPEG-7 edge histogram descriptor with gray-level [20].
Color histogram, called CH-HSV in this paper, provides a
representation of the distribution of colors in an image,
which is calculated by converting color channel to HSV,
quantizing the colors in each channel, and counting how
frequently this color occurs. It is known that HSV (Hue,
Saturation and Value) color model has better achievement
than other models at the performance of retrieval [24].
Edge histogram, called EHD-G, represents a local edge
distribution in the image, which is computed by dividing
its gray-scale image into 4-by-4 non-overlapping blocks,
and then categorizing the edge into 5 types
( 0°, 45 °, 90°, 135 ° and non-directional). CH-HSV for each
of two channels in S and V results in a 128-dimensional
feature vector, while EHD-G yields an 80-dimensional.

Figure 3. Example of photo image clustering with time-sequence and


the corresponding geo-location track. Pi denotes a set of photo images

745

Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.
C. Perform Query-by-Example and Measure of collections to enable important clues pertaining to geo-
Similarity coded image content to be utilized. The image database
For a user’s querying process, the proposed method consisted of 2,800 images belonging to 10 classes that
adopts two different steps as progressive approach to filter have been rescaled to 640*480 JPEG format. In this
the relevant subset prior to content-based retrieval. In the study, the classes are segmented to generate the ground
first approach for the flat indexing, all images outside a truth for evaluation, and used only to calculate the
certain distance from the user’s query image are removed effectiveness of the new approach. In the experiment,
from the collection and the remaining images ranked in retrieved images were considered to be relevant if they
terms of the similarity of visual contents. The relevant belonged to the same class as the query image.
images are firstly filtered by equation (1). Because GPS requires a line-of-sight connections with
the satellites, the signal can be lost inside buildings or in
filtering with flat index ∈ { ∀ I : D qt ≤ ε } heavily built-up areas. While it is possible to integrate the
(1) cell ID from mobile phone or advanced indoor GPS
technology [19], this issue was not addressed in this
where I is the subset of images filtered, t is the user- study. Instead, consecutive photos with no location were
defined criterion,  is the user-defined boundary ranges assumed to belong to the same GPS track.
for location. Dqt is the distance threshold between query
image and target image computed with equation (2), at ( pl , pn ∈Ci ∧ (time( pl ) ≤ time( pm ) ≤ time( pn )))
which two images were generated. (5)
Ÿ pm ∈ Ci
[
Dqt = C × a cos (sin (lat q )× sin (lat t )) +
The most common evaluation measures used in IR
(cos(lat )× cos(lat )× cos(long
q t q − long t )) ] (2)
(information retrieval) are precision and recall [22].
Precision denotes the fraction of all possible relevant
where lat and long are the decimal degrees of latitude images retrieved and recall indicates the fraction of the
and longitude, q and t mean the query and the target images retrieved that are actually relevant to the query.
image, and C is a constant used to convert the angle from Both are calculated as precision = a/a+b and recall =
radians to degree. a/a+c, where a is the number of relevant images retrieved,
In the other approach for the hierarchical indexing, all b is the number of relevant images that were not retrieved,
images with the same node with the query image are and c is the number of irrelevant images retrieved.
selected and included in the ranking retrieval process. The Since both scores are not always the most appropriate
selecting subset is defined by equation (3). measures for evaluating retrieval [23], they are often
combined into a single measure of performance, known as
selecting with hierarchy ∈ ∀ I : { ¦
m
j =1
[Sj ] } the F-score, which is formulated as follow.

S 1 ∈{∀I ∃ H 1 in the same node1 } ( 2 × precision × recall )


F − score = (6)
S 2 ∈ S 1 * {∀I ∃ H 2 in the same node 2 } (3) precision + recall
S 3 ∈ S 1 * S 2 * {∀I ∃ H 3 in the same node 3 }
The experimental approach is adopted to evaluate the
S 4 ∈ S 1 * S 2 * S 3 * {∀I ∃ H 4 in the same node 4 } search results, and quantify any improvement in the
retrieval performance due to integration of geo-coded
where m is the maximum number of hierarchical content analysis, compared to using content analysis
levels, Sj is the subset of images belonging to the node of alone. Leave-one-out cross validation was applied to
the jth hierarchical level, and Hi is the node of hierarchy. obtain more reliable estimates. Thus, each image in the
After filtering subset with the flat index or selecting database was selected in turn as the query image, and
relevant subset with the hierarchical index, normalized queried against the remaining images.
histogram intersection for visual content are then used to Table.1 shows the results for the comparison of
calculated similarities between query image Q and target retrieval effectiveness over all the query types. The
images T, formulated as follow. parameter value for F-CH and F-EHD was 1km. The
values shown in the left side were computed in terms of
¦
n −1
(
min FkQ , FkT ) precision and recall after the top 100 images had been
S (Q , T ) = k =0
(4) retrieved. The combined approaches on both flat and
¦ k = 0 FkT
n −1

hierarchical layers had significantly better F-scores


compared to the system utilizing only content-based
where FkQ and FkT are the feature vectors of query ranking retrieval (CH-HSV and EHD-G). Comparing CH-
image and target image respectively, and n is the number HSV with F-CH, CH-HSV included a higher proportion
of bins for each image histogram. of irrelevant images during the search, indicated by its
low-precision and high-recall. Based on the average from
IV. PRACTICAL EXPERIMENTS AND RESULTS all queries for F-score at F-CH and F-EHD, 80.3% and
70.83% of all relevant images in the database were
Although most image retrieval researches have retrieved, whereas CH-HSV and EHD-G retried only
focused on general image databases such as the Corel or 52.5% and 46.64% of the relevant images in the image
MPEG-7 CCD datasets, we used our own personal photo

746

Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.
collection. The results for this dataset, also confirm that The extraction time for an image and the retrieval time
the retrieval performances using the hierarchical layer, for relevant images over the entire database (2,800 images)
which select photographs that are in the same level of were computed. Even through the proposed methods
hierarchy, are as effective as those filtering based on required little more computing time and storage in
distance from the query image. These results revealed that comparison to other methods, they were noticeably more
H-CH and H-EHD both exhibited a slight improvement in accurate when applied to an image search within a
retrieval effectiveness. reasonable time and system resource allocation.

TABLE I
COMPARISON OF RETRIEVAL EFFECTIVENESS USING F-SCORE OVER ALL QUERIES, AND SUMMARY OF COMPUTATIONAL CHARACTERISTICS OF THE METHODS.
THE PROPOSED F-CH AND F-EHD INDICATE THE ADDITION OF LOCATION-BASED FILTERING PRIOR TO RANKING RETRIEVAL FOR CH-HSV AND EHD-G,
RESPECTIVELY. ALSO, THE PROPOSED H-CH AND H-EHD DENOTE PRIOR SELECTION BASED ON THE HIERARCHICAL INDEX, NAMELY CH-HSV AND EHD-G
RESPECTIVELY.

Retrieval Effectiveness Computing Time


Methods Feature Extraction Retrieving Time Length for Feature
Precision Recall F-score
Time [sec/image] [sec/image] Vector [byte/image]
CH-HSV 36.20% 95.50% 52.50% 0.373 0.047 128
EHD-G 31.20% 92.30% 46.64% 0.519 0.028 80
F-CH 85.40% 75.78% 80.30% 0.394 0.079 140
F-EHD 68.50% 73.33% 70.83% 0.541 0.042 92
H-CH 89.78% 75.79% 82.19% 0.426 0.316 208
H-EHD 72.12% 71.67% 71.89% 0.649 0.291 160

Figure 5. Example of top 10 ranking lists for each retrieval method. The query image is at the left top-left. (a) Query with F-CH, (b) Query with F-EHD,
and (c) Query with Location-only

The key contribution of this paper lies in its combination


of geo-location based and content-based visual features to
V. CONCLUSION improve the performance of retrieval methods incorporating
This paper presented a new method that creates an index automated indexing for large collections of photographs.
for photo image retrieval using geo-coded information, In future work, we plan to test performance of the system
specifically the GPS-derived position and the date/time at proposed with more larger scale and commonly used
which the image was captured. The new approach utilizes databases (i.e., Flickr image collection) and then go on to
two-layer (flat and hierarchical) indexes containing spatial extend it to incorporate other metadata such as photo’s
information that are generated automatically for each image. orientation and/or direction.
An experimental evaluation showed that the proposed
method significantly improved image retrieval performance
compared to existing search algorithms. Based on these ACKNOWLEDGMENT
results, applying combination of context and content-based This work was supported by 2012 Dankook university
features to image retrieval functions offers a valuable way to project for funding RICT.
deal with an increasingly important issue.

747

Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.
REFERENCES [21] Rathiah Hashim, Mohammad Sibghotulloh Ikhmatiar, Miswan Surip,
Masiri Karmin, Tutut Herawan, Mosque Tracking on Mobile GPS
[1] Website: http://en.wikipedia.org and Prayer times Synchronization for Unfamiliar Area, International
[2] Nidhi Singhai and Shishir K. Shandilya, “A Survey on: Content Journal of Future Generation Communication and Networking, Vol.4,
Based Image Retrieval Systems”, International Journal of Computer No.2, (2011)
Applications, Vol.4, No.2, July, 2010. [22] Vittorio Castelli, Lawrence D. Bergman, Image Databases: Search
[3] Arnol W.M. Smeulders, Marcel Worring, Simone Santini, Amarnarth and Retrieval of Digital Imagery, Wile Inter-Science, (2002)
Gupta, Ramesh Jain, Content-based Image Retrieval at the End of the [23] Baeza-Yates Ricarno, Berthier Ribeiro-Neto, Modern Information
Early Years, IEEE Transactions on Pattern Analysis and Machine Retrieval, ACM Press, (1999)
Intelligence, vol.22, no.12, 2000.
[4] B.S. Manjunath, Hens-Rainer Ohm, Vinod V. Vasudevan, Akio
Yamada, Color and Texture Descriptors, IEEE Transactions on
Circuits and System for Video Technology, vol.11, no.6, pp.703~715,
June, 2001
[5] Ricardo Silva Torres, Alexandre Zavier Falcao, Content-based Image
Retrieval: Theory and Applications, Brazilian Symposium on
Computer Graphics and Image Processing (SIBGRAPO), Oct., 2006.
[6] Mun-Kew Leong, Wo Chang : Framework and System Components,
ISO/IEC JTC1/SC29/WG1N3684, July, 2005.
[7] Smeulders AWM, Worring M, Santini S, Gupta A and Jain R,
“Content-Based Image Retrieval at the End of the Early Years”, IEEE
Transactions on Pattern Analysis and Machine Intelligence, Vol.22,
No.12, 2000
[8] Hui Wang, Dzulkifli Mohamad and N.A. Ismail, “Semantic Gap in
CBIR: Automatic Objects Spatial Relationships Semantic Extraction
and Representation”, International Journal of Image Processing,
Vol.4, No.3, 2010
[9] Lakdashti, Shahram Moin and Badie, “A Novel Semantic-based
Image Retrieval Method”. International Conference on Advanced
Communication Technology, pp.969~974, 2008.
[10] V. Vijaya Kumar, N. Gnaneswara Rao, A.L. Narsimha Rao, RTL:
Reduced Texture Spectrum with Lag Value Based Image Retrieval
for Medical Images, International Journal of Future Generation
Communication and Networking, Vol.2, No.4, (2009)
[11] Ramech Jain, Photo Retrieval: Multimedia’s Chance to Solve a Real
Problem for Real People, IEEE Multimedia, Vol.14, Issue.3, (2007)
[12] Yong-Hwan Lee, B.N. Kim, H.J. Kim, Photograph Indexing and
Retrieval using Combined Geo-information and Visual Features,
International Conference on Complex, Intelligent and Software
Intensive Systems, (2010) pp.790~793.
[13] Kentaro Toyama, Ron Logan, Asta Roseway, P. Anandan,
Geographic Location Tags on Digital Images, ACM International
Conference on Multimedia, (2003) pp.156~166.
[14] Yu Zheng, Yukun Chen, Xing Xie, Wei-Ying Ma, GeoLife2.0: A
Location-based Social Networking Service, International Conference
on Mobile Data Management: Systems, Services and Middleware,
(2009) pp.357~358.
[15] Yih-Farn Chen, Giuseppe Di Fabbrizio, David Gibbon, Rittwik Jana,
Serban Jora, Bernard Renger, Bin Wei, GeoTracker- Geospatial and
Temporal RSS Navigation, International Conference on World Wide
Web, (2007) pp.41~50.
[16] Arun Qamra, Edward Y. Chang, Scalable Landmark Recognition
using EXTENT, Multimedia Tools and Applications, Vol. 38, Issue.
2, pp.187~208, (2008)
[17] Lyndon Kennedy, Mor Naaman, Shane Ahern, Rahul Nair, Tye
Rattenbury, How Flickr Helps us Make Sense of the World: Context
and Content in Community-Contributed Media Collections,
International Conference on Multimedia, (2007) pp.631~640.
[18] Konrad Tollmar, Tom Yeh, Trevor Darrell, IDeixis - Searching the
Web with Mobile Images for Location-based Information, Mobile
Human-Computer Interaction, LNCS 3160, pp.288~299, (2004)
[19] Muhammad Fahad Khan, Saira Beg, Fakhra Kashif, Image
Transference and Retrieval over SMS, International Journal of
Computer Science Issue, Vol.8, Issue.5, No.2, (2011)
[20] Akio Yamada, Robert O’Callaghan, S.K. Kim, MPEG-7 Visual part
of experimentation model version 27.0. ISO/IEC JTC1/SC29/
WG11N7808, (2006)

748

Authorized licensed use limited to: REVA UNIVERSITY. Downloaded on June 28,2023 at 07:53:17 UTC from IEEE Xplore. Restrictions apply.

You might also like