index.html
6.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Multimedia Semantics: Challenges and Opportunities</title>
<meta name="copyright" content="Copyright 2007 W3C (MIT, ERCIM, Keio)" />
<link rel="stylesheet" href="w3c-ac.css" type="text/css" media="screen, projection, print" />
<link rel="stylesheet" href="slidy.css" type="text/css" media="screen, projection, print" />
<script type="text/javascript" src="slidy.js">
</script>
</head>
<body xml:lang="en" lang="en">
<!-- this defines the slide background -->
<div class="background">
<div class="header">
<!-- sized and colored via CSS -->
</div>
<div class="footer">
<object id="w3c-logo" data="http://www.w3.org/Talks/Tools/Slidy/w3c-logo-blue.svg" type="image/svg+xml" title="W3C logo">
<a href="http://www.w3.org/"><img alt="W3C logo" id="w3c-logo-fallback" src="http://www.w3.org/Talks/Tools/Slidy/w3c-logo-blue.gif" /></a>
</object>
<!-- modify the following text as appropriate -->
W3C Advisory Committee Meeting, 8 May 2007
</div>
</div>
<div class="slide cover">
<div class="header">
<h1>Multimedia Semantics XG: Challenges and Opportunities</h1>
<p>
<a href="http://www.cwi.nl/~troncy/"><font color="#FFFFFF">Raphaël Troncy</font></a>
<<a href="mailto:raphael.troncy@cwi.nl">raphael.troncy@cwi.nl</a>>,
<a href="http://www.csd.abdn.ac.uk/~jpan/"><font color="#FFFFFF">Jeff Z. Pan</font></a>
<<a href="mailto:jpan@csd.abdn.ac.uk">jpan@csd.abdn.ac.uk</a>><br/>
Current slides: <a href="http://www.w3.org/2005/Incubator/mmsem/talks/AC2007/">http://www.w3.org/2005/Incubator/mmsem/talks/AC2007/</a>
</p>
</div>
<img src="http://www.w3.org/2005/Incubator/mmsem/mmsem-f2f-athens-small.jpg" alt="MMSem group photo"/>
</div>
<div class="slide">
<h1>Multimedia Metadata Interoperability</h1>
<ul>
<li><strong>Use SW technologies to make existing multimedia metadata standards interoperable</strong>:
<ul>
<li>Leverage and combine existing formats and show the added value of the SW formal semantics,</li>
<li>Provide best practices for annotating and using multimedia content on the Web</li>
</ul>
</li>
<li><strong>Photo Use Case</strong>:
<center><img src="photo_use_case.jpg" alt="Interoperability problems with photos"/></center>
</li>
</ul>
</div>
<div class="slide">
<h1>Multimedia Metadata Interoperability (cont)</h1>
<ul>
<li><strong>Music Use Case</strong>:
<ul>
<li>ID3 Tags + low-level features extraction + lastFM recommendations + FOAF profiles + ...</li>
<li>Auto-construction of playlist (similar bit rate), Personalization, Browsing music store</li>
<center><img src="music_use_case.png" alt="Interoperability problems with music"/></center>
</ul>
</li>
<li><strong>Personomy Manager Use Case</strong>:
<ul>
<li>Multiple tagging platforms for various media:<br/>
Flickr, YouTube, DailyMotion, Myspace, Last.fm, Del.icio.us, etc.</li>
<li>Extraction of personals tags, SKOS representation</li>
<li>Search, annotate cross-platforms</li>
</ul>
</li>
</ul>
</div>
<div class="slide">
<h1>Pointers</h1>
<ul>
<li>Documents:
<ul>
<li>XG Report on <a href="http://www.w3.org/2005/Incubator/mmsem/XGR-image-annotation/">Image Annotation on the Semantic Web</a></li>
<li>XG Report on <a href="http://www.w3.org/2005/Incubator/mmsem/XGR-vocabularies/">Multimedia Vocabularies on the Semantic Web</a></li>
<li>Editor's Draft on <a href="http://www.w3.org/2005/Incubator/mmsem/XGR-interoperability/">Multimedia Annotation Interoperability Framework</a></li>
<li>Editor's Draft on <a href="http://www.w3.org/2005/Incubator/mmsem/XGR-mpeg7/">MPEG-7 and the Semantic Web</a></li>
<li>Living Wiki Page on <a href="http://www.w3.org/2005/Incubator/mmsem/wiki/Tools_and_Resources">Multimedia Semantics: Overview of Relevant Tools and Resources</a></li>
</ul>
</li>
<li>More information:
<ul>
<li>Home: <a href="http://www.w3.org/2005/Incubator/mmsem/">http://www.w3.org/2005/Incubator/mmsem/</a></li>
<li>Wiki: <a href="http://www.w3.org/2005/Incubator/mmsem/wiki/">http://www.w3.org/2005/Incubator/mmsem/wiki/</a></li>
<li>Archive: <a href="http://lists.w3.org/Archives/Public/public-xg-mmsem/">http://lists.w3.org/Archives/Public/public-xg-mmsem/</a></li>
</ul>
</li>
</ul>
</div>
<div class="slide">
<h1>Liaison</h1>
<h3>Liaison outside of W3C</h3>
<ul>
<li><a href="http://www.i3a.org/">International Imaging Industry Association</a> (I3A): <font color="red">DIG35</font> photo standard</li>
<li><a href="http://www.iptc.org/">International Press Telecommunications Council</a> (IPTC): <font color="red">NewsML</font> standard</li>
<li><a href="http://www.w3.org/2005/Incubator/mmsem/liaison/29n79301.doc">ISO/IEC JTC1/SC29/WG11</a>: <font color="red">MPEG-7 / MPEG-21</font></li>
<li><a href="http://www.useplus.com/">Picture Licensing Universal System</a> (PLUS Coalition)</li>
</ul>
<h3>Liaison within W3C</h3>
<ul>
<li><a href="http://www.w3.org/2001/sw/BestPractices/">Semantic Web Best Practices and Deployment WG</a> (SWBPD)</li>
<li><a href="http://www.w3.org/2006/07/SWD/">Semantic Web Deployment WG</a> (SWD)</li>
</ul>
</div>
<div class="slide">
<h1>Advertisement</h1>
<ul>
<li><b>Panel</b> on <a href="http://www2007.org/panel4.php">The Role of Multimedia Metadata Standards in a (Semantic) Web 3.0</a><br/>
(Thursday, May 10, 3:30pm-5:00pm, New Brunswick):
<ul>
<li><a href="http://www.cs.man.ac.uk/%7Eseanb/">Sean Bechhofer</a> (University of Manchester, UK),
<a href="http://www.cwi.nl/%7Elynda/">Lynda Hardman</a> (CWI Amsterdam, NL),</li>
<li><a href="http://research.yahoo.com/%7Emornaaman/">Mor Naaman</a> (Yahoo! Research Berkeley, USA),
<a href="http://www.research.ibm.com/people/j/jsmith/">John Smith</a> (IBM, USA)</li>
</ul>
</li>
<li><b><a href="http://www.phmdc.org/">Photo Metadata Conference</a></b>, June 7, Florence, Italy:</li>
</ul>
<center><img src="phmdc.jpg" alt="Photo Metadata Conference Organizers"/></center>
</div>
<div class="slide">
<h1>Join Us!</h1>
<h3>Follow-up XG Activity:</h3
<ul>
<li><font color="red">Multimedia Semantics to continue from September</font></li>
<li>Chartering process: now is the time to join!</li>
<li>Industry partners should get involved now: transition to real use cases and industrial scenarios</li>
</ul>
<center>
<h3>Contact us: <a href="mailto:Raphael.Troncy@cwi.nl">Raphael.Troncy@cwi.nl</a></h3>
<h3><a href="http://lists.w3.org/Archives/Member/member-xg-mmsem/">http://lists.w3.org/Archives/Member/member-xg-mmsem/</a></h3>
</center>
</div>
</body>
</html>