SlideShare a Scribd company logo
1 of 39
Download to read offline
LinkedQR: Improving Tourism Experience through Linked
                 Data and QR Codes


                      ´                                 ´         ˜
  Mikel Emaldi, Jon Lazaro, Xabier Laiseca, and Diego Lopez de Ipina
         {m.emaldi, jlazaro, xabier.laiseca, dipina}@deusto.es

              DeustoTech - Deusto Institute of Technology, University of Deusto



                                December 4, 2012
Outline


Tourism experience at art galleries
Outline


Tourism experience at art galleries

Related Work
Outline


Tourism experience at art galleries

Related Work

Linked Data
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Traditional experience




Usually, inside an art gallery we can find few information elements
as:
    Information cards with minor information.




                       Tourism experience at art galleries   4 / 33
Traditional experience




Usually, inside an art gallery we can find few information elements
as:
    Information cards with minor information.
    Audioguides with extended information.




                       Tourism experience at art galleries   4 / 33
Limitations




   The area of the information cards is limited.
   The hardware of audioguides is limited to audio and few text
   characters.
       Deaf people can not use them.




                      Tourism experience at art galleries   5 / 33
How can we enrich the
information received inside an art
             gallery?
Our proposal




Including the capabilities of the smartphones in the environment
of the museums.




                       Tourism experience at art galleries   7 / 33
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Smartphones into art galleries




There are some art galleries that have their own mobile
applications:
    Orsay’s Museum (Paris).
    MoMA (New York).
    Museo de reproducciones (Bilbao).




                              Related Work                9 / 33
MoMu

MoMu (Mobile Museum) offers additional information about the
                                  ´          ˜
pieces of art, using TRIP codes [Lopez-de-Ipina02].




MoMu does not offer any innovation in the information
recovery process.


                            Related Work             10 / 33
Our solution




   Usage of QR Codes to identify the pieces of art.
   Linked Data to manage the recovery of information.




                           Related Work               11 / 33
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
What is Linked Data?


Linked Data is a set of best practices enunciated by Tim
Berners-Lee and promoted by W3C to publish data on the Web.
There are four principles to publish our data as Linked Data
[Berners-Lee06].
 1. Use URIs as names for things.
 2. Use HTTP URIs so that people can look up those names.
 3. When someone looks up a URI, provide useful information
    using the standards (RDF*, SPARQL).
 4. Include links to other URIs so that they can discover more
    things.




                             Linked Data               13 / 33
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Architecture Overview




                                tion
                 at   ion inser
       1) Inform
                    L>
            4) <HTM
                   curation
           5) Data




                                       System Architecture   15 / 33
Information Enrichment Scenario



A web application to ease the work of the data curator of the art
gallery.
 1. The data curator inserts the title and the author of the piece of
    art.
 2. This input data is queried against DBPedia.
 3. The data curator filters the information given by DBPedia.
 4. At last, the data curator can add information manually.
These Linked Open Data can be reused by another museums! :-)




                            System Architecture           16 / 33
Information Consuming Scenario




Enables the user to access enriched information about a concrete
piece of art.
 1. The user accesses to the application of the museum.
 2. Scans the QR Code of the piece of art.
 3. The information is shown at his/her smartphone.




                          System Architecture         19 / 33
Some notes




The workflow of our system requires many HTTP requests and
data transmission...
The DBPedia can return ambiguous results...




                         System Architecture       21 / 33
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Experimentation




      Performance on administration side.
            Accuracy of given results.
      Performance on user side.
            Retrieving data.
            Visualizing data.
                                                                                  ´
“Arte como vida” exposition (Sala Kubo art gallery (Kursaal), Donostia/San Sebastian).




                                      Experimentation                       23 / 33
Performance on administration side I




There are many unknown authors!




                         Experimentation   24 / 33
