SlideShare ist ein Scribd-Unternehmen logo
1 von 63
Downloaden Sie, um offline zu lesen
Semantics at the multimedia
fragment level or how enabling
the remixing of online media
Raphaël Troncy <raphael.troncy@eurecom.fr>
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 2
Once upon a time …
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 3
… leading to sharing Media Fragments
 Publishing status message containing
a Media Fragment URI
Use a ‘#’ !
Highlight a
video
sequence
Highlight a
region
to pay
attention to
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 4
What are Media Fragments?
t0 20 35temporal media fragment
spatial media fragment
track media fragment
11/07/2013 - - 5Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Media Fragments (temporal)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 6
Fragment beginning Fragment endPlayback progress
Original resource
length
Media Fragments (spatial) + Demo
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 7
semi-opaque
overlay
highlighted
fragment
Media Fragments URIs
 Bookmark / Share parts (fragments) of
audio/video content
 Annotate media fragments
 Search for media fragments
 Mash-ups
 Conserve bandwidth
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 8
http://www.w3.org/TR/media-frags-reqs/
http://www.w3.org/TR/media-frags/
Video annotation
11/07/2013 - - 9Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Video interactivity
Cubism
Expressionism
Fauvism
FACETS / PROPERTIES OF CONCEPT
CONCEPT IN
PLAYER
CONTENT ENRICHMENT
11/07/2013 - - 10Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Video Accessibility
 What is required to make video accessible on the Web?
 Technologies:
 Annotating: automatic (speech transcription) and manual (social
collaborative annotation tool)
 Addressing: pointing to, retrieving, transmitting only parts of media
 Rendering: video visualization for the impaired, Braille output
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 11
Benchmarking: Sphinx, HTK,
Julius
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 12
Semantic indexing at the fragment level
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 13
Benchmarking: Sphinx, HTK,
Julius
 NER on subtitle blocks
 Interlinking with the Linked Data
Cloud to enable semantic search
What is a Named Entity recognition task?
 A task that aims to locate and classify the name of a
person or an organization, a location, a brand, a
product, a numeric expression including time, date,
money and percent in a textual document
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 14
NER Tools and Web APIs
 Standalone software
GATE
Stanford CoreNLP
Temis
 Web APIs
http://nerd.eurecom.fr/
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 15
 Compare performances of
NER and NEL tools
 Understand strengths and weaknesses of different Web APIs
 Adapt NER processing to different context
 (Learn how to) Combine NER (/ NEL) tools
 Participate in various benchmarks
