首页 > 最新文献

Soft Computing最新文献

英文 中文
Hybrid model of general fuzzy automata and semantic computing: an application to transportation e-service 通用模糊自动机和语义计算的混合模型:在交通电子服务中的应用
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-07 DOI: 10.1007/s00500-024-09829-2
Ranjeet Kaur, Alka Tripathi

The computing models such as crisp automata, fuzzy automata and general fuzzy automata (GFA) are used to represent complex systems for predefined input alphabets or symbols. A framework that can process words rather than symbols is needed to simulate applications based on the natural language. Semantic computing (SC) offers a technique to accommodate semantically similar words instead of predefined words, thus extends the applicability and flexibility of GFA. In present work, a hybrid model of GFA and SC is proposed to deal with a situation where input can be user-dependent or related to words that have semantically similar meanings. In traditional theory of automata, if input symbols are changed one must define a new automata, whereas in the proposed work instead of defining a new GFA, existing GFA can process the semantically similar external words. An application related to transportation e-service is further discussed to understand the enhanced flexibility and applicability of the proposed models.

简明自动机、模糊自动机和通用模糊自动机(GFA)等计算模型用于表示预定义输入字母或符号的复杂系统。要模拟基于自然语言的应用,需要一个能处理文字而非符号的框架。语义计算(SC)提供了一种技术,可以容纳语义相似的词语,而不是预定义的词语,从而扩展了 GFA 的适用性和灵活性。本研究提出了 GFA 和 SC 的混合模型,以处理输入可能取决于用户或与具有相似语义的词相关的情况。在传统的自动机理论中,如果输入符号发生变化,就必须定义一个新的自动机,而在本文中,无需定义新的 GFA,现有的 GFA 就可以处理语义相似的外部词语。我们将进一步讨论与交通电子服务相关的应用,以了解所提议模型的灵活性和适用性的增强。
{"title":"Hybrid model of general fuzzy automata and semantic computing: an application to transportation e-service","authors":"Ranjeet Kaur, Alka Tripathi","doi":"10.1007/s00500-024-09829-2","DOIUrl":"https://doi.org/10.1007/s00500-024-09829-2","url":null,"abstract":"<p>The computing models such as crisp automata, fuzzy automata and general fuzzy automata (GFA) are used to represent complex systems for predefined input alphabets or symbols. A framework that can process words rather than symbols is needed to simulate applications based on the natural language. Semantic computing (SC) offers a technique to accommodate semantically similar words instead of predefined words, thus extends the applicability and flexibility of GFA. In present work, a hybrid model of GFA and SC is proposed to deal with a situation where input can be user-dependent or related to words that have semantically similar meanings. In traditional theory of automata, if input symbols are changed one must define a new automata, whereas in the proposed work instead of defining a new GFA, existing GFA can process the semantically similar external words. An application related to transportation e-service is further discussed to understand the enhanced flexibility and applicability of the proposed models.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"51 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940736","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A topic detection method based on KM-LSH Fusion algorithm and improved BTM model 基于 KM-LSH 融合算法和改进的 BTM 模型的主题检测方法
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-07 DOI: 10.1007/s00500-024-09874-x
Wenjun Liu, Huan Guo, Jiaxin Gan, Hai Wang, Hailan Wang, Chao Zhang, Qingcheng Peng, Yuyan Sun, Bao Yu, Mengshu Hou, Bo Li, Xiaolei Li

Topic detection is an information processing technology designed to help people deal with the growing problem of data information on the Internet. In the research literature, topic detection methods are used for topic classification through word embedding, supervised-based and unsupervised-based approaches. However, most methods for topic detection only address the problem of clustering and do not focus on the problem of topic detection accuracy reduction due to the cohesiveness of topics. Also, the sequence of biterm during topic detection can cause substantial deviations in the detected topic content. To solve the above problems, this paper proposes a topic detection method based on KM-LSH fusion algorithm and improved BTM model. KM-LSH fusion algorithm is a fusion algorithm that combines K-means clustering and LSH refinement clustering. The proposed method can solve the problem of cohesiveness of topic detection, and the improved BTM model can solve the influence of the sequence of biterm on topic detection. First, the text vector is constructed by processing the collected set of microblog texts using text preprocessing methods. Secondly, the KM-LSH fusion algorithm is used to calculate text similarity and perform topic clustering and refinement. Finally, the improved BTM model is used to model the texts, which is combined with the word position and the improved TF-IDF weight calculation algorithm to adjust the microblogging texts in clustering. The experiment results indicate that the proposed KM-LSH-IBTM method improves the evaluation indexes compared with the other three topic detection methods. In conclusion, the proposed KM-LSH-IBTM method promotes the processing capability of topic detection in terms of cohesiveness and the sequence of biterm.

主题检测是一种信息处理技术,旨在帮助人们处理互联网上日益增多的数据信息问题。在研究文献中,主题检测方法主要用于通过词嵌入、基于监督和基于非监督的方法进行主题分类。然而,大多数主题检测方法只解决了聚类问题,并没有关注主题的内聚性导致的主题检测准确率降低问题。此外,主题检测过程中的比特序列也会导致检测到的主题内容出现较大偏差。为了解决上述问题,本文提出了一种基于 KM-LSH 融合算法和改进 BTM 模型的话题检测方法。KM-LSH 融合算法是一种将 K-means 聚类和 LSH 细化聚类相结合的融合算法。所提出的方法可以解决主题检测的内聚性问题,改进的 BTM 模型可以解决 biterm 序列对主题检测的影响。首先,利用文本预处理方法处理收集到的微博文本集,构建文本向量。其次,利用 KM-LSH 融合算法计算文本相似度,并进行话题聚类和细化。最后,利用改进的 BTM 模型对文本进行建模,结合词位和改进的 TF-IDF 权重计算算法对微博文本进行聚类调整。实验结果表明,与其他三种话题检测方法相比,所提出的 KM-LSH-IBTM 方法提高了评价指标。总之,本文提出的 KM-LSH-IBTM 方法在内聚性和位序方面提高了话题检测的处理能力。
{"title":"A topic detection method based on KM-LSH Fusion algorithm and improved BTM model","authors":"Wenjun Liu, Huan Guo, Jiaxin Gan, Hai Wang, Hailan Wang, Chao Zhang, Qingcheng Peng, Yuyan Sun, Bao Yu, Mengshu Hou, Bo Li, Xiaolei Li","doi":"10.1007/s00500-024-09874-x","DOIUrl":"https://doi.org/10.1007/s00500-024-09874-x","url":null,"abstract":"<p>Topic detection is an information processing technology designed to help people deal with the growing problem of data information on the Internet. In the research literature, topic detection methods are used for topic classification through word embedding, supervised-based and unsupervised-based approaches. However, most methods for topic detection only address the problem of clustering and do not focus on the problem of topic detection accuracy reduction due to the cohesiveness of topics. Also, the sequence of biterm during topic detection can cause substantial deviations in the detected topic content. To solve the above problems, this paper proposes a topic detection method based on KM-LSH fusion algorithm and improved BTM model. KM-LSH fusion algorithm is a fusion algorithm that combines K-means clustering and LSH refinement clustering. The proposed method can solve the problem of cohesiveness of topic detection, and the improved BTM model can solve the influence of the sequence of biterm on topic detection. First, the text vector is constructed by processing the collected set of microblog texts using text preprocessing methods. Secondly, the KM-LSH fusion algorithm is used to calculate text similarity and perform topic clustering and refinement. Finally, the improved BTM model is used to model the texts, which is combined with the word position and the improved TF-IDF weight calculation algorithm to adjust the microblogging texts in clustering. The experiment results indicate that the proposed KM-LSH-IBTM method improves the evaluation indexes compared with the other three topic detection methods. In conclusion, the proposed KM-LSH-IBTM method promotes the processing capability of topic detection in terms of cohesiveness and the sequence of biterm.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"11 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EfficientNet and mixed convolution network for three-class brain tumor magnetic resonance image classification 用于三类脑肿瘤磁共振图像分类的高效网络和混合卷积网络
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09830-9
Bala Venkateswarlu Isunuri, Jagadeesh Kakarla

The classification of brain tumor images is the prevalent task in computer-aided brain tumor diagnosis. Recently, three-class classification has become a superlative task in brain tumor type classification. The existing models are fine-tuned for a single dataset, and hence, they may exhibit displeasing results on other datasets. Thus, there is a need for a generalized model that can produce superior performance on multiple datasets. In this paper, we have presented a generalized model that produces similar results on two datasets. We have proposed an EfficientNet and Mixed Convolution Network model to perform a three-class brain tumor type classification. We have devised a mixed convolution network to enhance the feature vector extracted from pre-trained EfficientNet. The proposed network consists of two blocks, namely, separable convolution and residual convolution. We have utilized a Gaussian dropout layer before the softmax layer to avoid model overfitting. In our experiments, two publicly available datasets (BTDS and CPM) are considered for the evaluation of the proposed model. The BTDS dataset has been segregated into three tumor types: Meningioma, Glioma, and Pituitary. The CPM dataset has been divided into three glioma subtypes: Glioblastoma, Oligodendroglioma, and Astrocytoma. We have achieved an accuracy of 98.04% and 96.00% on BTDS and CPM datasets, respectively. The proposed model outperforms existing pre-trained models and state-of-the-art models in vital metrics.

脑肿瘤图像的分类是计算机辅助脑肿瘤诊断的主要任务。最近,三类分类已成为脑肿瘤类型分类中的一项重要任务。现有的模型都是针对单一数据集进行微调的,因此在其他数据集上可能会表现出令人不满意的结果。因此,需要一种能在多个数据集上产生卓越性能的通用模型。在本文中,我们提出了一种能在两个数据集上产生相似结果的通用模型。我们提出了一种 EfficientNet 和混合卷积网络模型,用于进行三类脑肿瘤类型分类。我们设计了一个混合卷积网络来增强从预先训练好的 EfficientNet 中提取的特征向量。所提出的网络由两个部分组成,即可分离卷积和残差卷积。我们在 softmax 层之前使用了高斯剔除层,以避免模型过拟合。在实验中,我们考虑了两个公开的数据集(BTDS 和 CPM)来评估所提出的模型。BTDS 数据集被分为三种肿瘤类型:脑膜瘤、胶质瘤和垂体瘤。CPM 数据集分为三种胶质瘤亚型:胶质母细胞瘤、少突胶质细胞瘤和星形细胞瘤。我们在 BTDS 和 CPM 数据集上的准确率分别达到了 98.04% 和 96.00%。所提出的模型在重要指标上优于现有的预训练模型和最先进的模型。
{"title":"EfficientNet and mixed convolution network for three-class brain tumor magnetic resonance image classification","authors":"Bala Venkateswarlu Isunuri, Jagadeesh Kakarla","doi":"10.1007/s00500-024-09830-9","DOIUrl":"https://doi.org/10.1007/s00500-024-09830-9","url":null,"abstract":"<p>The classification of brain tumor images is the prevalent task in computer-aided brain tumor diagnosis. Recently, three-class classification has become a superlative task in brain tumor type classification. The existing models are fine-tuned for a single dataset, and hence, they may exhibit displeasing results on other datasets. Thus, there is a need for a generalized model that can produce superior performance on multiple datasets. In this paper, we have presented a generalized model that produces similar results on two datasets. We have proposed an EfficientNet and Mixed Convolution Network model to perform a three-class brain tumor type classification. We have devised a mixed convolution network to enhance the feature vector extracted from pre-trained EfficientNet. The proposed network consists of two blocks, namely, separable convolution and residual convolution. We have utilized a Gaussian dropout layer before the softmax layer to avoid model overfitting. In our experiments, two publicly available datasets (BTDS and CPM) are considered for the evaluation of the proposed model. The BTDS dataset has been segregated into three tumor types: Meningioma, Glioma, and Pituitary. The CPM dataset has been divided into three glioma subtypes: Glioblastoma, Oligodendroglioma, and Astrocytoma. We have achieved an accuracy of 98.04% and 96.00% on BTDS and CPM datasets, respectively. The proposed model outperforms existing pre-trained models and state-of-the-art models in vital metrics.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"22 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940755","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A bi-level model and heuristic techniques with various neighborhood strategies for covering interdiction problem with fortification 针对有防御工事的拦截问题的双层模型和采用各种邻域策略的启发式技术
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09842-5
Abdolsalam Ghaderi, Zahra Hosseinzadeh Bandbon, Anwar Mahmoodi

Supply or service networks are vulnerable to hazards that can stem from both unintentional and intentional human actions, as well as natural calamities. To ensure vital infrastructure resilience in these networks, address the interdiction facility location problem. Currently, diverse groups of attackers target supply and service systems to cause maximum disruption. Collaboration among attackers improves system vulnerability detection accuracy and realism. This research examines the challenges of interdiction location with different defense systems and heterogeneous attackers. To address this challenge, a mixed-integer non-linear bi-level programming model was considered. Heuristic optimization methods including variable neighborhood search, simulated annealing, and hybrid variable neighborhood search are used to efficiently solve the suggested model. The outcomes of our investigation suggest that implementing various protective methods leads to an escalation in system damage when attackers collaborate. Furthermore, the findings illustrate the efficacy of the suggested algorithms in resolving interdiction location issues within supply or service networks.

供应或服务网络很容易受到人类无意和有意行为以及自然灾害的危害。为确保这些网络中重要基础设施的复原力,需要解决拦截设施的定位问题。目前,不同的攻击者以供应和服务系统为目标,以造成最大程度的破坏。攻击者之间的合作可提高系统漏洞检测的准确性和真实性。本研究探讨了在不同防御系统和异构攻击者的情况下进行拦截定位所面临的挑战。为应对这一挑战,研究人员考虑了一种混合整数非线性双层编程模型。我们采用了启发式优化方法,包括可变邻域搜索、模拟退火和混合可变邻域搜索,以有效解决所建议的模型。我们的研究结果表明,当攻击者合作时,实施各种保护方法会导致系统破坏升级。此外,研究结果还说明了所建议的算法在解决供应或服务网络中拦截位置问题方面的功效。
{"title":"A bi-level model and heuristic techniques with various neighborhood strategies for covering interdiction problem with fortification","authors":"Abdolsalam Ghaderi, Zahra Hosseinzadeh Bandbon, Anwar Mahmoodi","doi":"10.1007/s00500-024-09842-5","DOIUrl":"https://doi.org/10.1007/s00500-024-09842-5","url":null,"abstract":"<p>Supply or service networks are vulnerable to hazards that can stem from both unintentional and intentional human actions, as well as natural calamities. To ensure vital infrastructure resilience in these networks, address the interdiction facility location problem. Currently, diverse groups of attackers target supply and service systems to cause maximum disruption. Collaboration among attackers improves system vulnerability detection accuracy and realism. This research examines the challenges of interdiction location with different defense systems and heterogeneous attackers. To address this challenge, a mixed-integer non-linear bi-level programming model was considered. Heuristic optimization methods including variable neighborhood search, simulated annealing, and hybrid variable neighborhood search are used to efficiently solve the suggested model. The outcomes of our investigation suggest that implementing various protective methods leads to an escalation in system damage when attackers collaborate. Furthermore, the findings illustrate the efficacy of the suggested algorithms in resolving interdiction location issues within supply or service networks.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"318 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940757","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimizing building stone-cutting in quarries: a study on estimation of maximum electric current using ABC and SC algorithms 优化采石场的建筑石料切割:利用 ABC 和 SC 算法估算最大电流的研究
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09811-y
Hadi Fattahi, Hossein Ghaedi

In today's context, due to the extensive construction projects, there is a surging demand for building stones. Within quarry-based processing facilities, a pivotal aspect influencing the production of these building stones pertains to evaluating the performance of band saw machines, particularly concerning the cutting of these stones. In this context, Maximum Electric Current (MEC) emerges as a critical variable. To identify this crucial factor, it necessitates a comprehensive grasp of the inherent properties of the stone since it profoundly influences costs, equipment depreciation, and production rates. Estimating the MEC poses numerous challenges and complications due to the uncertainty inherent in geological and geotechnical parameters at each point. Conventional and traditional methods, such as numerical, experimental, analytical, and regression methods, have limitations as they often overlook the uncertainty in rock parameters, leading to the construction of simplistic and non-linear models with simplified assumptions in analytical methods that may lack high accuracy. Consequently, this article employs intelligent methods to overcome these challenges and achieve an optimal solution with high accuracy. Using intelligent methods, it becomes possible to create complex and non-linear models efficiently, minimizing both time and cost. Consequently, this study addresses these challenges by employing two optimization algorithms: Artificial Bee Colony (ABC) and Sine Cosine (SC) Algorithms to estimate MEC specifically in quarry operations. In pursuit of this objective, 120 test samples drawn from 12 distinct types of carbonate rocks obtained from a marble factory in the Mahalat region of Iran were utilized. The considered input parameters encompassed Young's modulus, Mohs hardness, uniaxial compressive strength (UCS), production rate and F-Schimazek abrasion factors. The dataset was partitioned, allocating 80% (70 data points) for model development and reserving 20% (18 data points) for model validation. The analysis of modeling outcomes involved three statistical criteria: squared correlation coefficient, mean square error, and root mean square error. The results revealed that the developed model demonstrates a high level of accuracy and minimal error, closely approximating real values. Hence, it can serve as a valuable tool for engineers engaged in the field of rock engineering. In a final step, to assess sensitivity and evaluate the model's output, the @RISK software was employed. The analyses unveiled that among the input parameters within the quarry context, UCS exerts the most substantial influence on the model's output. Even slight variations in UCS can lead to significant alterations in MEC within quarry operations.

在当今的背景下,由于建筑项目的广泛开展,对建筑石材的需求急剧增加。在以采石场为基础的加工设施中,影响这些建筑石材生产的一个关键因素是评估带锯床的性能,尤其是切割这些石材的性能。在这种情况下,最大电流 (MEC) 成为一个关键变量。要确定这一关键因素,就必须全面掌握石材的固有特性,因为它对成本、设备折旧和生产率有着深远的影响。由于每一点的地质和岩土参数都存在固有的不确定性,因此估算 MEC 带来了诸多挑战和复杂性。常规和传统的方法,如数值法、实验法、分析法和回归法,都有其局限性,因为它们往往忽略了岩石参数的不确定性,导致在分析方法中使用简化假设构建简单的非线性模型,从而可能缺乏高精度。因此,本文采用智能方法来克服这些挑战,实现高精度的最优解。利用智能方法,可以高效地创建复杂的非线性模型,最大限度地减少时间和成本。因此,本研究采用了两种优化算法来应对这些挑战:人工蜂群 (ABC) 算法和正弦余弦 (SC) 算法来估算采石场作业中的 MEC。为了实现这一目标,我们使用了从伊朗 Mahalat 地区一家大理石厂获得的 12 种不同类型的碳酸盐岩中提取的 120 个测试样本。考虑的输入参数包括杨氏模量、莫氏硬度、单轴抗压强度(UCS)、生产率和 F-Schimazek 磨损因子。数据集进行了划分,80%(70 个数据点)用于模型开发,20%(18 个数据点)用于模型验证。建模结果分析包括三个统计标准:平方相关系数、均方误差和均方根误差。结果表明,所开发的模型准确度高、误差小,非常接近真实值。因此,它可以作为岩石工程领域工程师的重要工具。最后,为了评估敏感性和模型输出结果,我们使用了 @RISK 软件。分析表明,在采石场的输入参数中,UCS 对模型输出的影响最大。即使是 UCS 的微小变化也会导致采石场运营中的 MEC 发生重大变化。
{"title":"Optimizing building stone-cutting in quarries: a study on estimation of maximum electric current using ABC and SC algorithms","authors":"Hadi Fattahi, Hossein Ghaedi","doi":"10.1007/s00500-024-09811-y","DOIUrl":"https://doi.org/10.1007/s00500-024-09811-y","url":null,"abstract":"<p>In today's context, due to the extensive construction projects, there is a surging demand for building stones. Within quarry-based processing facilities, a pivotal aspect influencing the production of these building stones pertains to evaluating the performance of band saw machines, particularly concerning the cutting of these stones. In this context, Maximum Electric Current (MEC) emerges as a critical variable. To identify this crucial factor, it necessitates a comprehensive grasp of the inherent properties of the stone since it profoundly influences costs, equipment depreciation, and production rates. Estimating the MEC poses numerous challenges and complications due to the uncertainty inherent in geological and geotechnical parameters at each point. Conventional and traditional methods, such as numerical, experimental, analytical, and regression methods, have limitations as they often overlook the uncertainty in rock parameters, leading to the construction of simplistic and non-linear models with simplified assumptions in analytical methods that may lack high accuracy. Consequently, this article employs intelligent methods to overcome these challenges and achieve an optimal solution with high accuracy. Using intelligent methods, it becomes possible to create complex and non-linear models efficiently, minimizing both time and cost. Consequently, this study addresses these challenges by employing two optimization algorithms: Artificial Bee Colony (ABC) and Sine Cosine (SC) Algorithms to estimate MEC specifically in quarry operations. In pursuit of this objective, 120 test samples drawn from 12 distinct types of carbonate rocks obtained from a marble factory in the Mahalat region of Iran were utilized. The considered input parameters encompassed Young's modulus, Mohs hardness, uniaxial compressive strength (<i>UCS</i>), production rate and F-Schimazek abrasion factors. The dataset was partitioned, allocating 80% (70 data points) for model development and reserving 20% (18 data points) for model validation. The analysis of modeling outcomes involved three statistical criteria: squared correlation coefficient, mean square error, and root mean square error. The results revealed that the developed model demonstrates a high level of accuracy and minimal error, closely approximating real values. Hence, it can serve as a valuable tool for engineers engaged in the field of rock engineering. In a final step, to assess sensitivity and evaluate the model's output, the @RISK software was employed. The analyses unveiled that among the input parameters within the quarry context, UCS exerts the most substantial influence on the model's output. Even slight variations in UCS can lead to significant alterations in MEC within quarry operations.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"17 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141969868","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Some interval-valued spherical fuzzy Frank Choquet integral operators in multicriteria decision making 多标准决策中的一些区间值球形模糊弗兰克-乔凯积分算子
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09854-1
Pankaj Kakati, Bijan Davvaz

In real-life decision-making, expressing uncertainty, impreciseness, and hesitancy accurately is essential. Interval-valued spherical fuzzy sets (IVSFS) offer a suitable framework as an extension of interval-valued intuitionistic fuzzy sets, interval-valued picture fuzzy sets, and spherical fuzzy sets, allowing for interval-valued membership grades rather than exact values. This enhanced expressiveness enables more effective modeling of real-life decision-making problems by introducing suitable aggregation operators. In this paper, we propose the interval-valued spherical fuzzy Frank Choquet integral (IVSFFCI) and the interval-valued spherical fuzzy Frank geometric Choquet integral (IVSFFGCI) operators. These operators effectively capture the interaction among the criteria in real-life decision-making problems, overcoming the limitations of traditional methods. The IVSFFCI and IVSFFGCI operators utilize Frank’s t-norm and t-conorm, providing flexibility and robustness during the aggregation process. By considering the interrelation among the criteria, they exceed existing operators, making them the ideal choice for real-life decision-making situations. We develop a multicriteria decision-making (MCDM) method using the proposed operators that effectively deal with correlated criteria in real-life decision-making problems. To demonstrate the efficacy of the proposed method, an illustrative example relating to a financial body’s investment partner selection from four potential alternatives, based on criteria such as financial strength, mercantile expertise, entrepreneurial competencies, and risk management, is presented. The proposed method encapsulates immense potential across industries, promoting informed and data-driven decision-making processes.

在现实决策中,准确表达不确定性、不精确性和犹豫不决性至关重要。区间值球形模糊集(IVSFS)作为区间值直观模糊集、区间值图像模糊集和球形模糊集的扩展,提供了一个合适的框架,允许使用区间值成员等级而不是精确值。通过引入合适的聚合算子,这种增强的表达能力可以更有效地模拟现实生活中的决策问题。在本文中,我们提出了区间值球形模糊弗兰克-乔凯积分(IVSFFCI)和区间值球形模糊弗兰克-几何乔凯积分(IVSFFGCI)算子。这些算子有效地捕捉了现实决策问题中标准之间的相互作用,克服了传统方法的局限性。IVSFFCI 和 IVSFFGCI 算子利用了 Frank 的 t-norm 和 t-conorm,在聚合过程中提供了灵活性和稳健性。通过考虑标准之间的相互关系,它们超越了现有的算子,成为现实决策情况下的理想选择。我们利用所提出的算子开发了一种多标准决策(MCDM)方法,可有效处理现实决策问题中的相关标准。为了证明所提方法的有效性,我们举了一个例子,说明金融机构如何根据财务实力、商业专长、创业能力和风险管理等标准,从四个潜在备选方案中选择投资合作伙伴。拟议的方法在各行各业都具有巨大的潜力,可促进知情和数据驱动的决策过程。
{"title":"Some interval-valued spherical fuzzy Frank Choquet integral operators in multicriteria decision making","authors":"Pankaj Kakati, Bijan Davvaz","doi":"10.1007/s00500-024-09854-1","DOIUrl":"https://doi.org/10.1007/s00500-024-09854-1","url":null,"abstract":"<p>In real-life decision-making, expressing uncertainty, impreciseness, and hesitancy accurately is essential. Interval-valued spherical fuzzy sets (IVSFS) offer a suitable framework as an extension of interval-valued intuitionistic fuzzy sets, interval-valued picture fuzzy sets, and spherical fuzzy sets, allowing for interval-valued membership grades rather than exact values. This enhanced expressiveness enables more effective modeling of real-life decision-making problems by introducing suitable aggregation operators. In this paper, we propose the interval-valued spherical fuzzy Frank Choquet integral (IVSFFCI) and the interval-valued spherical fuzzy Frank geometric Choquet integral (IVSFFGCI) operators. These operators effectively capture the interaction among the criteria in real-life decision-making problems, overcoming the limitations of traditional methods. The IVSFFCI and IVSFFGCI operators utilize Frank’s <i>t</i>-norm and <i>t</i>-conorm, providing flexibility and robustness during the aggregation process. By considering the interrelation among the criteria, they exceed existing operators, making them the ideal choice for real-life decision-making situations. We develop a multicriteria decision-making (MCDM) method using the proposed operators that effectively deal with correlated criteria in real-life decision-making problems. To demonstrate the efficacy of the proposed method, an illustrative example relating to a financial body’s investment partner selection from four potential alternatives, based on criteria such as financial strength, mercantile expertise, entrepreneurial competencies, and risk management, is presented. The proposed method encapsulates immense potential across industries, promoting informed and data-driven decision-making processes.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"30 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940759","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On solution of tropical discrete best approximation problems 论热带离散最佳近似问题的求解
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09940-4
Nikolai Krivulin

We consider a discrete best approximation problem formulated in the framework of tropical algebra, which deals with the theory and applications of algebraic systems with idempotent operations. Given a set of samples of input and output of an unknown function, the problem is to construct a generalized tropical Puiseux polynomial that best approximates the function in the sense of a tropical distance function. The construction of an approximate polynomial involves the evaluation of both unknown coefficient and exponent of each monomial in the polynomial. To solve the approximation problem, we first reduce the problem to an equation in unknown vector of coefficients, which is given by a matrix with entries parameterized by unknown exponents. We derive a best approximate solution of the equation, which yields both vector of coefficients and approximation error parameterized by the exponents. Optimal values of exponents are found by minimization of the approximation error, which is transformed into minimization of a function of exponents over all partitions of a finite set. We solve this minimization problem in terms of max-plus algebra (where addition is defined as maximum and multiplication as arithmetic addition) by using a computational procedure based on the agglomerative clustering technique. This solution is extended to the minimization problem of finding optimal exponents in the polynomial in terms of max-algebra (where addition is defined as maximum). The results obtained are applied to develop new solutions for conventional problems of discrete best Chebyshev approximation of real functions by piecewise linear functions and piecewise Puiseux polynomials. We discuss computational complexity of the proposed solution and estimate upper bounds on the computational time. We demonstrate examples of approximation problems solved in terms of max-plus and max-algebra, and give graphical illustrations.

我们考虑的是在热带代数框架下提出的离散最佳近似问题,热带代数涉及具有幂等运算的代数系统的理论和应用。给定一组未知函数的输入和输出样本,问题是构造一个广义的热带普伊塞多项式,在热带距离函数的意义上对函数进行最佳逼近。近似多项式的构建涉及对多项式中每个单项式的未知系数和指数的评估。为了解决近似问题,我们首先将问题简化为一个未知系数向量方程,该方程由一个矩阵给出,矩阵的条目由未知指数参数化。我们推导出方程的最佳近似解,它既能得出系数向量,也能得出以指数为参数的近似误差。通过近似误差的最小化可以找到指数的最佳值,而近似误差的最小化可以转化为有限集合所有分区中指数函数的最小化。我们通过使用基于聚类技术的计算程序,用最大加代数(加法定义为最大值,乘法定义为算术加法)来解决这个最小化问题。这一解决方案被扩展到以最大代数(加法被定义为最大值)求多项式中最优指数的最小化问题。所获得的结果被应用于用分片线性函数和分片普伊塞克斯多项式对实函数进行离散最佳切比雪夫近似的传统问题的新解决方案。我们讨论了所提解决方案的计算复杂性,并估算了计算时间的上限。我们演示了用 max-plus 和 max-algebra 求解近似问题的例子,并给出了图表说明。
{"title":"On solution of tropical discrete best approximation problems","authors":"Nikolai Krivulin","doi":"10.1007/s00500-024-09940-4","DOIUrl":"https://doi.org/10.1007/s00500-024-09940-4","url":null,"abstract":"<p>We consider a discrete best approximation problem formulated in the framework of tropical algebra, which deals with the theory and applications of algebraic systems with idempotent operations. Given a set of samples of input and output of an unknown function, the problem is to construct a generalized tropical Puiseux polynomial that best approximates the function in the sense of a tropical distance function. The construction of an approximate polynomial involves the evaluation of both unknown coefficient and exponent of each monomial in the polynomial. To solve the approximation problem, we first reduce the problem to an equation in unknown vector of coefficients, which is given by a matrix with entries parameterized by unknown exponents. We derive a best approximate solution of the equation, which yields both vector of coefficients and approximation error parameterized by the exponents. Optimal values of exponents are found by minimization of the approximation error, which is transformed into minimization of a function of exponents over all partitions of a finite set. We solve this minimization problem in terms of max-plus algebra (where addition is defined as maximum and multiplication as arithmetic addition) by using a computational procedure based on the agglomerative clustering technique. This solution is extended to the minimization problem of finding optimal exponents in the polynomial in terms of max-algebra (where addition is defined as maximum). The results obtained are applied to develop new solutions for conventional problems of discrete best Chebyshev approximation of real functions by piecewise linear functions and piecewise Puiseux polynomials. We discuss computational complexity of the proposed solution and estimate upper bounds on the computational time. We demonstrate examples of approximation problems solved in terms of max-plus and max-algebra, and give graphical illustrations.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"68 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940760","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Power electronic converters in the unbalance compensation method for renewable energy-powered active distribution systems: AOA-RERNN approach 可再生能源供电主动配电系统不平衡补偿方法中的电力电子变流器:AOA-RERNN 方法
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09853-2
R. Banupriya, R. Nagarajan, S. Muthubalaji

Unbalanced loads and high neutral currents on low voltage networks which frequently use three-phase, four wire systems with no larger conductors must need to be addressed. To overcome the loads and currents in low-voltage networks, an hybrid method is proposed in this manuscript for improving the networks of low-voltage using three-phase four-wire systems. The AOA-RERNN technique is the integration of the Archimedean-Optimization-Algorithm (AOA) and Recalling-Enhanced-Recurrent-Neural-Network (RERNN) technique to mitigate the issues, like neutral voltage offset, and harmonics, and neutral-to-ground voltage raise. At the point-of-common-coupling (PCC), the integration of Archimedean-optimization-algorithm and Recalling-enhanced-recurrent-neural-network approach is used to overcome the above mentioned issues. This strategy involves optimizing converter parameters with AOA and addressing system imbalances with RERNN, including mid-high line current, phase disparities, and neutral line compensation. Also, implementing control-based compensation reduces neutral current without requiring large neutral conductors. The proposed model is done in MATLAB. By this, the proposed approach achieves an impressive efficiency of 97.54%. But, the existing methods, like Artificial Transgender Long corn Algorithm (ATLA), Combined Adaptive Grasshopper Optimization Algorithm and Artificial Neural Network (AGONN), And Proportional Integral (PI) attain the efficiency of 80.23%, 77.26%, and 82.13%, respectively. The outcome of the simulation indicates that the proposed technique provides better findings than the present methods. Finally, this study demonstrates the possibility of the proposed approach for increasing the efficiency and the performance of electronic power converters in renewable generation.

低压电网经常使用三相四线制系统,没有较大的导体,因此必须解决低压电网中不平衡负载和中性线电流大的问题。为了克服低压网络中的负载和电流问题,本手稿提出了一种混合方法,用于改善使用三相四线制系统的低压网络。AOA-RERNN 技术融合了阿基米德优化算法 (AOA) 和回忆-增强-再流-神经网络 (RERNN) 技术,以缓解中性点电压偏移、谐波和中性点对地电压升高等问题。在共用耦合点(PCC)上,阿基米德优化算法和回忆增强型回流神经网络方法相结合,可解决上述问题。该策略包括利用 AOA 优化变流器参数,并利用 RERNN 解决系统失衡问题,包括中高线电流、相位差和中性线补偿。此外,实施基于控制的补偿可降低中性线电流,而无需大型中性线导体。建议的模型在 MATLAB 中完成。因此,所提出的方法达到了令人印象深刻的 97.54% 的效率。但是,现有的方法,如人工变性长粟米算法(ATLA)、自适应蚱蜢优化算法和人工神经网络组合(AGONN)以及比例积分法(PI)的效率分别为 80.23%、77.26% 和 82.13%。模拟结果表明,建议的技术比现有方法提供了更好的结果。最后,本研究证明了所提方法在提高可再生能源发电中电子功率转换器的效率和性能方面的可能性。
{"title":"Power electronic converters in the unbalance compensation method for renewable energy-powered active distribution systems: AOA-RERNN approach","authors":"R. Banupriya, R. Nagarajan, S. Muthubalaji","doi":"10.1007/s00500-024-09853-2","DOIUrl":"https://doi.org/10.1007/s00500-024-09853-2","url":null,"abstract":"<p>Unbalanced loads and high neutral currents on low voltage networks which frequently use three-phase, four wire systems with no larger conductors must need to be addressed. To overcome the loads and currents in low-voltage networks, an hybrid method is proposed in this manuscript for improving the networks of low-voltage using three-phase four-wire systems. The AOA-RERNN technique is the integration of the Archimedean-Optimization-Algorithm (AOA) and Recalling-Enhanced-Recurrent-Neural-Network (RERNN) technique to mitigate the issues, like neutral voltage offset, and harmonics, and neutral-to-ground voltage raise. At the point-of-common-coupling (PCC), the integration of Archimedean-optimization-algorithm and Recalling-enhanced-recurrent-neural-network approach is used to overcome the above mentioned issues. This strategy involves optimizing converter parameters with AOA and addressing system imbalances with RERNN, including mid-high line current, phase disparities, and neutral line compensation. Also, implementing control-based compensation reduces neutral current without requiring large neutral conductors. The proposed model is done in MATLAB. By this, the proposed approach achieves an impressive efficiency of 97.54%. But, the existing methods, like Artificial Transgender Long corn Algorithm (ATLA), Combined Adaptive Grasshopper Optimization Algorithm and Artificial Neural Network (AGONN), And Proportional Integral (PI) attain the efficiency of 80.23%, 77.26%, and 82.13%, respectively. The outcome of the simulation indicates that the proposed technique provides better findings than the present methods. Finally, this study demonstrates the possibility of the proposed approach for increasing the efficiency and the performance of electronic power converters in renewable generation.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"46 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141969125","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
$$D_MD_RDF$$ : diabetes mellitus and retinopathy detection framework using artificial intelligence and feature selection D_MD_RDF$$:利用人工智能和特征选择的糖尿病和视网膜病变检测框架
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09873-y
Hossam Magdy Balaha, Eman M. El-Gendy, Mahmoud M. Saafan

Diabetes mellitus is one of the most common diseases affecting patients of different ages. Diabetes can be controlled if diagnosed as early as possible. One of the serious complications of diabetes affecting the retina is diabetic retinopathy. If not diagnosed early, it can lead to blindness. Our purpose is to propose a novel framework, named (D_MD_RDF), for early and accurate diagnosis of diabetes and diabetic retinopathy. The framework consists of two phases, one for diabetes mellitus detection (DMD) and the other for diabetic retinopathy detection (DRD). The novelty of DMD phase is concerned in two contributions. Firstly, a novel feature selection approach called Advanced Aquila Optimizer Feature Selection ((A^2OFS)) is introduced to choose the most promising features for diagnosing diabetes. This approach extracts the required features from the results of laboratory tests while ignoring the useless features. Secondly, a novel classification approach (CA) using five modified machine learning (ML) algorithms is used. This modification of the ML algorithms is proposed to automatically select the parameters of these algorithms using Grid Search (GS) algorithm. The novelty of DRD phase lies in the modification of 7 CNNs using Aquila Optimizer for the classification of diabetic retinopathy. The reported results concerning the DMD datasets shows that AO reports best performance metrics in the feature selection process with the help of modified ML classifiers. The best achieved accuracy is 98.65% with the GS-ERTC model and max-absolute scaling on the “Early Stage Diabetes Risk Prediction Dataset” dataset. Also, from the reported results concerning the DRD datasets, the AOMobileNet is considered a suitable model for this problem as it outperforms the other modified CNN models with accuracy of 95.80% on the “The SUSTech-SYSU dataset” dataset.

糖尿病是影响不同年龄段患者的最常见疾病之一。如果能尽早诊断,糖尿病是可以得到控制的。糖尿病视网膜病变是影响视网膜的严重并发症之一。如果不及早诊断,可能会导致失明。我们的目的是提出一个新颖的框架,命名为(D_MD_RDF),用于早期准确诊断糖尿病和糖尿病视网膜病变。该框架由两个阶段组成,一个阶段用于糖尿病检测(DMD),另一个阶段用于糖尿病视网膜病变检测(DRD)。DMD 阶段的新颖之处在于两个方面。首先,引入了一种名为高级阿奎拉优化特征选择(Advanced Aquila Optimizer Feature Selection)的新型特征选择方法,以选择最有希望诊断糖尿病的特征。这种方法从实验室测试结果中提取所需的特征,同时忽略无用的特征。其次,使用五种经过改进的机器学习(ML)算法的新型分类方法(CA)。这种对 ML 算法的修改建议使用网格搜索(GS)算法自动选择这些算法的参数。DRD 阶段的新颖之处在于使用 Aquila 优化器修改了 7 个 CNN,用于糖尿病视网膜病变的分类。有关 DMD 数据集的报告结果表明,在改进的 ML 分类器的帮助下,AO 在特征选择过程中报告了最佳性能指标。在 "早期糖尿病风险预测数据集 "数据集上,使用 GS-ERTC 模型和最大绝对缩放比例得出的最佳准确率为 98.65%。此外,从有关 DRD 数据集的报告结果来看,AOMobileNet 被认为是一个适用于这一问题的模型,因为它在 "南科大-南师大数据集 "数据集上的准确率为 95.80%,优于其他改进的 CNN 模型。
{"title":"$$D_MD_RDF$$ : diabetes mellitus and retinopathy detection framework using artificial intelligence and feature selection","authors":"Hossam Magdy Balaha, Eman M. El-Gendy, Mahmoud M. Saafan","doi":"10.1007/s00500-024-09873-y","DOIUrl":"https://doi.org/10.1007/s00500-024-09873-y","url":null,"abstract":"<p>Diabetes mellitus is one of the most common diseases affecting patients of different ages. Diabetes can be controlled if diagnosed as early as possible. One of the serious complications of diabetes affecting the retina is diabetic retinopathy. If not diagnosed early, it can lead to blindness. Our purpose is to propose a novel framework, named <span>(D_MD_RDF)</span>, for early and accurate diagnosis of diabetes and diabetic retinopathy. The framework consists of two phases, one for diabetes mellitus detection (DMD) and the other for diabetic retinopathy detection (DRD). The novelty of DMD phase is concerned in two contributions. Firstly, a novel feature selection approach called Advanced Aquila Optimizer Feature Selection (<span>(A^2OFS)</span>) is introduced to choose the most promising features for diagnosing diabetes. This approach extracts the required features from the results of laboratory tests while ignoring the useless features. Secondly, a novel classification approach (CA) using five modified machine learning (ML) algorithms is used. This modification of the ML algorithms is proposed to automatically select the parameters of these algorithms using Grid Search (GS) algorithm. The novelty of DRD phase lies in the modification of 7 CNNs using Aquila Optimizer for the classification of diabetic retinopathy. The reported results concerning the DMD datasets shows that AO reports best performance metrics in the feature selection process with the help of modified ML classifiers. The best achieved accuracy is 98.65% with the GS-ERTC model and max-absolute scaling on the “Early Stage Diabetes Risk Prediction Dataset” dataset. Also, from the reported results concerning the DRD datasets, the AOMobileNet is considered a suitable model for this problem as it outperforms the other modified CNN models with accuracy of 95.80% on the “The SUSTech-SYSU dataset” dataset.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"29 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940754","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A fast high throughput plant phenotyping system using YOLO and Chan-Vese segmentation 利用 YOLO 和 Chan-Vese 分割技术的快速高通量植物表型系统
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-05 DOI: 10.1007/s00500-024-09946-y
S. Jain, Dharavath Ramesh, E. Damodar Reddy, Santosha Rathod, Gabrijel Ondrasek

Understanding plant traits is essential for decoding the behavior of various genomes and their reactions to environmental factors, paving the way for efficient and sustainable agricultural practices. Image-based plant phenotyping has become increasingly popular in modern agricultural research, effectively analyzing large-scale plant data. This study introduces a new high-throughput plant phenotyping system designed to examine plant growth patterns using segmentation analysis. This system consists of two main components: (i) A plant detector module that identifies individual plants within a high-throughput imaging setup, utilizing the Tiny-YOLOv4 (You Only Look Once) architecture. (ii) A segmentation module that accurately outlines the identified plants using the Chan-Vese segmentation algorithm. We tested our approach using top-view RGB tray images of the ‘Arabidopsis Thaliana’ plant species. The plant detector module achieved an impressive localization accuracy of 96.4% and an average Intersection over Union (IoU) of 77.42%. Additionally, the segmentation module demonstrated strong performance with dice and Jaccard scores of 0.95 and 0.91, respectively. These results highlight the system’s capability to define plant boundaries accurately. Our findings affirm the effectiveness of our high-throughput plant phenotyping system and underscore the importance of employing advanced computer vision techniques for precise plant trait analysis. These technological advancements promise to boost agricultural productivity, advance genetic research, and promote environmental sustainability in plant biology and agriculture.

了解植物性状对于解码各种基因组的行为及其对环境因素的反应至关重要,从而为高效、可持续的农业实践铺平道路。基于图像的植物表型在现代农业研究中越来越受欢迎,它能有效地分析大规模植物数据。本研究介绍了一种新的高通量植物表型系统,旨在利用分割分析研究植物的生长模式。该系统由两个主要部分组成:(i) 植物检测器模块,利用 Tiny-YOLOv4(You Only Look Once)架构在高通量成像装置中识别单个植物。(ii) 一个分割模块,利用 Chan-Vese 分割算法准确勾勒出识别出的植物。我们使用 "拟南芥 "植物物种的顶视 RGB 托盘图像测试了我们的方法。植物检测器模块的定位精度达到了令人印象深刻的 96.4%,平均联合交叉率 (IoU) 为 77.42%。此外,分割模块也表现出色,骰子和 Jaccard 分数分别为 0.95 和 0.91。这些结果凸显了系统准确定义植物边界的能力。我们的研究结果肯定了高通量植物表型系统的有效性,并强调了采用先进计算机视觉技术进行精确植物性状分析的重要性。这些技术进步有望提高农业生产力,推动遗传研究,促进植物生物学和农业的环境可持续发展。
{"title":"A fast high throughput plant phenotyping system using YOLO and Chan-Vese segmentation","authors":"S. Jain, Dharavath Ramesh, E. Damodar Reddy, Santosha Rathod, Gabrijel Ondrasek","doi":"10.1007/s00500-024-09946-y","DOIUrl":"https://doi.org/10.1007/s00500-024-09946-y","url":null,"abstract":"<p>Understanding plant traits is essential for decoding the behavior of various genomes and their reactions to environmental factors, paving the way for efficient and sustainable agricultural practices. Image-based plant phenotyping has become increasingly popular in modern agricultural research, effectively analyzing large-scale plant data. This study introduces a new high-throughput plant phenotyping system designed to examine plant growth patterns using segmentation analysis. This system consists of two main components: (i) A plant detector module that identifies individual plants within a high-throughput imaging setup, utilizing the Tiny-YOLOv4 (You Only Look Once) architecture. (ii) A segmentation module that accurately outlines the identified plants using the Chan-Vese segmentation algorithm. We tested our approach using top-view RGB tray images of the ‘Arabidopsis Thaliana’ plant species. The plant detector module achieved an impressive localization accuracy of 96.4% and an average Intersection over Union (IoU) of 77.42%. Additionally, the segmentation module demonstrated strong performance with dice and Jaccard scores of 0.95 and 0.91, respectively. These results highlight the system’s capability to define plant boundaries accurately. Our findings affirm the effectiveness of our high-throughput plant phenotyping system and underscore the importance of employing advanced computer vision techniques for precise plant trait analysis. These technological advancements promise to boost agricultural productivity, advance genetic research, and promote environmental sustainability in plant biology and agriculture.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"16 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141940756","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Soft Computing
全部 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