SlideShare a Scribd company logo
1 of 21
Download to read offline
関係者外秘関係者外秘
Shuangyong Song
Fujitsu R&D Center Co., Ltd.
Linking Images to Semantic Knowledge
Base with User-generated Tags
Copyright 2013 Fujitsu R&D Center Co.,LTD
関係者外秘関係者外秘
Outlines
 Motivation
 Method
 Experimental results
 Conclusion
1Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Outlines
 Motivation
 Method
 Experimental results
 Conclusion
2Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Motivation
 Images account for an important part of Multimedia Linked
Open Data. (LOD4ALL)
 1. Wide semantic annotation of images with image
understanding is difficult and fallible; 2. semantic annotation
with manual labelling is time-consuming.
 Therefore, automatic semantic annotation of images with using
other kind of crowdsourced ‘manual labelling’ is considered.
3Copyright 2010 FUJITSU LIMITED
Tags Semantic
KnowledgeImages
medium
関係者外秘関係者外秘
Outlines
 Motivation
 Method
 Experimental results
 Conclusion
4Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Method
 Module 1. Linking tags to knowledge
 Module 2. Detecting semantic relations between tags
 Module 3. Extending knowledge linked tags
 Module 4. Linking images to knowledge
Copyright 2013 Fujitsu R&D Center Co.,LTD5
[M1] [M2] [M3] [M4]
Semantic
Knowledge
Semantic
Knowledge
Semantic
Knowledge
Semantic
Knowledge
Semantic
Knowledge
Images Tags Topics
関係者外秘関係者外秘
Method – Offline Part
 Module 1. Linking tags to knowledge
 Tag ‘Somophyllin-DF’: search it in dbo or dbr, and detect the
unambiguous matched ontology as ‘dbr:Somophyllin-DF’,
 ‘Apple’, we may not be able to link it with ‘dbr:Apple_Inc.’ or
‘dbr:Apple_III’ or some other ontologies which related to
‘Apple’.
6Copyright 2010 FUJITSU LIMITED
1 1
( , )* ( , )
( , ) ( , , )
( )
a u u uU U
i k k ja u a u u
i j i k j u
k k k
C t t C t t
R t t R t t t
F t 
  
関係者外秘関係者外秘
Method – Offline Part
 Module 2. Detecting semantic relations between tags
7Copyright 2010 FUJITSU LIMITED
T DNd
θ(d)
α
z
wϕ(z)
β
Image data
Tags
Topic (vector)
Tags  Topical vectors
For example, tags ‘programmer’ and ‘ilife’
are detected as related tags.
Image-tag matrix is sparse and difficult to be well analyzed,
topical information can help to discover the implicit semantic relations between tags.
関係者外秘関係者外秘
Method – Offline Part
 Module 3. Extending knowledge linked tags
 The rules are as below: (very strict for keep precision)
 1) If t1 and t2 have ‘inclusion relation’, such as ‘motor’ and ‘motorcycle’, and cosine-
similarity value between their topical vectors is bigger than σ, we judge them as
similar tags;
 2) If ‘Levenshtein distance’ value between t1 and t2 is equal to or smaller than a
threshold β, which is a positive integer, and cosine-similarity value between their
topical vectors is bigger than σ, we judge them as similar tags;
 3) If t1 and t2 don’t have above relations, we judge them as dissimilar tags.
 If t1 and t2 are judged as similar tags, and just one of them has semantic
link to knowledge base, we link the other one to the same knowledge with a
probability, of which the value equals to C(t1,t2), which is the cosine-
similarity value between t1 and t2.
8Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Method – Online Part
 Module 4. Linking images to knowledge
9Copyright 2010 FUJITSU LIMITED
 Define the linking types <subject, predicate, object>
 We use 77 million triples collected from our semantic database ‘LOD4ALL’ as
criteria for predicate selection. We create links between images and objects with
unambiguous predicate. For example, we use predicate ‘dbo:locationCountry’ to
create links to objects such as ‘China’ or ‘Denmark’.
 We use ‘rdfs:seeAlso’ to be predicate for ambiguous triples.
 In particular, we also detect some tag-combined knowledge for expanding the
