首页 > 最新文献

2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)最新文献

英文 中文
Microarray data clustering and visualization tool using self-organizing maps 使用自组织地图的微阵列数据聚类和可视化工具
Z. A. Marasigan, Abigaile Dionisio, Geoffrey A. Solano
Microarray is one of the technologies used in the interdisciplinary science of Biolnformatics. Its primary objective is to discover biological knowledge among genes through their expressions. Gene expressions usually come in large and multidimensional data which makes computational and statistical analyses necessary. Clustering of microarray data is one of these. Grouping similar genes together unfolds relationships of the biological properties of the genes under specific condition and, if supported by visualization, serves as good decision support for researchers. MaSOM is a software that uses Self-Organizing Maps, an Artificial Neural Network suitable both for clustering and for visualization. This tool can be used to analyze large data set by preprocessing, clustering, and visualizing two-color cDNA microarray data. It can therefore aid microarray researchers and practitioners in determining the initial properties of the data they study before proceeding to their actual experimentation onto their data.
微阵列技术是生物信息学跨学科科学中应用的技术之一。它的主要目标是通过基因的表达来发现基因之间的生物学知识。基因表达通常来自大量的多维数据,这使得计算和统计分析成为必要。微阵列数据的聚类就是其中之一。将相似的基因分组在一起,揭示了特定条件下基因生物学特性的关系,如果有可视化的支持,可以为研究人员提供良好的决策支持。MaSOM是一款使用自组织地图的软件,这是一种适合聚类和可视化的人工神经网络。该工具可用于通过预处理,聚类和可视化双色cDNA微阵列数据来分析大型数据集。因此,它可以帮助微阵列研究人员和实践者在对数据进行实际实验之前确定他们所研究数据的初始属性。
{"title":"Microarray data clustering and visualization tool using self-organizing maps","authors":"Z. A. Marasigan, Abigaile Dionisio, Geoffrey A. Solano","doi":"10.1109/IISA.2015.7387955","DOIUrl":"https://doi.org/10.1109/IISA.2015.7387955","url":null,"abstract":"Microarray is one of the technologies used in the interdisciplinary science of Biolnformatics. Its primary objective is to discover biological knowledge among genes through their expressions. Gene expressions usually come in large and multidimensional data which makes computational and statistical analyses necessary. Clustering of microarray data is one of these. Grouping similar genes together unfolds relationships of the biological properties of the genes under specific condition and, if supported by visualization, serves as good decision support for researchers. MaSOM is a software that uses Self-Organizing Maps, an Artificial Neural Network suitable both for clustering and for visualization. This tool can be used to analyze large data set by preprocessing, clustering, and visualizing two-color cDNA microarray data. It can therefore aid microarray researchers and practitioners in determining the initial properties of the data they study before proceeding to their actual experimentation onto their data.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133917515","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
Efficient solution of large sparse linear systems in modern hardware 现代硬件中大型稀疏线性系统的有效解
Athanasios Fevgas, Konstantis Daloukas, P. Tsompanopoulou, Panayiotis Bozanis
The solution of large-scale sparse linear systems arises in numerous scientific and engineering problems. Typical examples involve study of many real world multi-physics problems and the analysis of electric power systems. The latter involve key functions such as contingency, power flow and state estimation whose analysis amounts at solving linear systems with thousands or millions of equations. As a result, efficient and accurate solution of such systems is of paramount importance. The methods for solving sparse systems are distinguished in two categories, direct and iterative. Direct methods are robust but require large amounts of memory, as the size of the problem grows. On the other hand, iterative methods provide better performance but may exhibit numerical problems. In addition, continuous advances in computer hardware and computational infrastructures imposes new challenges and opportunities. GPUs, multi-core CPUs, late memory and storage technologies (flash and phase change memories) introduce new capabilities to optimizing sparse solvers. This work presents a comprehensive study of the performance of some, state of the art, sparse direct and iterative solvers on modern computer infrastructure and aims to identify the limits of each method on different computing platforms. We evaluated two direct solvers in different hardware configurations, examining their strengths and weaknesses both in main memory (in-core) and secondary memory (out-of-core) execution in a series of representative matrices from multi-physics and electric grid problems. Also, we provide a comparison with an iterative method, utilizing a general purpose preconditioner, implemented both on a GPU and a multi-core processor. Based on the evaluation results, we observe that direct solvers can be as efficient as their iterative counterparts if proper memory optimizations are applied. In addition, we demonstrate that GPUs can be utilized as efficient computational platforms for tackling the analysis of electric power systems.
大规模稀疏线性系统的求解出现在许多科学和工程问题中。典型的例子包括许多现实世界的多物理场问题的研究和电力系统的分析。后者涉及诸如偶然性、潮流和状态估计等关键功能,其分析相当于求解具有数千或数百万方程的线性系统。因此,有效和准确地解决这些系统是至关重要的。求解稀疏系统的方法分为直接法和迭代法两类。直接方法是健壮的,但是随着问题规模的增长,需要大量的内存。另一方面,迭代方法提供了更好的性能,但可能会出现数值问题。此外,计算机硬件和计算基础设施的不断进步也带来了新的挑战和机遇。gpu、多核cpu、后期内存和存储技术(闪存和相变存储器)引入了优化稀疏求解器的新功能。这项工作对现代计算机基础设施上一些最先进的稀疏直接和迭代求解器的性能进行了全面研究,旨在确定每种方法在不同计算平台上的局限性。我们在不同的硬件配置中评估了两个直接求解器,在多物理场和电网问题的一系列代表性矩阵中检查了它们在主存储器(核心内)和辅助存储器(核心外)执行中的优缺点。此外,我们还提供了与迭代方法的比较,该方法利用通用前置条件,在GPU和多核处理器上实现。根据评估结果,我们观察到,如果应用适当的内存优化,直接求解器可以像迭代求解器一样高效。此外,我们证明gpu可以用作处理电力系统分析的有效计算平台。
{"title":"Efficient solution of large sparse linear systems in modern hardware","authors":"Athanasios Fevgas, Konstantis Daloukas, P. Tsompanopoulou, Panayiotis Bozanis","doi":"10.1109/IISA.2015.7388040","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388040","url":null,"abstract":"The solution of large-scale sparse linear systems arises in numerous scientific and engineering problems. Typical examples involve study of many real world multi-physics problems and the analysis of electric power systems. The latter involve key functions such as contingency, power flow and state estimation whose analysis amounts at solving linear systems with thousands or millions of equations. As a result, efficient and accurate solution of such systems is of paramount importance. The methods for solving sparse systems are distinguished in two categories, direct and iterative. Direct methods are robust but require large amounts of memory, as the size of the problem grows. On the other hand, iterative methods provide better performance but may exhibit numerical problems. In addition, continuous advances in computer hardware and computational infrastructures imposes new challenges and opportunities. GPUs, multi-core CPUs, late memory and storage technologies (flash and phase change memories) introduce new capabilities to optimizing sparse solvers. This work presents a comprehensive study of the performance of some, state of the art, sparse direct and iterative solvers on modern computer infrastructure and aims to identify the limits of each method on different computing platforms. We evaluated two direct solvers in different hardware configurations, examining their strengths and weaknesses both in main memory (in-core) and secondary memory (out-of-core) execution in a series of representative matrices from multi-physics and electric grid problems. Also, we provide a comparison with an iterative method, utilizing a general purpose preconditioner, implemented both on a GPU and a multi-core processor. Based on the evaluation results, we observe that direct solvers can be as efficient as their iterative counterparts if proper memory optimizations are applied. In addition, we demonstrate that GPUs can be utilized as efficient computational platforms for tackling the analysis of electric power systems.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"329 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134159767","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
Fusion of edge-less and edge-based approaches for horizon line detection 融合无边缘和基于边缘的水平线检测方法
Touqeer Ahmad, G. Bebis, M. Nicolescu, A. Nefian, T. Fong
Horizon line detection requires finding a boundary which segments an image into sky and non-sky regions. It has many applications including visual geo-localization and geo-tagging, robot navigation/localization, and ship detection and port security. Recently, two machine learning based approaches have been proposed for horizon line detection: one relying on edge classification and the other relying on pixel classification. In the edge-based approach, a classifier is used to refine the edge map by removing non-horizon edges. The refined edge map is then used to form a multi-stage graph where dynamic programming is applied to extract the horizon line. In the edge-less approach, classification is used to obtain a confidence of horizon-ness at each pixel location. The horizon line is then extracted by applying dynamic programming on the resultant dense classification map rather than on the edge map. Both approaches have shown to outperform the classical approach where dynamic programming is applied on the non-refined edge map. In this paper, we provide a comparison between the edge-less and edge-based approaches using two challenging data sets. Moreover, we propose fusing the information about the horizon-ness and edge-ness of each pixel. Our experimental results illustrate that the proposed fusion approach outperforms both the edge-based and edge-less approaches.
地平线检测需要找到将图像分割为天空和非天空区域的边界。它有许多应用,包括视觉地理定位和地理标记,机器人导航/定位,船舶检测和港口安全。最近,人们提出了两种基于机器学习的地平线检测方法:一种依赖边缘分类,另一种依赖像素分类。在基于边缘的方法中,使用分类器通过去除非水平边缘来细化边缘图。然后利用改进后的边缘图形成多阶段图,并应用动态规划方法提取水平线。在无边缘方法中,使用分类来获得每个像素位置的水平置信度。然后,通过在生成的密集分类图而不是边缘图上应用动态规划来提取水平线。这两种方法都优于经典方法,其中动态规划应用于非精细边缘映射。在本文中,我们使用两个具有挑战性的数据集对无边缘和基于边缘的方法进行了比较。此外,我们提出融合每个像素的水平和边缘信息。实验结果表明,所提出的融合方法优于基于边缘和无边缘的融合方法。
{"title":"Fusion of edge-less and edge-based approaches for horizon line detection","authors":"Touqeer Ahmad, G. Bebis, M. Nicolescu, A. Nefian, T. Fong","doi":"10.1109/IISA.2015.7387988","DOIUrl":"https://doi.org/10.1109/IISA.2015.7387988","url":null,"abstract":"Horizon line detection requires finding a boundary which segments an image into sky and non-sky regions. It has many applications including visual geo-localization and geo-tagging, robot navigation/localization, and ship detection and port security. Recently, two machine learning based approaches have been proposed for horizon line detection: one relying on edge classification and the other relying on pixel classification. In the edge-based approach, a classifier is used to refine the edge map by removing non-horizon edges. The refined edge map is then used to form a multi-stage graph where dynamic programming is applied to extract the horizon line. In the edge-less approach, classification is used to obtain a confidence of horizon-ness at each pixel location. The horizon line is then extracted by applying dynamic programming on the resultant dense classification map rather than on the edge map. Both approaches have shown to outperform the classical approach where dynamic programming is applied on the non-refined edge map. In this paper, we provide a comparison between the edge-less and edge-based approaches using two challenging data sets. Moreover, we propose fusing the information about the horizon-ness and edge-ness of each pixel. Our experimental results illustrate that the proposed fusion approach outperforms both the edge-based and edge-less approaches.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132811149","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
An evolutionary approach to multi-objective ship weather routing 多目标船舶天气航路的一种进化方法
Aphrodite Veneti, C. Konstantopoulos, G. Pantziou
The paper presents a real time weather routing solution based on an Evolutionary Algorithm (EA). The objectives to be minimized are the mean total risk and fuel cost, where the route of a ship is optimized while taking into consideration the time-varying sea and weather conditions and there is also a constraint on the total passage time of the route. Safety is also taken into account by applying restrictions following the guidelines of the International Maritime Organization (IMO). The proposed EA implementation is tested on real life instances and compared with an exact algorithm.
提出了一种基于进化算法(EA)的实时天气路由方案。最小化的目标是平均总风险和燃料成本,在考虑时变海况和天气条件的情况下优化船舶航线,并对航线的总通过时间进行约束。根据国际海事组织(IMO)的指导方针,通过应用限制也考虑到安全。提出的EA实现在实际实例中进行了测试,并与精确算法进行了比较。
{"title":"An evolutionary approach to multi-objective ship weather routing","authors":"Aphrodite Veneti, C. Konstantopoulos, G. Pantziou","doi":"10.1109/IISA.2015.7388052","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388052","url":null,"abstract":"The paper presents a real time weather routing solution based on an Evolutionary Algorithm (EA). The objectives to be minimized are the mean total risk and fuel cost, where the route of a ship is optimized while taking into consideration the time-varying sea and weather conditions and there is also a constraint on the total passage time of the route. Safety is also taken into account by applying restrictions following the guidelines of the International Maritime Organization (IMO). The proposed EA implementation is tested on real life instances and compared with an exact algorithm.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131177087","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
Energy management in hybrid systems coupling PV and electrical storage 光伏与电力存储耦合的混合系统能源管理
M. Brignone, F. Delfino, F. Pampararo, R. Procopio, M. Rossi, L. Barillari
In this contribution the possible benefits of the integration of a storage system (ST) and a photovoltaic power plant (PV) are investigated by means of a Heuristic Rules System (HRS), used both for the determination of the optimal size of the components and for the power production scheduling. The HRS takes into account the well-known electrical constraints and aims at satisfying the electrical demand following a priority order (PV, ST, main grid). Experimental results in the case of four possible scenarios are presented and discussed.
在这篇文章中,通过启发式规则系统(HRS)的方法研究了存储系统(ST)和光伏发电厂(PV)集成的可能好处,该系统用于确定组件的最佳尺寸和电力生产调度。HRS考虑到众所周知的电力限制,旨在满足优先顺序(PV, ST,主电网)的电力需求。给出并讨论了四种可能情况下的实验结果。
{"title":"Energy management in hybrid systems coupling PV and electrical storage","authors":"M. Brignone, F. Delfino, F. Pampararo, R. Procopio, M. Rossi, L. Barillari","doi":"10.1109/IISA.2015.7388080","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388080","url":null,"abstract":"In this contribution the possible benefits of the integration of a storage system (ST) and a photovoltaic power plant (PV) are investigated by means of a Heuristic Rules System (HRS), used both for the determination of the optimal size of the components and for the power production scheduling. The HRS takes into account the well-known electrical constraints and aims at satisfying the electrical demand following a priority order (PV, ST, main grid). Experimental results in the case of four possible scenarios are presented and discussed.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133581482","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
Crowdsourcing experiments with a video analytics system 视频分析系统的众包实验
Eirini Takoulidou, K. Chorianopoulos
The need for more experimental data, but also quicker and cheaper, lead us beyond traditional lab experiments, approaching a new subject pool via a crowdsourcing platform. SocialSkip is an open system that leverages the video clickstream data for extracting useful information about the video content and the viewers. The difficulty of embedding a pre-existing system as a task demands a carefully designed interface, adjusting experiments and be aware of workers' cheating behavior. We present a replicable task design and by analyzing crowdsourced results, we highlight problems in experimental procedure and propose potential solutions for future crowdsourcing experiments. The proposed crowdsourcing methodology achieved the collection of a significant amount of video clickstream data, in a timely manner and with affordable cost. Our findings indicate that future social media analytics systems should include an integrated crowdsourcing module. Further research should focus on collecting more data by controlling the random worker behavior a priori.
对更多实验数据的需求,以及对更快、更便宜的需求,引领我们超越传统的实验室实验,通过众包平台接近一个新的主题池。SocialSkip是一个开放的系统,它利用视频点击流数据来提取有关视频内容和观众的有用信息。将已有的系统嵌入任务的难度要求精心设计界面,调整实验,并注意员工的作弊行为。我们提出了一个可复制的任务设计,并通过分析众包结果,我们强调了实验过程中存在的问题,并提出了未来众包实验的潜在解决方案。提议的众包方法实现了大量视频点击流数据的收集,及时且成本合理。我们的研究结果表明,未来的社会媒体分析系统应该包括一个集成的众包模块。进一步的研究应该集中在通过控制随机工人的先验行为来收集更多的数据。
{"title":"Crowdsourcing experiments with a video analytics system","authors":"Eirini Takoulidou, K. Chorianopoulos","doi":"10.1109/IISA.2015.7387979","DOIUrl":"https://doi.org/10.1109/IISA.2015.7387979","url":null,"abstract":"The need for more experimental data, but also quicker and cheaper, lead us beyond traditional lab experiments, approaching a new subject pool via a crowdsourcing platform. SocialSkip is an open system that leverages the video clickstream data for extracting useful information about the video content and the viewers. The difficulty of embedding a pre-existing system as a task demands a carefully designed interface, adjusting experiments and be aware of workers' cheating behavior. We present a replicable task design and by analyzing crowdsourced results, we highlight problems in experimental procedure and propose potential solutions for future crowdsourcing experiments. The proposed crowdsourcing methodology achieved the collection of a significant amount of video clickstream data, in a timely manner and with affordable cost. Our findings indicate that future social media analytics systems should include an integrated crowdsourcing module. Further research should focus on collecting more data by controlling the random worker behavior a priori.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"95 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114850757","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
Advanced ICT platform for real-time monitoring and infrastructure efficiency at the city level 先进的信息通信技术平台,用于实时监控和城市一级的基础设施效率
Vangelis Marinakis, Alexandra Papadopoulou, G. Anastasopoulos, H. Doukas, J. Psarras
In recent years, the European Union (EU) has developed a shared European vision of sustainable urban development. Towards this direction, holistic solutions and advanced energy management services are necessary, addressed to any local authority that has as purpose to implement sustainable energy action plans. In this context, the aim of this paper is to present an advanced Information and Communication Technologies (ICT) platform for real-time monitoring and infrastructure efficiency at the city level, namely a Web Portal addressed to city authorities. The Web Portal will enable the city administration to collect data for energy management, real-time monitoring and billing purposes from city's infrastructure, sensors, meters and other energy sources and react to critical incidents or systems failure in an urban (city) environment. All the collected data will be handled by the "green" tools of the ICT platform, focused on the city's municipal buildings, pillars/poles and electric vehicle stations.
近年来,欧盟(EU)对可持续城市发展制定了共同的欧洲愿景。为了实现这一目标,必须为任何地方当局提供全面的解决方案和先进的能源管理服务,以实施可持续能源行动计划。在这种情况下,本文的目的是提出一个先进的信息和通信技术(ICT)平台,用于城市一级的实时监控和基础设施效率,即面向城市当局的门户网站。该门户网站将使城市管理部门能够从城市基础设施、传感器、仪表和其他能源来源收集能源管理、实时监控和计费数据,并对城市环境中的关键事件或系统故障做出反应。所有收集到的数据都将由ICT平台的“绿色”工具处理,重点是城市的市政建筑、柱子/电线杆和电动汽车站。
{"title":"Advanced ICT platform for real-time monitoring and infrastructure efficiency at the city level","authors":"Vangelis Marinakis, Alexandra Papadopoulou, G. Anastasopoulos, H. Doukas, J. Psarras","doi":"10.1109/IISA.2015.7387958","DOIUrl":"https://doi.org/10.1109/IISA.2015.7387958","url":null,"abstract":"In recent years, the European Union (EU) has developed a shared European vision of sustainable urban development. Towards this direction, holistic solutions and advanced energy management services are necessary, addressed to any local authority that has as purpose to implement sustainable energy action plans. In this context, the aim of this paper is to present an advanced Information and Communication Technologies (ICT) platform for real-time monitoring and infrastructure efficiency at the city level, namely a Web Portal addressed to city authorities. The Web Portal will enable the city administration to collect data for energy management, real-time monitoring and billing purposes from city's infrastructure, sensors, meters and other energy sources and react to critical incidents or systems failure in an urban (city) environment. All the collected data will be handled by the \"green\" tools of the ICT platform, focused on the city's municipal buildings, pillars/poles and electric vehicle stations.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"187 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115113006","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
Ontology-based data sources' integration for maritime event recognition 基于本体的数据源集成海事事件识别
Georgios M. Santipantakis, Konstantinos I. Kotis, G. Vouros
Recent environmental disasters in the sea, have highlighted the need for efficient maritime surveillance. Currently, maritime navigation technology automatically provides real time data from vessels, that together with other historical data can be processed in an integrated way to detect complex events and support decision making. Ontology-Based Data Access (OBDA) frameworks can be employed to access data towards this effort. Integration of data is critical, but the heterogeneity and the large amount of data make this a difficult task. In this paper we present two systems that we have implemented using different OBDA frameworks, emphasizing on the semantic integration of data from disparate sources to support complex event recognition. We discuss the features of each system separately and the lessons learned from this effort.
最近发生在海上的环境灾难凸显了对有效的海上监视的需要。目前,海上导航技术可以自动提供船舶的实时数据,这些数据可以与其他历史数据一起进行综合处理,以检测复杂事件并支持决策。可以使用基于本体的数据访问(OBDA)框架来访问数据。数据的集成是至关重要的,但是数据的异构性和大量的数据使这一任务变得困难。在本文中,我们介绍了使用不同OBDA框架实现的两个系统,强调来自不同来源的数据的语义集成,以支持复杂事件识别。我们将分别讨论每个系统的特性以及从中获得的经验教训。
{"title":"Ontology-based data sources' integration for maritime event recognition","authors":"Georgios M. Santipantakis, Konstantinos I. Kotis, G. Vouros","doi":"10.1109/IISA.2015.7388072","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388072","url":null,"abstract":"Recent environmental disasters in the sea, have highlighted the need for efficient maritime surveillance. Currently, maritime navigation technology automatically provides real time data from vessels, that together with other historical data can be processed in an integrated way to detect complex events and support decision making. Ontology-Based Data Access (OBDA) frameworks can be employed to access data towards this effort. Integration of data is critical, but the heterogeneity and the large amount of data make this a difficult task. In this paper we present two systems that we have implemented using different OBDA frameworks, emphasizing on the semantic integration of data from disparate sources to support complex event recognition. We discuss the features of each system separately and the lessons learned from this effort.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121916171","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
Motivational strategy for a cognitive endurance mHealth application 认知耐力移动健康应用程序的激励策略
S. Muuraiskangas, J. Merilahti, Milla Immonen, A. Hedman, J. Hallberg
Dementia has become a prevalent problem with our aging population. Dementia is threat to our independence because our independence relies on our cognitive performance. Cognitive performance declines as the years advance but it can and should be nurtured to keep it at sufficient functional level. Even though mobile technology has potential to be the desired low-cost and effective means to healthy living, it requires the driving force, motivation, to actually get the person to the destination. In this paper we present a motivational strategy for mHealth (mobile health) application for cognitive endurance.
老年痴呆症已经成为我们人口老龄化的一个普遍问题。痴呆症是对我们独立性的威胁,因为我们的独立性依赖于我们的认知能力。随着年龄的增长,认知能力会下降,但它可以也应该得到培养,使其保持在足够的功能水平。尽管移动技术有潜力成为人们期望的低成本和有效的健康生活方式,但它需要推动力,动机,才能真正让人们到达目的地。在本文中,我们提出了移动健康(移动健康)应用认知耐力的激励策略。
{"title":"Motivational strategy for a cognitive endurance mHealth application","authors":"S. Muuraiskangas, J. Merilahti, Milla Immonen, A. Hedman, J. Hallberg","doi":"10.1109/IISA.2015.7388089","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388089","url":null,"abstract":"Dementia has become a prevalent problem with our aging population. Dementia is threat to our independence because our independence relies on our cognitive performance. Cognitive performance declines as the years advance but it can and should be nurtured to keep it at sufficient functional level. Even though mobile technology has potential to be the desired low-cost and effective means to healthy living, it requires the driving force, motivation, to actually get the person to the destination. In this paper we present a motivational strategy for mHealth (mobile health) application for cognitive endurance.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129440218","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
Generating phenograms using frequent structure mining over metabolic pathways 在代谢途径上使用频繁的结构挖掘生成表型图
Lejun Christian L. Osorio, M. Carillo, Geoffrey A. Solano, H. Adorna
Phenograms have already been used many years back to depict taxonomic relationships among organisms based on overall similarity among a variety of characteristics available at the time. These recent years, however, have brought phenomenal advances in experimental techniques in biological research. These have resulted in large amounts of biological network data being unearthed. Among these are metabolic networks. Analyzing the network topology of these metabolic networks across taxa can uncover important biological information that is independent of other currently available biological information. This study explores topological similarities between the glycolysis and citrate cycle metabolic networks of different taxa to build phenograms. A novel approach of generating phenograms using Jaccard Similary Indices and Hamming Distances of the graphs bit codes are presented. The resulting phenograms are compared with those generated by NCBI gene sequences using Phyllp branch matchings and maximum consensus trees.
表型图在许多年前就已经被用来描述生物之间的分类关系,这种关系是基于当时各种可用特征之间的总体相似性。然而,近年来,生物学研究的实验技术取得了惊人的进步。这导致了大量的生物网络数据被挖掘出来。其中包括代谢网络。分析这些跨分类群的代谢网络的网络拓扑结构可以揭示独立于其他现有生物信息的重要生物信息。本研究探讨不同类群糖酵解和柠檬酸循环代谢网络之间的拓扑相似性,以建立表型图。提出了一种利用图位码的Jaccard相似指数和汉明距离生成图的新方法。使用Phyllp分支匹配和最大共识树将所得表型图与NCBI基因序列产生的表型图进行比较。
{"title":"Generating phenograms using frequent structure mining over metabolic pathways","authors":"Lejun Christian L. Osorio, M. Carillo, Geoffrey A. Solano, H. Adorna","doi":"10.1109/IISA.2015.7388007","DOIUrl":"https://doi.org/10.1109/IISA.2015.7388007","url":null,"abstract":"Phenograms have already been used many years back to depict taxonomic relationships among organisms based on overall similarity among a variety of characteristics available at the time. These recent years, however, have brought phenomenal advances in experimental techniques in biological research. These have resulted in large amounts of biological network data being unearthed. Among these are metabolic networks. Analyzing the network topology of these metabolic networks across taxa can uncover important biological information that is independent of other currently available biological information. This study explores topological similarities between the glycolysis and citrate cycle metabolic networks of different taxa to build phenograms. A novel approach of generating phenograms using Jaccard Similary Indices and Hamming Distances of the graphs bit codes are presented. The resulting phenograms are compared with those generated by NCBI gene sequences using Phyllp branch matchings and maximum consensus trees.","PeriodicalId":433872,"journal":{"name":"2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129474350","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
期刊
2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA)
全部 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