NERD: Named Entity Recognition and
Disambiguation
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 16
What is NERD?
REST API2ontology1
UI3
1 http://nerd.eurecom.fr/ontology
2 http://nerd.eurecom.fr/api/application.wadl
3 http://nerd.eurecom.fr
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 17
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 18/15
Alchemy
API
DBpedia
Spotlight
Evri Extractiv Lupedia Open
Calais
Saplo Wikimeta Yahoo! Zemanta
Language EN,FR,
GR,IT,
PT,RU,
SP,SW
EN
GR*
PT*
SP*
EN,I
T
EN EN,FR,
IT
EN,FR
SP
EN,
SW
EN,FR
SP
EN EN
Granularity OEN OEN OED OEN OEN OEN OED OEN OEN OED
Entity
position
N/A char
offset
N/A word
offset
range of
chars
char
offset
N/A POS
offset
range
of
chars
N/A
Classification
schema
Alchemy DBpedia
FreeBase
Scema.or
g
Evri DBpedia DBpedia
LinkedM
DB
Open
Calais
N/A ESTER Yahoo FreeBase
Number of
classes
324 320 5 34 319 95 5 7 13 81
Response
Format
JSON
MicroF
XML
RDF
HTML
JSON
RDF
XML
HTM
L
JSO
N
RDF
HTML
JSON
RDF
XML
HTML
JSON
RDFa
XML
JSON
MicroF
ormat
JSON JSON
XML
JSON
XML
XML
JSON
RDF
Quota
(calls/day)
30000 unl 300
0
3000 unl 50000 1333 unl 5000 10000
Factual comparison of 10 Web NER tools
Aligned the taxonomies used by
the extractors
NERD Ontology
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 19
NERD type Occurrence
Person 10
Organization 10
Country 6
Company 6
Location 6
Continent 5
City 5
RadioStation 5
Album 5
Product 5
... ...
Building the NERD Ontology
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 20
NERD REST API
GET,
POST,
PUT,
DELETE
/document
/user
/annotation/{extractor}
/extraction
/evaluation
...
JSON
“entities” : [{
“entity”: “Tim Berners-Lee” ,
“type”: “Person” ,
“uri”: "http://dbpedia.org/resource/Tim_berners_lee",
“nerdType”: "http://nerd.eurecom.fr/ontology#Person",
“startChar”: 30,
“endChar”: 45,
“confidence”: 1,
“relevance”: 0.5
}]
Rizzo G., Troncy R. (2012), NERD: A Framework for Unifying Named Entity Recognition and Disambiguation Web Extraction
Tools. In: European chapter of the Association for Computational Linguistics (EACL'12), Avignon, France.
RDF
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 21
NERD meets NIF
Model documents through a
set of strings deferencable on
the Web
: offset_23107_ 23110 a str:String ;
str:referenceContext :offset_0_26546 .
: offset_23107_ 23110 sso:oen dbpedia:W3C.
dbpedia:W3C rdf:type nerd:Organization .
Map string to entity
Classification
Rizzo G, Troncy R., Hellmann S. and Bruemmer M. (2012), NERD meets NIF: Lifting NLP Extraction Results to the Linked
Data Cloud. In: (LDOW'12) Linked Data on the Web (WWW'12), Lyon, France.
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 22
NERD User Dashboard
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 23
NERD User Interface
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 24
History of NER benchmarks
 CoNLL 2003 and CoNLL 2005
 schema (4 types): person, organization, location and miscellaneous
 ACE 2004, ACE 2005 and ACE 2007
 schema (7 types): person, organization, location, facility, weapon,
vehicle and geo-political entity
 entity recognition, co-ref, find relationships among entities extracted
 TAC 2009 (Knowledge Base Track)
 schema (3 types): person, organization and location
 create a knowledge base from the named entities extracted
 ETAPE 2012 (Named Entity Task)
 schema: Quaero (7 main types, 32 sub-types)
 MSM 2013: tweet corpus !
 schema (4 types): person, organization, location, miscellaneous
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 25
ETAPE 2012 challenge
genre train dev test sources
TV news 7h 40m 1h 40m 1h 40m BFM Story, Top QUestions (LCP)
TV debates 10h 30m 5h 10m 5h 10m
Pile et Face, Ca vous regarde,
Entre les lignes (LCP)
TV amusements - 1h 05m 1h 05m La place du village (TV8)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 26
Train Dev Eval
Item length 26h 10h 55m 10h 55m
Nb files 44 15 15
Nb words 290517 91656 115511
Nb Named Entities 46763 14398 13055
Nb unique categories 33 33 33
NERD @ ETAPE (naïve combined strategy)
(eA1,tA1,URIA1,siA1,eiA1) .........
`
(eA2,tA2,URIA2,siA2,eiA2)
(eA3,tA3,URIA3,siA3,eiA3)
(eN2,tN2,URIN2,siN2,eiN2)
(eN1,tN1,URIN1,siN1,eiN1)
extraction
cleaning
fusion
When at least 2 extractors classify the
same entity with a different type then
we apply a preferred selection order
(empirically defined): Wikimeta,
AlchemyAPI, OpenCalais, Lupedia
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 27
Participation at ETAPE (combined+ strategy)
(eA1,tA1,URIA1,siA1,eA1
)
`
(eA2,tA2,URIA2,siA2,eiA2
)
(eN2,tN2,URIN2,sN2,eN2)
(eN1,tN1,URIN1,sN1,eN1)
...
ETAPE
Train & Dev
Learned model
Created
static rules
fusion
Conflicts handled by
priority selection: own,
Wikimeta,AlchemyAPI,
OpenCalais,Lupedia
POS tagger
Apply rules
(e1,t1,URI1,si1,ei1)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 28
NERD Global results
SLR Precision Recall F-measure %correct
combined 86.85% 35.31% 17.69% 23.44% 17.69%
combined+ 188.81% 15.13% 28.40% 19.45% 28.40%
Combined+ : Eval corpus differs substantially from the Train & Dev
corpora. The static rules do not fit well the Eval corpora and they
introduce classification noise.
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 29
Per-extractor results
SLR Precision Recall F-measure %correct
alchemyapi 37.71% 47.95% 5.45% 9.68% 5.45%
lupedia 39.49% 22.87% 1.56% 2.91% 1.56%
opencalais 37.47% 41.69% 3.53% 6.49% 3.53%
wikimeta 36.67% 19.40% 4.25% 6.95% 4.25%
combined
(nerd)
86.85% 35.31% 17.69% 23.44% 17.69%
combined+
(nerd+)
188.81% 15.13% 28.40% 19.45% 28.40%
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 30
- 3111/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Learning How to Combine NER Extractors
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 32
NERD on CoNLL 2003 (NER task)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 33
NERD on MSM 2013 (NER task)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 34
NERD on MSM 2013 (NEL task)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 35
Media Fragment Enricher:
http://mfe.synote.org/mfe/
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 36
Linking pieces of knowledge
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 37
Linking pieces of knowledge
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 38
Named Entities for Video Classification
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 39
Workflow
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 40
Media Fragment Enricher Services
Media Fragment Enricher UI
Metadata &
timed-text
NERD
Client RDFizator Triple Store
Categori-
zation
Video and
metadata preview
Video replay with subtitles and
aligned NEs
1: Video
URL
2: Metadata
3: meta-
data 4:NERDify
5:Timed Text
6: NEs with time
alignment
(json)
7: RDFize (ttl)
8: Generate
Category
9: SPARQL query
Channel signature based on NE distribution
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 41
Media Collector
 Composition of media item extractors (12 SNs)
 Rely on search APIs + a fix 30s timeout window to provide results
 Fallback on screen scraping when necessary (Twitter ecosystem)
 Implemented as a NodeJS server
 Serialize results in a common schema (JSON)
Semantics at the multimedia fragment level - SSSW, Cercedilla, July 201311/07/2013 - - 42
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 43
Deep link
Permalink
Clean text for NLP
processing
Aggregate view of ALL
social interactions
12 Social Networks
Media Finder (www2013)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 44
Media Finder (zooming on media items)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 45
Media Finder (timeline view)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 46
Media Finder Architecture
 Media items harvesting using the Media Server
http://eventmedia.eurecom.fr/media-
server/search/{combined}/{term}
https://github.com/vuknje/media-server (@tomayac fork)
 Image near de-duplication
DCT signature on image and video frame,
Hamming distance between image pairs
 Clustering and disambiguation
Named Entity Extraction using NERD
Topic Generation using LDA
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 47
Media Finder (named entities clustering)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 48
Media Finder (zooming in a cluster)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 49
Media Finder: http://mediafinder.eurecom.fr/
 Live Topic Generation from Event Streams
WWW 2013 Demo Session
http://www.youtube.com/watch?v=8iRiwz7cDYY
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 50
Tracking an event: Italian Election
 Repeated queries over a period of time
We have tracked and analyzed media posts tagged as
elezioni2013 from 2013-02-26 to 2013-03-03
Cron job: every 30 minutes over the 6 days
Slice the data in 24 hours slots
 Research questions:
Can we re-create the news headlines?
 Storyboarding:
http://mediafinder.eurecom.fr/story/elezioni2013
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 51
Tracking an event: Italian Election
 Dataset:
~16501 microposts containing (duplicate) media items
~21087 Named Entities extracted
 Clustering
NER and LDA
Generate Bag of Entities (BOE) disambiguated with a
DBpedia URI
 Examples:
Monti, Bersani, Italia, Berlusconi, Grillo, Stelle
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 52
Tracking an event: Italian Election
 Tracking and Analyzing The 2013 Italian Election
ESWC 2013 Demo Session
http://www.youtube.com/watch?v=jIMdnwMoWnk
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 53
Multimedia and Semantic Web
 Different Ecosystems:
 Local identifiers
 Specific metadata formats
 Huge amount of
Multimedia Content
 Low number of links
between content
11/07/2013 - - 54Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Multimedia and Semantic Web
 Universal Identifiers:
URI’s
 Common description
formats
 Easy interlinking between
content
11/07/2013 - - 55Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Media Fragments
nerd:Location
Cafe Rick
Nerd:Person
H. Bogart
Nerd:Person
I. Bergman
nerd:Location
Casablanca
 Media Fragment URI 1.0
 Chapters
 Scenes
 Shots
 etc…
http://data.linkedtv.eu/medi
a/e2899e7f#t=14,15
 LinkedTV Ontology
11/07/2013 - - 56Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Hypervideo
nerd:Location
Cafe Rick
Nerd:Person
H. Bogart
Nerd:Person
I. Bergman
nerd:Location
Casablanca
Nerd:Person
E. Tierney
nerd:Location
China
11/07/2013 - - 57Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Web + TV experience
http://www.youtube.com/watch?v=4mSC685AG7k
11/07/2013 - - 58Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
Research Vision (context)
 Knowledge Graphs everywhere
 Google Knowledge Graph, Microsoft Entity Graph,
Yahoo! Web of Things, Wikidata
 Open Data, Structured Data, Linked Data
 The rise of social media
 Events happen all the time and are the topic of social network
conversations, also in form of event-related multimedia data
 Videos and photos are (re-)shared on multiple social networks
 Events can be
planned or unplanned
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 59
(Read the background story
http://www.washingtonpost.com/about-those-2005-and-2013-photos-of-the-
crowds-in-st-peters-square)
Research Vision (opportunity)
 Video is a first class citizen on the Web
Annotations: Ontology and API for Media Resources
Access: Media Fragments URI
NERD platform for extracting key information from
learning resources including videos
 The Linked Media vision
Extracting semantic knowledge from social media
Collect, enrich and visualize media memes shared by
the crowd
Generate visual stories about what is happening in the
world (summarization)
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 60
Winter School:
http://winterschool.mediamixer.eu/
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 61
Credits
 Giuseppe Rizzo, Vuk Milicic,
José Luis Redondo Garcia (EURECOM)
 Thomas Steiner (Google Inc.)
 Marieke van Erp (Free University of Amsterdam)
 Yunjia Li (University of Southampton)
 … and many other students
11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 62
http://www.slideshare.net/troncy
11/07/2013 - - 63Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013

Weitere ähnliche Inhalte

Andere mochten auch

Linked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaLinked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaThomas Kurz
 
A Semantic Multimedia Web (Part 2)
A Semantic Multimedia Web (Part 2)A Semantic Multimedia Web (Part 2)
A Semantic Multimedia Web (Part 2)Raphael Troncy
 
A Semantic Multimedia Web (Part 3)
A Semantic Multimedia Web (Part 3)A Semantic Multimedia Web (Part 3)
A Semantic Multimedia Web (Part 3)Raphael Troncy
 
Describing Media Assets: Media Fragment Specification and Description
Describing Media Assets: Media Fragment Specification and DescriptionDescribing Media Assets: Media Fragment Specification and Description
Describing Media Assets: Media Fragment Specification and DescriptionRaphael Troncy
 
MediaEval 2012 SED Opening
MediaEval 2012 SED OpeningMediaEval 2012 SED Opening
MediaEval 2012 SED OpeningRaphael Troncy
 
MICO — Towards Contextual Media Analysis
MICO — Towards Contextual Media AnalysisMICO — Towards Contextual Media Analysis
MICO — Towards Contextual Media AnalysisThomas Kurz
 
Multimedia big data 140619
Multimedia big data 140619Multimedia big data 140619
Multimedia big data 140619Ramesh Jain
 
Semantics at the multimedia fragment level or how enabling the remixing of on...
Semantics at the multimedia fragment level or how enabling the remixing of on...Semantics at the multimedia fragment level or how enabling the remixing of on...
Semantics at the multimedia fragment level or how enabling the remixing of on...Raphael Troncy
 
Multimedia Annotation Localisation on the Web of Linked Data
Multimedia Annotation Localisation on the Web of Linked DataMultimedia Annotation Localisation on the Web of Linked Data
Multimedia Annotation Localisation on the Web of Linked DataGary Lefman
 
A replication study of the top performing systems in SemEval twitter sentimen...
A replication study of the top performing systems in SemEval twitter sentimen...A replication study of the top performing systems in SemEval twitter sentimen...
A replication study of the top performing systems in SemEval twitter sentimen...Raphael Troncy
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big DataVipin Batra
 
Structured Data & the Future of Educational Material
Structured Data & the Future of Educational MaterialStructured Data & the Future of Educational Material
Structured Data & the Future of Educational MaterialPaul Groth
 
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...Raphael Troncy
 
Semantic structuring and linking of event-centric data in the social web
Semantic structuring and linking of event-centric data in the social webSemantic structuring and linking of event-centric data in the social web
Semantic structuring and linking of event-centric data in the social webRaphael Troncy
 
A Semantic Multimedia Web: Create, Annotate, Present and Share your Media
A Semantic Multimedia Web: Create, Annotate, Present and Share your MediaA Semantic Multimedia Web: Create, Annotate, Present and Share your Media
A Semantic Multimedia Web: Create, Annotate, Present and Share your MediaRaphael Troncy
 
Knowledge Graphs at Elsevier
Knowledge Graphs at ElsevierKnowledge Graphs at Elsevier
Knowledge Graphs at ElsevierPaul Groth
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Emanuele Della Valle
 
Enabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMEnabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMThomas Kurz
 
DC-2016 Keynote 2016-10-13
DC-2016 Keynote 2016-10-13DC-2016 Keynote 2016-10-13
DC-2016 Keynote 2016-10-13Bradley Allen
 

Andere mochten auch (19)

Linked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaLinked Media Management with Apache Marmotta
Linked Media Management with Apache Marmotta
 
A Semantic Multimedia Web (Part 2)
A Semantic Multimedia Web (Part 2)A Semantic Multimedia Web (Part 2)
A Semantic Multimedia Web (Part 2)
 
A Semantic Multimedia Web (Part 3)
A Semantic Multimedia Web (Part 3)A Semantic Multimedia Web (Part 3)
A Semantic Multimedia Web (Part 3)
 
Describing Media Assets: Media Fragment Specification and Description
Describing Media Assets: Media Fragment Specification and DescriptionDescribing Media Assets: Media Fragment Specification and Description
Describing Media Assets: Media Fragment Specification and Description
 
MediaEval 2012 SED Opening
MediaEval 2012 SED OpeningMediaEval 2012 SED Opening
MediaEval 2012 SED Opening
 
MICO — Towards Contextual Media Analysis
MICO — Towards Contextual Media AnalysisMICO — Towards Contextual Media Analysis
MICO — Towards Contextual Media Analysis
 
Multimedia big data 140619
Multimedia big data 140619Multimedia big data 140619
Multimedia big data 140619
 
Semantics at the multimedia fragment level or how enabling the remixing of on...
Semantics at the multimedia fragment level or how enabling the remixing of on...Semantics at the multimedia fragment level or how enabling the remixing of on...
Semantics at the multimedia fragment level or how enabling the remixing of on...
 
Multimedia Annotation Localisation on the Web of Linked Data
Multimedia Annotation Localisation on the Web of Linked DataMultimedia Annotation Localisation on the Web of Linked Data
Multimedia Annotation Localisation on the Web of Linked Data
 
A replication study of the top performing systems in SemEval twitter sentimen...
A replication study of the top performing systems in SemEval twitter sentimen...A replication study of the top performing systems in SemEval twitter sentimen...
A replication study of the top performing systems in SemEval twitter sentimen...
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
 
Structured Data & the Future of Educational Material
Structured Data & the Future of Educational MaterialStructured Data & the Future of Educational Material
Structured Data & the Future of Educational Material
 
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...
Interlinking Multimedia: How to Apply Linked Data Principles to Multimedia F...
 
Semantic structuring and linking of event-centric data in the social web
Semantic structuring and linking of event-centric data in the social webSemantic structuring and linking of event-centric data in the social web
Semantic structuring and linking of event-centric data in the social web
 
A Semantic Multimedia Web: Create, Annotate, Present and Share your Media
A Semantic Multimedia Web: Create, Annotate, Present and Share your MediaA Semantic Multimedia Web: Create, Annotate, Present and Share your Media
A Semantic Multimedia Web: Create, Annotate, Present and Share your Media
 
Knowledge Graphs at Elsevier
Knowledge Graphs at ElsevierKnowledge Graphs at Elsevier
Knowledge Graphs at Elsevier
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
 
Enabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMEnabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MM
 
DC-2016 Keynote 2016-10-13
DC-2016 Keynote 2016-10-13DC-2016 Keynote 2016-10-13
DC-2016 Keynote 2016-10-13
 

Ähnlich wie Semantics at the multimedia fragment level SSSW 2013

NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...Raphael Troncy
 
Raphaël troncy
Raphaël troncyRaphaël troncy
Raphaël troncyIRI
 
Building the iRODS Consortium
Building the iRODS ConsortiumBuilding the iRODS Consortium
Building the iRODS ConsortiumAll Things Open
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadatasuyu22
 
Lemmens kessler-agile-linked data v3-slideshare
Lemmens kessler-agile-linked data v3-slideshareLemmens kessler-agile-linked data v3-slideshare
Lemmens kessler-agile-linked data v3-slideshareRob Lemmens
 
Inductive Entity Typing Alignment
Inductive Entity Typing AlignmentInductive Entity Typing Alignment
Inductive Entity Typing AlignmentGiuseppe Rizzo
 
Metadata as Linked Data for Research Data Repositories
Metadata as Linked Data for Research Data RepositoriesMetadata as Linked Data for Research Data Repositories
Metadata as Linked Data for Research Data Repositoriesandrea huang
 
Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...Nikolaos Konstantinou
 
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable Systems
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable SystemsDSE and Profiling of Multi-Context Coarse-Grained Reconfigurable Systems
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable SystemsMDC_UNICA
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media ContentsPaolo Nesi
 
A Distributed Audio Personalization Framework over Android
A Distributed Audio Personalization Framework over AndroidA Distributed Audio Personalization Framework over Android
A Distributed Audio Personalization Framework over AndroidUniversity of Piraeus
 
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)Ig Bittencourt
 