links’ range. For example, if an image has both ‘DigitalCamera’ and ‘Conon’ as its
tags, we will check if there is ‘DigitalCamera_Conon’ or ‘Conon_ DigitalCamera’
in dbo or dbr, and link this image to the detected knowledge.
関係者外秘関係者外秘
Outlines
 Motivation
 Method
 Experimental results
 Conclusion
10Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Experimental results
 1. Experimental Datasets
 2. Methods for Comparison
 3. Evaluation Metrics & Test Data Preparation
 4. Evaluation Results
11Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Experimental results
 1. Experimental Datasets
 mirFlickr 1 , 690,649 images and 659,227 tags.
 all the 7,401 ontologies in dbo and 7,925,232 resources in dbr were used
as semantic KB.
 After removing 41,127 images without any tag and 392 attached with
‘stopword’ tags, we had 649,130 images left, and those images and their
tags were used to train the topic model with an empirical K value of 200.
12Copyright 2010 FUJITSU LIMITED
1
Huiskes, M. J., Lew, M. S. The MIR Flickr Retrieval Evaluation. In: Proceedings of the 1st ACM SIGMM
International Conference on Multimedia Information Retrieval, 2008, pp.39-43.
関係者外秘関係者外秘
Experimental results
 1. Experimental Datasets
 2. Methods for Comparison (our model: LDA based)
13Copyright 2010 FUJITSU LIMITED
Word2vec based
model (W2V)
Word2vec is a recently popular method for getting distributed
representation of words, of which the output form is similar to
LDA. However, we suppose that W2V is unfit for the image-
knowledge linking task, since W2V does well in detecting context
similarity, such as the similarity between ‘Paris’ and ‘Beijing’.
We will evaluate it in the following part.
Co-occurrence based
model (Co-occur)
Co-occur is a very simple yet effective method for detecting
relationship between words, we also take it as a baseline on
the tag similarity calculation subtask instead of LDA method
in subsection 2.3, and evaluate it in in the following part.
Compared to our model, Co-occur is a weaker tool on detecting
latent semantic information of tags.
関係者外秘関係者外秘
Experimental results
 1. Experimental Datasets
 2. Methods for Comparison
 3. Evaluation Metrics & Test Data Preparation
14Copyright 2010 FUJITSU LIMITED
To evaluate the effects of different d when β = 2, we manually label 200 images.
We roughly set the recall as 1.0 when d = 1 considering we are unable to collect
all possible related knowledge to an image. After getting both precision and
recall with different d, we also use F1-value as evaluation criterion to evaluate d.
precision ; recall ; F1-value.
関係者外秘関係者外秘
Experimental results
 1. Experimental Datasets
 2. Methods for Comparison
 3. Evaluation Metrics & Test Data Preparation
 4. Evaluation Results
15Copyright 2010 FUJITSU LIMITED
car girl flower bird dog sport
W2V 0.217 0.531 0.233 0.389 0.325 0.442
Co-occur 0.683 0.724 0.631 0.557 0.626 0.702
Our model 0.881 0.767 0.854 0.871 0.873 0.801
Result comparison with F1-value
関係者外秘関係者外秘
Experimental results - examples
Copyright 2013 Fujitsu R&D Center Co.,LTD16
schema:Brand
dbr:Citroen_XM
dbr:French
rdfs:seeAlso
schema:inLanguagedbr:Citroen
dbr:Car
schema:category
schema:location
dbr:Mallorca
dbr:Palma
schema:location
schema:location
dbr:Baleares
dbr:Sineu
schema:location
dbr:Geotagged
schema:indication
関係者外秘関係者外秘
Outlines
 Motivation
 Method
 Experimental results
 Conclusion
17Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Conclusion
Summary:
In this paper, we address the problem of automatically linking
images to semantic KB by using images’ tagging information. Our
framework lifted the F1-value of images’ semantic link creation by
62.43%.
Future works:
However, this paper is only a preliminary work, and named entity
disambiguation and named entity normalization will be considered
in our next step work. Besides, predicate discriminate should be
performed by considering adjacent tags as context. In addition, we
will try to create ground-truth datasets and try some classification
models on this task.
18Copyright 2010 FUJITSU LIMITED
関係者外秘関係者外秘
Thank you!
Copyright 2013 Fujitsu R&D Center Co.,LTD19
関係者外秘関係者外秘 20 Copyright 2013 Fujitsu R&D Center Co.,LTD

More Related Content

Viewers also liked

David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...semanticsconference
 
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...semanticsconference
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...semanticsconference
 
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for EnterpriseChalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprisesemanticsconference
 
Victor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of ThingsVictor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of Thingssemanticsconference
 
Kostas Kastrantas | Business Opportunities with Linked Open Data
Kostas Kastrantas  | Business Opportunities with Linked Open DataKostas Kastrantas  | Business Opportunities with Linked Open Data
Kostas Kastrantas | Business Opportunities with Linked Open Datasemanticsconference
 
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...semanticsconference
 
Thomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old DataThomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old Datasemanticsconference
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...semanticsconference
 
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEFelix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEsemanticsconference
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphssemanticsconference
 
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...semanticsconference
 
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web ApplicationsChristian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applicationssemanticsconference
 
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...semanticsconference
 
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...semanticsconference
 
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...semanticsconference
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...semanticsconference
 
Holger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulHolger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulsemanticsconference
 
Jo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked dataJo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked datasemanticsconference
 
Linked data the next 5 years - From Hype to Action
Linked data the next 5 years - From Hype to ActionLinked data the next 5 years - From Hype to Action
Linked data the next 5 years - From Hype to ActionAndreas Blumauer
 

Viewers also liked (20)

David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
 
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
 
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for EnterpriseChalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
 
Victor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of ThingsVictor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of Things
 
Kostas Kastrantas | Business Opportunities with Linked Open Data
Kostas Kastrantas  | Business Opportunities with Linked Open DataKostas Kastrantas  | Business Opportunities with Linked Open Data
Kostas Kastrantas | Business Opportunities with Linked Open Data
 
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
 
Thomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old DataThomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old Data
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
 
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEFelix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphs
 
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
 
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web ApplicationsChristian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
 
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
 
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
 
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
 
Holger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulHolger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and useful
 
Jo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked dataJo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked data
 
Linked data the next 5 years - From Hype to Action
Linked data the next 5 years - From Hype to ActionLinked data the next 5 years - From Hype to Action
Linked data the next 5 years - From Hype to Action
 

Similar to Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Knowledge Base with User-generated Tags

IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind PeopleIRJET Journal
 
IRJET- Alternate Vision Assistance: For the Blind
IRJET- Alternate Vision Assistance: For the BlindIRJET- Alternate Vision Assistance: For the Blind
IRJET- Alternate Vision Assistance: For the BlindIRJET Journal
 
Partial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsPartial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsIRJET Journal
 
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET Journal
 
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET Journal
 
IRJET - Cyberbulling Detection Model
IRJET -  	  Cyberbulling Detection ModelIRJET -  	  Cyberbulling Detection Model
IRJET - Cyberbulling Detection ModelIRJET Journal
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET Journal
 
Sentiment Analysis: A comparative study of Deep Learning and Machine Learning
Sentiment Analysis: A comparative study of Deep Learning and Machine LearningSentiment Analysis: A comparative study of Deep Learning and Machine Learning
Sentiment Analysis: A comparative study of Deep Learning and Machine LearningIRJET Journal
 
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionA Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionIRJET Journal
 
IRJET- Recognition of OPS using Google Street View Images
IRJET-  	  Recognition of OPS using Google Street View ImagesIRJET-  	  Recognition of OPS using Google Street View Images
IRJET- Recognition of OPS using Google Street View ImagesIRJET Journal
 
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
 
A factorial study of neural network learning from differences for regression
A factorial study of neural network learning from  differences for regressionA factorial study of neural network learning from  differences for regression
A factorial study of neural network learning from differences for regressionMathieu d'Aquin
 