Performance on administration side II



                          Tpositives           51
     Precision =                           =        = 89.47%       (1)
                   Tpositives + Fpositives   51 + 6
                         Tpositives          51
      Recall =                           =        = 98.07%         (2)
                 Tpositives + Fnegatives   51 + 1
                              Tnegatives            29
 True negative rate =                           =        = 96.66%
                        Tnegatives + Fpositives   29 + 1
                                                                 (3)




                            Experimentation              25 / 33
Performance on administration side III




                             Tpositives + Tnegatives
  Accuracy =                                                      =
                Tpositives + Tnegatives + Fpositives + Fnegatives
                                                                        (4)
                                         51 + 29
                                                        = 91.95%
                                     51 + 29 + 6 + 1

           Precision ∗ Recall      0.8947 ∗ 0.9807
F1 = 2 ∗                      = 2∗                 = 93.57% (5)
           Precision + Recall      0.8947 + 0.9807




                              Experimentation                 26 / 33
Performance on user side I

                      3500                Time delay on triple processing
                                 Retrieval time
                      3000
                                 Visualization time
                                 Total time
                                 Retrieval time mean
                      2500       Visualization time mean
                                 Total time mean
                      2000
             t (ms)




                      1500

                      1000

                       500

                        0 84.0   87.0   88.0   91.0 92.0 95.0          96.0   97.0   104.0
                                                   Number of triples


The maximum bearable delay for an user interaction is near 10 seconds, according to
[Nielsen94].

                                                 Experimentation                             27 / 33
Outline


Tourism experience at art galleries

Related Work

Linked Data

System Architecture

Experimentation

Conclusions and Future Work
Conclusions



  The synergy between QR Codes and Linked Data increases
  the tourism experience in art galleries.
      QR Codes can identify everyday objects and Linked Data can
      enrich the information about these objects.
  The proposed solution is easily deployable and no special
  hardware is needed.
  User interface can be adapted to the needs of different users.
  Our system can be migrated to many tourism
  infrastructures.




                      Conclusions and Future Work     29 / 33
Future Work



  We have tested the system at Sala Kubo (Kursaal,
                      ´
  Donostia/San Sebastian).
      CICTourgune is analysing the system in terms of usage and
      usability.
  Improve the percentage of authors found adding more
  semantic resources like Amsterdam Museum semantic
  repository or GoogleArt wrapper.
  Increase the user experience improving the visualization of
  the data into the smartphone.




                      Conclusions and Future Work     30 / 33
Bibliography



     ´           ˜       ´         ˜        ´
   [Lopez-de-Ipina02] Lopez-de-Ipina, D., Vazquez, I., Sainz, D.:
   Interacting with our environment through sentient mobile
   phones.
   [Berners-Lee06] Berners-Lee, T.: Linked Data - design issues
   (online, 2006).
   [Nielsen95] Nielsen, J.: Usability engineering. Morgan
   Kaufmann (1994).




                       Conclusions and Future Work     31 / 33
All rights of images are reserved by the
original owners*, the rest of the content is licensed
  under a Creative Commons by-sa 3.0 license.




                            ´
    * Mikel Emaldi and Jon Lazaro
LinkedQR: Improving Tourism Experience through Linked
                 Data and QR Codes


                      ´                                 ´         ˜
  Mikel Emaldi, Jon Lazaro, Xabier Laiseca, and Diego Lopez de Ipina
         {m.emaldi, jlazaro, xabier.laiseca, dipina}@deusto.es

              DeustoTech - Deusto Institute of Technology, University of Deusto



                                December 4, 2012

More Related Content

What's hot

Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...
Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...
Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...diannepatricia
 
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHY
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHYEMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHY
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHYJournal For Research
 
Cecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in imageCecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in imageijctet
 
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATIONDIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATIONcscpconf
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingijctet
 
Introduction to Tensorflow
Introduction to TensorflowIntroduction to Tensorflow
Introduction to TensorflowTzar Umang
 