Mapping VRA Core 4.0 to the CIDOC/CRM ontology
Mapping VRA Core 4.0 to the CIDOC/CRM ontologyMapping VRA Core 4.0 to the CIDOC/CRM ontology
Mapping VRA Core 4.0 to the CIDOC/CRM ontologyGiannis Tsakonas
 
Make your data great again - Ver 2
Make your data great again - Ver 2Make your data great again - Ver 2
Make your data great again - Ver 2Daniel JACOB
 
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Nikolaos Konstantinou
 
Integrating a Domain Ontology Development Environment and an Ontology Search ...
Integrating a Domain Ontology Development Environment and an Ontology Search ...Integrating a Domain Ontology Development Environment and an Ontology Search ...
Integrating a Domain Ontology Development Environment and an Ontology Search ...Takeshi Morita
 
LiveLinkedData - TransWebData - Nantes 2013
LiveLinkedData - TransWebData - Nantes 2013LiveLinkedData - TransWebData - Nantes 2013
LiveLinkedData - TransWebData - Nantes 2013Luis Daniel Ibáñez
 
Tds — big science dec 2021
Tds — big science dec 2021Tds — big science dec 2021
Tds — big science dec 2021Gérard Dupont
 

Ähnlich wie Semantics at the multimedia fragment level SSSW 2013 (20)

NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...
 
Raphaël troncy
Raphaël troncyRaphaël troncy
Raphaël troncy
 
Building the iRODS Consortium
Building the iRODS ConsortiumBuilding the iRODS Consortium
Building the iRODS Consortium
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadata
 
Lemmens kessler-agile-linked data v3-slideshare
Lemmens kessler-agile-linked data v3-slideshareLemmens kessler-agile-linked data v3-slideshare
Lemmens kessler-agile-linked data v3-slideshare
 
Sheldon challenge
Sheldon challengeSheldon challenge
Sheldon challenge
 
Inductive Entity Typing Alignment
Inductive Entity Typing AlignmentInductive Entity Typing Alignment
Inductive Entity Typing Alignment
 
NASA HDF/HDF-EOS Data Access Challenges
NASA HDF/HDF-EOS Data Access ChallengesNASA HDF/HDF-EOS Data Access Challenges
NASA HDF/HDF-EOS Data Access Challenges
 
Metadata as Linked Data for Research Data Repositories
Metadata as Linked Data for Research Data RepositoriesMetadata as Linked Data for Research Data Repositories
Metadata as Linked Data for Research Data Repositories
 
Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...
 
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable Systems
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable SystemsDSE and Profiling of Multi-Context Coarse-Grained Reconfigurable Systems
DSE and Profiling of Multi-Context Coarse-Grained Reconfigurable Systems
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media Contents
 
