首页 > 最新文献

Algorithms最新文献

英文 中文
Progressive Multiple Alignment of Graphs 图形的渐进式多重排列
Pub Date : 2024-03-11 DOI: 10.3390/a17030116
Marcos E. González Laffitte, Peter F. Stadler
The comparison of multiple (labeled) graphs with unrelated vertex sets is an important task in diverse areas of applications. Conceptually, it is often closely related to multiple sequence alignments since one aims to determine a correspondence, or more precisely, a multipartite matching between the vertex sets. There, the goal is to match vertices that are similar in terms of labels and local neighborhoods. Alignments of sequences and ordered forests, however, have a second aspect that does not seem to be considered for graph comparison, namely the idea that an alignment is a superobject from which the constituent input objects can be recovered faithfully as well-defined projections. Progressive alignment algorithms are based on the idea of computing multiple alignments as a pairwise alignment of the alignments of two disjoint subsets of the input objects. Our formal framework guarantees that alignments have compositional properties that make alignments of alignments well-defined. The various similarity-based graph matching constructions do not share this property and solve substantially different optimization problems. We demonstrate that optimal multiple graph alignments can be approximated well by means of progressive alignment schemes. The solution of the pairwise alignment problem is reduced formally to computing maximal common induced subgraphs. Similar to the ambiguities arising from consecutive indels, pairwise alignments of graph alignments require the consideration of ambiguous edges that may appear between alignment columns with complementary gap patterns. We report a simple reference implementation in Python/NetworkX intended to serve as starting point for further developments. The computational feasibility of our approach is demonstrated on test sets of small graphs that mimimc in particular applications to molecular graphs.
比较具有不相关顶点集的多(标记)图是不同应用领域的一项重要任务。从概念上讲,它通常与多序列比对密切相关,因为我们的目标是确定顶点集之间的对应关系,或者更准确地说,确定顶点集之间的多方匹配关系。其目标是匹配在标签和局部邻域方面相似的顶点。然而,序列和有序森林的对齐还有一个方面似乎没有考虑到图比较,即对齐是一个超对象,从中可以忠实地恢复出作为定义明确的投影的组成输入对象。渐进式配准算法基于计算多个配准的想法,即对输入对象的两个不相交子集的配准进行成对配准。我们的形式框架保证了配准具有组成属性,使配准的配准定义明确。各种基于相似性的图匹配结构都不具备这一特性,解决的优化问题也大相径庭。我们证明,通过渐进式配准方案可以很好地逼近最优多图配准。成对配准问题的解决在形式上简化为计算最大公共诱导子图。与连续嵌合产生的歧义类似,图配准的成对配准也需要考虑具有互补间隙模式的配准列之间可能出现的歧义边。我们报告了 Python/NetworkX 中的一个简单参考实现,旨在作为进一步开发的起点。我们在小型图测试集上证明了我们方法的计算可行性,这些测试集特别模拟了分子图的应用。
{"title":"Progressive Multiple Alignment of Graphs","authors":"Marcos E. González Laffitte, Peter F. Stadler","doi":"10.3390/a17030116","DOIUrl":"https://doi.org/10.3390/a17030116","url":null,"abstract":"The comparison of multiple (labeled) graphs with unrelated vertex sets is an important task in diverse areas of applications. Conceptually, it is often closely related to multiple sequence alignments since one aims to determine a correspondence, or more precisely, a multipartite matching between the vertex sets. There, the goal is to match vertices that are similar in terms of labels and local neighborhoods. Alignments of sequences and ordered forests, however, have a second aspect that does not seem to be considered for graph comparison, namely the idea that an alignment is a superobject from which the constituent input objects can be recovered faithfully as well-defined projections. Progressive alignment algorithms are based on the idea of computing multiple alignments as a pairwise alignment of the alignments of two disjoint subsets of the input objects. Our formal framework guarantees that alignments have compositional properties that make alignments of alignments well-defined. The various similarity-based graph matching constructions do not share this property and solve substantially different optimization problems. We demonstrate that optimal multiple graph alignments can be approximated well by means of progressive alignment schemes. The solution of the pairwise alignment problem is reduced formally to computing maximal common induced subgraphs. Similar to the ambiguities arising from consecutive indels, pairwise alignments of graph alignments require the consideration of ambiguous edges that may appear between alignment columns with complementary gap patterns. We report a simple reference implementation in Python/NetworkX intended to serve as starting point for further developments. The computational feasibility of our approach is demonstrated on test sets of small graphs that mimimc in particular applications to molecular graphs.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"126 S2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140251485","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
IWO-IGA—A Hybrid Whale Optimization Algorithm Featuring Improved Genetic Characteristics for Mapping Real-Time Applications onto 2D Network on Chip IWO-IGA- 一种具有改进遗传特性的混合鲸优化算法,用于将实时应用映射到二维片上网络
Pub Date : 2024-03-10 DOI: 10.3390/a17030115
Sharoon Saleem, F. Hussain, N. K. Baloch
Network on Chip (NoC) has emerged as a potential substitute for the communication model in modern computer systems with extensive integration. Among the numerous design challenges, application mapping on the NoC system poses one of the most complex and demanding optimization problems. In this research, we propose a hybrid improved whale optimization algorithm with enhanced genetic properties (IWOA-IGA) to optimally map real-time applications onto the 2D NoC Platform. The IWOA-IGA is a novel approach combining an improved whale optimization algorithm with the ability of a refined genetic algorithm to optimally map application tasks. A comprehensive comparison is performed between the proposed method and other state-of-the-art algorithms through rigorous analysis. The evaluation consists of real-time applications, benchmarks, and a collection of arbitrarily scaled and procedurally generated large-task graphs. The proposed IWOA-IGA indicates an average improvement in power reduction, improved energy consumption, and latency over state-of-the-art algorithms. Performance based on the Convergence Factor, which assesses the algorithm’s efficiency in achieving better convergence after running for a specific number of iterations over other efficiently developed techniques, is introduced in this research work. These results demonstrate the algorithm’s superior convergence performance when applied to real-world and synthetic task graphs. Our research findings spotlight the superior performance of hybrid improved whale optimization integrated with enhanced GA features, emphasizing its potential for application mapping in NoC-based systems.
在广泛集成的现代计算机系统中,片上网络(NoC)已成为通信模式的潜在替代品。在众多设计挑战中,NoC 系统上的应用映射是最复杂、要求最高的优化问题之一。在这项研究中,我们提出了一种具有增强遗传特性的混合改进鲸鱼优化算法(IWOA-IGA),用于将实时应用优化映射到二维 NoC 平台上。IWOA-IGA 是一种新方法,它将改进的鲸鱼优化算法与精炼遗传算法的能力相结合,以优化映射应用任务。通过严格的分析,对所提出的方法和其他最先进的算法进行了全面比较。评估包括实时应用、基准以及任意缩放和程序化生成的大型任务图集合。与最先进的算法相比,拟议的 IWOA-IGA 在降低功耗、改善能耗和延迟方面都有平均改善。本研究工作引入了基于收敛因子的性能,该因子评估了算法在运行特定迭代次数后比其他有效开发技术实现更好收敛的效率。这些结果表明,该算法在应用于现实世界和合成任务图时具有卓越的收敛性能。我们的研究成果凸显了混合改进鲸鱼优化与增强型 GA 特性相结合的卓越性能,强调了其在基于 NoC 的系统中应用映射的潜力。
{"title":"IWO-IGA—A Hybrid Whale Optimization Algorithm Featuring Improved Genetic Characteristics for Mapping Real-Time Applications onto 2D Network on Chip","authors":"Sharoon Saleem, F. Hussain, N. K. Baloch","doi":"10.3390/a17030115","DOIUrl":"https://doi.org/10.3390/a17030115","url":null,"abstract":"Network on Chip (NoC) has emerged as a potential substitute for the communication model in modern computer systems with extensive integration. Among the numerous design challenges, application mapping on the NoC system poses one of the most complex and demanding optimization problems. In this research, we propose a hybrid improved whale optimization algorithm with enhanced genetic properties (IWOA-IGA) to optimally map real-time applications onto the 2D NoC Platform. The IWOA-IGA is a novel approach combining an improved whale optimization algorithm with the ability of a refined genetic algorithm to optimally map application tasks. A comprehensive comparison is performed between the proposed method and other state-of-the-art algorithms through rigorous analysis. The evaluation consists of real-time applications, benchmarks, and a collection of arbitrarily scaled and procedurally generated large-task graphs. The proposed IWOA-IGA indicates an average improvement in power reduction, improved energy consumption, and latency over state-of-the-art algorithms. Performance based on the Convergence Factor, which assesses the algorithm’s efficiency in achieving better convergence after running for a specific number of iterations over other efficiently developed techniques, is introduced in this research work. These results demonstrate the algorithm’s superior convergence performance when applied to real-world and synthetic task graphs. Our research findings spotlight the superior performance of hybrid improved whale optimization integrated with enhanced GA features, emphasizing its potential for application mapping in NoC-based systems.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"58 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140255081","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
Deep-Shallow Metaclassifier with Synthetic Minority Oversampling for Anomaly Detection in a Time Series 利用合成少数群体过度采样进行时间序列异常检测的深浅元分类器
Pub Date : 2024-03-10 DOI: 10.3390/a17030114
Mohammadhossein Reshadi, Wen Li, Wenjie Xu, Precious Omashor, Albert Dinh, Scott Dick, Yuntong She, Michael G Lipsett
Anomaly detection in data streams (and particularly time series) is today a vitally important task. Machine learning algorithms are a common design for achieving this goal. In particular, deep learning has, in the last decade, proven to be substantially more accurate than shallow learning in a wide variety of machine learning problems, and deep anomaly detection is very effective for point anomalies. However, deep semi-supervised contextual anomaly detection (in which anomalies within a time series are rare and none at all occur in the algorithm’s training data) is a more difficult problem. Hybrid anomaly detectors (a “normal model” followed by a comparator) are one approach to these problems, but the separate loss functions for the two components can lead to inferior performance. We investigate a novel synthetic-example oversampling technique to harmonize the two components of a hybrid system, thus improving the anomaly detector’s performance. We evaluate our algorithm on two distinct problems: identifying pipeline leaks and patient-ventilator asynchrony.
数据流(尤其是时间序列)中的异常检测是当今一项极其重要的任务。机器学习算法是实现这一目标的常用设计。特别是,在过去十年中,深度学习已被证明在各种机器学习问题上比浅层学习准确得多,深度异常检测对点异常非常有效。然而,深度半监督上下文异常检测(在这种情况下,时间序列中的异常情况非常罕见,在算法的训练数据中根本不会出现异常)是一个更加困难的问题。混合异常检测器(一个 "正常模型 "和一个比较器)是解决这些问题的一种方法,但这两个部分分别使用不同的损失函数会导致性能下降。我们研究了一种新颖的合成示例超采样技术,用于协调混合系统的两个部分,从而提高异常检测器的性能。我们在两个不同的问题上评估了我们的算法:识别管道泄漏和患者与呼吸机不同步。
{"title":"Deep-Shallow Metaclassifier with Synthetic Minority Oversampling for Anomaly Detection in a Time Series","authors":"Mohammadhossein Reshadi, Wen Li, Wenjie Xu, Precious Omashor, Albert Dinh, Scott Dick, Yuntong She, Michael G Lipsett","doi":"10.3390/a17030114","DOIUrl":"https://doi.org/10.3390/a17030114","url":null,"abstract":"Anomaly detection in data streams (and particularly time series) is today a vitally important task. Machine learning algorithms are a common design for achieving this goal. In particular, deep learning has, in the last decade, proven to be substantially more accurate than shallow learning in a wide variety of machine learning problems, and deep anomaly detection is very effective for point anomalies. However, deep semi-supervised contextual anomaly detection (in which anomalies within a time series are rare and none at all occur in the algorithm’s training data) is a more difficult problem. Hybrid anomaly detectors (a “normal model” followed by a comparator) are one approach to these problems, but the separate loss functions for the two components can lead to inferior performance. We investigate a novel synthetic-example oversampling technique to harmonize the two components of a hybrid system, thus improving the anomaly detector’s performance. We evaluate our algorithm on two distinct problems: identifying pipeline leaks and patient-ventilator asynchrony.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"53 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140255332","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 Markov Chain Genetic Algorithm Approach for Non-Parametric Posterior Distribution Sampling of Regression Parameters 用于回归参数非参数后验分布采样的马尔可夫链遗传算法方法
Pub Date : 2024-03-07 DOI: 10.3390/a17030111
P. Pendharkar
This paper proposes a genetic algorithm-based Markov Chain approach that can be used for non-parametric estimation of regression coefficients and their statistical confidence bounds. The proposed approach can generate samples from an unknown probability density function if a formal functional form of its likelihood is known. The approach is tested in the non-parametric estimation of regression coefficients, where the least-square minimizing function is considered the maximum likelihood of a multivariate distribution. This approach has an advantage over traditional Markov Chain Monte Carlo methods because it is proven to converge and generate unbiased samples computationally efficiently.
本文提出了一种基于遗传算法的马尔可夫链方法,可用于回归系数及其统计置信区间的非参数估计。如果已知未知概率密度函数的似然形式,所提出的方法就能从该函数生成样本。该方法在回归系数的非参数估计中进行了测试,其中最小平方最小化函数被认为是多元分布的最大似然。与传统的马尔可夫链蒙特卡罗方法相比,这种方法具有优势,因为它已被证明可以高效地收敛和生成无偏样本。
{"title":"A Markov Chain Genetic Algorithm Approach for Non-Parametric Posterior Distribution Sampling of Regression Parameters","authors":"P. Pendharkar","doi":"10.3390/a17030111","DOIUrl":"https://doi.org/10.3390/a17030111","url":null,"abstract":"This paper proposes a genetic algorithm-based Markov Chain approach that can be used for non-parametric estimation of regression coefficients and their statistical confidence bounds. The proposed approach can generate samples from an unknown probability density function if a formal functional form of its likelihood is known. The approach is tested in the non-parametric estimation of regression coefficients, where the least-square minimizing function is considered the maximum likelihood of a multivariate distribution. This approach has an advantage over traditional Markov Chain Monte Carlo methods because it is proven to converge and generate unbiased samples computationally efficiently.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"3 16","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140258557","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
Exploratory Data Analysis and Searching Cliques in Graphs 探索性数据分析和搜索图表中的群集
Pub Date : 2024-03-07 DOI: 10.3390/a17030112
András Hubai, Sándor Szabó, Bogdán Zaválnij
The principal component analysis is a well-known and widely used technique to determine the essential dimension of a data set. Broadly speaking, it aims to find a low-dimensional linear manifold that retains a large part of the information contained in the original data set. It may be the case that one cannot approximate the entirety of the original data set using a single low-dimensional linear manifold even though large subsets of it are amenable to such approximations. For these cases we raise the related but different challenge (problem) of locating subsets of a high dimensional data set that are approximately 1-dimensional. Naturally, we are interested in the largest of such subsets. We propose a method for finding these 1-dimensional manifolds by finding cliques in a purpose-built auxiliary graph.
主成分分析是确定数据集基本维度的一种著名且广泛使用的技术。从广义上讲,它旨在找到一个低维线性流形,以保留原始数据集中的大部分信息。可能出现的情况是,我们无法用单一的低维线性流形来近似原始数据集的全部内容,即使其中的大部分子集都可以用这种方法近似。针对这些情况,我们提出了一个相关但不同的挑战(问题),即找出近似一维的高维数据集子集。当然,我们感兴趣的是其中最大的子集。我们提出了一种通过在特制的辅助图中寻找小群来找到这些一维流形的方法。
{"title":"Exploratory Data Analysis and Searching Cliques in Graphs","authors":"András Hubai, Sándor Szabó, Bogdán Zaválnij","doi":"10.3390/a17030112","DOIUrl":"https://doi.org/10.3390/a17030112","url":null,"abstract":"The principal component analysis is a well-known and widely used technique to determine the essential dimension of a data set. Broadly speaking, it aims to find a low-dimensional linear manifold that retains a large part of the information contained in the original data set. It may be the case that one cannot approximate the entirety of the original data set using a single low-dimensional linear manifold even though large subsets of it are amenable to such approximations. For these cases we raise the related but different challenge (problem) of locating subsets of a high dimensional data set that are approximately 1-dimensional. Naturally, we are interested in the largest of such subsets. We propose a method for finding these 1-dimensional manifolds by finding cliques in a purpose-built auxiliary graph.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"32 12","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140259536","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
Electric Vehicle Ordered Charging Planning Based on Improved Dual-Population Genetic Moth–Flame Optimization 基于改进的双种群遗传飞蛾-火焰优化的电动汽车有序充电规划
Pub Date : 2024-03-06 DOI: 10.3390/a17030110
Shuang Che, Yan Chen, Longda Wang, Chuanfang Xu
This work discusses the electric vehicle (EV) ordered charging planning (OCP) optimization problem. To address this issue, an improved dual-population genetic moth–flame optimization (IDPGMFO) is proposed. Specifically, to obtain an appreciative solution of EV OCP, the design for a dual-population genetic mechanism integrated into moth–flame optimization is provided. To enhance the global optimization performance, the adaptive nonlinear decreasing strategies with selection, crossover and mutation probability, as well as the weight coefficient, are also designed. Additionally, opposition-based learning (OBL) is also introduced simultaneously. The simulation results show that the proposed improvement strategies can effectively improve the global optimization performance. Obviously, more ideal optimization solution of the EV OCP optimization problem can be obtained by using IDPGMFO.
本研究讨论了电动汽车(EV)有序充电规划(OCP)优化问题。针对这一问题,提出了一种改进的双种群遗传蛾焰优化(IDPGMFO)。具体来说,为了获得电动汽车 OCP 的优化解,设计了一种集成到蛾焰优化中的双种群遗传机制。为了提高全局优化性能,还设计了具有选择、交叉和变异概率以及权重系数的自适应非线性递减策略。此外,还同时引入了基于对立面的学习(OBL)。仿真结果表明,所提出的改进策略能有效提高全局优化性能。显然,使用 IDPGMFO 可以获得更理想的 EV OCP 优化问题的优化解。
{"title":"Electric Vehicle Ordered Charging Planning Based on Improved Dual-Population Genetic Moth–Flame Optimization","authors":"Shuang Che, Yan Chen, Longda Wang, Chuanfang Xu","doi":"10.3390/a17030110","DOIUrl":"https://doi.org/10.3390/a17030110","url":null,"abstract":"This work discusses the electric vehicle (EV) ordered charging planning (OCP) optimization problem. To address this issue, an improved dual-population genetic moth–flame optimization (IDPGMFO) is proposed. Specifically, to obtain an appreciative solution of EV OCP, the design for a dual-population genetic mechanism integrated into moth–flame optimization is provided. To enhance the global optimization performance, the adaptive nonlinear decreasing strategies with selection, crossover and mutation probability, as well as the weight coefficient, are also designed. Additionally, opposition-based learning (OBL) is also introduced simultaneously. The simulation results show that the proposed improvement strategies can effectively improve the global optimization performance. Obviously, more ideal optimization solution of the EV OCP optimization problem can be obtained by using IDPGMFO.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"25 24","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-03-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140262894","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
Optimizing Multidimensional Pooling for Variational Quantum Algorithms 优化变分量子算法的多维池算法
Pub Date : 2024-02-15 DOI: 10.3390/a17020082
M. Jeng, Alvir Nobel, Vinayak Jha, David Levy, Dylan Kneidel, Manu Chaudhary, Ishraq Islam, Evan Baumgartner, Eade Vanderhoof, Audrey Facer, Manish Singh, Abina Arshad, E. El-Araby
Convolutional neural networks (CNNs) have proven to be a very efficient class of machine learning (ML) architectures for handling multidimensional data by maintaining data locality, especially in the field of computer vision. Data pooling, a major component of CNNs, plays a crucial role in extracting important features of the input data and downsampling its dimensionality. Multidimensional pooling, however, is not efficiently implemented in existing ML algorithms. In particular, quantum machine learning (QML) algorithms have a tendency to ignore data locality for higher dimensions by representing/flattening multidimensional data as simple one-dimensional data. In this work, we propose using the quantum Haar transform (QHT) and quantum partial measurement for performing generalized pooling operations on multidimensional data. We present the corresponding decoherence-optimized quantum circuits for the proposed techniques along with their theoretical circuit depth analysis. Our experimental work was conducted using multidimensional data, ranging from 1-D audio data to 2-D image data to 3-D hyperspectral data, to demonstrate the scalability of the proposed methods. In our experiments, we utilized both noisy and noise-free quantum simulations on a state-of-the-art quantum simulator from IBM Quantum. We also show the efficiency of our proposed techniques for multidimensional data by reporting the fidelity of results.
事实证明,卷积神经网络(CNN)是一类非常高效的机器学习(ML)架构,可通过保持数据局部性来处理多维数据,尤其是在计算机视觉领域。数据池是 CNN 的主要组成部分,在提取输入数据的重要特征和降低其维度方面发挥着至关重要的作用。然而,现有的 ML 算法并不能有效地实现多维池化。特别是,量子机器学习(QML)算法倾向于通过将多维数据表示/扁平化为简单的一维数据来忽略高维数据的局部性。在这项工作中,我们提出利用量子哈尔变换(QHT)和量子部分测量对多维数据执行广义池化操作。我们为所提出的技术提出了相应的退相干优化量子电路,并对电路进行了理论深度分析。我们使用从一维音频数据到二维图像数据再到三维高光谱数据的多维数据进行了实验工作,以证明所提方法的可扩展性。在实验中,我们利用 IBM Quantum 公司最先进的量子模拟器进行了有噪声和无噪声量子模拟。我们还通过报告结果的保真度,展示了我们提出的多维数据技术的效率。
{"title":"Optimizing Multidimensional Pooling for Variational Quantum Algorithms","authors":"M. Jeng, Alvir Nobel, Vinayak Jha, David Levy, Dylan Kneidel, Manu Chaudhary, Ishraq Islam, Evan Baumgartner, Eade Vanderhoof, Audrey Facer, Manish Singh, Abina Arshad, E. El-Araby","doi":"10.3390/a17020082","DOIUrl":"https://doi.org/10.3390/a17020082","url":null,"abstract":"Convolutional neural networks (CNNs) have proven to be a very efficient class of machine learning (ML) architectures for handling multidimensional data by maintaining data locality, especially in the field of computer vision. Data pooling, a major component of CNNs, plays a crucial role in extracting important features of the input data and downsampling its dimensionality. Multidimensional pooling, however, is not efficiently implemented in existing ML algorithms. In particular, quantum machine learning (QML) algorithms have a tendency to ignore data locality for higher dimensions by representing/flattening multidimensional data as simple one-dimensional data. In this work, we propose using the quantum Haar transform (QHT) and quantum partial measurement for performing generalized pooling operations on multidimensional data. We present the corresponding decoherence-optimized quantum circuits for the proposed techniques along with their theoretical circuit depth analysis. Our experimental work was conducted using multidimensional data, ranging from 1-D audio data to 2-D image data to 3-D hyperspectral data, to demonstrate the scalability of the proposed methods. In our experiments, we utilized both noisy and noise-free quantum simulations on a state-of-the-art quantum simulator from IBM Quantum. We also show the efficiency of our proposed techniques for multidimensional data by reporting the fidelity of results.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"376 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139835615","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 Comprehensive Survey of Isocontouring Methods: Applications, Limitations and Perspectives 等轴法综合概览:应用、局限与展望
Pub Date : 2024-02-15 DOI: 10.3390/a17020083
Keno Jann Büscher, J. P. Degel, J. Oellerich
This paper provides a comprehensive overview of approaches to the determination of isocontours and isosurfaces from given data sets. Different algorithms are reported in the literature for this purpose, which originate from various application areas, such as computer graphics or medical imaging procedures. In all these applications, the challenge is to extract surfaces with a specific isovalue from a given characteristic, so called isosurfaces. These different application areas have given rise to solution approaches that all solve the problem of isocontouring in their own way. Based on the literature, the following four dominant methods can be identified: the marching cubes algorithms, the tessellation-based algorithms, the surface nets algorithms and the ray tracing algorithms. With regard to their application, it can be seen that the methods are mainly used in the fields of medical imaging, computer graphics and the visualization of simulation results. In our work, we provide a broad and compact overview of the common methods that are currently used in terms of isocontouring with respect to certain criteria and their individual limitations. In this context, we discuss the individual methods and identify possible future research directions in the field of isocontouring.
本文全面概述了根据给定数据集确定等值线和等值面的方法。为此目的,文献中报道了不同的算法,这些算法源于不同的应用领域,如计算机制图或医学成像程序。在所有这些应用中,所面临的挑战都是从给定特征中提取具有特定等值的曲面,即所谓的等值曲面。这些不同的应用领域催生了各种解决方法,它们都以各自的方式解决等值曲面问题。根据文献,可以确定以下四种主要方法:行进立方体算法、基于镶嵌的算法、曲面网算法和光线跟踪算法。就其应用而言,这些方法主要用于医学成像、计算机制图和模拟结果可视化等领域。在我们的工作中,我们根据某些标准和它们各自的局限性,对目前在等值对齐方面使用的常用方法进行了广泛而紧凑的概述。在此背景下,我们讨论了各种方法,并确定了未来在等高线领域可能的研究方向。
{"title":"A Comprehensive Survey of Isocontouring Methods: Applications, Limitations and Perspectives","authors":"Keno Jann Büscher, J. P. Degel, J. Oellerich","doi":"10.3390/a17020083","DOIUrl":"https://doi.org/10.3390/a17020083","url":null,"abstract":"This paper provides a comprehensive overview of approaches to the determination of isocontours and isosurfaces from given data sets. Different algorithms are reported in the literature for this purpose, which originate from various application areas, such as computer graphics or medical imaging procedures. In all these applications, the challenge is to extract surfaces with a specific isovalue from a given characteristic, so called isosurfaces. These different application areas have given rise to solution approaches that all solve the problem of isocontouring in their own way. Based on the literature, the following four dominant methods can be identified: the marching cubes algorithms, the tessellation-based algorithms, the surface nets algorithms and the ray tracing algorithms. With regard to their application, it can be seen that the methods are mainly used in the fields of medical imaging, computer graphics and the visualization of simulation results. In our work, we provide a broad and compact overview of the common methods that are currently used in terms of isocontouring with respect to certain criteria and their individual limitations. In this context, we discuss the individual methods and identify possible future research directions in the field of isocontouring.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"3 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139774429","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
Optimizing Multidimensional Pooling for Variational Quantum Algorithms 优化变分量子算法的多维池算法
Pub Date : 2024-02-15 DOI: 10.3390/a17020082
M. Jeng, Alvir Nobel, Vinayak Jha, David Levy, Dylan Kneidel, Manu Chaudhary, Ishraq Islam, Evan Baumgartner, Eade Vanderhoof, Audrey Facer, Manish Singh, Abina Arshad, E. El-Araby
Convolutional neural networks (CNNs) have proven to be a very efficient class of machine learning (ML) architectures for handling multidimensional data by maintaining data locality, especially in the field of computer vision. Data pooling, a major component of CNNs, plays a crucial role in extracting important features of the input data and downsampling its dimensionality. Multidimensional pooling, however, is not efficiently implemented in existing ML algorithms. In particular, quantum machine learning (QML) algorithms have a tendency to ignore data locality for higher dimensions by representing/flattening multidimensional data as simple one-dimensional data. In this work, we propose using the quantum Haar transform (QHT) and quantum partial measurement for performing generalized pooling operations on multidimensional data. We present the corresponding decoherence-optimized quantum circuits for the proposed techniques along with their theoretical circuit depth analysis. Our experimental work was conducted using multidimensional data, ranging from 1-D audio data to 2-D image data to 3-D hyperspectral data, to demonstrate the scalability of the proposed methods. In our experiments, we utilized both noisy and noise-free quantum simulations on a state-of-the-art quantum simulator from IBM Quantum. We also show the efficiency of our proposed techniques for multidimensional data by reporting the fidelity of results.
事实证明,卷积神经网络(CNN)是一类非常高效的机器学习(ML)架构,可通过保持数据局部性来处理多维数据,尤其是在计算机视觉领域。数据池是 CNN 的主要组成部分,在提取输入数据的重要特征和降低其维度方面发挥着至关重要的作用。然而,现有的 ML 算法并不能有效地实现多维池化。特别是,量子机器学习(QML)算法倾向于通过将多维数据表示/扁平化为简单的一维数据来忽略高维数据的局部性。在这项工作中,我们提出利用量子哈尔变换(QHT)和量子部分测量对多维数据执行广义池化操作。我们为所提出的技术提出了相应的退相干优化量子电路,并对电路进行了理论深度分析。我们使用从一维音频数据到二维图像数据再到三维高光谱数据的多维数据进行了实验工作,以证明所提方法的可扩展性。在实验中,我们利用 IBM Quantum 公司最先进的量子模拟器进行了有噪声和无噪声量子模拟。我们还通过报告结果的保真度,展示了我们提出的多维数据技术的效率。
{"title":"Optimizing Multidimensional Pooling for Variational Quantum Algorithms","authors":"M. Jeng, Alvir Nobel, Vinayak Jha, David Levy, Dylan Kneidel, Manu Chaudhary, Ishraq Islam, Evan Baumgartner, Eade Vanderhoof, Audrey Facer, Manish Singh, Abina Arshad, E. El-Araby","doi":"10.3390/a17020082","DOIUrl":"https://doi.org/10.3390/a17020082","url":null,"abstract":"Convolutional neural networks (CNNs) have proven to be a very efficient class of machine learning (ML) architectures for handling multidimensional data by maintaining data locality, especially in the field of computer vision. Data pooling, a major component of CNNs, plays a crucial role in extracting important features of the input data and downsampling its dimensionality. Multidimensional pooling, however, is not efficiently implemented in existing ML algorithms. In particular, quantum machine learning (QML) algorithms have a tendency to ignore data locality for higher dimensions by representing/flattening multidimensional data as simple one-dimensional data. In this work, we propose using the quantum Haar transform (QHT) and quantum partial measurement for performing generalized pooling operations on multidimensional data. We present the corresponding decoherence-optimized quantum circuits for the proposed techniques along with their theoretical circuit depth analysis. Our experimental work was conducted using multidimensional data, ranging from 1-D audio data to 2-D image data to 3-D hyperspectral data, to demonstrate the scalability of the proposed methods. In our experiments, we utilized both noisy and noise-free quantum simulations on a state-of-the-art quantum simulator from IBM Quantum. We also show the efficiency of our proposed techniques for multidimensional data by reporting the fidelity of results.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"29 11","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139775992","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 Comprehensive Survey of Isocontouring Methods: Applications, Limitations and Perspectives 等轴法综合概览:应用、局限与展望
Pub Date : 2024-02-15 DOI: 10.3390/a17020083
Keno Jann Büscher, J. P. Degel, J. Oellerich
This paper provides a comprehensive overview of approaches to the determination of isocontours and isosurfaces from given data sets. Different algorithms are reported in the literature for this purpose, which originate from various application areas, such as computer graphics or medical imaging procedures. In all these applications, the challenge is to extract surfaces with a specific isovalue from a given characteristic, so called isosurfaces. These different application areas have given rise to solution approaches that all solve the problem of isocontouring in their own way. Based on the literature, the following four dominant methods can be identified: the marching cubes algorithms, the tessellation-based algorithms, the surface nets algorithms and the ray tracing algorithms. With regard to their application, it can be seen that the methods are mainly used in the fields of medical imaging, computer graphics and the visualization of simulation results. In our work, we provide a broad and compact overview of the common methods that are currently used in terms of isocontouring with respect to certain criteria and their individual limitations. In this context, we discuss the individual methods and identify possible future research directions in the field of isocontouring.
本文全面概述了根据给定数据集确定等值线和等值面的方法。为此目的,文献中报道了不同的算法,这些算法源于不同的应用领域,如计算机制图或医学成像程序。在所有这些应用中,所面临的挑战都是从给定特征中提取具有特定等值的曲面,即所谓的等值曲面。这些不同的应用领域催生了各种解决方法,它们都以各自的方式解决等值曲面问题。根据文献,可以确定以下四种主要方法:行进立方体算法、基于镶嵌的算法、曲面网算法和光线跟踪算法。就其应用而言,这些方法主要用于医学成像、计算机制图和模拟结果可视化等领域。在我们的工作中,我们根据某些标准和它们各自的局限性,对目前在等值对齐方面使用的常用方法进行了广泛而紧凑的概述。在此背景下,我们讨论了各种方法,并确定了未来在等高线领域可能的研究方向。
{"title":"A Comprehensive Survey of Isocontouring Methods: Applications, Limitations and Perspectives","authors":"Keno Jann Büscher, J. P. Degel, J. Oellerich","doi":"10.3390/a17020083","DOIUrl":"https://doi.org/10.3390/a17020083","url":null,"abstract":"This paper provides a comprehensive overview of approaches to the determination of isocontours and isosurfaces from given data sets. Different algorithms are reported in the literature for this purpose, which originate from various application areas, such as computer graphics or medical imaging procedures. In all these applications, the challenge is to extract surfaces with a specific isovalue from a given characteristic, so called isosurfaces. These different application areas have given rise to solution approaches that all solve the problem of isocontouring in their own way. Based on the literature, the following four dominant methods can be identified: the marching cubes algorithms, the tessellation-based algorithms, the surface nets algorithms and the ray tracing algorithms. With regard to their application, it can be seen that the methods are mainly used in the fields of medical imaging, computer graphics and the visualization of simulation results. In our work, we provide a broad and compact overview of the common methods that are currently used in terms of isocontouring with respect to certain criteria and their individual limitations. In this context, we discuss the individual methods and identify possible future research directions in the field of isocontouring.","PeriodicalId":502609,"journal":{"name":"Algorithms","volume":"432 11","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139833889","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
期刊
Algorithms
全部 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