Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.最新文献

筛选
英文 中文
The impact of SMT/SMP designs on multimedia software engineering - a workload analysis study SMT/SMP设计对多媒体软件工程的影响——工作量分析研究
Yen-kuang Chen, R. Lienhart, E. Debes, Matthew J. Holliman, M. Yeung
{"title":"The impact of SMT/SMP designs on multimedia software engineering - a workload analysis study","authors":"Yen-kuang Chen, R. Lienhart, E. Debes, Matthew J. Holliman, M. Yeung","doi":"10.1109/MMSE.2002.1181631","DOIUrl":"https://doi.org/10.1109/MMSE.2002.1181631","url":null,"abstract":"This paper presents the study of running several core multimedia applications on a simultaneous multithreading (SMT) architecture and derives design principles for multimedia software engineering. The multimedia workloads range from memory to computational-bounded kernels. A performance metric to evaluate effective SMT performance gain is introduced, and compared to similar metrics on symmetric multiprocessor (SMP) systems. In addition, we analyze and compare SMT versus SMP systems, and highlight the advantages in the studied applications. The results indicate that sharing the cache in SMT processors can provide better cache locality and thus better performance although sharing the cache can introduce cache conflicts and reduce the actual cache size available for each logical processor. We also propose \"mutually beneficial prefetching\" - a technique to schedule threads so that they prefetch data for each other in order to reduce cache miss penalty.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2002-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128855868","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
A SOAP-oriented component-based framework supporting device-independent multimedia Web services 一个面向soap的基于组件的框架,支持独立于设备的多媒体Web服务
Jia Zhang, Jen-Yao Chung
{"title":"A SOAP-oriented component-based framework supporting device-independent multimedia Web services","authors":"Jia Zhang, Jen-Yao Chung","doi":"10.1109/MMSE.2002.1181594","DOIUrl":"https://doi.org/10.1109/MMSE.2002.1181594","url":null,"abstract":"A Web service is a programmable Web application accessible using standard Internet protocols. A three-layer architecture has been suggested for Web services: service providers, service brokers, and service requesters. We propose a SOAP-oriented component-based framework to support device-independent multimedia Web services. Two intelligent agents are introduced and embedded into a proxy server and service provider server, respectively. Separating metadata from multimedia content leads to enhance SOAP flexibility. Composite capability/preference profile-based user profile management provides an easy and flexible way to split and adapt multimedia services to appropriate composite devices as well as increasing the flexibility for users to manage multiple devices. Together with an XML/XSL strategy, we ensure device independency of the system. By utilizing local caches, our agents enable the caching and streaming of multimedia transportation. In addition, our framework seamlessly incorporates cutting-edge technologies relating to Web services: SOAP, XML/XSL, and CC/PP.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2002-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121922533","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 17
Polygonal mesh simplification with face color and boundary edge preservation using quadric error metric 基于面颜色的多边形网格简化和基于二次误差度量的边界边缘保存
C. Fahn, Hung-Kuang Chen, Y. Shiau
{"title":"Polygonal mesh simplification with face color and boundary edge preservation using quadric error metric","authors":"C. Fahn, Hung-Kuang Chen, Y. Shiau","doi":"10.1109/MMSE.2002.1181610","DOIUrl":"https://doi.org/10.1109/MMSE.2002.1181610","url":null,"abstract":"In applications such as scientific and medical visualization, highly detailed polygonal meshes are needed. Rendering these polygonal meshes usually exceeds the capabilities of graphics hardware. To improve rendering efficiency and maintain proper interactivity, the polygonal mesh simplification technique is commonly used to reduce the number of polygons of the mesh and construct a multiresolution representation. We propose a new and simple constraint scheme based on the quadric error metric proposed by Garland and Heckbert (1997, 1998) to preserve face colors and boundary edges during the simplification process. In addition, our method generates progressive meshes that store the polygonal mesh in a continuous multi-resolution representation. According to our experimental results, this new method is successful in preserving face colors and boundary edges. Moreover, we compare the latency of resolution changes for progressive meshes of various models.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2002-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127053830","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
A global timestamp-based scalable framework for Multi-player Online Games 基于时间戳的多人在线游戏可扩展框架
Sung-Jin Kim, F. Kuester, K. Kim
{"title":"A global timestamp-based scalable framework for Multi-player Online Games","authors":"Sung-Jin Kim, F. Kuester, K. Kim","doi":"10.1109/MMSE.2002.1181589","DOIUrl":"https://doi.org/10.1109/MMSE.2002.1181589","url":null,"abstract":"Massive Multi-player Online Games (MMOGs) are rapidly gaining in popularity, as the access to high bandwidth connectivity becomes a commodity in the consumer market. With player subscriptions for popular games reaching seven digit numbers and concurrent player participation in the hundreds of thousands, new high-performance adaptive frameworks, which aid system programmers, are required. Primary research challenges that have to be addressed are compensating network latency and jitter, keeping system-wide data consistent, enabling fair resource sharing and interaction between game players, and expanding the scale of the system as the number of players increases. A global timestamp based approach is presented and describes issues and implementation approaches based on a high-level object-oriented real-time programming methodology called the time-triggered message-triggered object (TMO) programming scheme.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2002-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133379065","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
Interactive applications for the multimedia home platform 交互式应用的多媒体家庭平台
H.-P. Fotschl, R. Plosch
{"title":"Interactive applications for the multimedia home platform","authors":"H.-P. Fotschl, R. Plosch","doi":"10.1109/MMSE.2002.1181622","DOIUrl":"https://doi.org/10.1109/MMSE.2002.1181622","url":null,"abstract":"Interactive digital TV offers a wide range of possibilities to enhance the interplay and mutual influence between the viewer, broadcaster and application provider. The multimedia home platform (MHP) is a standard that allows one to develop interactive applications in a hardware platform independently. In order to evaluate the usability and appropriateness of current MHP implementations, we developed an interactive application on basis of the MHP standard. Generally, the technology is mature, although some minor technical programs have to be solved. Currently, no appropriate emulators for MHP applications are available, which leads to considerable costs for testing MHP applications.","PeriodicalId":201661,"journal":{"name":"Fourth International Symposium on Multimedia Software Engineering, 2002. Proceedings.","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124008130","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信