A Distributed Audio Personalization Framework over Android
A Distributed Audio Personalization Framework over AndroidA Distributed Audio Personalization Framework over Android
A Distributed Audio Personalization Framework over Android
 
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
 
Mapping VRA Core 4.0 to the CIDOC/CRM ontology
Mapping VRA Core 4.0 to the CIDOC/CRM ontologyMapping VRA Core 4.0 to the CIDOC/CRM ontology
Mapping VRA Core 4.0 to the CIDOC/CRM ontology
 
Make your data great again - Ver 2
Make your data great again - Ver 2Make your data great again - Ver 2
Make your data great again - Ver 2
 
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
 
Integrating a Domain Ontology Development Environment and an Ontology Search ...
Integrating a Domain Ontology Development Environment and an Ontology Search ...Integrating a Domain Ontology Development Environment and an Ontology Search ...
Integrating a Domain Ontology Development Environment and an Ontology Search ...
 
LiveLinkedData - TransWebData - Nantes 2013
LiveLinkedData - TransWebData - Nantes 2013LiveLinkedData - TransWebData - Nantes 2013
LiveLinkedData - TransWebData - Nantes 2013
 
Tds — big science dec 2021
Tds — big science dec 2021Tds — big science dec 2021
Tds — big science dec 2021
 

Mehr von Raphael Troncy

K CAP 2019 Opening Ceremony
K CAP 2019 Opening CeremonyK CAP 2019 Opening Ceremony
K CAP 2019 Opening CeremonyRaphael Troncy
 
Semantic Technologies for Connected Vehicles in a Web of Things Environment
Semantic Technologies for Connected Vehicles in a Web of Things EnvironmentSemantic Technologies for Connected Vehicles in a Web of Things Environment
Semantic Technologies for Connected Vehicles in a Web of Things EnvironmentRaphael Troncy
 
HyperTED: exploring video lectures at the fragment levels for enhancing learning
HyperTED: exploring video lectures at the fragment levels for enhancing learningHyperTED: exploring video lectures at the fragment levels for enhancing learning
HyperTED: exploring video lectures at the fragment levels for enhancing learningRaphael Troncy
 
Location Embeddings for Next Trip Recommendation
Location Embeddings for Next Trip RecommendationLocation Embeddings for Next Trip Recommendation
Location Embeddings for Next Trip RecommendationRaphael Troncy
 
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014Modeling Geometry and Reference Systems on the Web of Data - LGD 2014
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014Raphael Troncy
 
Deep-linking into Media Assets at the Fragment Level SMAM 2013
Deep-linking into Media Assets at the Fragment Level SMAM 2013Deep-linking into Media Assets at the Fragment Level SMAM 2013
Deep-linking into Media Assets at the Fragment Level SMAM 2013Raphael Troncy
 
Live topic generation from event streams
Live topic generation from event streamsLive topic generation from event streams
Live topic generation from event streamsRaphael Troncy
 
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the Crowd
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the CrowdMediaFinder: Collect, Enrich and Visualize Media Memes Shared by the Crowd
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the CrowdRaphael Troncy
 
EventMedia Live: Exploring Events Connections in Real-Time to Enhance Content
EventMedia Live: Exploring Events Connections in Real-Time to Enhance ContentEventMedia Live: Exploring Events Connections in Real-Time to Enhance Content
EventMedia Live: Exploring Events Connections in Real-Time to Enhance ContentRaphael Troncy
 
Extracting Media Items from Multiple Social Networks
Extracting Media Items from Multiple Social NetworksExtracting Media Items from Multiple Social Networks
Extracting Media Items from Multiple Social NetworksRaphael Troncy
 
DeRiVE 2011 workshop opening
DeRiVE 2011 workshop openingDeRiVE 2011 workshop opening
DeRiVE 2011 workshop openingRaphael Troncy
 
MediaEval 2011 SED Opening
MediaEval 2011 SED OpeningMediaEval 2011 SED Opening
MediaEval 2011 SED OpeningRaphael Troncy
 
ShareIt: Mining SocialMedia Activities for Detecting Events
ShareIt: Mining SocialMedia Activities for Detecting EventsShareIt: Mining SocialMedia Activities for Detecting Events
ShareIt: Mining SocialMedia Activities for Detecting EventsRaphael Troncy
 
Finding media illustrating events
Finding media illustrating eventsFinding media illustrating events
Finding media illustrating eventsRaphael Troncy
 
Experiencing Events through User-Generated Media
Experiencing Events through User-Generated MediaExperiencing Events through User-Generated Media
Experiencing Events through User-Generated MediaRaphael Troncy
 
Linking Events with Media
Linking Events with MediaLinking Events with Media
Linking Events with MediaRaphael Troncy
 
Multimedia Semantics - SSMS 2010
Multimedia Semantics - SSMS 2010Multimedia Semantics - SSMS 2010
Multimedia Semantics - SSMS 2010Raphael Troncy
 
LODE: Une Ontologie pour representer des evenements dans le Web de Donnees
LODE: Une Ontologie pour representer des evenements dans le Web de DonneesLODE: Une Ontologie pour representer des evenements dans le Web de Donnees
LODE: Une Ontologie pour representer des evenements dans le Web de DonneesRaphael Troncy
 
Provenance for Multimedia
Provenance for MultimediaProvenance for Multimedia
Provenance for MultimediaRaphael Troncy
 
Designing User Support for Event-based Annotation and Exploration of Media
Designing User Support for Event-based Annotation and Exploration of MediaDesigning User Support for Event-based Annotation and Exploration of Media
Designing User Support for Event-based Annotation and Exploration of MediaRaphael Troncy
 

Mehr von Raphael Troncy (20)