Real Time Sign Language Translation Using Tensor Flow Object Detection
Real Time Sign Language Translation Using Tensor Flow Object DetectionReal Time Sign Language Translation Using Tensor Flow Object Detection
Real Time Sign Language Translation Using Tensor Flow Object DetectionIRJET Journal
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIRJET Journal
 
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...IRJET Journal
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image ClassificationIRJET Journal
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningIRJET Journal
 
IRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET Journal
 
IRJET- A Novel Technique of Image Steganography
IRJET- A Novel Technique of Image SteganographyIRJET- A Novel Technique of Image Steganography
IRJET- A Novel Technique of Image SteganographyIRJET Journal
 
Helmet Detection Using Yolo V3 Technique
Helmet Detection Using Yolo V3 TechniqueHelmet Detection Using Yolo V3 Technique
Helmet Detection Using Yolo V3 Techniqueijtsrd
 

Similar to Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Knowledge Base with User-generated Tags (20)

IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
 
IRJET- Alternate Vision Assistance: For the Blind
IRJET- Alternate Vision Assistance: For the BlindIRJET- Alternate Vision Assistance: For the Blind
IRJET- Alternate Vision Assistance: For the Blind
 
Partial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsPartial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather Conditions
 
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
 
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
 
IRJET - Cyberbulling Detection Model
IRJET -  	  Cyberbulling Detection ModelIRJET -  	  Cyberbulling Detection Model
IRJET - Cyberbulling Detection Model
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind Assistance
 
Sentiment Analysis: A comparative study of Deep Learning and Machine Learning
Sentiment Analysis: A comparative study of Deep Learning and Machine LearningSentiment Analysis: A comparative study of Deep Learning and Machine Learning
Sentiment Analysis: A comparative study of Deep Learning and Machine Learning
 
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionA Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
 
IRJET- Recognition of OPS using Google Street View Images
IRJET-  	  Recognition of OPS using Google Street View ImagesIRJET-  	  Recognition of OPS using Google Street View Images
IRJET- Recognition of OPS using Google Street View Images
 
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
 
A factorial study of neural network learning from differences for regression
A factorial study of neural network learning from  differences for regressionA factorial study of neural network learning from  differences for regression
A factorial study of neural network learning from differences for regression
 
Real Time Sign Language Translation Using Tensor Flow Object Detection
Real Time Sign Language Translation Using Tensor Flow Object DetectionReal Time Sign Language Translation Using Tensor Flow Object Detection
Real Time Sign Language Translation Using Tensor Flow Object Detection
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNING
 
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...
IRJET- Fusion Method for Image Reranking and Similarity Finding based on Topi...
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image Classification
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine Learning
 
IRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments Detection
 
IRJET- A Novel Technique of Image Steganography
IRJET- A Novel Technique of Image SteganographyIRJET- A Novel Technique of Image Steganography
IRJET- A Novel Technique of Image Steganography
 
Helmet Detection Using Yolo V3 Technique
Helmet Detection Using Yolo V3 TechniqueHelmet Detection Using Yolo V3 Technique
Helmet Detection Using Yolo V3 Technique
 

More from semanticsconference

Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventuresemanticsconference
 
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
Session 1.2   high-precision, context-free entity linking exploiting unambigu...Session 1.2   high-precision, context-free entity linking exploiting unambigu...
Session 1.2 high-precision, context-free entity linking exploiting unambigu...semanticsconference
 
Session 4.3 semantic annotation for enhancing collaborative ideation
Session 4.3   semantic annotation for enhancing collaborative ideationSession 4.3   semantic annotation for enhancing collaborative ideation
Session 4.3 semantic annotation for enhancing collaborative ideationsemanticsconference
 
Session 1.1 dalicc - data licenses clearance center
Session 1.1   dalicc - data licenses clearance centerSession 1.1   dalicc - data licenses clearance center
Session 1.1 dalicc - data licenses clearance centersemanticsconference
 