Deep Learning
Deep LearningDeep Learning
Deep LearningJun Wang
 
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...Universitat Politècnica de Catalunya
 
One Perceptron to Rule them All: Deep Learning for Multimedia #A2IC2018
One Perceptron  to Rule them All: Deep Learning for Multimedia #A2IC2018One Perceptron  to Rule them All: Deep Learning for Multimedia #A2IC2018
One Perceptron to Rule them All: Deep Learning for Multimedia #A2IC2018Universitat Politècnica de Catalunya
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475IJRAT
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionHarshit Varshney
 
Visual cryptography scheme for color images
Visual cryptography scheme for color imagesVisual cryptography scheme for color images
Visual cryptography scheme for color imagesiaemedu
 
DRAW: Deep Recurrent Attentive Writer
DRAW: Deep Recurrent Attentive WriterDRAW: Deep Recurrent Attentive Writer
DRAW: Deep Recurrent Attentive WriterMark Chang
 
Diving into Deep Learning (Silicon Valley Code Camp 2017)
Diving into Deep Learning (Silicon Valley Code Camp 2017)Diving into Deep Learning (Silicon Valley Code Camp 2017)
Diving into Deep Learning (Silicon Valley Code Camp 2017)Oswald Campesato
 
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020Universitat Politècnica de Catalunya
 
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759Vandna Sambyal
 
Google Developer Groups Talk - TensorFlow
Google Developer Groups Talk - TensorFlowGoogle Developer Groups Talk - TensorFlow
Google Developer Groups Talk - TensorFlowHarini Gunabalan
 

What's hot (20)

C++ and Deep Learning
C++ and Deep LearningC++ and Deep Learning
C++ and Deep Learning
 
Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...
Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...
Martin Takac - “Solving Large-Scale Machine Learning Problems in a Distribute...
 
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHY
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHYEMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHY
EMPIRICAL STUDY OF ALGORITHMS AND TECHNIQUES IN VIDEO STEGANOGRAPHY
 
Scala and Deep Learning
Scala and Deep LearningScala and Deep Learning
Scala and Deep Learning
 
Cecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in imageCecimg an ste cryptographic approach for data security in image
Cecimg an ste cryptographic approach for data security in image
 
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATIONDIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION
DIGITAL VIDEO HOLOGRAPHY- A ROBUST TOOL FOR COMMUNICATION
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarking
 
Visual Cryptography
Visual CryptographyVisual Cryptography
Visual Cryptography
 
Introduction to Tensorflow
Introduction to TensorflowIntroduction to Tensorflow
Introduction to Tensorflow
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
 
One Perceptron to Rule them All: Deep Learning for Multimedia #A2IC2018
One Perceptron  to Rule them All: Deep Learning for Multimedia #A2IC2018One Perceptron  to Rule them All: Deep Learning for Multimedia #A2IC2018
One Perceptron to Rule them All: Deep Learning for Multimedia #A2IC2018
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree Decomposition
 
Visual cryptography scheme for color images
Visual cryptography scheme for color imagesVisual cryptography scheme for color images
Visual cryptography scheme for color images
 
DRAW: Deep Recurrent Attentive Writer
DRAW: Deep Recurrent Attentive WriterDRAW: Deep Recurrent Attentive Writer
DRAW: Deep Recurrent Attentive Writer
 
Diving into Deep Learning (Silicon Valley Code Camp 2017)
Diving into Deep Learning (Silicon Valley Code Camp 2017)Diving into Deep Learning (Silicon Valley Code Camp 2017)
Diving into Deep Learning (Silicon Valley Code Camp 2017)
 
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
Convolutional Neural Networks - Xavier Giro - UPC TelecomBCN Barcelona 2020
 
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
 
Google Developer Groups Talk - TensorFlow
Google Developer Groups Talk - TensorFlowGoogle Developer Groups Talk - TensorFlow
Google Developer Groups Talk - TensorFlow
 

Similar to LinkedQR: Improving Tourism Experience through Linked Data and QR Codes