K CAP 2019 Opening Ceremony
K CAP 2019 Opening CeremonyK CAP 2019 Opening Ceremony
K CAP 2019 Opening Ceremony
 
Semantic Technologies for Connected Vehicles in a Web of Things Environment
Semantic Technologies for Connected Vehicles in a Web of Things EnvironmentSemantic Technologies for Connected Vehicles in a Web of Things Environment
Semantic Technologies for Connected Vehicles in a Web of Things Environment
 
HyperTED: exploring video lectures at the fragment levels for enhancing learning
HyperTED: exploring video lectures at the fragment levels for enhancing learningHyperTED: exploring video lectures at the fragment levels for enhancing learning
HyperTED: exploring video lectures at the fragment levels for enhancing learning
 
Location Embeddings for Next Trip Recommendation
Location Embeddings for Next Trip RecommendationLocation Embeddings for Next Trip Recommendation
Location Embeddings for Next Trip Recommendation
 
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014Modeling Geometry and Reference Systems on the Web of Data - LGD 2014
Modeling Geometry and Reference Systems on the Web of Data - LGD 2014
 
Deep-linking into Media Assets at the Fragment Level SMAM 2013
Deep-linking into Media Assets at the Fragment Level SMAM 2013Deep-linking into Media Assets at the Fragment Level SMAM 2013
Deep-linking into Media Assets at the Fragment Level SMAM 2013
 
Live topic generation from event streams
Live topic generation from event streamsLive topic generation from event streams
Live topic generation from event streams
 
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the Crowd
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the CrowdMediaFinder: Collect, Enrich and Visualize Media Memes Shared by the Crowd
MediaFinder: Collect, Enrich and Visualize Media Memes Shared by the Crowd
 
EventMedia Live: Exploring Events Connections in Real-Time to Enhance Content
EventMedia Live: Exploring Events Connections in Real-Time to Enhance ContentEventMedia Live: Exploring Events Connections in Real-Time to Enhance Content
EventMedia Live: Exploring Events Connections in Real-Time to Enhance Content
 
Extracting Media Items from Multiple Social Networks
Extracting Media Items from Multiple Social NetworksExtracting Media Items from Multiple Social Networks
Extracting Media Items from Multiple Social Networks
 
DeRiVE 2011 workshop opening
DeRiVE 2011 workshop openingDeRiVE 2011 workshop opening
DeRiVE 2011 workshop opening
 
MediaEval 2011 SED Opening
MediaEval 2011 SED OpeningMediaEval 2011 SED Opening
MediaEval 2011 SED Opening
 
ShareIt: Mining SocialMedia Activities for Detecting Events
ShareIt: Mining SocialMedia Activities for Detecting EventsShareIt: Mining SocialMedia Activities for Detecting Events
ShareIt: Mining SocialMedia Activities for Detecting Events
 
Finding media illustrating events
Finding media illustrating eventsFinding media illustrating events
Finding media illustrating events
 
Experiencing Events through User-Generated Media
Experiencing Events through User-Generated MediaExperiencing Events through User-Generated Media
Experiencing Events through User-Generated Media
 
Linking Events with Media
Linking Events with MediaLinking Events with Media
Linking Events with Media
 
Multimedia Semantics - SSMS 2010
Multimedia Semantics - SSMS 2010Multimedia Semantics - SSMS 2010
Multimedia Semantics - SSMS 2010
 
LODE: Une Ontologie pour representer des evenements dans le Web de Donnees
LODE: Une Ontologie pour representer des evenements dans le Web de DonneesLODE: Une Ontologie pour representer des evenements dans le Web de Donnees
LODE: Une Ontologie pour representer des evenements dans le Web de Donnees
 
Provenance for Multimedia
Provenance for MultimediaProvenance for Multimedia
Provenance for Multimedia
 
Designing User Support for Event-based Annotation and Exploration of Media
Designing User Support for Event-based Annotation and Exploration of MediaDesigning User Support for Event-based Annotation and Exploration of Media
Designing User Support for Event-based Annotation and Exploration of Media
 

Kürzlich hochgeladen

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
 
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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
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
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
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
 
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
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
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
 

Kürzlich hochgeladen (20)

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
 
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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
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
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
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
 
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!
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