Session 1.3 context information management across smart city knowledge domains
Session 1.3   context information management across smart city knowledge domainsSession 1.3   context information management across smart city knowledge domains
Session 1.3 context information management across smart city knowledge domainssemanticsconference
 
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
Session 0.0   aussenac semanticsnl-pwebsem2017-v4Session 0.0   aussenac semanticsnl-pwebsem2017-v4
Session 0.0 aussenac semanticsnl-pwebsem2017-v4semanticsconference
 
Session 0.0 keynote sandeep sacheti - final hi res
Session 0.0   keynote sandeep sacheti - final hi resSession 0.0   keynote sandeep sacheti - final hi res
Session 0.0 keynote sandeep sacheti - final hi ressemanticsconference
 
Session 1.1 linked data applied: a field report from the netherlands
Session 1.1   linked data applied: a field report from the netherlandsSession 1.1   linked data applied: a field report from the netherlands
Session 1.1 linked data applied: a field report from the netherlandssemanticsconference
 
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
Session 1.2   enrich your knowledge graphs: linked data integration with pool...Session 1.2   enrich your knowledge graphs: linked data integration with pool...
Session 1.2 enrich your knowledge graphs: linked data integration with pool...semanticsconference
 
Session 1.4 connecting information from legislation and datasets using a ca...
Session 1.4   connecting information from legislation and datasets using a ca...Session 1.4   connecting information from legislation and datasets using a ca...
Session 1.4 connecting information from legislation and datasets using a ca...semanticsconference
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage informationsemanticsconference
 
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
Session 0.0   media panel - matthias priem - gtuo - semantics 2017Session 0.0   media panel - matthias priem - gtuo - semantics 2017
Session 0.0 media panel - matthias priem - gtuo - semantics 2017semanticsconference
 
Session 1.3 semantic asset management in the dutch rail engineering and con...
Session 1.3   semantic asset management in the dutch rail engineering and con...Session 1.3   semantic asset management in the dutch rail engineering and con...
Session 1.3 semantic asset management in the dutch rail engineering and con...semanticsconference
 
Session 1.3 energy, smart homes &amp; smart grids: towards interoperability...
Session 1.3   energy, smart homes &amp; smart grids: towards interoperability...Session 1.3   energy, smart homes &amp; smart grids: towards interoperability...
Session 1.3 energy, smart homes &amp; smart grids: towards interoperability...semanticsconference
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichmentsemanticsconference
 
Session 2.3 semantics for safeguarding &amp; security – a police story
Session 2.3   semantics for safeguarding &amp; security – a police storySession 2.3   semantics for safeguarding &amp; security – a police story
Session 2.3 semantics for safeguarding &amp; security – a police storysemanticsconference
 
Session 2.5 semantic similarity based clustering of license excerpts for im...
Session 2.5   semantic similarity based clustering of license excerpts for im...Session 2.5   semantic similarity based clustering of license excerpts for im...
Session 2.5 semantic similarity based clustering of license excerpts for im...semanticsconference
 
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
Session 4.2   unleash the triple: leveraging a corporate discovery interface....Session 4.2   unleash the triple: leveraging a corporate discovery interface....
Session 4.2 unleash the triple: leveraging a corporate discovery interface....semanticsconference
 
Session 1.6 slovak public metadata governance and management based on linke...
Session 1.6   slovak public metadata governance and management based on linke...Session 1.6   slovak public metadata governance and management based on linke...
Session 1.6 slovak public metadata governance and management based on linke...semanticsconference
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
Session 5.6   towards a semantic outlier detection framework in wireless sens...Session 5.6   towards a semantic outlier detection framework in wireless sens...
Session 5.6 towards a semantic outlier detection framework in wireless sens...semanticsconference
 

More from semanticsconference (20)

Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventure
 
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
Session 1.2   high-precision, context-free entity linking exploiting unambigu...Session 1.2   high-precision, context-free entity linking exploiting unambigu...
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
 
Session 4.3 semantic annotation for enhancing collaborative ideation
Session 4.3   semantic annotation for enhancing collaborative ideationSession 4.3   semantic annotation for enhancing collaborative ideation
Session 4.3 semantic annotation for enhancing collaborative ideation
 