An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...
An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...
An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...Dominique Guinard
 
The world is the computer and the programmer is you
The world is the computer and the programmer is youThe world is the computer and the programmer is you
The world is the computer and the programmer is youDavide Carboni
 
Introduction to Machine Vision
Introduction to Machine VisionIntroduction to Machine Vision
Introduction to Machine VisionNasir Jumani
 
CRC Conference proceedings
CRC Conference proceedingsCRC Conference proceedings
CRC Conference proceedingsanesah
 
230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptxArthur240715
 
Data Streaming (in a Nutshell) ... and Spark's window operations
Data Streaming (in a Nutshell) ... and Spark's window operationsData Streaming (in a Nutshell) ... and Spark's window operations
Data Streaming (in a Nutshell) ... and Spark's window operationsVincenzo Gulisano
 
Multimediaexercise
MultimediaexerciseMultimediaexercise
MultimediaexerciseRony Mohamed
 
An Introduction to Deep Learning (March 2018)
An Introduction to Deep Learning (March 2018)An Introduction to Deep Learning (March 2018)
An Introduction to Deep Learning (March 2018)Julien SIMON
 
OpenRepGrid – An Open Source Software for the Analysis of Repertory Grids
OpenRepGrid – An Open Source Software for the Analysis of Repertory GridsOpenRepGrid – An Open Source Software for the Analysis of Repertory Grids
OpenRepGrid – An Open Source Software for the Analysis of Repertory GridsMark Heckmann
 
Deep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowDeep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowOswald Campesato
 
Hsis2005 Geospatial Nomadeyes Full
Hsis2005 Geospatial Nomadeyes FullHsis2005 Geospatial Nomadeyes Full
Hsis2005 Geospatial Nomadeyes Fullmartindudziak
 
Annotated Bibliography On Multimedia Security
Annotated Bibliography On Multimedia SecurityAnnotated Bibliography On Multimedia Security
Annotated Bibliography On Multimedia SecurityBrenda Higgins
 
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...Jean Vanderdonckt
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureIRJET Journal
 
D3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningD3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningOswald Campesato
 
D3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningD3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningOswald Campesato
 
2014 01-ticosa
2014 01-ticosa2014 01-ticosa
2014 01-ticosaPharo
 

Similar to LinkedQR: Improving Tourism Experience through Linked Data and QR Codes (20)

An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...
An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...
An Architecture to Enable Spontaneous Mobile Spatial Interaction with Pervasi...
 
The world is the computer and the programmer is you
The world is the computer and the programmer is youThe world is the computer and the programmer is you
The world is the computer and the programmer is you
 
Android and Deep Learning
Android and Deep LearningAndroid and Deep Learning
Android and Deep Learning
 
Introduction to Machine Vision
Introduction to Machine VisionIntroduction to Machine Vision
Introduction to Machine Vision
 
CRC Conference proceedings
CRC Conference proceedingsCRC Conference proceedings
CRC Conference proceedings
 
230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx
 
3D-ICONS Guidelines
3D-ICONS Guidelines 3D-ICONS Guidelines
3D-ICONS Guidelines
 
Data Streaming (in a Nutshell) ... and Spark's window operations
Data Streaming (in a Nutshell) ... and Spark's window operationsData Streaming (in a Nutshell) ... and Spark's window operations
Data Streaming (in a Nutshell) ... and Spark's window operations
 
Multimediaexercise
MultimediaexerciseMultimediaexercise
Multimediaexercise
 
An Introduction to Deep Learning (March 2018)
An Introduction to Deep Learning (March 2018)An Introduction to Deep Learning (March 2018)
An Introduction to Deep Learning (March 2018)
 
OpenRepGrid – An Open Source Software for the Analysis of Repertory Grids
OpenRepGrid – An Open Source Software for the Analysis of Repertory GridsOpenRepGrid – An Open Source Software for the Analysis of Repertory Grids
OpenRepGrid – An Open Source Software for the Analysis of Repertory Grids
 
