首页 > 最新文献

Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)最新文献

英文 中文
Tracing and proving ownership of digital objects 追踪和证明数字对象的所有权
S. Encheva, G. Cohen
If C is a p-ary code of length n and a/sup (1)/ and a/sup (2)/ are two codewords, then a/sup (3)/ is called a descendant of a/sup (1)/ and a/sup (2)/ if a/sub i//sup (3)//spl isin/{a/sub i//sup (1)/, a/sub i//sup (2)/} for i=1,..., n. We are interested in codes C with the property that if a/sup (1)/, a/sup (2)//spl isin/C then a/sup (3)/ is not a codeword in C. This way a coalition of 2 users a/sup (1)/ and a/sup (2)/ cannot frame a 3rd user a/sub i//sup (3)/. Intersecting codes over GF(p) with the above mentioned property are found.
如果C是长度为n的p元码,并且a/sup(1)/和a/sup(2)/是两个码字,则a/sup(3)/称为a/sup(1)/和a/sup(2)/的后代,如果a/sub i//sup (3)//spl isin/{a/sub i//sup (1)/, a/sub i//sup (2)/} for i=1,…我们对代码C感兴趣的性质是,如果a/sup (1)/, a/sup (2)//spl在/C中,那么a/sup(3)/不是C中的码字。这样,2个用户a/sup(1)/和a/sup(2)/的联盟不能框架第三个用户a/sub i//sup(3)/。在GF(p)上找到了具有上述性质的交码。
{"title":"Tracing and proving ownership of digital objects","authors":"S. Encheva, G. Cohen","doi":"10.1109/ITCC.2000.844207","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844207","url":null,"abstract":"If C is a p-ary code of length n and a/sup (1)/ and a/sup (2)/ are two codewords, then a/sup (3)/ is called a descendant of a/sup (1)/ and a/sup (2)/ if a/sub i//sup (3)//spl isin/{a/sub i//sup (1)/, a/sub i//sup (2)/} for i=1,..., n. We are interested in codes C with the property that if a/sup (1)/, a/sup (2)//spl isin/C then a/sup (3)/ is not a codeword in C. This way a coalition of 2 users a/sup (1)/ and a/sup (2)/ cannot frame a 3rd user a/sub i//sup (3)/. Intersecting codes over GF(p) with the above mentioned property are found.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125866443","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}
引用次数: 0
A probabilistic image model for smoothing and compression 用于平滑和压缩的概率图像模型
Chun-hung Li, P. Yuen, P. Tam
In this paper, the problem of edge preserving smoothing in image processing is tackled by combining a noise corruption model and a region and edge image model. The derivation of the probability model for the first order difference in the gray levels of the region pixels and edge pixels leads to a non-linear filter with coefficients as functions of the estimated noise variance and edge intensity. Such a model-based approach allows the design of improved filters for noise filtering and image compression. Experimental results demonstrate the improved performance of the filter for both synthetic and natural images.
本文将噪声损坏模型与区域和边缘图像模型相结合,解决了图像处理中的边缘保持平滑问题。对区域像素和边缘像素的一阶灰度差的概率模型进行推导,得到一个非线性滤波器,其系数是估计的噪声方差和边缘强度的函数。这种基于模型的方法允许设计用于噪声过滤和图像压缩的改进滤波器。实验结果表明,该滤波器对合成图像和自然图像都有较好的处理效果。
{"title":"A probabilistic image model for smoothing and compression","authors":"Chun-hung Li, P. Yuen, P. Tam","doi":"10.1109/ITCC.2000.844180","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844180","url":null,"abstract":"In this paper, the problem of edge preserving smoothing in image processing is tackled by combining a noise corruption model and a region and edge image model. The derivation of the probability model for the first order difference in the gray levels of the region pixels and edge pixels leads to a non-linear filter with coefficients as functions of the estimated noise variance and edge intensity. Such a model-based approach allows the design of improved filters for noise filtering and image compression. Experimental results demonstrate the improved performance of the filter for both synthetic and natural images.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125294462","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}
引用次数: 1
Object-relational database management system (ORDBMS) using frame model approach 对象关系数据库管理系统(ORDBMS)采用框架模型方法
H. K. Wong, A. Fong
This paper describes a methodology and development approach to implement an object relational database management system (ORDBMS) with the frame model (Fong, 1997). The frame model method is a solution to extend relational database management systems (RDBMS) to handle complex data such as objects. Objects can be represented in a frame model schema as classes, constraints and methods. Schema translation is the first step to implement the object-relational database management system (ORDBMS). This paper investigates a stepwise methodology for schema translation from a relational model to a frame model. The second step is the implementation of ORDBMS to incorporate RDBMS as a kernel, application program interface (API) as interactive SQL and a method command interpreter. Methods are pre-compiled and stored in RDBMS as stored procedures. Methods can be invoked directly through API or a constraint class that is defined in the frame model schema when the associated interactive SQL is issued from the API.
本文描述了一种使用框架模型实现对象关系数据库管理系统(ORDBMS)的方法和开发方法(Fong, 1997)。框架模型方法是一种扩展关系数据库管理系统(RDBMS)以处理复杂数据(如对象)的解决方案。对象可以在框架模型模式中表示为类、约束和方法。模式转换是实现对象关系数据库管理系统(ORDBMS)的第一步。本文研究了一种从关系模型到框架模型的逐步模式转换方法。第二步是ORDBMS的实现,将RDBMS作为内核,应用程序编程接口(API)作为交互式SQL和方法命令解释器。方法被预编译并作为存储过程存储在RDBMS中。当从API发出关联的交互式SQL时,可以通过API或框架模型模式中定义的约束类直接调用方法。
{"title":"Object-relational database management system (ORDBMS) using frame model approach","authors":"H. K. Wong, A. Fong","doi":"10.1109/ITCC.2000.844282","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844282","url":null,"abstract":"This paper describes a methodology and development approach to implement an object relational database management system (ORDBMS) with the frame model (Fong, 1997). The frame model method is a solution to extend relational database management systems (RDBMS) to handle complex data such as objects. Objects can be represented in a frame model schema as classes, constraints and methods. Schema translation is the first step to implement the object-relational database management system (ORDBMS). This paper investigates a stepwise methodology for schema translation from a relational model to a frame model. The second step is the implementation of ORDBMS to incorporate RDBMS as a kernel, application program interface (API) as interactive SQL and a method command interpreter. Methods are pre-compiled and stored in RDBMS as stored procedures. Methods can be invoked directly through API or a constraint class that is defined in the frame model schema when the associated interactive SQL is issued from the API.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114194722","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
Service level management in ATM networks ATM网络中的服务水平管理
Daniel Puka, M. Penna, Vinicius Prodocimo
The contractual relation between customers and telecommunications service providers are becoming increasingly complex, due largely to changes in the marketplace and growth in the number and complexity of services on offer. In order to guarantee a certain quality of offered service and in response to customer needs, some mechanisms of service level management must be applied. The service level management in telecommunication networks is made by a agreement, established during the service subscription, which is used by customers and service providers to control the service level. This paper introduces a service level management system for ATM networks, which can be applied to different telecommunication systems.
客户和电信服务提供商之间的合同关系正变得越来越复杂,这主要是由于市场的变化以及所提供服务的数量和复杂性的增加。为了保证所提供的服务有一定的质量,满足顾客的需要,必须运用一些服务水平管理的机制。电信网络中的服务水平管理是通过在服务订购期间建立的协议来实现的,用户和服务提供商使用该协议来控制服务水平。本文介绍了一种适用于不同电信系统的ATM网络服务水平管理系统。
{"title":"Service level management in ATM networks","authors":"Daniel Puka, M. Penna, Vinicius Prodocimo","doi":"10.1109/ITCC.2000.844246","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844246","url":null,"abstract":"The contractual relation between customers and telecommunications service providers are becoming increasingly complex, due largely to changes in the marketplace and growth in the number and complexity of services on offer. In order to guarantee a certain quality of offered service and in response to customer needs, some mechanisms of service level management must be applied. The service level management in telecommunication networks is made by a agreement, established during the service subscription, which is used by customers and service providers to control the service level. This paper introduces a service level management system for ATM networks, which can be applied to different telecommunication systems.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"258 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116191021","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}
引用次数: 1
Robust hash functions for digital watermarking 数字水印的鲁棒哈希函数
J. Fridrich
Digital watermarks have been proposed for authentication of both video data and still images and for integrity verification of visual multimedia. In such applications, the watermark has to depend on a secret key and on the original image. It is important that the dependence on the key be sensitive, while the dependence on the image be continuous (robust). Both requirements can be satisfied using special image digest functions that return the same bit-string for a whole class of images derived from an original image using common processing operations. It is further required that two completely different images produce completely different bit-strings. We discuss methods how such robust hash functions can be built. We also show how the hash bits has another application, the robust image digest can be used as a search index for an efficient image database search.
数字水印已被提出用于视频数据和静止图像的认证以及视觉多媒体的完整性验证。在这种应用中,水印必须依赖于密钥和原始图像。重要的是对键的依赖是敏感的,而对图像的依赖是连续的(鲁棒的)。这两种需求都可以通过使用特殊的图像摘要函数来满足,这些函数使用通用的处理操作为从原始图像派生的整个图像类返回相同的位串。进一步要求两个完全不同的图像产生完全不同的位串。我们讨论了如何构建这种健壮的哈希函数的方法。我们还展示了哈希位如何有另一个应用,稳健的图像摘要可以用作有效的图像数据库搜索的搜索索引。
{"title":"Robust hash functions for digital watermarking","authors":"J. Fridrich","doi":"10.1109/ITCC.2000.844203","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844203","url":null,"abstract":"Digital watermarks have been proposed for authentication of both video data and still images and for integrity verification of visual multimedia. In such applications, the watermark has to depend on a secret key and on the original image. It is important that the dependence on the key be sensitive, while the dependence on the image be continuous (robust). Both requirements can be satisfied using special image digest functions that return the same bit-string for a whole class of images derived from an original image using common processing operations. It is further required that two completely different images produce completely different bit-strings. We discuss methods how such robust hash functions can be built. We also show how the hash bits has another application, the robust image digest can be used as a search index for an efficient image database search.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114739112","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}
引用次数: 376
Overview of interference cancellation for CDMA wireless systems CDMA无线系统干扰消除概述
A. Papasakellariou
The paper gives an overview of interference cancellation (IC) methods, in terms of implementation and performance, for third generation CDMA communications systems. The signal processing of each method is outlined and the advantages and challenges are discussed. An exemplary IC application at the mobile receiver and its performance are presented for the WCDMA system setup.
本文从实现和性能方面概述了第三代CDMA通信系统的干扰消除(IC)方法。概述了每种方法的信号处理方法,并讨论了它们的优点和面临的挑战。介绍了一种用于WCDMA系统设置的移动接收机的示例IC应用及其性能。
{"title":"Overview of interference cancellation for CDMA wireless systems","authors":"A. Papasakellariou","doi":"10.1109/ITCC.2000.844188","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844188","url":null,"abstract":"The paper gives an overview of interference cancellation (IC) methods, in terms of implementation and performance, for third generation CDMA communications systems. The signal processing of each method is outlined and the advantages and challenges are discussed. An exemplary IC application at the mobile receiver and its performance are presented for the WCDMA system setup.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"74 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126274120","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}
引用次数: 10
Robust speech recognition using neural networks and hidden Markov models 基于神经网络和隐马尔可夫模型的鲁棒语音识别
L. Cong, S. Asghar, Bin Cong
This paper proposes a robust, speaker-independent isolated word speech recognition (IWSR) system (SMQ/HMM-SVQ/HMM)/MLP which combines dual split matrix quantization (SMQ) and split vector quantization (SVQ) pair combined with both the strength of the HMM in modeling stochastic sequences and the non-linear classification capability of MLP neural networks (NN). The system efficiently utilizes processing resources and improves speech recognition performance by using neural networks as the classifier of the system. Computer simulation clearly indicates the superiority over conventional VQ/HMM and MQ/HMM systems with 98% and 95.8% recognition accuracy at 20 dB and 5 dB SNR levels, respectively in a car noise environment, based on the TIDIGIT database.
该文结合双分裂矩阵量化(SMQ)和分裂向量量化(SVQ)对,结合HMM在随机序列建模中的优势和MLP神经网络的非线性分类能力,提出了一种鲁棒的独立于说话人的孤立词语音识别系统(SMQ/HMM-SVQ/HMM)/MLP。该系统利用神经网络作为分类器,有效地利用了处理资源,提高了语音识别性能。计算机仿真表明,基于TIDIGIT数据库的汽车噪声环境下,在20 dB和5 dB信噪比水平下,该方法的识别准确率分别为98%和95.8%,明显优于传统的VQ/HMM和MQ/HMM系统。
{"title":"Robust speech recognition using neural networks and hidden Markov models","authors":"L. Cong, S. Asghar, Bin Cong","doi":"10.1109/ITCC.2000.844204","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844204","url":null,"abstract":"This paper proposes a robust, speaker-independent isolated word speech recognition (IWSR) system (SMQ/HMM-SVQ/HMM)/MLP which combines dual split matrix quantization (SMQ) and split vector quantization (SVQ) pair combined with both the strength of the HMM in modeling stochastic sequences and the non-linear classification capability of MLP neural networks (NN). The system efficiently utilizes processing resources and improves speech recognition performance by using neural networks as the classifier of the system. Computer simulation clearly indicates the superiority over conventional VQ/HMM and MQ/HMM systems with 98% and 95.8% recognition accuracy at 20 dB and 5 dB SNR levels, respectively in a car noise environment, based on the TIDIGIT database.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115892717","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
Application specific image compression for virtual conferencing 用于虚拟会议的应用程序特定图像压缩
Jiangfeng Ding, Jon C. Furgeson, E. Sha
Image compression has been an important research topic for many years. There are many kinds of compression techniques, but most of these do not fully take advantage of the characteristics of a target application. An example is virtual conferencing, one of the most popular applications in multimedia, which demands a huge network bandwidth. The paper presents an application-specific image compression technique focusing on virtual conferencing. The paper proposes a compression technique that compresses the image background and foreground (the face part) with different compression qualities. Compared to standard JPEG compression, our algorithms may reduce half of the image file size with a reasonably clear quality of background. This paper discusses how to divide an image into a background part and a foreground part automatically, and how to design and compare several different algorithms for compressing these two parts with different quality.
多年来,图像压缩一直是一个重要的研究课题。压缩技术有很多种,但大多数都不能充分利用目标应用程序的特性。一个例子是虚拟会议,它是多媒体中最流行的应用之一,它需要巨大的网络带宽。本文提出了一种针对虚拟会议的专用图像压缩技术。本文提出了一种对图像背景和前景(人脸部分)进行不同压缩质量压缩的压缩技术。与标准JPEG压缩相比,我们的算法可以在背景质量相当清晰的情况下将图像文件大小减少一半。本文讨论了如何将图像自动划分为背景部分和前景部分,以及如何设计和比较几种不同的算法来压缩这两个不同质量的部分。
{"title":"Application specific image compression for virtual conferencing","authors":"Jiangfeng Ding, Jon C. Furgeson, E. Sha","doi":"10.1109/ITCC.2000.844182","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844182","url":null,"abstract":"Image compression has been an important research topic for many years. There are many kinds of compression techniques, but most of these do not fully take advantage of the characteristics of a target application. An example is virtual conferencing, one of the most popular applications in multimedia, which demands a huge network bandwidth. The paper presents an application-specific image compression technique focusing on virtual conferencing. The paper proposes a compression technique that compresses the image background and foreground (the face part) with different compression qualities. Compared to standard JPEG compression, our algorithms may reduce half of the image file size with a reasonably clear quality of background. This paper discusses how to divide an image into a background part and a foreground part automatically, and how to design and compare several different algorithms for compressing these two parts with different quality.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115612287","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
TASOM: the time adaptive self-organizing map TASOM:时间自适应自组织图
H. Shah-Hosseini, R. Safabakhsh
The time-decreasing learning rate and neighborhood function of the basic SOM (self-organizing map) algorithm reduce its capability to adapt weights for a varied environment. In dealing with non-stationary input distributions and changing environments, we propose a modified SOM algorithm called "time adaptive SOM", or TASOM, that automatically adjusts the learning rate and neighborhood size of each neuron independently. The proposed TASOM is tested with stationary environments and its performance is compared with that of the basic SOM. It is also tested with non-stationary environments for representing the letter 'L', which may be translated, rotated, or scaled. Moreover, the TASOM is used for adaptive segmentation of images which may have undergone gray-level transformation.
基本SOM(自组织映射)算法的学习率和邻域函数降低了其适应不同环境权值的能力。在处理非平稳输入分布和变化的环境时,我们提出了一种改进的SOM算法,称为“时间自适应SOM”,或TASOM,它可以自动调整每个神经元的学习率和邻域大小。在固定环境下对该算法进行了测试,并与基本算法进行了性能比较。它还在非固定环境中进行测试,以表示字母“L”,该字母可以被翻译,旋转或缩放。此外,该方法还可用于对可能经过灰度变换的图像进行自适应分割。
{"title":"TASOM: the time adaptive self-organizing map","authors":"H. Shah-Hosseini, R. Safabakhsh","doi":"10.1109/ITCC.2000.844265","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844265","url":null,"abstract":"The time-decreasing learning rate and neighborhood function of the basic SOM (self-organizing map) algorithm reduce its capability to adapt weights for a varied environment. In dealing with non-stationary input distributions and changing environments, we propose a modified SOM algorithm called \"time adaptive SOM\", or TASOM, that automatically adjusts the learning rate and neighborhood size of each neuron independently. The proposed TASOM is tested with stationary environments and its performance is compared with that of the basic SOM. It is also tested with non-stationary environments for representing the letter 'L', which may be translated, rotated, or scaled. Moreover, the TASOM is used for adaptive segmentation of images which may have undergone gray-level transformation.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115711103","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}
引用次数: 35
General-purpose processor Huffman encoding extension 通用处理器霍夫曼编码扩展
Stephan Wong, S. Cotofana, S. Vassiliadis
This paper proposes an extension to general-purpose architectures to improve the performance of multimedia operations. More specifically, we consider the multimedia JPEG/MPEG standards and investigate the possibility to accelerate the Huffman encoding operation which is a known performance limiting function found in these standards. Our investigation suggests that it is possible to decrease the total number of execution cycles by 9% to 12% when the proposed unit is implemented as an extension to existing general-purpose hardware. This new extension is intended to be an integral part of a multimedia functional unit (MFU) that performs specific multimedia operations in a time efficient manner.
本文提出了一种对通用架构的扩展,以提高多媒体操作的性能。更具体地说,我们考虑了多媒体JPEG/MPEG标准,并研究了加速霍夫曼编码操作的可能性,这是这些标准中已知的性能限制函数。我们的调查表明,当提议的单元作为现有通用硬件的扩展来实现时,可以将执行周期的总数减少9%到12%。这个新的扩展旨在成为多媒体功能单元(MFU)的一个组成部分,以一种时间效率高的方式执行特定的多媒体操作。
{"title":"General-purpose processor Huffman encoding extension","authors":"Stephan Wong, S. Cotofana, S. Vassiliadis","doi":"10.1109/ITCC.2000.844200","DOIUrl":"https://doi.org/10.1109/ITCC.2000.844200","url":null,"abstract":"This paper proposes an extension to general-purpose architectures to improve the performance of multimedia operations. More specifically, we consider the multimedia JPEG/MPEG standards and investigate the possibility to accelerate the Huffman encoding operation which is a known performance limiting function found in these standards. Our investigation suggests that it is possible to decrease the total number of execution cycles by 9% to 12% when the proposed unit is implemented as an extension to existing general-purpose hardware. This new extension is intended to be an integral part of a multimedia functional unit (MFU) that performs specific multimedia operations in a time efficient manner.","PeriodicalId":146581,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114559799","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}
引用次数: 14
期刊
Proceedings International Conference on Information Technology: Coding and Computing (Cat. No.PR00540)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1