Session 1.1 dalicc - data licenses clearance center
Session 1.1   dalicc - data licenses clearance centerSession 1.1   dalicc - data licenses clearance center
Session 1.1 dalicc - data licenses clearance center
 
Session 1.3 context information management across smart city knowledge domains
Session 1.3   context information management across smart city knowledge domainsSession 1.3   context information management across smart city knowledge domains
Session 1.3 context information management across smart city knowledge domains
 
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
Session 0.0   aussenac semanticsnl-pwebsem2017-v4Session 0.0   aussenac semanticsnl-pwebsem2017-v4
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
 
Session 0.0 keynote sandeep sacheti - final hi res
Session 0.0   keynote sandeep sacheti - final hi resSession 0.0   keynote sandeep sacheti - final hi res
Session 0.0 keynote sandeep sacheti - final hi res
 
Session 1.1 linked data applied: a field report from the netherlands
Session 1.1   linked data applied: a field report from the netherlandsSession 1.1   linked data applied: a field report from the netherlands
Session 1.1 linked data applied: a field report from the netherlands
 
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
Session 1.2   enrich your knowledge graphs: linked data integration with pool...Session 1.2   enrich your knowledge graphs: linked data integration with pool...
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
 
Session 1.4 connecting information from legislation and datasets using a ca...
Session 1.4   connecting information from legislation and datasets using a ca...Session 1.4   connecting information from legislation and datasets using a ca...
Session 1.4 connecting information from legislation and datasets using a ca...
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage information
 
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
Session 0.0   media panel - matthias priem - gtuo - semantics 2017Session 0.0   media panel - matthias priem - gtuo - semantics 2017
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
 
Session 1.3 semantic asset management in the dutch rail engineering and con...
Session 1.3   semantic asset management in the dutch rail engineering and con...Session 1.3   semantic asset management in the dutch rail engineering and con...
Session 1.3 semantic asset management in the dutch rail engineering and con...
 
Session 1.3 energy, smart homes &amp; smart grids: towards interoperability...
Session 1.3   energy, smart homes &amp; smart grids: towards interoperability...Session 1.3   energy, smart homes &amp; smart grids: towards interoperability...
Session 1.3 energy, smart homes &amp; smart grids: towards interoperability...
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichment
 
Session 2.3 semantics for safeguarding &amp; security – a police story
Session 2.3   semantics for safeguarding &amp; security – a police storySession 2.3   semantics for safeguarding &amp; security – a police story
Session 2.3 semantics for safeguarding &amp; security – a police story
 
Session 2.5 semantic similarity based clustering of license excerpts for im...
Session 2.5   semantic similarity based clustering of license excerpts for im...Session 2.5   semantic similarity based clustering of license excerpts for im...
Session 2.5 semantic similarity based clustering of license excerpts for im...
 
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
Session 4.2   unleash the triple: leveraging a corporate discovery interface....Session 4.2   unleash the triple: leveraging a corporate discovery interface....
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
 
Session 1.6 slovak public metadata governance and management based on linke...
Session 1.6   slovak public metadata governance and management based on linke...Session 1.6   slovak public metadata governance and management based on linke...
Session 1.6 slovak public metadata governance and management based on linke...
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
Session 5.6   towards a semantic outlier detection framework in wireless sens...Session 5.6   towards a semantic outlier detection framework in wireless sens...
Session 5.6 towards a semantic outlier detection framework in wireless sens...
 

Recently uploaded

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 

