首页 > 最新文献

2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology最新文献

英文 中文
An Approach to Ranking Participants Based on Relationship Network in E-commerce 电子商务中基于关系网络的参与者排序方法
Masao Kobayashi, Takayuki Ito
In recently years, many people easily access Internet auctions in e-commerce trading. At the same time, network structures like the WWW have become huge and are analyzed on a grand scale. In Internet auctions, users face the problem of really knowing the credit and trustworthiness of participants, and the simple rating mechanism widely used in Internet auctions fails to represent this accurately. This paper proposes participant ranking methods based on relationships in Internet auctions. Our algorithm called "Auction Network Trust (ANT)" employs HITS's techniques and Internet auction data. At this stage, we successfully implemented a crawler for Internet auction sites and compared our algorithm to a reputation value of Internet auctions with several approaches such as user rankings. Furthermore, our work possesses a network analyzing system on a larger trading network that predicts which buyers and sellers are active and demonstrate better behaviors. Our experiments show many behaviors in the Internet auctions and that ANT presents different scores from HITS on the WWW.
近年来,很多人在电子商务交易中很容易接触到网上拍卖。与此同时,像WWW这样的网络结构已经变得巨大,并在大范围内进行分析。在互联网拍卖中,用户面临着真正了解参与者的信用和可信度的问题,而在互联网拍卖中广泛使用的简单评级机制并不能准确地反映这一点。提出了基于关系的网络拍卖参与者排序方法。我们的算法称为“拍卖网络信任(ANT)”,采用HITS的技术和互联网拍卖数据。在这个阶段,我们成功地实现了互联网拍卖网站的爬虫,并将我们的算法与互联网拍卖的声誉值进行了比较,并采用了用户排名等几种方法。此外,我们的工作在一个更大的交易网络上拥有一个网络分析系统,可以预测哪些买家和卖家是活跃的,并表现出更好的行为。我们的实验显示了互联网拍卖中的许多行为,并且ANT呈现出与WWW上的HITS不同的分数。
{"title":"An Approach to Ranking Participants Based on Relationship Network in E-commerce","authors":"Masao Kobayashi, Takayuki Ito","doi":"10.1109/WIIAT.2008.134","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.134","url":null,"abstract":"In recently years, many people easily access Internet auctions in e-commerce trading. At the same time, network structures like the WWW have become huge and are analyzed on a grand scale. In Internet auctions, users face the problem of really knowing the credit and trustworthiness of participants, and the simple rating mechanism widely used in Internet auctions fails to represent this accurately. This paper proposes participant ranking methods based on relationships in Internet auctions. Our algorithm called \"Auction Network Trust (ANT)\" employs HITS's techniques and Internet auction data. At this stage, we successfully implemented a crawler for Internet auction sites and compared our algorithm to a reputation value of Internet auctions with several approaches such as user rankings. Furthermore, our work possesses a network analyzing system on a larger trading network that predicts which buyers and sellers are active and demonstrate better behaviors. Our experiments show many behaviors in the Internet auctions and that ANT presents different scores from HITS on the WWW.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129038175","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
Multi-concept Document Classification Using a Perceptron-Like Algorithm 基于感知器算法的多概念文档分类
Clay Woolam, L. Khan
Previous work in hierarchical categorization focuses on the hierarchical perceptron (Hieron) algorithm. Hierarchical perceptron works on the principles of the perceptron,that is each class label in the hierarchy has an associated weight vector. To account for the hierarchy, we begin at the root of the tree and sum all weights to the target label.We make a prediction by considering the label that yields the maximum inner product of its feature set with its path-summed weights. Learning is done by adjusting the weights along the path from the predicted node to the correct node by a specific loss function that adheres to the large margin principal. There are several problems with applying this approach to a multiple class problem. In many cases we could end up punishing weights that gave a correct prediction, because the algorithm can only take a single case at a time. In this paper we present an extended hierarchical perceptron algorithm capable of solving the multiple categorization problem (MultiHieron). We introduce new aggregate loss function for multiple label learning. We make weight updates simultaneously instead of serially. Then, significant improvement over the basic Hieron algorithm is demonstrated on the aviation safety reporting system (ASRS) flight anomaly database and OntoNews corpus using both flat and hierarchical categorization metrics.
以前的分层分类研究主要集中在分层感知器(Hieron)算法上。层次感知器的工作原理是感知器,即层次中的每个类标签都有一个相关的权重向量。为了解释层次结构,我们从树的根开始,并将所有权重求和到目标标签。我们通过考虑产生其特征集与其路径和权值的最大内积的标签来进行预测。学习是通过一个特定的损失函数来调整从预测节点到正确节点的路径上的权重来完成的,这个损失函数遵循大边际原则。将这种方法应用于多类问题有几个问题。在许多情况下,我们最终可能会惩罚给出正确预测的权重,因为算法一次只能处理一个情况。本文提出了一种能够解决多重分类问题的扩展层次感知器算法(MultiHieron)。我们引入了新的聚合损失函数用于多标签学习。我们同时更新权重,而不是连续更新。然后,在航空安全报告系统(ASRS)飞行异常数据库和ontonnews语料库上,使用扁平和分层分类指标,证明了基于基本Hieron算法的显著改进。
{"title":"Multi-concept Document Classification Using a Perceptron-Like Algorithm","authors":"Clay Woolam, L. Khan","doi":"10.1109/WIIAT.2008.410","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.410","url":null,"abstract":"Previous work in hierarchical categorization focuses on the hierarchical perceptron (Hieron) algorithm. Hierarchical perceptron works on the principles of the perceptron,that is each class label in the hierarchy has an associated weight vector. To account for the hierarchy, we begin at the root of the tree and sum all weights to the target label.We make a prediction by considering the label that yields the maximum inner product of its feature set with its path-summed weights. Learning is done by adjusting the weights along the path from the predicted node to the correct node by a specific loss function that adheres to the large margin principal. There are several problems with applying this approach to a multiple class problem. In many cases we could end up punishing weights that gave a correct prediction, because the algorithm can only take a single case at a time. In this paper we present an extended hierarchical perceptron algorithm capable of solving the multiple categorization problem (MultiHieron). We introduce new aggregate loss function for multiple label learning. We make weight updates simultaneously instead of serially. Then, significant improvement over the basic Hieron algorithm is demonstrated on the aviation safety reporting system (ASRS) flight anomaly database and OntoNews corpus using both flat and hierarchical categorization metrics.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128838161","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
Pheromone Approach to the Adaptive Discovery of Sensor-Network Topology 传感器网络拓扑自适应发现的信息素方法
H. Tamaki, Ken-ichi Fukui, M. Numao, S. Kurihara
Sensor-network technology is indispensable for constructing ubiquitous network infrastructures. Although information about adjacent relations between sensors is also very important for sensor networks, obtaining this information automatically without manual assistance is extremely difficult. Consequently, we propose a new methodology for constructing adjacent relations in sensor networks using an ant-colony optimization algorithm. This methodology can be used to automatically extract adjacent relations without using prepared sensor-location information or RFIDs to identify individual humans. We implemented a prototype system, and verified its basic effectiveness through simulations and an experiment using real data.
传感器网络技术是构建无处不在的网络基础设施必不可少的技术。虽然传感器之间相邻关系的信息对传感器网络也非常重要,但在没有人工辅助的情况下自动获取这些信息是非常困难的。因此,我们提出了一种利用蚁群优化算法构建传感器网络中相邻关系的新方法。该方法可用于自动提取相邻关系,而无需使用准备好的传感器位置信息或rfid来识别个人。我们实现了一个原型系统,并通过仿真和真实数据实验验证了系统的基本有效性。
{"title":"Pheromone Approach to the Adaptive Discovery of Sensor-Network Topology","authors":"H. Tamaki, Ken-ichi Fukui, M. Numao, S. Kurihara","doi":"10.1109/WIIAT.2008.143","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.143","url":null,"abstract":"Sensor-network technology is indispensable for constructing ubiquitous network infrastructures. Although information about adjacent relations between sensors is also very important for sensor networks, obtaining this information automatically without manual assistance is extremely difficult. Consequently, we propose a new methodology for constructing adjacent relations in sensor networks using an ant-colony optimization algorithm. This methodology can be used to automatically extract adjacent relations without using prepared sensor-location information or RFIDs to identify individual humans. We implemented a prototype system, and verified its basic effectiveness through simulations and an experiment using real data.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125507919","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
Cross-Situation Trust Reasoning 跨情境信任推理
Mozhgan Tavakolifard, S. J. Knapskog, P. Herrmann
We propose an ontology-based approach for inferences linking trust information in two different situations. That reasoning process can augment the typically sparse trust information, by inferring the missing information from other situational conditions, and can better support situation-aware trust management. Our work is more comprehensive in comparison with other models and considers various aspects of the relationship between situation-awareness and trust management.
我们提出了一种基于本体的方法来连接两种不同情况下的信任信息。该推理过程可以通过从其他情景条件中推断缺失的信息来增强通常稀疏的信任信息,并且可以更好地支持情景感知信任管理。与其他模型相比,我们的工作更加全面,并考虑了态势感知与信任管理之间关系的各个方面。
{"title":"Cross-Situation Trust Reasoning","authors":"Mozhgan Tavakolifard, S. J. Knapskog, P. Herrmann","doi":"10.1109/WIIAT.2008.41","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.41","url":null,"abstract":"We propose an ontology-based approach for inferences linking trust information in two different situations. That reasoning process can augment the typically sparse trust information, by inferring the missing information from other situational conditions, and can better support situation-aware trust management. Our work is more comprehensive in comparison with other models and considers various aspects of the relationship between situation-awareness and trust management.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125534565","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
Filtering Short Queries by Means of Fuzzy Semantic-Lexical Relations for Meta-searchers Using WordNet 基于模糊语义-词汇关系的WordNet元搜索器短查询过滤
J. Serrano-Guerrero, F. P. Romero, J. A. Olivas
Query expansion is one of the most complex tasks in information retrieval. Several new queries can be expanded related to a user one. The problem arises in choosing the queries that are more useful for search process. Here it is supposed that the most useful expanded queries are those queries which have similar meanings with regard to the original query but the number of words that they (original and expanded query) share is low. So, their meanings are similar but grammatically they are different. So, following this idea, several experiments have been carried out to assess a fuzzy measure that is able to select which are the most useful expanded queries, i.e., a fuzzy filtering process for query expansion.
查询扩展是信息检索中最复杂的任务之一。可以扩展与用户查询相关的几个新查询。在选择对搜索过程更有用的查询时出现了问题。这里假设最有用的扩展查询是那些与原始查询具有相似含义但它们(原始查询和扩展查询)共享的单词数量很低的查询。所以,它们的意思是相似的,但在语法上是不同的。因此,遵循这个想法,已经进行了几个实验来评估能够选择哪些是最有用的扩展查询的模糊度量,即查询扩展的模糊过滤过程。
{"title":"Filtering Short Queries by Means of Fuzzy Semantic-Lexical Relations for Meta-searchers Using WordNet","authors":"J. Serrano-Guerrero, F. P. Romero, J. A. Olivas","doi":"10.1109/WIIAT.2008.112","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.112","url":null,"abstract":"Query expansion is one of the most complex tasks in information retrieval. Several new queries can be expanded related to a user one. The problem arises in choosing the queries that are more useful for search process. Here it is supposed that the most useful expanded queries are those queries which have similar meanings with regard to the original query but the number of words that they (original and expanded query) share is low. So, their meanings are similar but grammatically they are different. So, following this idea, several experiments have been carried out to assess a fuzzy measure that is able to select which are the most useful expanded queries, i.e., a fuzzy filtering process for query expansion.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126496572","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
Federated ALCI: Preliminary Report 联邦铝业公司:初步报告
G. Voutsadakis, G. Slutzki, Vasant G Honavar, Jie Bao
We introduce F-ALCI, a federated version of the description logic ALCI. An F-ALCI ontology, like its package-based counterpart ALCIP-, consists of multiple ALCI ontologies that can import concepts or roles defined in other modules. Unlike ALCIP- which supports only contextualized negation, F-ALCI, supports contextualization of each of the logical connectives, a feature that allows more flexible reuse of knowledge from independently developed ontologies. We provide a new semantics for F-ALCI based on image domain relations and establish the conditions that need to be imposed on domain relations to ensure properties, such as preservation of unsatisfiability and monotonicity of inference, that are desirable in distributed web applications. We also establish the decidability of F-ALCI.
我们介绍F-ALCI,它是描述逻辑ALCI的联邦版本。F-ALCI本体与基于包的ALCIP本体一样,由多个ALCI本体组成,这些本体可以导入在其他模块中定义的概念或角色。与只支持上下文化否定的ALCIP不同,F-ALCI支持每个逻辑连接词的上下文化,这一特性允许更灵活地重用来自独立开发的本体的知识。我们基于图像域关系为F-ALCI提供了一种新的语义,并建立了域关系所需的条件,以确保在分布式web应用中需要的属性,如保留推理的不满意性和单调性。我们还建立了F-ALCI的可判定性。
{"title":"Federated ALCI: Preliminary Report","authors":"G. Voutsadakis, G. Slutzki, Vasant G Honavar, Jie Bao","doi":"10.1109/WIIAT.2008.296","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.296","url":null,"abstract":"We introduce F-ALCI, a federated version of the description logic ALCI. An F-ALCI ontology, like its package-based counterpart ALCIP-, consists of multiple ALCI ontologies that can import concepts or roles defined in other modules. Unlike ALCIP- which supports only contextualized negation, F-ALCI, supports contextualization of each of the logical connectives, a feature that allows more flexible reuse of knowledge from independently developed ontologies. We provide a new semantics for F-ALCI based on image domain relations and establish the conditions that need to be imposed on domain relations to ensure properties, such as preservation of unsatisfiability and monotonicity of inference, that are desirable in distributed web applications. We also establish the decidability of F-ALCI.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125640798","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}
引用次数: 4
Mining Exceptional Activity Patterns in Microstructure Data 挖掘微观结构数据中的异常活动模式
Yuming Ou, Longbing Cao, C. Luo, Li Liu
Market Surveillance plays an important role in maintaining market integrity, transparency and fairness. The existing trading pattern analysis only focuses on interday data which discloses explicit and high-level market dynamics. In the mean time, the existing market surveillance systems are facing challenges of misuse, mis-disclosure and misdealing of information, announcement and order in one market or crossing multiple markets. Therefore, there is a crucial need to develop workable methods for smart surveillance. To deal with such issues, we propose an innovative methodology - microstructure activity pattern analysis. Based on this methodology, a case study in identifying exceptional microstructure activity patterns is carried out. The experiments on real-life stock data show that microstructure activity pattern analysis opens a new and effective means for crucially understanding and analysing market dynamics. The resulting findings such as exceptional microstructure activity patterns can greatly enhance the learning, detection, adaption and decision-making capability of market surveillance.
市场监管在维护市场诚信、透明和公平方面发挥着重要作用。现有的交易模式分析只侧重于揭示明确和高层次市场动态的盘中数据。与此同时,现有的市场监管制度也面临着单一市场或跨市场的信息、公告和指令滥用、误披露和不当处理的挑战。因此,迫切需要开发可行的智能监控方法。为了解决这些问题,我们提出了一种创新的方法——微观结构活动模式分析。基于该方法,进行了识别异常微观结构活动模式的案例研究。实际股票数据的实验表明,微观结构活动模式分析为理解和分析市场动态提供了一种新的有效手段。研究结果如异常的微观结构活动模式,可以极大地增强市场监测的学习、发现、适应和决策能力。
{"title":"Mining Exceptional Activity Patterns in Microstructure Data","authors":"Yuming Ou, Longbing Cao, C. Luo, Li Liu","doi":"10.1109/WIIAT.2008.160","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.160","url":null,"abstract":"Market Surveillance plays an important role in maintaining market integrity, transparency and fairness. The existing trading pattern analysis only focuses on interday data which discloses explicit and high-level market dynamics. In the mean time, the existing market surveillance systems are facing challenges of misuse, mis-disclosure and misdealing of information, announcement and order in one market or crossing multiple markets. Therefore, there is a crucial need to develop workable methods for smart surveillance. To deal with such issues, we propose an innovative methodology - microstructure activity pattern analysis. Based on this methodology, a case study in identifying exceptional microstructure activity patterns is carried out. The experiments on real-life stock data show that microstructure activity pattern analysis opens a new and effective means for crucially understanding and analysing market dynamics. The resulting findings such as exceptional microstructure activity patterns can greatly enhance the learning, detection, adaption and decision-making capability of market surveillance.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123007797","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
An Analysis of Entries in the First TAC Market Design Competition 第一届TAC市场设计比赛参赛作品分析
J. Niu, Kai Cai, P. McBurney, S. Parsons
This paper presents an analysis of entries in the first TAC market design competition final that compares the entries across several scenarios. The analysis complements previous work analyzing the 2007 competition, demonstrating some vulnerabilities of entries that placed highly in the competition. The paper also suggests a simple strategy that would have performed well.
本文对第一届TAC市场设计竞赛决赛的参赛作品进行了分析,并对不同场景下的参赛作品进行了比较。该分析补充了之前分析2007年竞赛的工作,展示了在竞赛中排名较高的参赛作品的一些弱点。这篇论文还提出了一个简单的策略,这个策略本来会有很好的效果。
{"title":"An Analysis of Entries in the First TAC Market Design Competition","authors":"J. Niu, Kai Cai, P. McBurney, S. Parsons","doi":"10.1109/WIIAT.2008.272","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.272","url":null,"abstract":"This paper presents an analysis of entries in the first TAC market design competition final that compares the entries across several scenarios. The analysis complements previous work analyzing the 2007 competition, demonstrating some vulnerabilities of entries that placed highly in the competition. The paper also suggests a simple strategy that would have performed well.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132761592","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}
引用次数: 23
Using k-Interactive Measure in Optimization-Based Data Mining 基于k-交互测度的优化数据挖掘
Nian Yan, Zhengxin Chen, Yong Shi
Optimization-based methods have been used for data separation in different domains and applications since 1960s. The commonality of those methods is to separate data by minimizing the overlapping between the groups and regard contribution from all the attributes toward the target of classification is the sum of every single attribute. However, the interaction among the attributes in the data is not considered at all. The theory of non-additive measures is used to describe those interactions. The consideration of the interactions is a breakthrough for dealing with the nonlinearity of data. Through the non-additive measure has been successfully utilized in optimization-based classification, it increases the computation cost as well as the quadratic programming models particularly designed for dealing with the nonlinearity. In this paper, we proposed the optimization-based classification method with the signed k-interactive measure. The experimental results shows that it successfully reduced the computation but retained the classification power.
自20世纪60年代以来,基于优化的方法已被用于不同领域和应用的数据分离。这些方法的共同点是通过最小化组间重叠来分离数据,并将所有属性对分类目标的贡献视为每个单个属性的总和。但是,根本没有考虑数据中属性之间的交互。非加性测度理论用于描述这些相互作用。考虑相互作用是处理数据非线性的一个突破。通过将非加性度量成功地应用于基于优化的分类中,它增加了计算量,也增加了专门为处理非线性而设计的二次规划模型。本文提出了一种带有符号k交互测度的基于优化的分类方法。实验结果表明,该方法在保留分类能力的前提下,成功地减少了计算量。
{"title":"Using k-Interactive Measure in Optimization-Based Data Mining","authors":"Nian Yan, Zhengxin Chen, Yong Shi","doi":"10.1109/WIIAT.2008.152","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.152","url":null,"abstract":"Optimization-based methods have been used for data separation in different domains and applications since 1960s. The commonality of those methods is to separate data by minimizing the overlapping between the groups and regard contribution from all the attributes toward the target of classification is the sum of every single attribute. However, the interaction among the attributes in the data is not considered at all. The theory of non-additive measures is used to describe those interactions. The consideration of the interactions is a breakthrough for dealing with the nonlinearity of data. Through the non-additive measure has been successfully utilized in optimization-based classification, it increases the computation cost as well as the quadratic programming models particularly designed for dealing with the nonlinearity. In this paper, we proposed the optimization-based classification method with the signed k-interactive measure. The experimental results shows that it successfully reduced the computation but retained the classification power.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134365057","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
Dynamic Self-Healing for Service Flows with Semantic Web Services 带有语义Web服务的服务流的动态自修复
Wei Ren, Gang Chen, Haifeng Shen, Zhonghua Yang, Jing-Bing Zhang, C. Low, David Chen, Chengzheng Sun
With an increasing complexity of business processes, self-healing capability is becoming an important issue in order to support robust service flow execution. In this paper, a dynamic self-healing mechanism is proposed, which can dynamically identify suitable alternatives and replace faulty services such that a service flow can be performed successfully despite of unexpected exceptions. This mechanism explicitly utilizes semantic Web services for service matching and selection of a composite service in business service flow, and Semantic Web services are equipped with rich business rules in a domain-dependent manner. We explore the self-healing mechanism for supporting self-healable service flow execution which is modeled in BPEL4WS. A demo system of self-healing capable service flow execution is built to validate its effectiveness by a concrete scenario, PC manufacturing application.
随着业务流程的日益复杂,为了支持健壮的服务流执行,自修复能力正成为一个重要问题。本文提出了一种动态自愈机制,该机制可以动态识别合适的备选方案并替换有故障的服务,从而使服务流能够在出现意外异常的情况下成功执行。该机制显式地利用语义Web服务在业务服务流中进行服务匹配和组合服务的选择,语义Web服务以依赖于领域的方式配备了丰富的业务规则。我们将探索用于支持在BPEL4WS中建模的自修复服务流执行的自修复机制。构建了一个具有自修复能力的服务流执行演示系统,通过一个具体的场景(PC制造应用程序)验证其有效性。
{"title":"Dynamic Self-Healing for Service Flows with Semantic Web Services","authors":"Wei Ren, Gang Chen, Haifeng Shen, Zhonghua Yang, Jing-Bing Zhang, C. Low, David Chen, Chengzheng Sun","doi":"10.1109/WIIAT.2008.111","DOIUrl":"https://doi.org/10.1109/WIIAT.2008.111","url":null,"abstract":"With an increasing complexity of business processes, self-healing capability is becoming an important issue in order to support robust service flow execution. In this paper, a dynamic self-healing mechanism is proposed, which can dynamically identify suitable alternatives and replace faulty services such that a service flow can be performed successfully despite of unexpected exceptions. This mechanism explicitly utilizes semantic Web services for service matching and selection of a composite service in business service flow, and Semantic Web services are equipped with rich business rules in a domain-dependent manner. We explore the self-healing mechanism for supporting self-healable service flow execution which is modeled in BPEL4WS. A demo system of self-healing capable service flow execution is built to validate its effectiveness by a concrete scenario, PC manufacturing application.","PeriodicalId":393772,"journal":{"name":"2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-12-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134403042","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}
引用次数: 8
期刊
2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology
全部 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