首页 > 最新文献

Proceedings of the 10th International Conference on Computer Modeling and Simulation最新文献

英文 中文
An Intelligent Model Validation Method Based on ECOC SVM 基于ECOC支持向量机的智能模型验证方法
Yuchen Zhou, K. Fang, Mingpei Yang, P. Ma
This paper develops an intelligent model validation method based on error correcting output coding support vector machine (ECOC SVM). The similarity analysis between simulation time series from computerized model and observed time series from real-world system is formulated as a multi-class classification problem. The ECOC framework, built on the basis of the error correcting principles of communication theory, decomposes the multi-class classification task as multiple binary classification problems. The SVM is used as the base classifier and a set of similarity measure methods is applied to extract the input features. Compared to conventional methods, the proposed validation method based on ECOC SVM incorporates multiple similarity measures to a comprehensive similarity measure and can learn to predict the credibility level from training samples. The application result reveals that the classification accuracy achieved 82%, which means the proposed method is promising for the similarity analysis of large datasets.
提出了一种基于纠错输出编码支持向量机(ECOC SVM)的智能模型验证方法。将计算机模型模拟时间序列与实际系统观测时间序列的相似性分析表述为一个多类分类问题。ECOC框架以通信理论的纠错原理为基础,将多类分类任务分解为多个二元分类问题。采用支持向量机作为基分类器,并采用一组相似度度量方法提取输入特征。与传统方法相比,本文提出的基于ECOC支持向量机的验证方法将多个相似测度整合为一个综合相似测度,并能从训练样本中学习预测可信度水平。应用结果表明,分类准确率达到82%,表明该方法适用于大型数据集的相似度分析。
{"title":"An Intelligent Model Validation Method Based on ECOC SVM","authors":"Yuchen Zhou, K. Fang, Mingpei Yang, P. Ma","doi":"10.1145/3177457.3177487","DOIUrl":"https://doi.org/10.1145/3177457.3177487","url":null,"abstract":"This paper develops an intelligent model validation method based on error correcting output coding support vector machine (ECOC SVM). The similarity analysis between simulation time series from computerized model and observed time series from real-world system is formulated as a multi-class classification problem. The ECOC framework, built on the basis of the error correcting principles of communication theory, decomposes the multi-class classification task as multiple binary classification problems. The SVM is used as the base classifier and a set of similarity measure methods is applied to extract the input features. Compared to conventional methods, the proposed validation method based on ECOC SVM incorporates multiple similarity measures to a comprehensive similarity measure and can learn to predict the credibility level from training samples. The application result reveals that the classification accuracy achieved 82%, which means the proposed method is promising for the similarity analysis of large datasets.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129064027","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
Fetal ECG Preprocessing Using Wavelet Transform 胎儿心电图的小波变换预处理
R. Martínek, R. Kahankova, J. Nedoma, M. Fajkus, Kristýna Cholevová
Fetal electrocardiography is one of the most promising methods of Electronic fetal monitoring, which helps physicians to assess the fetal well-being diagnose the hypoxic states. This paper focuses on introducing Wavelet Transform as an effective tool to suppress the most frequent types of fetal electrocardiogram interferences, such as powerline or myopotential interference. We also suggest optimal type of the wavelet and threshold for this purpose.
胎儿心电图是胎儿电子监护中最有前途的方法之一,它可以帮助医生评估胎儿的健康状况,诊断胎儿的缺氧状态。本文重点介绍了小波变换作为一种有效的工具来抑制最常见的胎儿心电图干扰,如电力线或肌电位干扰。我们还提出了最佳类型的小波和阈值为此目的。
{"title":"Fetal ECG Preprocessing Using Wavelet Transform","authors":"R. Martínek, R. Kahankova, J. Nedoma, M. Fajkus, Kristýna Cholevová","doi":"10.1145/3177457.3177503","DOIUrl":"https://doi.org/10.1145/3177457.3177503","url":null,"abstract":"Fetal electrocardiography is one of the most promising methods of Electronic fetal monitoring, which helps physicians to assess the fetal well-being diagnose the hypoxic states. This paper focuses on introducing Wavelet Transform as an effective tool to suppress the most frequent types of fetal electrocardiogram interferences, such as powerline or myopotential interference. We also suggest optimal type of the wavelet and threshold for this purpose.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123344534","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Using a Separable Convolutional Neural Network for Large-Scale Transportation Network Speed Prediction 基于可分离卷积神经网络的大规模交通网络速度预测
Arnold Loaiza, J. Herrera, Luis Mantilla
This paper proposes the reduction of the convergence time on a Convolutional Neural Network (CNN) method for traffic speed prediction, without reducing the performance of speed prediction method. The proposed method contains two procedures: The first one is to convert the traffic network data to images; in this case the speed variable will be transformed. The second step of the procedure presents a modification of the CNN method for speed prediction in which a separable convolution is used to reduce the number of parameters. This separable convolution helps to reducing the convergence time of speed predictions for large-scale transportation network. The proposal is evaluated with real data from the Caltrans Performance Measurement System (PeMS), obtained through sensors. The results show that Separable Convolutional Neural Network (SCNN) reduces convergence time of CNN method without losing the performance of the predictions of traffic speed in a large-scale transportation network.
本文提出在不降低车速预测方法性能的前提下,缩短卷积神经网络(CNN)方法的收敛时间。该方法包括两个步骤:首先将交通网络数据转换为图像;在这种情况下,速度变量将被转换。该程序的第二步提出了对CNN速度预测方法的修改,其中使用可分离卷积来减少参数的数量。这种可分离卷积有助于减少大规模交通网络速度预测的收敛时间。通过传感器获得的Caltrans性能测量系统(PeMS)的真实数据对该方案进行了评估。结果表明,可分离卷积神经网络(SCNN)在不影响大规模交通网络中交通速度预测性能的前提下,缩短了CNN方法的收敛时间。
{"title":"Using a Separable Convolutional Neural Network for Large-Scale Transportation Network Speed Prediction","authors":"Arnold Loaiza, J. Herrera, Luis Mantilla","doi":"10.1145/3177457.3177464","DOIUrl":"https://doi.org/10.1145/3177457.3177464","url":null,"abstract":"This paper proposes the reduction of the convergence time on a Convolutional Neural Network (CNN) method for traffic speed prediction, without reducing the performance of speed prediction method. The proposed method contains two procedures: The first one is to convert the traffic network data to images; in this case the speed variable will be transformed. The second step of the procedure presents a modification of the CNN method for speed prediction in which a separable convolution is used to reduce the number of parameters. This separable convolution helps to reducing the convergence time of speed predictions for large-scale transportation network. The proposal is evaluated with real data from the Caltrans Performance Measurement System (PeMS), obtained through sensors. The results show that Separable Convolutional Neural Network (SCNN) reduces convergence time of CNN method without losing the performance of the predictions of traffic speed in a large-scale transportation network.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"107 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124129877","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
Signal Timing Simulation of Single Intersection based on Fuzzy-Genetic Algorithm 基于模糊遗传算法的单交叉口信号配时仿真
Q. Luo, Yufei Hou, Zhuoqun Wang
Intersection is an important component of the urban transport network, in where traffic congestion usually takes place. One of the key to solve urban transport problems is to organize the traffic in the intersection reasonably and effectively. This paper does research on a specific single intersection, using the video traffic data collection technology, considering signal cycle and phase time which are decided by a real-time traffic flow. The paper developed a self-adaptive timing model on the single target constraint to reduce intersection delay. The model is carried out through fuzzy-genetic algorithm. Matlab simulation analysis and a series of comparison show that the methods of optimization models and genetic algorithm are effective and feasible.
交叉口是城市交通网络的重要组成部分,是交通拥堵的多发地点。合理有效地组织交叉口交通是解决城市交通问题的关键之一。本文以具体的单个交叉口为研究对象,采用视频交通数据采集技术,考虑实时交通流决定的信号周期和相位时间。提出了一种基于单目标约束的自适应配时模型,以减少交叉口延误。该模型通过模糊遗传算法实现。Matlab仿真分析和一系列的比较表明,优化模型和遗传算法的方法是有效可行的。
{"title":"Signal Timing Simulation of Single Intersection based on Fuzzy-Genetic Algorithm","authors":"Q. Luo, Yufei Hou, Zhuoqun Wang","doi":"10.1145/3177457.3177496","DOIUrl":"https://doi.org/10.1145/3177457.3177496","url":null,"abstract":"Intersection is an important component of the urban transport network, in where traffic congestion usually takes place. One of the key to solve urban transport problems is to organize the traffic in the intersection reasonably and effectively. This paper does research on a specific single intersection, using the video traffic data collection technology, considering signal cycle and phase time which are decided by a real-time traffic flow. The paper developed a self-adaptive timing model on the single target constraint to reduce intersection delay. The model is carried out through fuzzy-genetic algorithm. Matlab simulation analysis and a series of comparison show that the methods of optimization models and genetic algorithm are effective and feasible.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126318430","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
rTuner: A Performance Enhancement of MapReduce Job rTuner: MapReduce作业的性能提升
Ripon Patgiri, Rajdeep Das
In this paper, we present a novel task scheduling algorithm, called rTuner. The key objective of the rTuner is to enhance the reduce task execution time in heterogeneous environments. Because, the reduce task is a very expensive process. The reduce tasks comprise of three phases, unlike to the map task, namely, copy phase, shuffle phase, and reduce phase. Therefore, the rescheduling a straggler reduce task can negatively affect the performance, if the scheduling algorithms does not analyze the underlying situation. The rTuner analyzes the reduce tasks' straggling reason, and tunes the reduce task. If a reduce task becomes straggler, then rTuner reschedules it in a suitable node depending on the situation. Our benchmark result shows that enhancement of reduce tasks boosts up the CPU elapsed time significantly. Moreover, we show the efficacy of the rTuner by extensive experiment in low-cost commodity hardware. The rTuner is able to improve the total job execution time of MapReduce significantly, either a heterogeneous environment or homogeneous environment. The rTuner is capable of reducing the execution time by 86.86 seconds and 100.67 seconds on an average over the Longest Approximate Time to End (LATE) in homogeneous and heterogeneous environment respectively. In addition, the rTuner is also able to improve the execution time by 142.44 seconds and 132.52 seconds over LATE in homogeneous and heterogeneous environment at the best situation respectively.
本文提出了一种新的任务调度算法rTuner。rTuner的主要目标是提高异构环境中任务的执行时间。因为reduce任务是一个非常昂贵的过程。与map任务不同,reduce任务包括三个阶段,即复制阶段、洗牌阶段和reduce阶段。因此,如果调度算法没有对底层情况进行分析,那么重新调度一个straggler reduce任务可能会对性能产生负面影响。rTuner分析reduce任务的散列原因,并对reduce任务进行调优。如果一个reduce任务变得掉队,那么rTuner将根据情况在合适的节点中重新调度它。我们的基准测试结果表明,reduce任务的增强显著提高了CPU运行时间。此外,我们通过在低成本商品硬件上的大量实验证明了rTuner的有效性。rTuner能够显著提高MapReduce的总作业执行时间,无论是在异构环境还是同构环境中。在同质和异构环境中,rTuner能够在最长近似结束时间(LATE)上分别平均减少86.86秒和100.67秒的执行时间。此外,在最佳情况下,rTuner还能够在同构和异构环境中分别比LATE提高142.44秒和132.52秒的执行时间。
{"title":"rTuner: A Performance Enhancement of MapReduce Job","authors":"Ripon Patgiri, Rajdeep Das","doi":"10.1145/3177457.3191710","DOIUrl":"https://doi.org/10.1145/3177457.3191710","url":null,"abstract":"In this paper, we present a novel task scheduling algorithm, called rTuner. The key objective of the rTuner is to enhance the reduce task execution time in heterogeneous environments. Because, the reduce task is a very expensive process. The reduce tasks comprise of three phases, unlike to the map task, namely, copy phase, shuffle phase, and reduce phase. Therefore, the rescheduling a straggler reduce task can negatively affect the performance, if the scheduling algorithms does not analyze the underlying situation. The rTuner analyzes the reduce tasks' straggling reason, and tunes the reduce task. If a reduce task becomes straggler, then rTuner reschedules it in a suitable node depending on the situation. Our benchmark result shows that enhancement of reduce tasks boosts up the CPU elapsed time significantly. Moreover, we show the efficacy of the rTuner by extensive experiment in low-cost commodity hardware. The rTuner is able to improve the total job execution time of MapReduce significantly, either a heterogeneous environment or homogeneous environment. The rTuner is capable of reducing the execution time by 86.86 seconds and 100.67 seconds on an average over the Longest Approximate Time to End (LATE) in homogeneous and heterogeneous environment respectively. In addition, the rTuner is also able to improve the execution time by 142.44 seconds and 132.52 seconds over LATE in homogeneous and heterogeneous environment at the best situation respectively.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"132 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"113940017","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
Improving Network Throughput on Application by Weighting Subflows of Muti-Path TCP Adapted to Conditions 基于条件适应的多路径TCP加权子流提高应用网络吞吐量
Takeshi Tsuchiya, Hiroo Hirose, T. Miyosawa, Tetsuyasu Yamada, Hiroaki Sawano, K. Koyanagi
This paper is discussed and proposed the weighting manner of MPTCP (Multi-Path TCP) subflow adapted to network conditions, and it improves network throughput efficiency. In our proposal, subflows are controlled expansion and suppression of congestion window size according to state of subflow under the environment which communications among subflows does not affect each other. From the results of simulation, it shows improvement of average throughput on application layer, and increase of packet arrival rate between sessions.
本文讨论并提出了适应网络条件的MPTCP (Multi-Path TCP)子流加权方式,提高了网络吞吐效率。在不影响子流通信的情况下,根据子流的状态控制子流的拥塞窗口大小的扩展和抑制。从仿真结果来看,该方法提高了应用层的平均吞吐量,提高了会话间的数据包到达率。
{"title":"Improving Network Throughput on Application by Weighting Subflows of Muti-Path TCP Adapted to Conditions","authors":"Takeshi Tsuchiya, Hiroo Hirose, T. Miyosawa, Tetsuyasu Yamada, Hiroaki Sawano, K. Koyanagi","doi":"10.1145/3177457.3177460","DOIUrl":"https://doi.org/10.1145/3177457.3177460","url":null,"abstract":"This paper is discussed and proposed the weighting manner of MPTCP (Multi-Path TCP) subflow adapted to network conditions, and it improves network throughput efficiency. In our proposal, subflows are controlled expansion and suppression of congestion window size according to state of subflow under the environment which communications among subflows does not affect each other. From the results of simulation, it shows improvement of average throughput on application layer, and increase of packet arrival rate between sessions.","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"46 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131774745","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
Proceedings of the 10th International Conference on Computer Modeling and Simulation 第10届计算机建模与仿真国际会议论文集
{"title":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","authors":"","doi":"10.1145/3177457","DOIUrl":"https://doi.org/10.1145/3177457","url":null,"abstract":"","PeriodicalId":297531,"journal":{"name":"Proceedings of the 10th International Conference on Computer Modeling and Simulation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128716068","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
期刊
Proceedings of the 10th International Conference on Computer Modeling and Simulation
全部 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