Recently uploaded (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 

Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Knowledge Base with User-generated Tags

  • 1. 関係者外秘関係者外秘 Shuangyong Song Fujitsu R&D Center Co., Ltd. Linking Images to Semantic Knowledge Base with User-generated Tags Copyright 2013 Fujitsu R&D Center Co.,LTD
  • 2. 関係者外秘関係者外秘 Outlines  Motivation  Method  Experimental results  Conclusion 1Copyright 2010 FUJITSU LIMITED
  • 3. 関係者外秘関係者外秘 Outlines  Motivation  Method  Experimental results  Conclusion 2Copyright 2010 FUJITSU LIMITED
  • 4. 関係者外秘関係者外秘 Motivation  Images account for an important part of Multimedia Linked Open Data. (LOD4ALL)  1. Wide semantic annotation of images with image understanding is difficult and fallible; 2. semantic annotation with manual labelling is time-consuming.  Therefore, automatic semantic annotation of images with using other kind of crowdsourced ‘manual labelling’ is considered. 3Copyright 2010 FUJITSU LIMITED Tags Semantic KnowledgeImages medium
  • 5. 関係者外秘関係者外秘 Outlines  Motivation  Method  Experimental results  Conclusion 4Copyright 2010 FUJITSU LIMITED
  • 6. 関係者外秘関係者外秘 Method  Module 1. Linking tags to knowledge  Module 2. Detecting semantic relations between tags  Module 3. Extending knowledge linked tags  Module 4. Linking images to knowledge Copyright 2013 Fujitsu R&D Center Co.,LTD5 [M1] [M2] [M3] [M4] Semantic Knowledge Semantic Knowledge Semantic Knowledge Semantic Knowledge Semantic Knowledge Images Tags Topics
  • 7. 関係者外秘関係者外秘 Method – Offline Part  Module 1. Linking tags to knowledge  Tag ‘Somophyllin-DF’: search it in dbo or dbr, and detect the unambiguous matched ontology as ‘dbr:Somophyllin-DF’,  ‘Apple’, we may not be able to link it with ‘dbr:Apple_Inc.’ or ‘dbr:Apple_III’ or some other ontologies which related to ‘Apple’. 6Copyright 2010 FUJITSU LIMITED 1 1 ( , )* ( , ) ( , ) ( , , ) ( ) a u u uU U i k k ja u a u u i j i k j u k k k C t t C t t R t t R t t t F t    
  • 8. 関係者外秘関係者外秘 Method – Offline Part  Module 2. Detecting semantic relations between tags 7Copyright 2010 FUJITSU LIMITED T DNd θ(d) α z wϕ(z) β Image data Tags Topic (vector) Tags  Topical vectors For example, tags ‘programmer’ and ‘ilife’ are detected as related tags. Image-tag matrix is sparse and difficult to be well analyzed, topical information can help to discover the implicit semantic relations between tags.
  • 9. 関係者外秘関係者外秘 Method – Offline Part  Module 3. Extending knowledge linked tags  The rules are as below: (very strict for keep precision)  1) If t1 and t2 have ‘inclusion relation’, such as ‘motor’ and ‘motorcycle’, and cosine- similarity value between their topical vectors is bigger than σ, we judge them as similar tags;  2) If ‘Levenshtein distance’ value between t1 and t2 is equal to or smaller than a threshold β, which is a positive integer, and cosine-similarity value between their topical vectors is bigger than σ, we judge them as similar tags;  3) If t1 and t2 don’t have above relations, we judge them as dissimilar tags.  If t1 and t2 are judged as similar tags, and just one of them has semantic link to knowledge base, we link the other one to the same knowledge with a probability, of which the value equals to C(t1,t2), which is the cosine- similarity value between t1 and t2. 8Copyright 2010 FUJITSU LIMITED
  • 10. 関係者外秘関係者外秘 Method – Online Part  Module 4. Linking images to knowledge 9Copyright 2010 FUJITSU LIMITED  Define the linking types <subject, predicate, object>  We use 77 million triples collected from our semantic database ‘LOD4ALL’ as criteria for predicate selection. We create links between images and objects with unambiguous predicate. For example, we use predicate ‘dbo:locationCountry’ to create links to objects such as ‘China’ or ‘Denmark’.  We use ‘rdfs:seeAlso’ to be predicate for ambiguous triples.  In particular, we also detect some tag-combined knowledge for expanding the links’ range. For example, if an image has both ‘DigitalCamera’ and ‘Conon’ as its tags, we will check if there is ‘DigitalCamera_Conon’ or ‘Conon_ DigitalCamera’ in dbo or dbr, and link this image to the detected knowledge.
  • 11. 関係者外秘関係者外秘 Outlines  Motivation  Method  Experimental results  Conclusion 10Copyright 2010 FUJITSU LIMITED
  • 12. 関係者外秘関係者外秘 Experimental results  1. Experimental Datasets  2. Methods for Comparison  3. Evaluation Metrics & Test Data Preparation  4. Evaluation Results 11Copyright 2010 FUJITSU LIMITED
  • 13. 関係者外秘関係者外秘 Experimental results  1. Experimental Datasets  mirFlickr 1 , 690,649 images and 659,227 tags.  all the 7,401 ontologies in dbo and 7,925,232 resources in dbr were used as semantic KB.  After removing 41,127 images without any tag and 392 attached with ‘stopword’ tags, we had 649,130 images left, and those images and their tags were used to train the topic model with an empirical K value of 200. 12Copyright 2010 FUJITSU LIMITED 1 Huiskes, M. J., Lew, M. S. The MIR Flickr Retrieval Evaluation. In: Proceedings of the 1st ACM SIGMM International Conference on Multimedia Information Retrieval, 2008, pp.39-43.
  • 14. 関係者外秘関係者外秘 Experimental results  1. Experimental Datasets  2. Methods for Comparison (our model: LDA based) 13Copyright 2010 FUJITSU LIMITED Word2vec based model (W2V) Word2vec is a recently popular method for getting distributed representation of words, of which the output form is similar to LDA. However, we suppose that W2V is unfit for the image- knowledge linking task, since W2V does well in detecting context similarity, such as the similarity between ‘Paris’ and ‘Beijing’. We will evaluate it in the following part. Co-occurrence based model (Co-occur) Co-occur is a very simple yet effective method for detecting relationship between words, we also take it as a baseline on the tag similarity calculation subtask instead of LDA method in subsection 2.3, and evaluate it in in the following part. Compared to our model, Co-occur is a weaker tool on detecting latent semantic information of tags.
  • 15. 関係者外秘関係者外秘 Experimental results  1. Experimental Datasets  2. Methods for Comparison  3. Evaluation Metrics & Test Data Preparation 14Copyright 2010 FUJITSU LIMITED To evaluate the effects of different d when β = 2, we manually label 200 images. We roughly set the recall as 1.0 when d = 1 considering we are unable to collect all possible related knowledge to an image. After getting both precision and recall with different d, we also use F1-value as evaluation criterion to evaluate d. precision ; recall ; F1-value.
  • 16. 関係者外秘関係者外秘 Experimental results  1. Experimental Datasets  2. Methods for Comparison  3. Evaluation Metrics & Test Data Preparation  4. Evaluation Results 15Copyright 2010 FUJITSU LIMITED car girl flower bird dog sport W2V 0.217 0.531 0.233 0.389 0.325 0.442 Co-occur 0.683 0.724 0.631 0.557 0.626 0.702 Our model 0.881 0.767 0.854 0.871 0.873 0.801 Result comparison with F1-value
  • 17. 関係者外秘関係者外秘 Experimental results - examples Copyright 2013 Fujitsu R&D Center Co.,LTD16 schema:Brand dbr:Citroen_XM dbr:French rdfs:seeAlso schema:inLanguagedbr:Citroen dbr:Car schema:category schema:location dbr:Mallorca dbr:Palma schema:location schema:location dbr:Baleares dbr:Sineu schema:location dbr:Geotagged schema:indication
  • 18. 関係者外秘関係者外秘 Outlines  Motivation  Method  Experimental results  Conclusion 17Copyright 2010 FUJITSU LIMITED
  • 19. 関係者外秘関係者外秘 Conclusion Summary: In this paper, we address the problem of automatically linking images to semantic KB by using images’ tagging information. Our framework lifted the F1-value of images’ semantic link creation by 62.43%. Future works: However, this paper is only a preliminary work, and named entity disambiguation and named entity normalization will be considered in our next step work. Besides, predicate discriminate should be performed by considering adjacent tags as context. In addition, we will try to create ground-truth datasets and try some classification models on this task. 18Copyright 2010 FUJITSU LIMITED
  • 21. 関係者外秘関係者外秘 20 Copyright 2013 Fujitsu R&D Center Co.,LTD