首页 > 最新文献

2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)最新文献

英文 中文
Effective Nondeterministic Positive Definiteness Test for Unidiagonal Integral Matrices 单对角积分矩阵的有效不确定性正确定性检验
Andrzej Mróz
For standard algorithms verifying positive definiteness of a matrix A ∈ Mn(R) based on Sylvester’s criterion, the computationally pessimistic case is this when A is positive definite. We present an algorithm realizing the same task for A ∈ Mn(Z), for which the case when A is positive definite is the optimistic one. The algorithm relies on performing certain edge transformations, called inflations, on the signed graph (bigraph) Δ = Δ(A) associated with A. We provide few variants of the algorithm, including Las Vegas type randomized ones (with precisely described maximal number of steps). The algorithms work very well in practice, in many cases with a better speed than the standard tests. On the other hand, our results provide an interesting example of an application of symbolic computing methods originally developed for different purposes, with a big potential for further generalizations in matrix problems.
对于基于Sylvester准则验证矩阵a∈Mn(R)正定性的标准算法,当a为正定时,计算上的悲观情况为:我们提出了一种对A∈Mn(Z)实现相同任务的算法,其中当A为正定时为乐观情况。该算法依赖于在与A相关的有符号图(graphh) Δ = Δ(A)上执行某些边缘转换,称为膨胀。我们提供了该算法的几个变体,包括拉斯维加斯类型的随机化(具有精确描述的最大步骤数)。这些算法在实践中运行得非常好,在许多情况下比标准测试的速度更快。另一方面,我们的结果提供了一个有趣的例子,说明最初为不同目的开发的符号计算方法的应用,在矩阵问题中具有进一步推广的巨大潜力。
{"title":"Effective Nondeterministic Positive Definiteness Test for Unidiagonal Integral Matrices","authors":"Andrzej Mróz","doi":"10.1109/SYNASC.2016.023","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.023","url":null,"abstract":"For standard algorithms verifying positive definiteness of a matrix A ∈ Mn(R) based on Sylvester’s criterion, the computationally pessimistic case is this when A is positive definite. We present an algorithm realizing the same task for A ∈ Mn(Z), for which the case when A is positive definite is the optimistic one. The algorithm relies on performing certain edge transformations, called inflations, on the signed graph (bigraph) Δ = Δ(A) associated with A. We provide few variants of the algorithm, including Las Vegas type randomized ones (with precisely described maximal number of steps). The algorithms work very well in practice, in many cases with a better speed than the standard tests. On the other hand, our results provide an interesting example of an application of symbolic computing methods originally developed for different purposes, with a big potential for further generalizations in matrix problems.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126717638","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
Automated Negotiation Framework for the Transport Logistics Service 运输物流服务的自动谈判框架
Lucian Luncean, A. Mocanu, A. Becheru
This paper proposes the use of software agents to represent decision makers and simulate their actions. Agents operate in a prior devised multi-agent system that has the goal of automating the logistics brokering of freight transport. The focus of this paper is to present an initial design and implementation of the negotiation processes. To this end, the Iterated Contract Net negotiation protocol has been adapted for our particular purpose. The experiments we have conducted illustrate how agents with different personalities would behave in this scenario.
本文提出使用软件代理来代表决策者并模拟他们的行为。代理在预先设计的多代理系统中运行,该系统的目标是实现货运物流代理的自动化。本文的重点是提出谈判过程的初步设计和实施。为此目的,迭代合同网谈判协议已经为我们的特殊目的进行了调整。我们进行的实验说明了不同性格的代理人在这种情况下的行为。
{"title":"Automated Negotiation Framework for the Transport Logistics Service","authors":"Lucian Luncean, A. Mocanu, A. Becheru","doi":"10.1109/SYNASC.2016.066","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.066","url":null,"abstract":"This paper proposes the use of software agents to represent decision makers and simulate their actions. Agents operate in a prior devised multi-agent system that has the goal of automating the logistics brokering of freight transport. The focus of this paper is to present an initial design and implementation of the negotiation processes. To this end, the Iterated Contract Net negotiation protocol has been adapted for our particular purpose. The experiments we have conducted illustrate how agents with different personalities would behave in this scenario.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121414654","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
Tuning Logstash Garbage Collection for High Throughput in a Monitoring Platform 在监视平台中调优Logstash垃圾收集以实现高吞吐量
Dong Nguyen Doan, Gabriel Iuhasz
The collection and aggregation of monitoring data from distributed applications are an extremely important topic. The scale of these applications, such as those designed for Big Data, makes the performance of the services responsible for parsing and aggregating logs a key issue. Logstash is a well-known open source framework for centralizing and parsing both structured and unstructured monitoring data. As with many parsing applications, throttling is a common issue due to the incoming data exceeding Logstash processing ability. The conventional approach for improving performance usually entails increasing the number of workers as well as the buffer size. However, it is unknown whether these approaches might tackle the issue when scaling to thousands of nodes. In this paper, by profiling Java virtual machine, we optimize Garbage Collection in order to fine tune a Logstash instance in DICE monitoring platform to increase its throughput. A Logstash shipper simulation tool was developed to transfer simulated data to the Logstash instance. It is capable of simulating thousands of monitored nodes. The obtained results show that with our suggestion of minimizing Garbage Collection impact, the Logtash throughput increases considerably.
来自分布式应用程序的监控数据的收集和聚合是一个极其重要的主题。这些应用程序(例如为大数据设计的应用程序)的规模使得负责解析和聚合日志的服务的性能成为关键问题。Logstash是一个著名的开源框架,用于集中和解析结构化和非结构化监控数据。与许多解析应用程序一样,由于传入数据超出了Logstash的处理能力,节流是一个常见问题。提高性能的传统方法通常需要增加工作人员的数量以及缓冲区的大小。然而,当扩展到数千个节点时,这些方法是否可以解决这个问题尚不清楚。在本文中,通过对Java虚拟机进行分析,我们优化了Garbage Collection,以便对DICE监控平台中的Logstash实例进行微调,以提高其吞吐量。开发了一个Logstash托运人模拟工具,用于将模拟数据传输到Logstash实例。它能够模拟数千个被监视的节点。所获得的结果表明,通过最小化垃圾收集影响的建议,Logtash吞吐量显著提高。
{"title":"Tuning Logstash Garbage Collection for High Throughput in a Monitoring Platform","authors":"Dong Nguyen Doan, Gabriel Iuhasz","doi":"10.1109/SYNASC.2016.063","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.063","url":null,"abstract":"The collection and aggregation of monitoring data from distributed applications are an extremely important topic. The scale of these applications, such as those designed for Big Data, makes the performance of the services responsible for parsing and aggregating logs a key issue. Logstash is a well-known open source framework for centralizing and parsing both structured and unstructured monitoring data. As with many parsing applications, throttling is a common issue due to the incoming data exceeding Logstash processing ability. The conventional approach for improving performance usually entails increasing the number of workers as well as the buffer size. However, it is unknown whether these approaches might tackle the issue when scaling to thousands of nodes. In this paper, by profiling Java virtual machine, we optimize Garbage Collection in order to fine tune a Logstash instance in DICE monitoring platform to increase its throughput. A Logstash shipper simulation tool was developed to transfer simulated data to the Logstash instance. It is capable of simulating thousands of monitored nodes. The obtained results show that with our suggestion of minimizing Garbage Collection impact, the Logtash throughput increases considerably.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127177664","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}
引用次数: 9
Parallel Simulations for Fractional-Order Systems 分数阶系统的并行模拟
A. Baban, C. Bonchis, A. Fikl, F. Rosu
In this paper, we explore how numerical calculations can be accelerated by implementing several numerical methods of fractional-order systems using parallel computing techniques. We investigate the feasibility of parallel computing algorithms and their efficiency in reducing the computational costs over a large time interval. Particularly, we present the case of Adams-Bashforth-Mouhlton predictor-corrector method and measure the speedup of two parallel approaches by using GPU and HPC cluster implementations.
在本文中,我们探讨了如何通过使用并行计算技术实现分数阶系统的几种数值方法来加速数值计算。我们研究了并行计算算法的可行性及其在大时间间隔内降低计算成本的效率。特别地,我们提出了Adams-Bashforth-Mouhlton预测校正方法的案例,并通过使用GPU和HPC集群实现来测量两种并行方法的加速。
{"title":"Parallel Simulations for Fractional-Order Systems","authors":"A. Baban, C. Bonchis, A. Fikl, F. Rosu","doi":"10.1109/SYNASC.2016.033","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.033","url":null,"abstract":"In this paper, we explore how numerical calculations can be accelerated by implementing several numerical methods of fractional-order systems using parallel computing techniques. We investigate the feasibility of parallel computing algorithms and their efficiency in reducing the computational costs over a large time interval. Particularly, we present the case of Adams-Bashforth-Mouhlton predictor-corrector method and measure the speedup of two parallel approaches by using GPU and HPC cluster implementations.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134434323","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
Bridging Two Communities to Solve Real Problems 连接两个社区以解决实际问题
Christopher W. Brown
This paper is an extended abstract of an invited talk of the samename, given at SYNASC 2016. It describes a sort of case study of howideas from computational logic (specifically Satisfiability ModuloTheory solving) provide new algorithms in symbolic computing. Inparticular, it describes how ideas from the NLSAT solver led to a newkind of Cylindrical Algebraic Decomposition.
本文是在SYNASC 2016上发表的同名特邀演讲的扩展摘要。它描述了一种计算逻辑(特别是可满足模理论求解)如何为符号计算提供新算法的案例研究。特别是,它描述了NLSAT求解器的思想如何导致一种新的柱代数分解。
{"title":"Bridging Two Communities to Solve Real Problems","authors":"Christopher W. Brown","doi":"10.1109/SYNASC.2016.015","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.015","url":null,"abstract":"This paper is an extended abstract of an invited talk of the samename, given at SYNASC 2016. It describes a sort of case study of howideas from computational logic (specifically Satisfiability ModuloTheory solving) provide new algorithms in symbolic computing. Inparticular, it describes how ideas from the NLSAT solver led to a newkind of Cylindrical Algebraic Decomposition.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132591574","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
A Duality-Aware Calculus for Quantified Boolean Formulas 量化布尔公式的对偶感知演算
Katalin Fazekas, M. Seidl, Armin Biere
Learning and backjumping are essential features in search-based decision procedures for Quantified Boolean Formulas (QBF). To obtain a better understanding of such procedures, we present a formal framework, which allows to simultaneously reason on prenex conjunctive and disjunctive normal form. It captures both satisfying and falsifying search statesin a symmetric way. This symmetry simplifies the framework and offers potential for further variants.
学习和回溯是量化布尔公式(QBF)基于搜索的决策过程的基本特征。为了更好地理解这些过程,我们提出了一个形式框架,它允许同时在前缀连接和析取范式上进行推理。它以对称的方式捕获满足和伪造的搜索状态。这种对称性简化了框架,并为进一步的变体提供了可能性。
{"title":"A Duality-Aware Calculus for Quantified Boolean Formulas","authors":"Katalin Fazekas, M. Seidl, Armin Biere","doi":"10.1109/SYNASC.2016.038","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.038","url":null,"abstract":"Learning and backjumping are essential features in search-based decision procedures for Quantified Boolean Formulas (QBF). To obtain a better understanding of such procedures, we present a formal framework, which allows to simultaneously reason on prenex conjunctive and disjunctive normal form. It captures both satisfying and falsifying search statesin a symmetric way. This symmetry simplifies the framework and offers potential for further variants.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"89 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122229155","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
Parallel Integer Polynomial Multiplication 并行整数多项式乘法
Changbo Chen, S. Covanov, Farnam Mansouri, M. M. Maza, Ning Xie, Yuzhen Xie
We propose a new algorithm for multiplying densepolynomials with integer coefficients in a parallel fashion, targetingmulti-core processor architectures. Complexity estimates andexperimental comparisons demonstrate the advantages of this newapproach.
针对多核处理器架构,我们提出了一种以并行方式乘整数系数密集多项式的新算法。复杂性估计和实验比较证明了这种新方法的优越性。
{"title":"Parallel Integer Polynomial Multiplication","authors":"Changbo Chen, S. Covanov, Farnam Mansouri, M. M. Maza, Ning Xie, Yuzhen Xie","doi":"10.1109/SYNASC.2016.024","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.024","url":null,"abstract":"We propose a new algorithm for multiplying densepolynomials with integer coefficients in a parallel fashion, targetingmulti-core processor architectures. Complexity estimates andexperimental comparisons demonstrate the advantages of this newapproach.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":" 10","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"113951348","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
Handwritten Digit Recognition Using Rotations 使用旋转的手写数字识别
A. Ignat, Bogdan Aciobanitei
Handwritten digit recognition is a subproblem of the well-known optical recognition topic. In this work, we propose a new feature extraction method for offline handwritten digit recognition. The method combines basic image processing techniques such as rotations and edge filtering in order to extract digit characteristics. As classifiers, we use k-NN (k Nearest Neighbor) and Support Vector Machines (SVM). The methods are tested on a commonly employed database of handwritten digits' images, MNIST (Mixed National Institute of Standards and Technology) on which the classification rate is over 99%.
手写体数字识别是众所周知的光学识别领域的一个子问题。在这项工作中,我们提出了一种新的离线手写数字识别特征提取方法。该方法结合了旋转和边缘滤波等基本图像处理技术来提取数字特征。作为分类器,我们使用k- nn (k最近邻)和支持向量机(SVM)。这些方法在一个常用的手写数字图像数据库MNIST(混合国家标准与技术研究所)上进行了测试,其分类率超过99%。
{"title":"Handwritten Digit Recognition Using Rotations","authors":"A. Ignat, Bogdan Aciobanitei","doi":"10.1109/SYNASC.2016.054","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.054","url":null,"abstract":"Handwritten digit recognition is a subproblem of the well-known optical recognition topic. In this work, we propose a new feature extraction method for offline handwritten digit recognition. The method combines basic image processing techniques such as rotations and edge filtering in order to extract digit characteristics. As classifiers, we use k-NN (k Nearest Neighbor) and Support Vector Machines (SVM). The methods are tested on a commonly employed database of handwritten digits' images, MNIST (Mixed National Institute of Standards and Technology) on which the classification rate is over 99%.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117084103","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}
引用次数: 9
On Complexity of the Detection Problem for Bounded Length Polymorphic Viruses 有界长度多态病毒检测问题的复杂性
Catalin-Valeriu Lita
The complexity of the virus detection problem has received much attention from researchers over the past years. Using a grammar-based formalism for polymorphic viruses and based on the recognition problem for a fixed grammar we provide two examples of polymorphic engines, corresponding to bounded length viruses, whose reliable detection problem is NP-complete and PSPACE-complete. Thus, by giving an example of a fixed context sensitive grammar whose recognition problem is PSPACE-complete, we show that the detection problem for bounded length polymorphic viruses is not NP-complete as previously believed.
在过去的几年里,病毒检测问题的复杂性受到了研究人员的广泛关注。利用基于语法的多态病毒形式,基于固定语法的识别问题,给出了两个多态引擎示例,对应于有界长度病毒,其可靠检测问题是np完全和pspace完全。因此,通过给出一个固定上下文敏感语法的例子,其识别问题是pspace完全的,我们证明了有界长度多态病毒的检测问题不是以前认为的np完全的。
{"title":"On Complexity of the Detection Problem for Bounded Length Polymorphic Viruses","authors":"Catalin-Valeriu Lita","doi":"10.1109/SYNASC.2016.064","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.064","url":null,"abstract":"The complexity of the virus detection problem has received much attention from researchers over the past years. Using a grammar-based formalism for polymorphic viruses and based on the recognition problem for a fixed grammar we provide two examples of polymorphic engines, corresponding to bounded length viruses, whose reliable detection problem is NP-complete and PSPACE-complete. Thus, by giving an example of a fixed context sensitive grammar whose recognition problem is PSPACE-complete, we show that the detection problem for bounded length polymorphic viruses is not NP-complete as previously believed.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117012973","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
Gesture Recognition on Kinect Time Series Data Using Dynamic Time Warping and Hidden Markov Models 基于动态时间扭曲和隐马尔可夫模型的Kinect时间序列数据手势识别
A. Călin
In this paper we analyse the variation of the gesture recognition accuracy of several time series classifiers, based on input provided by two different sensors: Kinect for XBox 360 (Kinect 1) and its improved, newer version, Kinect for XBox One (Kinect 2). This work builds upon a previous study analysing classifiers' performance on pose recognition, considering multiple factors, such as the machine learning methods applied, the sensors used for data collection, as well as data interpretation and sample size. As for the classification of time series gestures, we analyse similar factors, by constructing several one-hand gesture databases that are used to train and test the Dynamic Time Warping (DTW) and Hidden Markov Models (HMM) algorithms. We observed no significant difference in classification accuracy between the results obtained with the two sensors on time series data, although Kinect 2 performs better in pose recognition. Overall, DTW obtained the best accuracy for Kinect 1 time series data, on datasets with fewer samples per class (about 15), the accuracy decreasing drastically with the increase of the number of samples for each class (from 97.8% drops to 66.6%). However, for HMM the accuracy is similar or higher (between 90.7% and 94.9%) for databases with more samples per class (up to 90 entries) than for those with fewer, which makes it preferable to use in a dynamic system.
在本文中,我们基于两种不同传感器提供的输入,分析了几种时间序列分类器的手势识别精度的变化:Kinect for XBox 360 (Kinect 1)及其改进的新版本Kinect for XBox One (Kinect 2)。这项工作建立在先前的研究基础上,分析了分类器在姿势识别方面的性能,考虑了多种因素,如应用的机器学习方法,用于数据收集的传感器,以及数据解释和样本量。对于时间序列手势的分类,我们通过构建几个单手手势数据库来分析相似的因素,这些数据库用于训练和测试动态时间扭曲(DTW)和隐马尔可夫模型(HMM)算法。我们观察到两种传感器在时间序列数据上的分类准确率没有显著差异,尽管Kinect 2在姿势识别方面表现更好。总的来说,DTW在Kinect 1时间序列数据上获得了最好的准确率,在每类样本较少的数据集上(约15个),准确率随着每类样本数量的增加而急剧下降(从97.8%下降到66.6%)。然而,对于每个类有更多样本的数据库(最多90个条目),HMM的准确率与那些类有更少样本的数据库相似或更高(在90.7%和94.9%之间),这使得它更适合用于动态系统。
{"title":"Gesture Recognition on Kinect Time Series Data Using Dynamic Time Warping and Hidden Markov Models","authors":"A. Călin","doi":"10.1109/SYNASC.2016.049","DOIUrl":"https://doi.org/10.1109/SYNASC.2016.049","url":null,"abstract":"In this paper we analyse the variation of the gesture recognition accuracy of several time series classifiers, based on input provided by two different sensors: Kinect for XBox 360 (Kinect 1) and its improved, newer version, Kinect for XBox One (Kinect 2). This work builds upon a previous study analysing classifiers' performance on pose recognition, considering multiple factors, such as the machine learning methods applied, the sensors used for data collection, as well as data interpretation and sample size. As for the classification of time series gestures, we analyse similar factors, by constructing several one-hand gesture databases that are used to train and test the Dynamic Time Warping (DTW) and Hidden Markov Models (HMM) algorithms. We observed no significant difference in classification accuracy between the results obtained with the two sensors on time series data, although Kinect 2 performs better in pose recognition. Overall, DTW obtained the best accuracy for Kinect 1 time series data, on datasets with fewer samples per class (about 15), the accuracy decreasing drastically with the increase of the number of samples for each class (from 97.8% drops to 66.6%). However, for HMM the accuracy is similar or higher (between 90.7% and 94.9%) for databases with more samples per class (up to 90 entries) than for those with fewer, which makes it preferable to use in a dynamic system.","PeriodicalId":268635,"journal":{"name":"2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130632165","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}
引用次数: 26
期刊
2016 18th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)
全部 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