Deep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowDeep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlow
 
Hsis2005 Geospatial Nomadeyes Full
Hsis2005 Geospatial Nomadeyes FullHsis2005 Geospatial Nomadeyes Full
Hsis2005 Geospatial Nomadeyes Full
 
Annotated Bibliography On Multimedia Security
Annotated Bibliography On Multimedia SecurityAnnotated Bibliography On Multimedia Security
Annotated Bibliography On Multimedia Security
 
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU Architecture
 
3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines
 
D3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningD3, TypeScript, and Deep Learning
D3, TypeScript, and Deep Learning
 
D3, TypeScript, and Deep Learning
D3, TypeScript, and Deep LearningD3, TypeScript, and Deep Learning
D3, TypeScript, and Deep Learning
 
2014 01-ticosa
2014 01-ticosa2014 01-ticosa
2014 01-ticosa
 

Recently uploaded

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

LinkedQR: Improving Tourism Experience through Linked Data and QR Codes

  • 1. LinkedQR: Improving Tourism Experience through Linked Data and QR Codes ´ ´ ˜ Mikel Emaldi, Jon Lazaro, Xabier Laiseca, and Diego Lopez de Ipina {m.emaldi, jlazaro, xabier.laiseca, dipina}@deusto.es DeustoTech - Deusto Institute of Technology, University of Deusto December 4, 2012
  • 3. Outline Tourism experience at art galleries Related Work
  • 4. Outline Tourism experience at art galleries Related Work Linked Data
  • 5. Outline Tourism experience at art galleries Related Work Linked Data System Architecture
  • 6. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation
  • 7. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 8. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 9. Traditional experience Usually, inside an art gallery we can find few information elements as: Information cards with minor information. Tourism experience at art galleries 4 / 33
  • 10. Traditional experience Usually, inside an art gallery we can find few information elements as: Information cards with minor information. Audioguides with extended information. Tourism experience at art galleries 4 / 33
  • 11. Limitations The area of the information cards is limited. The hardware of audioguides is limited to audio and few text characters. Deaf people can not use them. Tourism experience at art galleries 5 / 33
  • 12. How can we enrich the information received inside an art gallery?
  • 13. Our proposal Including the capabilities of the smartphones in the environment of the museums. Tourism experience at art galleries 7 / 33
  • 14. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 15. Smartphones into art galleries There are some art galleries that have their own mobile applications: Orsay’s Museum (Paris). MoMA (New York). Museo de reproducciones (Bilbao). Related Work 9 / 33
  • 16. MoMu MoMu (Mobile Museum) offers additional information about the ´ ˜ pieces of art, using TRIP codes [Lopez-de-Ipina02]. MoMu does not offer any innovation in the information recovery process. Related Work 10 / 33
  • 17. Our solution Usage of QR Codes to identify the pieces of art. Linked Data to manage the recovery of information. Related Work 11 / 33
  • 18. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 19. What is Linked Data? Linked Data is a set of best practices enunciated by Tim Berners-Lee and promoted by W3C to publish data on the Web. There are four principles to publish our data as Linked Data [Berners-Lee06]. 1. Use URIs as names for things. 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information using the standards (RDF*, SPARQL). 4. Include links to other URIs so that they can discover more things. Linked Data 13 / 33
  • 20. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 21. Architecture Overview tion at ion inser 1) Inform L> 4) <HTM curation 5) Data System Architecture 15 / 33
  • 22. Information Enrichment Scenario A web application to ease the work of the data curator of the art gallery. 1. The data curator inserts the title and the author of the piece of art. 2. This input data is queried against DBPedia. 3. The data curator filters the information given by DBPedia. 4. At last, the data curator can add information manually. These Linked Open Data can be reused by another museums! :-) System Architecture 16 / 33
  • 23.
  • 24.
  • 25. Information Consuming Scenario Enables the user to access enriched information about a concrete piece of art. 1. The user accesses to the application of the museum. 2. Scans the QR Code of the piece of art. 3. The information is shown at his/her smartphone. System Architecture 19 / 33
  • 26.
  • 27. Some notes The workflow of our system requires many HTTP requests and data transmission... The DBPedia can return ambiguous results... System Architecture 21 / 33
  • 28. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 29. Experimentation Performance on administration side. Accuracy of given results. Performance on user side. Retrieving data. Visualizing data. ´ “Arte como vida” exposition (Sala Kubo art gallery (Kursaal), Donostia/San Sebastian). Experimentation 23 / 33
  • 30. Performance on administration side I There are many unknown authors! Experimentation 24 / 33
  • 31. Performance on administration side II Tpositives 51 Precision = = = 89.47% (1) Tpositives + Fpositives 51 + 6 Tpositives 51 Recall = = = 98.07% (2) Tpositives + Fnegatives 51 + 1 Tnegatives 29 True negative rate = = = 96.66% Tnegatives + Fpositives 29 + 1 (3) Experimentation 25 / 33
  • 32. Performance on administration side III Tpositives + Tnegatives Accuracy = = Tpositives + Tnegatives + Fpositives + Fnegatives (4) 51 + 29 = 91.95% 51 + 29 + 6 + 1 Precision ∗ Recall 0.8947 ∗ 0.9807 F1 = 2 ∗ = 2∗ = 93.57% (5) Precision + Recall 0.8947 + 0.9807 Experimentation 26 / 33
  • 33. Performance on user side I 3500 Time delay on triple processing Retrieval time 3000 Visualization time Total time Retrieval time mean 2500 Visualization time mean Total time mean 2000 t (ms) 1500 1000 500 0 84.0 87.0 88.0 91.0 92.0 95.0 96.0 97.0 104.0 Number of triples The maximum bearable delay for an user interaction is near 10 seconds, according to [Nielsen94]. Experimentation 27 / 33
  • 34. Outline Tourism experience at art galleries Related Work Linked Data System Architecture Experimentation Conclusions and Future Work
  • 35. Conclusions The synergy between QR Codes and Linked Data increases the tourism experience in art galleries. QR Codes can identify everyday objects and Linked Data can enrich the information about these objects. The proposed solution is easily deployable and no special hardware is needed. User interface can be adapted to the needs of different users. Our system can be migrated to many tourism infrastructures. Conclusions and Future Work 29 / 33
  • 36. Future Work We have tested the system at Sala Kubo (Kursaal, ´ Donostia/San Sebastian). CICTourgune is analysing the system in terms of usage and usability. Improve the percentage of authors found adding more semantic resources like Amsterdam Museum semantic repository or GoogleArt wrapper. Increase the user experience improving the visualization of the data into the smartphone. Conclusions and Future Work 30 / 33
  • 37. Bibliography ´ ˜ ´ ˜ ´ [Lopez-de-Ipina02] Lopez-de-Ipina, D., Vazquez, I., Sainz, D.: Interacting with our environment through sentient mobile phones. [Berners-Lee06] Berners-Lee, T.: Linked Data - design issues (online, 2006). [Nielsen95] Nielsen, J.: Usability engineering. Morgan Kaufmann (1994). Conclusions and Future Work 31 / 33
  • 38. All rights of images are reserved by the original owners*, the rest of the content is licensed under a Creative Commons by-sa 3.0 license. ´ * Mikel Emaldi and Jon Lazaro
  • 39. LinkedQR: Improving Tourism Experience through Linked Data and QR Codes ´ ´ ˜ Mikel Emaldi, Jon Lazaro, Xabier Laiseca, and Diego Lopez de Ipina {m.emaldi, jlazaro, xabier.laiseca, dipina}@deusto.es DeustoTech - Deusto Institute of Technology, University of Deusto December 4, 2012