Semantics at the multimedia fragment level SSSW 2013

  • 1. Semantics at the multimedia fragment level or how enabling the remixing of online media Raphaël Troncy <raphael.troncy@eurecom.fr>
  • 2. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 2
  • 3. Once upon a time … 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 3
  • 4. … leading to sharing Media Fragments  Publishing status message containing a Media Fragment URI Use a ‘#’ ! Highlight a video sequence Highlight a region to pay attention to 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 4
  • 5. What are Media Fragments? t0 20 35temporal media fragment spatial media fragment track media fragment 11/07/2013 - - 5Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 6. Media Fragments (temporal) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 6 Fragment beginning Fragment endPlayback progress Original resource length
  • 7. Media Fragments (spatial) + Demo 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 7 semi-opaque overlay highlighted fragment
  • 8. Media Fragments URIs  Bookmark / Share parts (fragments) of audio/video content  Annotate media fragments  Search for media fragments  Mash-ups  Conserve bandwidth 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 8 http://www.w3.org/TR/media-frags-reqs/ http://www.w3.org/TR/media-frags/
  • 9. Video annotation 11/07/2013 - - 9Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 10. Video interactivity Cubism Expressionism Fauvism FACETS / PROPERTIES OF CONCEPT CONCEPT IN PLAYER CONTENT ENRICHMENT 11/07/2013 - - 10Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 11. Video Accessibility  What is required to make video accessible on the Web?  Technologies:  Annotating: automatic (speech transcription) and manual (social collaborative annotation tool)  Addressing: pointing to, retrieving, transmitting only parts of media  Rendering: video visualization for the impaired, Braille output 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 11 Benchmarking: Sphinx, HTK, Julius
  • 12. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 12
  • 13. Semantic indexing at the fragment level 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 13 Benchmarking: Sphinx, HTK, Julius  NER on subtitle blocks  Interlinking with the Linked Data Cloud to enable semantic search
  • 14. What is a Named Entity recognition task?  A task that aims to locate and classify the name of a person or an organization, a location, a brand, a product, a numeric expression including time, date, money and percent in a textual document 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 14
  • 15. NER Tools and Web APIs  Standalone software GATE Stanford CoreNLP Temis  Web APIs http://nerd.eurecom.fr/ 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 15
  • 16.  Compare performances of NER and NEL tools  Understand strengths and weaknesses of different Web APIs  Adapt NER processing to different context  (Learn how to) Combine NER (/ NEL) tools  Participate in various benchmarks NERD: Named Entity Recognition and Disambiguation 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 16
  • 17. What is NERD? REST API2ontology1 UI3 1 http://nerd.eurecom.fr/ontology 2 http://nerd.eurecom.fr/api/application.wadl 3 http://nerd.eurecom.fr 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 17
  • 18. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 18/15 Alchemy API DBpedia Spotlight Evri Extractiv Lupedia Open Calais Saplo Wikimeta Yahoo! Zemanta Language EN,FR, GR,IT, PT,RU, SP,SW EN GR* PT* SP* EN,I T EN EN,FR, IT EN,FR SP EN, SW EN,FR SP EN EN Granularity OEN OEN OED OEN OEN OEN OED OEN OEN OED Entity position N/A char offset N/A word offset range of chars char offset N/A POS offset range of chars N/A Classification schema Alchemy DBpedia FreeBase Scema.or g Evri DBpedia DBpedia LinkedM DB Open Calais N/A ESTER Yahoo FreeBase Number of classes 324 320 5 34 319 95 5 7 13 81 Response Format JSON MicroF XML RDF HTML JSON RDF XML HTM L JSO N RDF HTML JSON RDF XML HTML JSON RDFa XML JSON MicroF ormat JSON JSON XML JSON XML XML JSON RDF Quota (calls/day) 30000 unl 300 0 3000 unl 50000 1333 unl 5000 10000 Factual comparison of 10 Web NER tools
  • 19. Aligned the taxonomies used by the extractors NERD Ontology 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 19
  • 20. NERD type Occurrence Person 10 Organization 10 Country 6 Company 6 Location 6 Continent 5 City 5 RadioStation 5 Album 5 Product 5 ... ... Building the NERD Ontology 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 20
  • 21. NERD REST API GET, POST, PUT, DELETE /document /user /annotation/{extractor} /extraction /evaluation ... JSON “entities” : [{ “entity”: “Tim Berners-Lee” , “type”: “Person” , “uri”: "http://dbpedia.org/resource/Tim_berners_lee", “nerdType”: "http://nerd.eurecom.fr/ontology#Person", “startChar”: 30, “endChar”: 45, “confidence”: 1, “relevance”: 0.5 }] Rizzo G., Troncy R. (2012), NERD: A Framework for Unifying Named Entity Recognition and Disambiguation Web Extraction Tools. In: European chapter of the Association for Computational Linguistics (EACL'12), Avignon, France. RDF 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 21
  • 22. NERD meets NIF Model documents through a set of strings deferencable on the Web : offset_23107_ 23110 a str:String ; str:referenceContext :offset_0_26546 . : offset_23107_ 23110 sso:oen dbpedia:W3C. dbpedia:W3C rdf:type nerd:Organization . Map string to entity Classification Rizzo G, Troncy R., Hellmann S. and Bruemmer M. (2012), NERD meets NIF: Lifting NLP Extraction Results to the Linked Data Cloud. In: (LDOW'12) Linked Data on the Web (WWW'12), Lyon, France. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 22
  • 23. NERD User Dashboard 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 23
  • 24. NERD User Interface 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 24
  • 25. History of NER benchmarks  CoNLL 2003 and CoNLL 2005  schema (4 types): person, organization, location and miscellaneous  ACE 2004, ACE 2005 and ACE 2007  schema (7 types): person, organization, location, facility, weapon, vehicle and geo-political entity  entity recognition, co-ref, find relationships among entities extracted  TAC 2009 (Knowledge Base Track)  schema (3 types): person, organization and location  create a knowledge base from the named entities extracted  ETAPE 2012 (Named Entity Task)  schema: Quaero (7 main types, 32 sub-types)  MSM 2013: tweet corpus !  schema (4 types): person, organization, location, miscellaneous 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 25
  • 26. ETAPE 2012 challenge genre train dev test sources TV news 7h 40m 1h 40m 1h 40m BFM Story, Top QUestions (LCP) TV debates 10h 30m 5h 10m 5h 10m Pile et Face, Ca vous regarde, Entre les lignes (LCP) TV amusements - 1h 05m 1h 05m La place du village (TV8) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 26 Train Dev Eval Item length 26h 10h 55m 10h 55m Nb files 44 15 15 Nb words 290517 91656 115511 Nb Named Entities 46763 14398 13055 Nb unique categories 33 33 33
  • 27. NERD @ ETAPE (naïve combined strategy) (eA1,tA1,URIA1,siA1,eiA1) ......... ` (eA2,tA2,URIA2,siA2,eiA2) (eA3,tA3,URIA3,siA3,eiA3) (eN2,tN2,URIN2,siN2,eiN2) (eN1,tN1,URIN1,siN1,eiN1) extraction cleaning fusion When at least 2 extractors classify the same entity with a different type then we apply a preferred selection order (empirically defined): Wikimeta, AlchemyAPI, OpenCalais, Lupedia 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 27
  • 28. Participation at ETAPE (combined+ strategy) (eA1,tA1,URIA1,siA1,eA1 ) ` (eA2,tA2,URIA2,siA2,eiA2 ) (eN2,tN2,URIN2,sN2,eN2) (eN1,tN1,URIN1,sN1,eN1) ... ETAPE Train & Dev Learned model Created static rules fusion Conflicts handled by priority selection: own, Wikimeta,AlchemyAPI, OpenCalais,Lupedia POS tagger Apply rules (e1,t1,URI1,si1,ei1) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 28
  • 29. NERD Global results SLR Precision Recall F-measure %correct combined 86.85% 35.31% 17.69% 23.44% 17.69% combined+ 188.81% 15.13% 28.40% 19.45% 28.40% Combined+ : Eval corpus differs substantially from the Train & Dev corpora. The static rules do not fit well the Eval corpora and they introduce classification noise. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 29
  • 30. Per-extractor results SLR Precision Recall F-measure %correct alchemyapi 37.71% 47.95% 5.45% 9.68% 5.45% lupedia 39.49% 22.87% 1.56% 2.91% 1.56% opencalais 37.47% 41.69% 3.53% 6.49% 3.53% wikimeta 36.67% 19.40% 4.25% 6.95% 4.25% combined (nerd) 86.85% 35.31% 17.69% 23.44% 17.69% combined+ (nerd+) 188.81% 15.13% 28.40% 19.45% 28.40% 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 30
  • 31. - 3111/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 32. Learning How to Combine NER Extractors 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 32
  • 33. NERD on CoNLL 2003 (NER task) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 33
  • 34. NERD on MSM 2013 (NER task) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 34
  • 35. NERD on MSM 2013 (NEL task) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 35
  • 36. Media Fragment Enricher: http://mfe.synote.org/mfe/ 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 36
  • 37. Linking pieces of knowledge 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 37
  • 38. Linking pieces of knowledge 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 38
  • 39. Named Entities for Video Classification 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 39
  • 40. Workflow 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 40 Media Fragment Enricher Services Media Fragment Enricher UI Metadata & timed-text NERD Client RDFizator Triple Store Categori- zation Video and metadata preview Video replay with subtitles and aligned NEs 1: Video URL 2: Metadata 3: meta- data 4:NERDify 5:Timed Text 6: NEs with time alignment (json) 7: RDFize (ttl) 8: Generate Category 9: SPARQL query
  • 41. Channel signature based on NE distribution 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 41
  • 42. Media Collector  Composition of media item extractors (12 SNs)  Rely on search APIs + a fix 30s timeout window to provide results  Fallback on screen scraping when necessary (Twitter ecosystem)  Implemented as a NodeJS server  Serialize results in a common schema (JSON) Semantics at the multimedia fragment level - SSSW, Cercedilla, July 201311/07/2013 - - 42
  • 43. 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 43 Deep link Permalink Clean text for NLP processing Aggregate view of ALL social interactions 12 Social Networks
  • 44. Media Finder (www2013) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 44
  • 45. Media Finder (zooming on media items) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 45
  • 46. Media Finder (timeline view) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 46
  • 47. Media Finder Architecture  Media items harvesting using the Media Server http://eventmedia.eurecom.fr/media- server/search/{combined}/{term} https://github.com/vuknje/media-server (@tomayac fork)  Image near de-duplication DCT signature on image and video frame, Hamming distance between image pairs  Clustering and disambiguation Named Entity Extraction using NERD Topic Generation using LDA 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 47
  • 48. Media Finder (named entities clustering) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 48
  • 49. Media Finder (zooming in a cluster) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 49
  • 50. Media Finder: http://mediafinder.eurecom.fr/  Live Topic Generation from Event Streams WWW 2013 Demo Session http://www.youtube.com/watch?v=8iRiwz7cDYY 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 50
  • 51. Tracking an event: Italian Election  Repeated queries over a period of time We have tracked and analyzed media posts tagged as elezioni2013 from 2013-02-26 to 2013-03-03 Cron job: every 30 minutes over the 6 days Slice the data in 24 hours slots  Research questions: Can we re-create the news headlines?  Storyboarding: http://mediafinder.eurecom.fr/story/elezioni2013 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 51
  • 52. Tracking an event: Italian Election  Dataset: ~16501 microposts containing (duplicate) media items ~21087 Named Entities extracted  Clustering NER and LDA Generate Bag of Entities (BOE) disambiguated with a DBpedia URI  Examples: Monti, Bersani, Italia, Berlusconi, Grillo, Stelle 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 52
  • 53. Tracking an event: Italian Election  Tracking and Analyzing The 2013 Italian Election ESWC 2013 Demo Session http://www.youtube.com/watch?v=jIMdnwMoWnk 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 53
  • 54. Multimedia and Semantic Web  Different Ecosystems:  Local identifiers  Specific metadata formats  Huge amount of Multimedia Content  Low number of links between content 11/07/2013 - - 54Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 55. Multimedia and Semantic Web  Universal Identifiers: URI’s  Common description formats  Easy interlinking between content 11/07/2013 - - 55Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 56. Media Fragments nerd:Location Cafe Rick Nerd:Person H. Bogart Nerd:Person I. Bergman nerd:Location Casablanca  Media Fragment URI 1.0  Chapters  Scenes  Shots  etc… http://data.linkedtv.eu/medi a/e2899e7f#t=14,15  LinkedTV Ontology 11/07/2013 - - 56Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 57. Hypervideo nerd:Location Cafe Rick Nerd:Person H. Bogart Nerd:Person I. Bergman nerd:Location Casablanca Nerd:Person E. Tierney nerd:Location China 11/07/2013 - - 57Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 58. Web + TV experience http://www.youtube.com/watch?v=4mSC685AG7k 11/07/2013 - - 58Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013
  • 59. Research Vision (context)  Knowledge Graphs everywhere  Google Knowledge Graph, Microsoft Entity Graph, Yahoo! Web of Things, Wikidata  Open Data, Structured Data, Linked Data  The rise of social media  Events happen all the time and are the topic of social network conversations, also in form of event-related multimedia data  Videos and photos are (re-)shared on multiple social networks  Events can be planned or unplanned 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 59 (Read the background story http://www.washingtonpost.com/about-those-2005-and-2013-photos-of-the- crowds-in-st-peters-square)
  • 60. Research Vision (opportunity)  Video is a first class citizen on the Web Annotations: Ontology and API for Media Resources Access: Media Fragments URI NERD platform for extracting key information from learning resources including videos  The Linked Media vision Extracting semantic knowledge from social media Collect, enrich and visualize media memes shared by the crowd Generate visual stories about what is happening in the world (summarization) 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 60
  • 61. Winter School: http://winterschool.mediamixer.eu/ 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 61
  • 62. Credits  Giuseppe Rizzo, Vuk Milicic, José Luis Redondo Garcia (EURECOM)  Thomas Steiner (Google Inc.)  Marieke van Erp (Free University of Amsterdam)  Yunjia Li (University of Southampton)  … and many other students 11/07/2013 - Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013 - 62
  • 63. http://www.slideshare.net/troncy 11/07/2013 - - 63Semantics at the multimedia fragment level - SSSW, Cercedilla, July 2013