首页 > 最新文献

2011 11th International Conference on Intelligent Systems Design and Applications最新文献

英文 中文
An evolutionary algorithm for the unequal area facility layout problem 等面积设施布局问题的一种进化算法
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121691
L. Salas-Morera, L. García-Hernández, A. Arauzo-Azofra
A genetic algorithm (GA) for designing plant layouts in industries with unequal area facilities taking into consideration material handling costs, logical relations between spaces and the shape of each area is presented. The GA utilizes a new encoding representation for these problems. Specific software has been developed to allow users to introduce data and graphically represent proposed solutions in a simple and user-friendly manner. The algorithm has been tested and the obtained results have been compared with those reported in the bibliography.
提出了一种考虑物料搬运成本、空间之间的逻辑关系和各区域形状的遗传算法,用于设施面积不等的工业厂房布局设计。对于这些问题,遗传算法采用了一种新的编码表示。已经开发了特定的软件,允许用户以简单和用户友好的方式介绍数据和图形表示建议的解决方案。对该算法进行了测试,并与文献中报道的结果进行了比较。
{"title":"An evolutionary algorithm for the unequal area facility layout problem","authors":"L. Salas-Morera, L. García-Hernández, A. Arauzo-Azofra","doi":"10.1109/ISDA.2011.6121691","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121691","url":null,"abstract":"A genetic algorithm (GA) for designing plant layouts in industries with unequal area facilities taking into consideration material handling costs, logical relations between spaces and the shape of each area is presented. The GA utilizes a new encoding representation for these problems. Specific software has been developed to allow users to introduce data and graphically represent proposed solutions in a simple and user-friendly manner. The algorithm has been tested and the obtained results have been compared with those reported in the bibliography.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131704542","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
Topology-based indoor localization by means of WiFi fingerprinting with a computational intelligent classifier 基于WiFi指纹和计算智能分类器的室内拓扑定位
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121792
Pablo Menendez, Carmen Campomanes, Krzysztof Trawiński, J. M. Alonso
This paper introduces a new system for people localization in indoor environments. It is mainly based on an intelligent classifier able to distinguish among a set of predefined and well identified topological locations. We adopt a WiFi signal strength fingerprint approach where most effort is done during the training phase, while online execution is fast and effective. Our proposal has been tested in a real environment with data collected in five different experimental sessions. Achieved results are encouraging since they overcome those ones provided by the well-known nearest neighbour fingerprint matching algorithm, that is usually considered as baseline for WiFi localization.
本文介绍了一种新的室内环境中人的定位系统。它主要是基于一个智能分类器,能够区分一组预定义的和识别良好的拓扑位置。我们采用WiFi信号强度指纹方法,大部分工作在训练阶段完成,而在线执行快速有效。我们的建议已经在一个真实的环境中进行了测试,收集了五个不同的实验阶段的数据。取得的结果令人鼓舞,因为它们克服了众所周知的最近邻指纹匹配算法提供的结果,该算法通常被认为是WiFi定位的基线。
{"title":"Topology-based indoor localization by means of WiFi fingerprinting with a computational intelligent classifier","authors":"Pablo Menendez, Carmen Campomanes, Krzysztof Trawiński, J. M. Alonso","doi":"10.1109/ISDA.2011.6121792","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121792","url":null,"abstract":"This paper introduces a new system for people localization in indoor environments. It is mainly based on an intelligent classifier able to distinguish among a set of predefined and well identified topological locations. We adopt a WiFi signal strength fingerprint approach where most effort is done during the training phase, while online execution is fast and effective. Our proposal has been tested in a real environment with data collected in five different experimental sessions. Achieved results are encouraging since they overcome those ones provided by the well-known nearest neighbour fingerprint matching algorithm, that is usually considered as baseline for WiFi localization.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"227 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134376298","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}
引用次数: 6
On a generalized name entity recognizer based on Hidden Markov Models 基于隐马尔可夫模型的广义名称实体识别器
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121781
J. Colmenar, M. Abánades, Fernando Poza, Diego Martín, Alfredo Cuesta-Infante, Alberto Herrán, J. Hidalgo
This paper presents a Named Entity Recognition (NER) system based on Hidden Markov Models. The system design is language independent, and the target language and scope of the NER is determined by the training corpus. The NER is formed by two subsystems that detect and label the entities independently. Each subsystem implements a different approach of that statistical theory, showing that each component may complement the results of the other one. Unlike most of the previous works, two labels are returned when the components provide different results. This redundancy is an advantage when human supervision is mandatory at the end of the process such as in intelligence environments.
提出了一种基于隐马尔可夫模型的命名实体识别(NER)系统。系统设计与语言无关,NER的目标语言和范围由训练语料库确定。NER由两个独立检测和标记实体的子系统组成。每个子系统实现该统计理论的不同方法,表明每个组件可以补充另一个组件的结果。与前面的大多数工作不同,当组件提供不同的结果时,将返回两个标签。这种冗余是一个优势,当人工监督是强制性的,在过程的最后,如在智能环境。
{"title":"On a generalized name entity recognizer based on Hidden Markov Models","authors":"J. Colmenar, M. Abánades, Fernando Poza, Diego Martín, Alfredo Cuesta-Infante, Alberto Herrán, J. Hidalgo","doi":"10.1109/ISDA.2011.6121781","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121781","url":null,"abstract":"This paper presents a Named Entity Recognition (NER) system based on Hidden Markov Models. The system design is language independent, and the target language and scope of the NER is determined by the training corpus. The NER is formed by two subsystems that detect and label the entities independently. Each subsystem implements a different approach of that statistical theory, showing that each component may complement the results of the other one. Unlike most of the previous works, two labels are returned when the components provide different results. This redundancy is an advantage when human supervision is mandatory at the end of the process such as in intelligence environments.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133791039","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
Optimizing alphabet using genetic algorithms 使用遗传算法优化字母表
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121705
J. Platoš, P. Krömer
Data compression algorithms were usually designed for data processing symbol by symbol. The input symbols of these algorithms are usually taken from the ASCII table, i.e. the size of the input alphabet is 256 symbols which are representable by 8-bit numbers. Several other techniques were developed-syllable-based compression, which uses the syllable as a basic compression symbol, and word-based compression, which uses words as basic symbols. These three approaches are strictly bounded and no overlap is allowed. This may be a problem because it may be helpful to have an overlap between them and use a character-based approach with a few symbols as a sequence of characters. This paper describes an algorithm that looks for the optimal alphabet for different text files. The alphabet may contain characters and 2-grams.
数据压缩算法通常是逐符号处理数据。这些算法的输入符号通常取自ASCII表,即输入字母表的大小为256个符号,可由8位数字表示。还开发了其他几种技术——基于音节的压缩(使用音节作为基本压缩符号)和基于单词的压缩(使用单词作为基本符号)。这三种方法有严格的界限,不允许重叠。这可能是一个问题,因为在它们之间有重叠并使用基于字符的方法将一些符号作为字符序列可能会有所帮助。本文描述了一种为不同文本文件寻找最佳字母表的算法。字母表可以包含字符和2-g。
{"title":"Optimizing alphabet using genetic algorithms","authors":"J. Platoš, P. Krömer","doi":"10.1109/ISDA.2011.6121705","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121705","url":null,"abstract":"Data compression algorithms were usually designed for data processing symbol by symbol. The input symbols of these algorithms are usually taken from the ASCII table, i.e. the size of the input alphabet is 256 symbols which are representable by 8-bit numbers. Several other techniques were developed-syllable-based compression, which uses the syllable as a basic compression symbol, and word-based compression, which uses words as basic symbols. These three approaches are strictly bounded and no overlap is allowed. This may be a problem because it may be helpful to have an overlap between them and use a character-based approach with a few symbols as a sequence of characters. This paper describes an algorithm that looks for the optimal alphabet for different text files. The alphabet may contain characters and 2-grams.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132885318","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
A cooperative strategy for parameter estimation problems in Systems Biology: Preliminary results 系统生物学参数估计问题的合作策略:初步结果
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121823
A. Masegosa, Federico Rutolo, D. Pelta
Developing predictive models is one of the key issues in Systems Biology. A critical problems that arises when these models are built is the parameter estimation. The calibration of these nonlinear dynamic models is stated as a nonlinear programming problems (NLP) and its resolution is usually complex due to the frequent ill-conditioning and multimodality of the majority of these problems. For that reason, the use of hybrid stochastic optimization methods has received an increasing interest in recent years. In this work we present a new hybrid method for parameter estimation in Systems Biology. This proposal consists on a set of DE algorithms that cooperate among them through a centralised scheme in which a coordinator controls their behavior by means of a rule system. The comparison with state-of-the-art methods shows the better performance of this cooperative strategy when the complexity of the instances is increased.
发展预测模型是系统生物学的关键问题之一。在建立这些模型时出现的一个关键问题是参数估计。这些非线性动态模型的标定被描述为一个非线性规划问题,由于这些问题经常存在病态和多模态,其求解通常是复杂的。由于这个原因,混合随机优化方法的使用近年来受到越来越多的关注。在这项工作中,我们提出了一种新的系统生物学参数估计的混合方法。该建议由一组DE算法组成,这些算法通过一个集中的方案在它们之间进行合作,其中协调器通过规则系统控制它们的行为。与现有方法的比较表明,当实例复杂度增加时,该协作策略的性能更好。
{"title":"A cooperative strategy for parameter estimation problems in Systems Biology: Preliminary results","authors":"A. Masegosa, Federico Rutolo, D. Pelta","doi":"10.1109/ISDA.2011.6121823","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121823","url":null,"abstract":"Developing predictive models is one of the key issues in Systems Biology. A critical problems that arises when these models are built is the parameter estimation. The calibration of these nonlinear dynamic models is stated as a nonlinear programming problems (NLP) and its resolution is usually complex due to the frequent ill-conditioning and multimodality of the majority of these problems. For that reason, the use of hybrid stochastic optimization methods has received an increasing interest in recent years. In this work we present a new hybrid method for parameter estimation in Systems Biology. This proposal consists on a set of DE algorithms that cooperate among them through a centralised scheme in which a coordinator controls their behavior by means of a rule system. The comparison with state-of-the-art methods shows the better performance of this cooperative strategy when the complexity of the instances is increased.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"52 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116123202","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 clustering-based decision tree induction algorithm 一种基于聚类的决策树归纳算法
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121712
Rodrigo C. Barros, A. Carvalho, M. Basgalupp, M. G. Quiles
Decision tree induction algorithms are well known techniques for assigning objects to predefined categories in a transparent fashion. Most decision tree induction algorithms rely on a greedy top-down recursive strategy for growing the tree, and pruning techniques to avoid overfitting. Even though such a strategy has been quite successful in many problems, it falls short in several others. For instance, there are cases in which the hyper-rectangular surfaces generated by these algorithms can only map the problem description after several sub-sequential partitions, which results in a large and incomprehensible tree. Hence, we propose a new decision tree induction algorithm based on clustering which seeks to provide more accurate models and/or shorter descriptions more comprehensible for the end-user. We do not base our performance analysis solely on the straightforward comparison of our proposed algorithm to baseline methods. Instead, we propose a data-dependent analysis in order to look for evidences which may explain in which situations our algorithm outperforms a well-known decision tree induction algorithm.
决策树归纳算法是以透明的方式将对象分配到预定义的类别的著名技术。大多数决策树归纳算法依赖于贪婪的自顶向下递归策略来生长树,并使用修剪技术来避免过拟合。尽管这种策略在许多问题上相当成功,但在其他一些问题上却不尽如人意。例如,在某些情况下,这些算法生成的超矩形曲面只能在经过几个子顺序分区后才能映射问题描述,这导致了一个大而难以理解的树。因此,我们提出了一种新的基于聚类的决策树归纳算法,该算法旨在为最终用户提供更准确的模型和/或更短的描述。我们的性能分析并不仅仅基于我们提出的算法与基线方法的直接比较。相反,我们提出了一种数据依赖分析,以寻找可能解释我们的算法在哪些情况下优于著名的决策树归纳算法的证据。
{"title":"A clustering-based decision tree induction algorithm","authors":"Rodrigo C. Barros, A. Carvalho, M. Basgalupp, M. G. Quiles","doi":"10.1109/ISDA.2011.6121712","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121712","url":null,"abstract":"Decision tree induction algorithms are well known techniques for assigning objects to predefined categories in a transparent fashion. Most decision tree induction algorithms rely on a greedy top-down recursive strategy for growing the tree, and pruning techniques to avoid overfitting. Even though such a strategy has been quite successful in many problems, it falls short in several others. For instance, there are cases in which the hyper-rectangular surfaces generated by these algorithms can only map the problem description after several sub-sequential partitions, which results in a large and incomprehensible tree. Hence, we propose a new decision tree induction algorithm based on clustering which seeks to provide more accurate models and/or shorter descriptions more comprehensible for the end-user. We do not base our performance analysis solely on the straightforward comparison of our proposed algorithm to baseline methods. Instead, we propose a data-dependent analysis in order to look for evidences which may explain in which situations our algorithm outperforms a well-known decision tree induction algorithm.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116985205","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
Reduction of rejections in cold rolled strip welding by intelligent analysis of image and process data 通过图像和工艺数据的智能分析来减少冷轧带钢焊接中的缺陷
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121690
Luis Fernandez, J. Balsera, F. Rodriguez, José Manuel Mesa Fernández
Welding plays an important role in the metallurgic process, being a critical part of continuous processes. The early detection of welding defects is a key aspect to guarantee productivity. There are factories in which the welding testing is performed visually by an operator. In this scenario, the physiological and psychological aspects of the operator can determine the productivity due to unnecessary repetitions of welds. This paper proposes an on-line intelligent system for operator support. The goal is to reduce the unnecessary repetitions of welds. The proposed method uses data mining and machine learning techniques fed by the information extracted from the process data and from the data obtained by an infrared camera, creating an objective model that estimates the weld reliability. Flexibility and adaptability are two key concepts in the proposed design.
焊接在冶金工艺中起着重要的作用,是连续工艺的关键环节。焊接缺陷的早期发现是保证生产效率的关键环节。有些工厂的焊接试验是由操作人员目视进行的。在这种情况下,由于不必要的重复焊接,操作人员的生理和心理因素可以决定生产率。本文提出了一种操作员在线智能支持系统。目的是减少不必要的重复焊接。该方法使用数据挖掘和机器学习技术,通过从过程数据中提取的信息和红外摄像机获得的数据,创建一个客观的模型来估计焊缝的可靠性。灵活性和适应性是提出的设计中的两个关键概念。
{"title":"Reduction of rejections in cold rolled strip welding by intelligent analysis of image and process data","authors":"Luis Fernandez, J. Balsera, F. Rodriguez, José Manuel Mesa Fernández","doi":"10.1109/ISDA.2011.6121690","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121690","url":null,"abstract":"Welding plays an important role in the metallurgic process, being a critical part of continuous processes. The early detection of welding defects is a key aspect to guarantee productivity. There are factories in which the welding testing is performed visually by an operator. In this scenario, the physiological and psychological aspects of the operator can determine the productivity due to unnecessary repetitions of welds. This paper proposes an on-line intelligent system for operator support. The goal is to reduce the unnecessary repetitions of welds. The proposed method uses data mining and machine learning techniques fed by the information extracted from the process data and from the data obtained by an infrared camera, creating an objective model that estimates the weld reliability. Flexibility and adaptability are two key concepts in the proposed design.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"81 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116008220","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
The development of temporal-based multimedia data management application using web services 利用web服务开发基于时态的多媒体数据管理应用
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121703
F. Mohamed, Mohd Nordin Abd Rahman, M. Abdullah
Multimedia data management is an important application in multimedia system domain. The application scopes are to retrieve, collect, store and preserve multimedia data in a distributed environment. A reliable or appropriate format of record structure in multimedia data management is required in order to trace information validation. Hence, the concept of temporal database can be applied to overcome this situation. The paper presents the development of temporal based multimedia data management model. Two elements of time are incorporated into the model; transaction time and valid time. This time elements will monitor the changes (event) and transaction that happened to the data in database. The use of time elements provides a new schema to query multimedia data based on past, current and future time. The designed model is implemented under web services based environment by utilizing J2EE platform.
多媒体数据管理是多媒体系统领域的一个重要应用。应用范围是在分布式环境中检索、收集、存储和保存多媒体数据。在多媒体数据管理中,为了跟踪信息的有效性,需要一种可靠的或适当的记录结构格式。因此,可以应用时态数据库的概念来克服这种情况。本文介绍了基于时态的多媒体数据管理模型的开发。时间的两个要素被纳入模型;交易时间和有效时间。这次元素将监视数据库中数据发生的更改(事件)和事务。时间元素的使用提供了一种基于过去、当前和未来时间查询多媒体数据的新模式。设计的模型利用J2EE平台在基于web服务的环境下实现。
{"title":"The development of temporal-based multimedia data management application using web services","authors":"F. Mohamed, Mohd Nordin Abd Rahman, M. Abdullah","doi":"10.1109/ISDA.2011.6121703","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121703","url":null,"abstract":"Multimedia data management is an important application in multimedia system domain. The application scopes are to retrieve, collect, store and preserve multimedia data in a distributed environment. A reliable or appropriate format of record structure in multimedia data management is required in order to trace information validation. Hence, the concept of temporal database can be applied to overcome this situation. The paper presents the development of temporal based multimedia data management model. Two elements of time are incorporated into the model; transaction time and valid time. This time elements will monitor the changes (event) and transaction that happened to the data in database. The use of time elements provides a new schema to query multimedia data based on past, current and future time. The designed model is implemented under web services based environment by utilizing J2EE platform.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"120 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115037816","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
Automatic aspect discrimination in relational data clustering 关系数据聚类中的自动方面识别
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121709
Danilo Horta, R. Campello
The features describing a data set may often be arranged in meaningful subsets, each of which corresponds to a different aspect of the data. An unsupervised algorithm (SCAD) that performs fuzzy clustering and aspects weighting simultaneously was recently proposed. However, there are several situations where the data set is represented by proximity matrices only (relational data), which renders several clustering approaches, including SCAD, inappropriate. To handle this kind of data, the relational clustering algorithm CARD, based on the SCAD algorithm, has been recently developed. However, CARD may fail and halt given certain conditions. To fix this problem, its steps are modified and then reordered to also reduce the number of parameters required. The improved CARD is assessed over hundreds of real and artificial data sets.
描述数据集的特征通常可以安排在有意义的子集中,每个子集对应于数据的不同方面。提出了一种同时进行模糊聚类和方面加权的无监督算法(SCAD)。然而,在一些情况下,数据集仅由邻近矩阵表示(关系数据),这使得包括SCAD在内的几种聚类方法不合适。为了处理这类数据,最近在SCAD算法的基础上发展了关系聚类算法CARD。然而,在某些条件下,CARD可能会失败并停止。为了解决这个问题,需要修改其步骤,然后重新排序,以减少所需参数的数量。改进后的CARD在数百个真实和人工数据集上进行评估。
{"title":"Automatic aspect discrimination in relational data clustering","authors":"Danilo Horta, R. Campello","doi":"10.1109/ISDA.2011.6121709","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121709","url":null,"abstract":"The features describing a data set may often be arranged in meaningful subsets, each of which corresponds to a different aspect of the data. An unsupervised algorithm (SCAD) that performs fuzzy clustering and aspects weighting simultaneously was recently proposed. However, there are several situations where the data set is represented by proximity matrices only (relational data), which renders several clustering approaches, including SCAD, inappropriate. To handle this kind of data, the relational clustering algorithm CARD, based on the SCAD algorithm, has been recently developed. However, CARD may fail and halt given certain conditions. To fix this problem, its steps are modified and then reordered to also reduce the number of parameters required. The improved CARD is assessed over hundreds of real and artificial data sets.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"171 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121176094","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
Intelligent management for cooperative logistics 合作物流的智能化管理
Pub Date : 2011-11-01 DOI: 10.1109/ISDA.2011.6121739
I. Satoh
This paper presents a intelligent management framework for cooperative logistics, which enables multiple shippers to share a few trucks, for improving the efficiency of the trucks' operations. It is necessary to reduce fossil fuel consumption and carbon dioxide emissions resulting from transport on account of environmental protection. Cooperative logistics has been one of the most effective and popular solutions to this problem, but it makes it be complicated to implement in a logistics management system. We propose a language for specifying the routes of trucks and an order relation between the requirements of routes and the possible routes of trucks. The former is formulated as process calculus and the latter selects suitable trucks according to their routes. Our language and selection mechanism were implemented as a web service.
本文提出了一种合作物流的智能管理框架,使多个托运人能够共享几辆卡车,以提高卡车的运行效率。为了保护环境,有必要减少化石燃料的消耗和运输产生的二氧化碳排放。合作物流是解决这一问题最有效、最受欢迎的方法之一,但它在物流管理系统中实施起来比较复杂。我们提出了一种用于指定卡车路线的语言,以及路线要求与卡车可能路线之间的顺序关系。前者被表述为过程演算,后者根据卡车的路线选择合适的卡车。我们的语言和选择机制是作为web服务实现的。
{"title":"Intelligent management for cooperative logistics","authors":"I. Satoh","doi":"10.1109/ISDA.2011.6121739","DOIUrl":"https://doi.org/10.1109/ISDA.2011.6121739","url":null,"abstract":"This paper presents a intelligent management framework for cooperative logistics, which enables multiple shippers to share a few trucks, for improving the efficiency of the trucks' operations. It is necessary to reduce fossil fuel consumption and carbon dioxide emissions resulting from transport on account of environmental protection. Cooperative logistics has been one of the most effective and popular solutions to this problem, but it makes it be complicated to implement in a logistics management system. We propose a language for specifying the routes of trucks and an order relation between the requirements of routes and the possible routes of trucks. The former is formulated as process calculus and the latter selects suitable trucks according to their routes. Our language and selection mechanism were implemented as a web service.","PeriodicalId":433207,"journal":{"name":"2011 11th International Conference on Intelligent Systems Design and Applications","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121314009","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
期刊
2011 11th International Conference on Intelligent Systems Design and Applications
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1