首页 > 最新文献

Proceedings of the 2006 ACM symposium on Applied computing最新文献

英文 中文
A chat interface for human-agent interaction in MAST MAST中人机交互的聊天界面
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141302
Marco M. Carvalho, M. Rebeschini, J. Horsley, Niranjan Suri
In this paper we introduce a group-messaging interface that allows humans to efficiently interact with a group of agents through a hierarchical and customizable text protocol. Our approach is presented in the context of the MAST mobile agent-based framework for security and administration of large scale computer networks. The MAST framework is primarily human-centric and directly supports human-agent interaction that enables customized agents to notify administrators and react to abnormal environmental conditions. The proposed IRC-like interface was developed and tested in the context of MAST. In this paper we present the group-manager interface in contrast with other agent interfaces currently available in the MAST framework.
在本文中,我们介绍了一个组消息传递接口,它允许人类通过分层和可定制的文本协议有效地与一组代理进行交互。我们的方法是在用于大规模计算机网络安全和管理的基于移动代理的MAST框架的背景下提出的。MAST框架主要以人为中心,直接支持人-代理交互,使自定义代理能够通知管理员并对异常环境条件作出反应。提出的类irc接口是在MAST环境下开发和测试的。在本文中,我们提出了组管理器接口,并与MAST框架中目前可用的其他代理接口进行了比较。
{"title":"A chat interface for human-agent interaction in MAST","authors":"Marco M. Carvalho, M. Rebeschini, J. Horsley, Niranjan Suri","doi":"10.1145/1141277.1141302","DOIUrl":"https://doi.org/10.1145/1141277.1141302","url":null,"abstract":"In this paper we introduce a group-messaging interface that allows humans to efficiently interact with a group of agents through a hierarchical and customizable text protocol. Our approach is presented in the context of the MAST mobile agent-based framework for security and administration of large scale computer networks. The MAST framework is primarily human-centric and directly supports human-agent interaction that enables customized agents to notify administrators and react to abnormal environmental conditions. The proposed IRC-like interface was developed and tested in the context of MAST. In this paper we present the group-manager interface in contrast with other agent interfaces currently available in the MAST framework.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129593570","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}
引用次数: 2
A Bayesian approach for protein classification 蛋白质分类的贝叶斯方法
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141322
L. Merschmann, A. Plastino
In this work, we propose a new approach for protein classification based on Bayesian classifiers. Our goal is to predict the functional family of novel protein sequences based on their motif composition. For this purpose, datasets extracted from Prosite, a curated protein family database, are used as training datasets. In the conducted experiments, the performance of our classifier is compared to other known data mining approaches. The computational results have shown that the proposed method outperforms the other ones and looks very promising for problems with characteristics similar to the problem addressed here.
在这项工作中,我们提出了一种基于贝叶斯分类器的蛋白质分类新方法。我们的目标是根据它们的基序组成来预测新的蛋白质序列的功能家族。为此,从Prosite(一个精心策划的蛋白质家族数据库)中提取的数据集被用作训练数据集。在进行的实验中,将我们的分类器的性能与其他已知的数据挖掘方法进行了比较。计算结果表明,所提出的方法优于其他方法,并且对于具有类似问题特征的问题看起来非常有希望。
{"title":"A Bayesian approach for protein classification","authors":"L. Merschmann, A. Plastino","doi":"10.1145/1141277.1141322","DOIUrl":"https://doi.org/10.1145/1141277.1141322","url":null,"abstract":"In this work, we propose a new approach for protein classification based on Bayesian classifiers. Our goal is to predict the functional family of novel protein sequences based on their motif composition. For this purpose, datasets extracted from Prosite, a curated protein family database, are used as training datasets. In the conducted experiments, the performance of our classifier is compared to other known data mining approaches. The computational results have shown that the proposed method outperforms the other ones and looks very promising for problems with characteristics similar to the problem addressed here.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127088339","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}
引用次数: 5
Assisted verification of elementary functions using Gappa 使用Gappa辅助验证基本函数
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141584
F. D. Dinechin, C. Lauter, G. Melquiond
The implementation of a correctly rounded or interval elementary function needs to be proven carefully in the very last details. The proof requires a tight bound on the overall error of the implementation with respect to the mathematical function. Such work is function specific, concerns tens of lines of code for each function, and will usually be broken by the smallest change to the code (e.g. for maintenance or optimization purpose). Therefore, it is very tedious and error-prone if done by hand. This article discusses the use of the Gappa proof assistant in this context. Gappa has two main advantages over previous approaches: Its input format is very close to the actual C code to validate, and it automates error evaluation and propagation using interval arithmetic. Besides, it can be used to incrementally prove complex mathematical properties pertaining to the C code. Yet it does not require any specific knowledge about automatic theorem proving, and thus is accessible to a wider community. Moreover, Gappa may generate a formal proof of the results that can be checked independently by a lower-level proof assistant like Coq, hence providing an even higher confidence in the certification of the numerical code.
一个正确的四舍五入或区间初等函数的实现需要在最后的细节中仔细证明。证明需要对实现相对于数学函数的总体误差有一个严格的限定。这样的工作是特定于函数的,涉及到每个函数的数十行代码,并且通常会被代码的最小更改所破坏(例如为了维护或优化目的)。因此,如果手工完成,是非常繁琐和容易出错的。本文讨论了在这种情况下使用Gappa证明助手。与以前的方法相比,Gappa有两个主要优点:它的输入格式非常接近实际的C代码进行验证,并且它使用间隔算法自动进行错误评估和传播。此外,它还可以用于增量地证明与C代码相关的复杂数学属性。然而,它不需要任何关于自动定理证明的特定知识,因此可供更广泛的社区使用。此外,Gappa可以生成结果的形式化证明,可以由较低级别的证明助手(如Coq)独立检查,从而为数字代码的认证提供更高的信心。
{"title":"Assisted verification of elementary functions using Gappa","authors":"F. D. Dinechin, C. Lauter, G. Melquiond","doi":"10.1145/1141277.1141584","DOIUrl":"https://doi.org/10.1145/1141277.1141584","url":null,"abstract":"The implementation of a correctly rounded or interval elementary function needs to be proven carefully in the very last details. The proof requires a tight bound on the overall error of the implementation with respect to the mathematical function. Such work is function specific, concerns tens of lines of code for each function, and will usually be broken by the smallest change to the code (e.g. for maintenance or optimization purpose). Therefore, it is very tedious and error-prone if done by hand. This article discusses the use of the Gappa proof assistant in this context. Gappa has two main advantages over previous approaches: Its input format is very close to the actual C code to validate, and it automates error evaluation and propagation using interval arithmetic. Besides, it can be used to incrementally prove complex mathematical properties pertaining to the C code. Yet it does not require any specific knowledge about automatic theorem proving, and thus is accessible to a wider community. Moreover, Gappa may generate a formal proof of the results that can be checked independently by a lower-level proof assistant like Coq, hence providing an even higher confidence in the certification of the numerical code.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127285675","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}
引用次数: 84
Conceptual process configurations in enterprise knowledge management systems 企业知识管理系统中的概念流程配置
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141631
Peter Bollen
In this paper we will present the results of research into the semantics of modeling constructs for the process-oriented perspective for the conceptual modeling of enterprise subject areas. The set of modeling constructs that are defined in this paper are fully 'compatible' with the models in the data-oriented perspective in the fact oriented school of conceptual modeling. We will derive the 'semantic' bridges for the conceptual modeling methodology for enterprises in the process-oriented perspective.
在本文中,我们将介绍在面向过程的视角下对企业主题领域概念建模的建模构造语义的研究结果。本文中定义的建模构造集与面向事实的概念建模学派中面向数据视角的模型完全“兼容”。我们将从面向过程的角度为企业的概念建模方法推导“语义”桥梁。
{"title":"Conceptual process configurations in enterprise knowledge management systems","authors":"Peter Bollen","doi":"10.1145/1141277.1141631","DOIUrl":"https://doi.org/10.1145/1141277.1141631","url":null,"abstract":"In this paper we will present the results of research into the semantics of modeling constructs for the process-oriented perspective for the conceptual modeling of enterprise subject areas. The set of modeling constructs that are defined in this paper are fully 'compatible' with the models in the data-oriented perspective in the fact oriented school of conceptual modeling. We will derive the 'semantic' bridges for the conceptual modeling methodology for enterprises in the process-oriented perspective.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127539800","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
A framework for content-based image retrieval fully exploiting the semantics of annotation 一个充分利用标注语义的基于内容的图像检索框架
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141682
T. D. Noia, E. Sciascio, F. D. Cugno, E. Tinelli, F. Donini
We present a framework and an application for semantic-based retrieval of images. Our approach adopts a two-level ontology structure in a subset of OWL-DL. In the core ontology only generic spatial relations are represented, while domain ontologies are specific for the image collection. The approach allows semantic-based relevence ranking and results explanation for query refinement, by exploiting standard and non-standard inferences in Description Logics.
我们提出了一个基于语义的图像检索框架和应用。我们的方法在OWL-DL的子集中采用了两层本体结构。在核心本体中,只表示一般的空间关系,而领域本体则是特定于图像集合的。该方法允许基于语义的相关性排序和结果解释,通过利用描述逻辑中的标准和非标准推理来进行查询细化。
{"title":"A framework for content-based image retrieval fully exploiting the semantics of annotation","authors":"T. D. Noia, E. Sciascio, F. D. Cugno, E. Tinelli, F. Donini","doi":"10.1145/1141277.1141682","DOIUrl":"https://doi.org/10.1145/1141277.1141682","url":null,"abstract":"We present a framework and an application for semantic-based retrieval of images. Our approach adopts a two-level ontology structure in a subset of OWL-DL. In the core ontology only generic spatial relations are represented, while domain ontologies are specific for the image collection. The approach allows semantic-based relevence ranking and results explanation for query refinement, by exploiting standard and non-standard inferences in Description Logics.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129983680","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}
引用次数: 2
GIS, SINKS, FILL, and disappearing wetlands: unintended consequences in algorithm development and use GIS,汇,填充和消失的湿地:算法开发和使用中的意外后果
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141342
D. Jenkins, L. McCauley
Geographic Information Systems (GIS) software has become an important computational tool in several fields. GIS software ranges from command line processors, with maximal control over internal model decisions, to GUI versions with point-and-click access to pre-set modules. Based on the output from this software, some GIS users make important decisions to plan and manage landscapes (e.g., cities, parks, forests) with real consequences for the managed ecosystems. We discuss a programming decision in a GIS algorithm originally used to discern flow direction in hydrological modeling: a first step in mapping streams and rivers. Topographic depressions ("sinks") are "filled" in the algorithm to map water flow downstream; otherwise, the GIS algorithm cannot solve the flow direction. Unfortunately, sinks are often "isolated" wetlands which provide essential habitat for many species not commonly found elsewhere. Thus the algorithmic filling of sinks can make these wetlands "disappear" in GIS output and land-use decisions based on this output.This algorithmic detail may have potentially devastating real-world consequences for numerous wetlands because land-use plans made in ignorance cannot adequately conserve these unique habitats and the vital ecosystem services that wetlands provide. These consequences were not anticipated by the programmers who originally implemented the flow direction algorithm and may not be known to GIS users. We offer several strategies to reduce the impact of these consequences for GIS programmers, users, and policy makers who depend on GIS data when making decisions.
地理信息系统(GIS)软件已成为许多领域的重要计算工具。GIS软件的范围从命令行处理器,最大限度地控制内部模型决策,到GUI版本,通过点击访问预先设置的模块。基于该软件的输出,一些GIS用户对规划和管理景观(如城市、公园、森林)做出重要决定,并对被管理的生态系统产生实际影响。我们讨论了最初用于水文建模中辨别水流方向的GIS算法中的编程决策:这是绘制溪流和河流的第一步。地形洼地(“水槽”)在算法中被“填充”,以绘制下游水流;否则,GIS算法无法求解流向。不幸的是,汇通常是“孤立的”湿地,为许多在其他地方不常见的物种提供必要的栖息地。因此,汇的算法填充可以使这些湿地在GIS输出和基于该输出的土地利用决策中“消失”。这种算法细节可能会对许多湿地造成潜在的破坏性现实后果,因为在无知的情况下制定的土地使用计划不能充分保护这些独特的栖息地和湿地提供的重要生态系统服务。这些结果是最初实现流向算法的程序员没有预料到的,GIS用户可能也不知道。我们提供了一些策略来减少这些后果对GIS程序员、用户和决策者的影响,他们在做决策时依赖GIS数据。
{"title":"GIS, SINKS, FILL, and disappearing wetlands: unintended consequences in algorithm development and use","authors":"D. Jenkins, L. McCauley","doi":"10.1145/1141277.1141342","DOIUrl":"https://doi.org/10.1145/1141277.1141342","url":null,"abstract":"Geographic Information Systems (GIS) software has become an important computational tool in several fields. GIS software ranges from command line processors, with maximal control over internal model decisions, to GUI versions with point-and-click access to pre-set modules. Based on the output from this software, some GIS users make important decisions to plan and manage landscapes (e.g., cities, parks, forests) with real consequences for the managed ecosystems. We discuss a programming decision in a GIS algorithm originally used to discern flow direction in hydrological modeling: a first step in mapping streams and rivers. Topographic depressions (\"sinks\") are \"filled\" in the algorithm to map water flow downstream; otherwise, the GIS algorithm cannot solve the flow direction. Unfortunately, sinks are often \"isolated\" wetlands which provide essential habitat for many species not commonly found elsewhere. Thus the algorithmic filling of sinks can make these wetlands \"disappear\" in GIS output and land-use decisions based on this output.This algorithmic detail may have potentially devastating real-world consequences for numerous wetlands because land-use plans made in ignorance cannot adequately conserve these unique habitats and the vital ecosystem services that wetlands provide. These consequences were not anticipated by the programmers who originally implemented the flow direction algorithm and may not be known to GIS users. We offer several strategies to reduce the impact of these consequences for GIS programmers, users, and policy makers who depend on GIS data when making decisions.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130032274","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}
引用次数: 22
Evaluating the intrinsic dimension of evolving data streams 评估不断发展的数据流的内在维度
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141426
Elaine P. M. de Sousa, A. Traina, C. Traina, C. Faloutsos
Data streams are fundamental in several data processing applications involving large amount of data generated continuously as a sequence of events. Frequently, such events are not stored, so the data is analyzed and queried as they arrive and discarded right away. In many applications these events are represented by a predetermined number of numerical attributes. Thus, without loss of generality, we can consider events as elements from a dimensional domain. A sequence of events in a data stream can be characterized by its intrinsic dimension, which in dimensional datasets is usually lower than the embedding dimensionality. As the intrinsic dimension can be used to improve the performance of algorithms handling dimensional data (specially query optimization) measuring it is relevant to improve data streams processing and analysis as well. Moreover, it can also be useful to forecast data behavior. Hence, we present an algorithm able to measure the intrinsic dimension of a data stream on the fly, following its continuously changing behavior. We also present experimental studies, using both real and synthetic data streams, showing that the results on well-understood datasets closely follow what is expected from the known behavior of the data.
数据流是一些数据处理应用程序的基础,这些应用程序涉及作为事件序列连续生成的大量数据。通常,这样的事件不被存储,因此数据到达时进行分析和查询,然后立即丢弃。在许多应用程序中,这些事件由预定数量的数字属性表示。因此,在不丧失一般性的情况下,我们可以将事件视为来自维度域的元素。数据流中的事件序列可以用其固有维数来表征,而在维度数据集中,其固有维数通常低于嵌入维数。由于固有维数可以用来改善维数数据处理算法(特别是查询优化)的性能,因此它也与改进数据流的处理和分析有关。此外,它还可以用于预测数据行为。因此,我们提出了一种算法,能够测量动态数据流的内在维度,遵循其不断变化的行为。我们还提出了实验研究,使用真实和合成数据流,表明在充分理解的数据集上的结果与已知数据行为的预期密切相关。
{"title":"Evaluating the intrinsic dimension of evolving data streams","authors":"Elaine P. M. de Sousa, A. Traina, C. Traina, C. Faloutsos","doi":"10.1145/1141277.1141426","DOIUrl":"https://doi.org/10.1145/1141277.1141426","url":null,"abstract":"Data streams are fundamental in several data processing applications involving large amount of data generated continuously as a sequence of events. Frequently, such events are not stored, so the data is analyzed and queried as they arrive and discarded right away. In many applications these events are represented by a predetermined number of numerical attributes. Thus, without loss of generality, we can consider events as elements from a dimensional domain. A sequence of events in a data stream can be characterized by its intrinsic dimension, which in dimensional datasets is usually lower than the embedding dimensionality. As the intrinsic dimension can be used to improve the performance of algorithms handling dimensional data (specially query optimization) measuring it is relevant to improve data streams processing and analysis as well. Moreover, it can also be useful to forecast data behavior. Hence, we present an algorithm able to measure the intrinsic dimension of a data stream on the fly, following its continuously changing behavior. We also present experimental studies, using both real and synthetic data streams, showing that the results on well-understood datasets closely follow what is expected from the known behavior of the data.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128965412","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}
引用次数: 16
TerraCost: a versatile and scalable approach to computing least-cost-path surfaces for massive grid-based terrains TerraCost:一种通用的、可扩展的方法,用于计算基于大量网格的地形的最小成本路径表面
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141290
Thomas Hazel, Laura Toma, J. Vahrenhold, Rajiv Wickremesinghe
This paper addresses the problem of computing least-cost-path surfaces for massive grid-based terrains. Our approach follows a modular design, enabling the algorithm to make efficient use of memory, disk, and grid computing environments. We have implemented the algorithm in the context of the GRASS open source GIS system and---using our cluster management tool---in a distributed environment. We report experimental results demonstrating that the algorithm is not only of theoretical and conceptual interest but also performs well in practice. Our implementation outperforms standard solutions as dataset size increases relative to available memory and our distributed solver obtains near-linear speedup when preprocessing large terrains for multiple queries.
本文研究了大规模网格地形的最小代价路径曲面的计算问题。我们的方法遵循模块化设计,使算法能够有效地利用内存、磁盘和网格计算环境。我们在GRASS开源GIS系统的背景下实现了该算法,并在分布式环境中使用了我们的集群管理工具。我们报告的实验结果表明,该算法不仅具有理论和概念上的兴趣,而且在实践中表现良好。随着数据集大小相对于可用内存的增加,我们的实现优于标准解决方案,并且我们的分布式求解器在为多个查询预处理大型地形时获得了近线性的加速。
{"title":"TerraCost: a versatile and scalable approach to computing least-cost-path surfaces for massive grid-based terrains","authors":"Thomas Hazel, Laura Toma, J. Vahrenhold, Rajiv Wickremesinghe","doi":"10.1145/1141277.1141290","DOIUrl":"https://doi.org/10.1145/1141277.1141290","url":null,"abstract":"This paper addresses the problem of computing least-cost-path surfaces for massive grid-based terrains. Our approach follows a modular design, enabling the algorithm to make efficient use of memory, disk, and grid computing environments. We have implemented the algorithm in the context of the GRASS open source GIS system and---using our cluster management tool---in a distributed environment. We report experimental results demonstrating that the algorithm is not only of theoretical and conceptual interest but also performs well in practice. Our implementation outperforms standard solutions as dataset size increases relative to available memory and our distributed solver obtains near-linear speedup when preprocessing large terrains for multiple queries.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129301778","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}
引用次数: 11
An evaluation system for news video streams and blogs 新闻视频流和博客的评估系统
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141593
D. Kitayama, K. Sumiya
When we want information on current events, we often view news programs on TV or news streams on Web sites. A news video stream consists of several scenes, and viewers often gain a broad understanding of the news by viewing scenes in the given order. Since a viewer's opinion of a news topic will depend on the scene order, we have developed a method for extracting blog entries expressing a particular point of view regarding news topics where we use a form of evaluation and categorization similar to that based on news scene order. In this paper, we describe our method of news evaluation based on news scene order and explain how a blog search can be done using a news stream.
当我们想要了解时事时,我们经常在电视上观看新闻节目或在网站上观看新闻流。新闻视频流由几个场景组成,观众通常通过按照给定的顺序观看场景来获得对新闻的广泛理解。由于观众对新闻主题的看法取决于场景顺序,因此我们开发了一种方法,用于提取表达有关新闻主题的特定观点的博客条目,其中我们使用类似于基于新闻场景顺序的评估和分类形式。在本文中,我们描述了基于新闻场景顺序的新闻评估方法,并解释了如何使用新闻流来完成博客搜索。
{"title":"An evaluation system for news video streams and blogs","authors":"D. Kitayama, K. Sumiya","doi":"10.1145/1141277.1141593","DOIUrl":"https://doi.org/10.1145/1141277.1141593","url":null,"abstract":"When we want information on current events, we often view news programs on TV or news streams on Web sites. A news video stream consists of several scenes, and viewers often gain a broad understanding of the news by viewing scenes in the given order. Since a viewer's opinion of a news topic will depend on the scene order, we have developed a method for extracting blog entries expressing a particular point of view regarding news topics where we use a form of evaluation and categorization similar to that based on news scene order. In this paper, we describe our method of news evaluation based on news scene order and explain how a blog search can be done using a news stream.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130591150","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}
引用次数: 5
Abstract non-interference in a fragment of Java bytecode 抽象的不干扰在Java字节码片段
Pub Date : 2006-04-23 DOI: 10.1145/1141277.1141706
D. Zanardini
This work presents a program analyzer for checking Abstract Non-Interference in a fragment of Java bytecode. Abstract Non-Interference is an information flow property which is weaker and more general than standard Non-Interference, since it can allow some selected parts of secret information to flow into the public part of a program. The motivation for such a weakening is that some flows are indeed useful in real-life applications. The amount of allowed flows is encoded into abstract domains, which characterize the degree of precision of a potential attacker in observing data; flows are forbidden as long as they can be observed and exploited by attackers. Abstract values describe possible values of programs in different executions. Basic features of Java bytecode are considered; advanced topics, such as method calls, objects and exceptions, are also discussed. A program is said to be secure if analysis computes a state which does not contain private information in public places; information flows can exist only as long as the attacker has not enough observational power to see and exploit them.
本文提出了一种程序分析器,用于检查Java字节码片段中的抽象非干扰性。摘要不干扰性是一种比标准的不干扰性更弱、更通用的信息流特性,它允许某些选定的秘密信息流入程序的公开部分。这种弱化的动机是一些流在实际应用中确实有用。允许流量的数量被编码到抽象域中,抽象域表征了潜在攻击者在观察数据时的精确程度;只要可以被攻击者观察和利用,流就被禁止。抽象值描述程序在不同执行过程中可能的值。考虑了Java字节码的基本特性;还讨论了高级主题,如方法调用、对象和异常。如果分析计算的状态在公共场所不包含私人信息,则认为程序是安全的;信息流只有在攻击者没有足够的观察能力去观察和利用它们的时候才能存在。
{"title":"Abstract non-interference in a fragment of Java bytecode","authors":"D. Zanardini","doi":"10.1145/1141277.1141706","DOIUrl":"https://doi.org/10.1145/1141277.1141706","url":null,"abstract":"This work presents a program analyzer for checking Abstract Non-Interference in a fragment of Java bytecode. Abstract Non-Interference is an information flow property which is weaker and more general than standard Non-Interference, since it can allow some selected parts of secret information to flow into the public part of a program. The motivation for such a weakening is that some flows are indeed useful in real-life applications. The amount of allowed flows is encoded into abstract domains, which characterize the degree of precision of a potential attacker in observing data; flows are forbidden as long as they can be observed and exploited by attackers. Abstract values describe possible values of programs in different executions. Basic features of Java bytecode are considered; advanced topics, such as method calls, objects and exceptions, are also discussed. A program is said to be secure if analysis computes a state which does not contain private information in public places; information flows can exist only as long as the attacker has not enough observational power to see and exploit them.","PeriodicalId":269830,"journal":{"name":"Proceedings of the 2006 ACM symposium on Applied computing","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2006-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132392526","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}
引用次数: 5
期刊
Proceedings of the 2006 ACM symposium on Applied computing
全部 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