首页 > 最新文献

Array最新文献

英文 中文
Triplet extraction leveraging sentence transformers and dependency parsing 利用句子变换器和依赖关系解析进行三重提取
Q1 Computer Science Pub Date : 2023-12-27 DOI: 10.1016/j.array.2023.100334
Stuart Gallina Ottersen, Flávio Pinheiro, Fernando Bação

Knowledge Graphs are a tool to structure (entity, relation, entity) triples. One possible way to construct these knowledge graphs is by extracting triples from unstructured text. The aim when doing this is to maximise the number of useful triples while minimising the triples containing no or useless information. Most previous work in this field uses supervised learning techniques that can be expensive both computationally and in that they require labelled data. While the existing unsupervised methods often produce an excessive amount of triples with low value, base themselves on empirical rules when extracting triples or struggle with the order of the entities relative to the relation. To address these issues this paper suggests a new model: Unsupervised Dependency parsing Aided Semantic Triple Extraction (UDASTE) that leverages sentence structure and allows defining restrictive triple relation types to generate high-quality triples while removing the need for mapping extracted triples to relation schemas. This is done by leveraging pre-trained language models. UDASTE is compared with two baseline models on three datasets. UDASTE outperforms the baselines on all three datasets. Its limitations and possible further work are discussed in addition to the implementation of the model in a computational intelligence context.

知识图谱是一种结构化(实体、关系、实体)三元组的工具。构建这些知识图谱的一种可行方法是从非结构化文本中提取三元组。这样做的目的是最大限度地增加有用三元组的数量,同时尽量减少不含信息或无用信息的三元组。该领域的大部分前人工作都使用了监督学习技术,这种技术不仅计算成本高,而且需要标注数据。而现有的无监督方法往往会产生过量的低价值三元组,在提取三元组时会依据经验规则,或者在实体与关系的顺序方面存在困难。为了解决这些问题,本文提出了一种新的模型:无监督依赖解析辅助语义三元提取(UDASTE)利用句子结构,允许定义限制性三元关系类型来生成高质量的三元,同时无需将提取的三元映射到关系模式。这是通过利用预训练的语言模型实现的。UDASTE 在三个数据集上与两个基准模型进行了比较。在所有三个数据集上,UDASTE 的表现都优于基线模型。除了在计算智能背景下实施该模型外,还讨论了其局限性和可能的进一步工作。
{"title":"Triplet extraction leveraging sentence transformers and dependency parsing","authors":"Stuart Gallina Ottersen,&nbsp;Flávio Pinheiro,&nbsp;Fernando Bação","doi":"10.1016/j.array.2023.100334","DOIUrl":"https://doi.org/10.1016/j.array.2023.100334","url":null,"abstract":"<div><p>Knowledge Graphs are a tool to structure (entity, relation, entity) triples. One possible way to construct these knowledge graphs is by extracting triples from unstructured text. The aim when doing this is to maximise the number of useful triples while minimising the triples containing no or useless information. Most previous work in this field uses supervised learning techniques that can be expensive both computationally and in that they require labelled data. While the existing unsupervised methods often produce an excessive amount of triples with low value, base themselves on empirical rules when extracting triples or struggle with the order of the entities relative to the relation. To address these issues this paper suggests a new model: Unsupervised Dependency parsing Aided Semantic Triple Extraction (<em>UDASTE</em>) that leverages sentence structure and allows defining restrictive triple relation types to generate high-quality triples while removing the need for mapping extracted triples to relation schemas. This is done by leveraging pre-trained language models. <em>UDASTE</em> is compared with two baseline models on three datasets. <em>UDASTE</em> outperforms the baselines on all three datasets. Its limitations and possible further work are discussed in addition to the implementation of the model in a computational intelligence context.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-12-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000590/pdfft?md5=4d42cb559e16ed40cf0fee56cb903290&pid=1-s2.0-S2590005623000590-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139100961","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Combining a multi-feature neural network with multi-task learning for emergency calls severity prediction 将多特征神经网络与多任务学习相结合,用于紧急呼叫严重性预测
Q1 Computer Science Pub Date : 2023-12-19 DOI: 10.1016/j.array.2023.100333
Marianne Abi Kanaan , Jean-François Couchot , Christophe Guyeux , David Laiymani , Talar Atechian , Rony Darazi

In emergency call centers, operators are required to analyze and prioritize emergency situations prior to any intervention. This allows the team to deploy resources efficiently if needed, and thereby provide the optimal assistance to the victims. The automation of such an analysis remains challenging, given the unpredictable nature of the calls. Therefore, in this study, we describe our attempt in improving an emergency calls processing system’s accuracy in the classification of an emergency’s severity, based on transcriptions of the caller’s speech. Specifically, we first extend the baseline classifier to include additional feature extractors of different modalities of data. These features include detected emotions, time-based features, and the victim’s personal information. Second, we experiment with a multi-task learning approach, in which we attempt to detect the nature of the emergency on the one hand, and improve the severity classification score on the other hand. Additional improvements include the use of a larger dataset and an explainability study of the classifier’s decision-making process. Our best model was able to predict 833 emergency calls’ severity with a 71.27% accuracy, a 5.33% improvement over the baseline model. Moreover, we extended our tool with additional modules that can prove to be useful when handling emergency calls.

在紧急呼叫中心,操作员需要在采取任何干预措施之前对紧急情况进行分析并确定优先次序。这样,团队就能在需要时有效地调配资源,从而为受害者提供最佳援助。鉴于呼叫的不可预测性,这种分析的自动化仍具有挑战性。因此,在本研究中,我们将介绍如何根据来电者的语音转录,提高紧急呼叫处理系统对紧急情况严重程度进行分类的准确性。具体来说,我们首先扩展了基线分类器,增加了不同数据模式的特征提取器。这些特征包括检测到的情绪、基于时间的特征和受害者的个人信息。其次,我们尝试使用多任务学习方法,一方面检测紧急情况的性质,另一方面提高严重程度分类得分。其他改进还包括使用更大的数据集以及对分类器决策过程的可解释性研究。我们的最佳模型能够预测 833 个紧急呼叫的严重程度,准确率为 71.27%,比基准模型提高了 5.33%。此外,我们还对工具进行了扩展,增加了在处理紧急呼叫时可能有用的模块。
{"title":"Combining a multi-feature neural network with multi-task learning for emergency calls severity prediction","authors":"Marianne Abi Kanaan ,&nbsp;Jean-François Couchot ,&nbsp;Christophe Guyeux ,&nbsp;David Laiymani ,&nbsp;Talar Atechian ,&nbsp;Rony Darazi","doi":"10.1016/j.array.2023.100333","DOIUrl":"10.1016/j.array.2023.100333","url":null,"abstract":"<div><p>In emergency call centers, operators are required to analyze and prioritize emergency situations prior to any intervention. This allows the team to deploy resources efficiently if needed, and thereby provide the optimal assistance to the victims. The automation of such an analysis remains challenging, given the unpredictable nature of the calls. Therefore, in this study, we describe our attempt in improving an emergency calls processing system’s accuracy in the classification of an emergency’s severity, based on transcriptions of the caller’s speech. Specifically, we first extend the baseline classifier to include additional feature extractors of different modalities of data. These features include detected emotions, time-based features, and the victim’s personal information. Second, we experiment with a multi-task learning approach, in which we attempt to detect the nature of the emergency on the one hand, and improve the severity classification score on the other hand. Additional improvements include the use of a larger dataset and an explainability study of the classifier’s decision-making process. Our best model was able to predict 833 emergency calls’ severity with a 71.27% accuracy, a 5.33% improvement over the baseline model. Moreover, we extended our tool with additional modules that can prove to be useful when handling emergency calls.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000589/pdfft?md5=2d223cfef124a38eb074b282afcf31c6&pid=1-s2.0-S2590005623000589-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139016983","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
APIE: An information extraction module designed based on the pipeline method api:基于流水线方法设计的信息抽取模块
Q1 Computer Science Pub Date : 2023-12-01 DOI: 10.1016/j.array.2023.100331
Xu Jiang , Yurong Cheng , Siyi Zhang , Juan Wang , Baoquan Ma

Information extraction (IE) aims to discover and extract valuable information from unstructured text. This problem can be decomposed into two subtasks: named entity recognition (NER) and relation extraction (RE). Although the IE problem has been studied for years, most work efforts focused on jointly modeling these two subtasks, either by casting them into a structured prediction framework or by performing multitask learning through shared representations. However, since the contextual representations of entity and relation models inherently capture different feature information, sharing a single encoder to capture the information required by both subtasks in the same space would harm the accuracy of the model. Recent research (Zhong and Chen, 2020) has also proved that using two separate encoders for NER and RE tasks respectively through pipeline method are effective, with the model surpassing all previous joint models in accuracy. Thus, in this paper, we design An Pipeline method Information Extraction module called APIE, APIE combines the advantages of both pipeline methods and joint methods, demonstrating higher accuracy and powerful reasoning abilities. Specifically, we design a multi-level feature NER model based on attention mechanism and a document-level RE model based on local context pooling. To demonstrate the effectiveness of our proposed approach, we conducted tests on multiple datasets. Extensive experimental results have shown that our proposed model outperforms state-of-the-art methods and improves both accuracy and reasoning abilities.

信息抽取(Information extraction, IE)旨在从非结构化文本中发现和提取有价值的信息。该问题可以分解为两个子任务:命名实体识别(NER)和关系提取(RE)。尽管IE问题已经研究多年,但大多数工作都集中在联合建模这两个子任务上,要么将它们投射到一个结构化的预测框架中,要么通过共享表示执行多任务学习。然而,由于实体模型和关系模型的上下文表示本质上捕获不同的特征信息,共享一个编码器来捕获同一空间中两个子任务所需的信息将损害模型的准确性。最近的研究(Zhong and Chen, 2020)也证明了通过管道方法分别为NER和RE任务使用两个单独的编码器是有效的,该模型在精度上超过了之前所有的联合模型。因此,本文设计了一个管道方法信息提取模块APIE, APIE结合了管道方法和联合方法的优点,具有更高的准确性和强大的推理能力。具体来说,我们设计了一个基于注意机制的多层次特征NER模型和一个基于局部上下文池的文档级RE模型。为了证明我们提出的方法的有效性,我们在多个数据集上进行了测试。大量的实验结果表明,我们提出的模型优于最先进的方法,并提高了准确性和推理能力。
{"title":"APIE: An information extraction module designed based on the pipeline method","authors":"Xu Jiang ,&nbsp;Yurong Cheng ,&nbsp;Siyi Zhang ,&nbsp;Juan Wang ,&nbsp;Baoquan Ma","doi":"10.1016/j.array.2023.100331","DOIUrl":"https://doi.org/10.1016/j.array.2023.100331","url":null,"abstract":"<div><p>Information extraction (IE) aims to discover and extract valuable information from unstructured text. This problem can be decomposed into two subtasks: named entity recognition (NER) and relation extraction (RE). Although the IE problem has been studied for years, most work efforts focused on jointly modeling these two subtasks, either by casting them into a structured prediction framework or by performing multitask learning through shared representations. However, since the contextual representations of entity and relation models inherently capture different feature information, sharing a single encoder to capture the information required by both subtasks in the same space would harm the accuracy of the model. Recent research (Zhong and Chen, 2020) has also proved that using two separate encoders for NER and RE tasks respectively through pipeline method are effective, with the model surpassing all previous joint models in accuracy. Thus, in this paper, we design <strong>A</strong>n <strong>P</strong>ipeline method <strong>I</strong>nformation <strong>E</strong>xtraction module called <strong>APIE</strong>, APIE combines the advantages of both pipeline methods and joint methods, demonstrating higher accuracy and powerful reasoning abilities. Specifically, we design a multi-level feature NER model based on attention mechanism and a document-level RE model based on local context pooling. To demonstrate the effectiveness of our proposed approach, we conducted tests on multiple datasets. Extensive experimental results have shown that our proposed model outperforms state-of-the-art methods and improves both accuracy and reasoning abilities.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000565/pdfft?md5=1f053c973dea03b6b99efcb063a40e93&pid=1-s2.0-S2590005623000565-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138501687","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A comprehensive analysis of feature ranking-based fish disease recognition 基于特征排序的鱼病识别综合分析
Q1 Computer Science Pub Date : 2023-12-01 DOI: 10.1016/j.array.2023.100329
Aditya Rajbongshi , Rashiduzzaman Shakil , Bonna Akter , Munira Akter Lata , Md. Mahbubul Alam Joarder

In recent years, the field of emerging computer vision systems has witnessed significant advancements in automated disease diagnosis through the utilization of vision-oriented technology. This article proposes an optimal approach for detecting the presence of ailments in Rohu fish. The aims of our research is to identify the most significant features based on Analysis of Variance (ANOVA) feature selection and evaluate the best performance among all features for Rohu fish disease recognition. At the outset, diverse techniques for image preprocessing were employed on the acquired images. The region affected by the disease was partitioned through utilization of the K-means clustering algorithm. Subsequently, 10 distinct statistical and Gray-Level Co-occurrence Matrix (GLCM) features were extracted after the image segmentation. The ANOVA feature selection technique was employed to prioritize the most significant features N (where 5 N 10) from the pool of 10 categories. The Synthetic Minority Oversampling Technique, often known as SMOTE, was applied to solve class imbalance problem. After conducting training and testing on nine different machine learning (ML) classifiers, an evaluation was performed to estimate the performance of each classifier using eight various performance metrics. Additionally, a receiver operating characteristic (ROC) curve was generated. The classifier that utilized the Enable Hist Gradient Boosting algorithm and selected the top 9 features demonstrated superior performance compared to the other eight models, achieving the highest accuracy rate of 88.81%. In conclusion, we have demonstrated that the feature selection process reduces the computational cost.

近年来,新兴计算机视觉系统领域通过利用视觉导向技术,在自动疾病诊断方面取得了重大进展。本文提出了一种检测罗汉鱼是否患病的最佳方法。我们的研究目的是基于方差分析(ANOVA)特征选择找出最重要的特征,并评估所有特征中用于识别罗汉鱼疾病的最佳性能。首先,对获取的图像采用了多种图像预处理技术。通过使用 K-means 聚类算法划分受疾病影响的区域。随后,在图像分割后提取了 10 个不同的统计和灰度共现矩阵(GLCM)特征。采用方差分析特征选择技术,从 10 个类别中优先选择最重要的特征 N(其中 5 ≤ N ≤ 10)。合成少数群体过度采样技术(通常称为 SMOTE)被用于解决类不平衡问题。在对九种不同的机器学习(ML)分类器进行训练和测试后,使用八种不同的性能指标对每种分类器的性能进行了评估。此外,还生成了接收者操作特征曲线(ROC)。与其他 8 个模型相比,使用 Enable Hist 梯度提升算法并选择前 9 个特征的分类器表现出色,准确率最高,达到 88.81%。总之,我们证明了特征选择过程可以降低计算成本。
{"title":"A comprehensive analysis of feature ranking-based fish disease recognition","authors":"Aditya Rajbongshi ,&nbsp;Rashiduzzaman Shakil ,&nbsp;Bonna Akter ,&nbsp;Munira Akter Lata ,&nbsp;Md. Mahbubul Alam Joarder","doi":"10.1016/j.array.2023.100329","DOIUrl":"https://doi.org/10.1016/j.array.2023.100329","url":null,"abstract":"<div><p>In recent years, the field of emerging computer vision systems has witnessed significant advancements in automated disease diagnosis through the utilization of vision-oriented technology. This article proposes an optimal approach for detecting the presence of ailments in Rohu fish. The aims of our research is to identify the most significant features based on Analysis of Variance (ANOVA) feature selection and evaluate the best performance among all features for Rohu fish disease recognition. At the outset, diverse techniques for image preprocessing were employed on the acquired images. The region affected by the disease was partitioned through utilization of the K-means clustering algorithm. Subsequently, 10 distinct statistical and Gray-Level Co-occurrence Matrix (GLCM) features were extracted after the image segmentation. The ANOVA feature selection technique was employed to prioritize the most significant features N (where 5 <span><math><mo>≤</mo></math></span> N <span><math><mo>≤</mo></math></span> 10) from the pool of 10 categories. The Synthetic Minority Oversampling Technique, often known as SMOTE, was applied to solve class imbalance problem. After conducting training and testing on nine different machine learning (ML) classifiers, an evaluation was performed to estimate the performance of each classifier using eight various performance metrics. Additionally, a receiver operating characteristic (ROC) curve was generated. The classifier that utilized the Enable Hist Gradient Boosting algorithm and selected the top 9 features demonstrated superior performance compared to the other eight models, achieving the highest accuracy rate of 88.81%. In conclusion, we have demonstrated that the feature selection process reduces the computational cost.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000541/pdfft?md5=76f0417dbf9f956f909e5d5cc71ad2ca&pid=1-s2.0-S2590005623000541-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138557253","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards efficient multi-granular anomaly detection in distributed systems 在分布式系统中实现高效的多粒度异常检测
Q1 Computer Science Pub Date : 2023-11-30 DOI: 10.1016/j.array.2023.100330
Chao Tu , Ming Chen , Liwen Zhang , Long Zhao , Di Wu , Ziyang Yue

Distributed systems often consist of a large number of computing and data nodes, which makes it both significant and challenging to detect anomalies efficiently and accurately in distributed systems. Generally, we not only need to determine whether an anomaly has occurred at a certain time (the time level anomaly), but also need to detect whether anomalies occur in a node (the node level anomaly) and which key performance indicators (KPIs) are anomalies (the KPI level anomaly), that is, to perform multi-granular anomaly detection in distributed systems. However, most existing algorithms only focus on the time level anomalies in centralized systems. For distributed systems, a simple way is to train a model for each node and then detect anomalies independently. An obvious disadvantage is that the cost of model inferring is unacceptable in practice. Therefore, we propose a Multi-Granular Anomaly Detection (MGAD) framework that utilizes a tree structure to perform anomaly detection hierarchically from the node level to time and KPI levels, which greatly reduces the cost of model inferring. Specifically, at the time level, we propose a novel model named Masked Sliding Spatial-Temporal Adversarial Network (MS2TAN) that considers spatial and temporal dependencies simultaneously. Extensive experiments with real-world data offer insights into the performance of the proposals, showing that MGAD is at least 5× faster for inferring when compared with the baselines.

分布式系统通常由大量计算和数据节点组成,因此在分布式系统中高效、准确地检测异常既重要又具有挑战性。一般来说,我们不仅需要确定某个时间是否发生了异常(时间级异常),还需要检测某个节点是否发生了异常(节点级异常)以及哪些关键性能指标(KPI)是异常的(KPI 级异常),即在分布式系统中进行多粒度异常检测。然而,现有算法大多只关注集中式系统中的时间级异常。对于分布式系统,一种简单的方法是为每个节点训练一个模型,然后独立检测异常。一个明显的缺点是,模型推断的成本在实践中是不可接受的。因此,我们提出了一个多粒度异常检测(MGAD)框架,利用树形结构从节点级到时间级和关键绩效指标级分层执行异常检测,从而大大降低了模型推断的成本。具体来说,在时间层面,我们提出了一种名为 "屏蔽滑动时空对抗网络"(MS2TAN)的新型模型,该模型同时考虑了空间和时间依赖性。利用真实世界数据进行的大量实验深入分析了这些建议的性能,结果表明,与基线相比,MGAD 的推断速度至少快 5 倍。
{"title":"Towards efficient multi-granular anomaly detection in distributed systems","authors":"Chao Tu ,&nbsp;Ming Chen ,&nbsp;Liwen Zhang ,&nbsp;Long Zhao ,&nbsp;Di Wu ,&nbsp;Ziyang Yue","doi":"10.1016/j.array.2023.100330","DOIUrl":"https://doi.org/10.1016/j.array.2023.100330","url":null,"abstract":"<div><p>Distributed systems often consist of a large number of computing and data nodes, which makes it both significant and challenging to detect anomalies efficiently and accurately in distributed systems. Generally, we not only need to determine whether an anomaly has occurred at a certain time (the time level anomaly), but also need to detect whether anomalies occur in a node (the node level anomaly) and which key performance indicators (KPIs) are anomalies (the KPI level anomaly), that is, to perform multi-granular anomaly detection in distributed systems. However, most existing algorithms only focus on the time level anomalies in centralized systems. For distributed systems, a simple way is to train a model for each node and then detect anomalies independently. An obvious disadvantage is that the cost of model inferring is unacceptable in practice. Therefore, we propose a <strong>M</strong>ulti-<strong>G</strong>ranular <strong>A</strong>nomaly <strong>D</strong>etection (MGAD) framework that utilizes a tree structure to perform anomaly detection hierarchically from the node level to time and KPI levels, which greatly reduces the cost of model inferring. Specifically, at the time level, we propose a novel model named <strong>M</strong>asked <strong>S</strong>liding <strong>S</strong>patial-<strong>T</strong>emporal <strong>A</strong>dversarial <strong>N</strong>etwork (MS2TAN) that considers spatial and temporal dependencies simultaneously. Extensive experiments with real-world data offer insights into the performance of the proposals, showing that MGAD is at least 5<span><math><mo>×</mo></math></span> faster for inferring when compared with the baselines.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000553/pdfft?md5=a8b79cf32296c7cea873bc6dab0e3b2b&pid=1-s2.0-S2590005623000553-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138557230","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Special issue “Towards a higher education of the future: Transformational roles of edge intelligence” 特刊 "迈向未来的高等教育:边缘智能的变革作用" 特刊
Q1 Computer Science Pub Date : 2023-11-30 DOI: 10.1016/j.array.2023.100332
Ruchi Doshi, Yu-Chen Hu, Lalit Garg, Temitayo Fagbola
{"title":"Special issue “Towards a higher education of the future: Transformational roles of edge intelligence”","authors":"Ruchi Doshi,&nbsp;Yu-Chen Hu,&nbsp;Lalit Garg,&nbsp;Temitayo Fagbola","doi":"10.1016/j.array.2023.100332","DOIUrl":"10.1016/j.array.2023.100332","url":null,"abstract":"","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000577/pdfft?md5=271addcaf57f0c35c7f5ce31f8aa3c6d&pid=1-s2.0-S2590005623000577-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139292456","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Addressing agricultural challenges: An identification of best feature selection technique for dragon fruit disease recognition 解决农业挑战:火龙果病害识别的最佳特征选择技术的确定
Q1 Computer Science Pub Date : 2023-11-02 DOI: 10.1016/j.array.2023.100326
Rashiduzzaman Shakil , Shawn Islam , Yeasir Arafat Shohan , Anonto Mia , Aditya Rajbongshi , Md Habibur Rahman , Bonna Akter

Dragon fruit is a prominent substance in global agriculture. Despite this, it is gaining popularity and is a viable solution in resource-poor, environmentally degraded areas because of its many health benefits. Nevertheless, many dragon fruit plantations have been impacted by the disease, reducing their yield, and the detection system is still conventional. Farmers’ lack of disease identification and management expertise diminished crop quality and products. As a result, little research was carried out to assist those specific farmers requiring adequate agricultural support. This research has proposed an autonomous agro-based system to recognize dragon diseases using in-depth analysis of feature selection techniques. After the collection of real-time images of the dragon, the images are preprocessed using various image-processing techniques. The two important features are retrieved after segmentation. The analysis of variance (ANOVA) and the least absolute shrinkage and selection operator (LASSO) are used as feature selection techniques to assess the feature rank based on the mutual score. To analyze the effectiveness of the machine learning algorithms that were used, six distinct machine learning classifiers were applied to the top-ranked feature sets, and their performance was measured using seven distinct performance evaluation metrics. AdaBoost and Random Forest classifiers for the LASSO feature ranking approach got the maximum accuracy, which is 96.29%, based on a comparison of classifiers based on the ANOVA and LASSO feature set. Despite this, we have optimized the computational resources of each classifier for the LASSO feature set.

火龙果是全球农业的重要原料。尽管如此,它越来越受欢迎,并且由于其许多健康益处,在资源贫乏、环境退化的地区是一种可行的解决办法。然而,许多火龙果种植园受到这种疾病的影响,产量下降,检测系统仍然是传统的。农民缺乏疾病识别和管理专业知识,降低了作物质量和产品。因此,很少进行研究以协助需要充分农业支助的特定农民。本研究提出了一种基于农业的龙病自主识别系统,该系统采用深度分析特征选择技术。在采集到龙的实时图像后,使用各种图像处理技术对图像进行预处理。分割后提取两个重要特征。采用方差分析(ANOVA)和最小绝对收缩和选择算子(LASSO)作为特征选择技术,基于互分评估特征等级。为了分析所使用的机器学习算法的有效性,将六个不同的机器学习分类器应用于排名靠前的特征集,并使用七个不同的性能评估指标来衡量它们的性能。通过对基于ANOVA和LASSO特征集的分类器进行比较,AdaBoost和Random Forest分类器对LASSO特征排序方法的准确率最高,为96.29%。尽管如此,我们已经为LASSO特征集优化了每个分类器的计算资源。
{"title":"Addressing agricultural challenges: An identification of best feature selection technique for dragon fruit disease recognition","authors":"Rashiduzzaman Shakil ,&nbsp;Shawn Islam ,&nbsp;Yeasir Arafat Shohan ,&nbsp;Anonto Mia ,&nbsp;Aditya Rajbongshi ,&nbsp;Md Habibur Rahman ,&nbsp;Bonna Akter","doi":"10.1016/j.array.2023.100326","DOIUrl":"https://doi.org/10.1016/j.array.2023.100326","url":null,"abstract":"<div><p>Dragon fruit is a prominent substance in global agriculture. Despite this, it is gaining popularity and is a viable solution in resource-poor, environmentally degraded areas because of its many health benefits. Nevertheless, many dragon fruit plantations have been impacted by the disease, reducing their yield, and the detection system is still conventional. Farmers’ lack of disease identification and management expertise diminished crop quality and products. As a result, little research was carried out to assist those specific farmers requiring adequate agricultural support. This research has proposed an autonomous agro-based system to recognize dragon diseases using in-depth analysis of feature selection techniques. After the collection of real-time images of the dragon, the images are preprocessed using various image-processing techniques. The two important features are retrieved after segmentation. The analysis of variance (ANOVA) and the least absolute shrinkage and selection operator (LASSO) are used as feature selection techniques to assess the feature rank based on the mutual score. To analyze the effectiveness of the machine learning algorithms that were used, six distinct machine learning classifiers were applied to the top-ranked feature sets, and their performance was measured using seven distinct performance evaluation metrics. AdaBoost and Random Forest classifiers for the LASSO feature ranking approach got the maximum accuracy, which is 96.29%, based on a comparison of classifiers based on the ANOVA and LASSO feature set. Despite this, we have optimized the computational resources of each classifier for the LASSO feature set.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000516/pdfft?md5=ba7d9ce33800b2e7410939f1cf4f3973&pid=1-s2.0-S2590005623000516-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138086806","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On International Chinese Education Index Ranking in a Global Perspective 全球视野下的国际汉语教育指数排名研究
Q1 Computer Science Pub Date : 2023-11-02 DOI: 10.1016/j.array.2023.100328
Hui Chen , Zhengze Li , Xue Wang

The prominence of the Chinese language as a United Nations official language has sparked significant interest, leading to this research on international Chinese education (ICE). This study has a triple aim: firstly, to create indicators for monitoring ICE; secondly, to use these indicators to assess ICE development across nations; and thirdly, to highlight disparities and potential influencing factors for informed policy-making.

To facilitate indicator creation, we introduce an ICE index ranking system, evaluating 24 aspects grouped into three dimensions: Localization, Specialization, and Collaboration. These dimensions further categorize the 24 aspects into seven level-2 indicators, providing insights into global Chinese language education. After a thorough literature review and considering data availability, these indicators rank ICE in 153 countries.

For evaluation, we objectively assess indicators by assigning weights based on expert opinions. The results demonstrate that the categorized and ranked indicators offer valuable insights into global ICE development. Cluster analysis reveals diverse patterns of ICE development, with distinct areas requiring improvement across nations.

To illustrate further, we conduct a correlation analysis using an external dataset encompassing five main components: Economic Ties, Geographical Distance, Cultural Ties, Government Policies, and China's Image. The findings indicate that countries with strong economic ties to China tend to excel in all three ICE dimensions. Additionally, nations with higher numbers of tourists visiting China generally achieve higher ICE scores.

汉语作为联合国官方语言的突出地位引起了人们极大的兴趣,导致了对国际汉语教育(ICE)的研究。本研究有三个目的:首先,创建监测ICE的指标;其次,使用这些指标来评估各国的ICE发展情况;第三,突出差异和潜在的影响因素,促进知情决策。为了方便创建指标,我们引入了ICE指数排名系统,评估了24个方面,分为三个维度:本地化、专业化和协作。这些维度进一步将24个方面划分为7个二级指标,为全球汉语教育提供了见解。经过全面的文献回顾并考虑到数据的可用性,这些指标对153个国家的ICE进行了排名。在评价方面,我们根据专家意见分配权重,客观地评价指标。结果表明,分类和排名指标为全球ICE发展提供了有价值的见解。聚类分析揭示了ICE发展的不同模式,各国有不同的领域需要改进。为了进一步说明,我们使用包含五个主要组成部分的外部数据集进行了相关性分析:经济联系、地理距离、文化联系、政府政策和中国形象。研究结果表明,与中国经济关系密切的国家往往在所有三个ICE维度上都表现出色。此外,访问中国的游客数量较多的国家通常会获得更高的ICE分数。
{"title":"On International Chinese Education Index Ranking in a Global Perspective","authors":"Hui Chen ,&nbsp;Zhengze Li ,&nbsp;Xue Wang","doi":"10.1016/j.array.2023.100328","DOIUrl":"https://doi.org/10.1016/j.array.2023.100328","url":null,"abstract":"<div><p>The prominence of the Chinese language as a United Nations official language has sparked significant interest, leading to this research on international Chinese education (ICE). This study has a triple aim: firstly, to create indicators for monitoring ICE; secondly, to use these indicators to assess ICE development across nations; and thirdly, to highlight disparities and potential influencing factors for informed policy-making.</p><p>To facilitate indicator creation, we introduce an ICE index ranking system, evaluating 24 aspects grouped into three dimensions: Localization, Specialization, and Collaboration. These dimensions further categorize the 24 aspects into seven level-2 indicators, providing insights into global Chinese language education. After a thorough literature review and considering data availability, these indicators rank ICE in 153 countries.</p><p>For evaluation, we objectively assess indicators by assigning weights based on expert opinions. The results demonstrate that the categorized and ranked indicators offer valuable insights into global ICE development. Cluster analysis reveals diverse patterns of ICE development, with distinct areas requiring improvement across nations.</p><p>To illustrate further, we conduct a correlation analysis using an external dataset encompassing five main components: Economic Ties, Geographical Distance, Cultural Ties, Government Policies, and China's Image. The findings indicate that countries with strong economic ties to China tend to excel in all three ICE dimensions. Additionally, nations with higher numbers of tourists visiting China generally achieve higher ICE scores.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S259000562300053X/pdfft?md5=8abf86d9cf6a88e981240ff29925d406&pid=1-s2.0-S259000562300053X-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138086810","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Real-time risk assessment of road vehicles based on inverse perspective mapping 基于反透视映射的道路车辆实时风险评估
Q1 Computer Science Pub Date : 2023-10-31 DOI: 10.1016/j.array.2023.100325
Qin Shi , Yan Chen , Haoxiang Liang

Pan/Tilt/Zoom (PTZ) cameras play an important role in traffic scenes due to their wide monitoring fields and high flexibility. However, since the focal length and angle of PTZ cameras change irregularly with the monitoring needs, it is difficult to obtain accurate physical information about the real world from the image information of PTZ cameras. Aiming to address the need for real-time risk assessment of road vehicles in traffic monitoring scenarios, a vehicle position and velocity measurement scheme based on camera inverse perspective transformation is proposed, along with a method for real-time risk assessment based on the position and velocity. Specifically, Firstly, the vehicle target in the video is detected and tracked by deep learning YOLO detection algorithm and optical flow tracking algorithm. According to the obtained trajectory set, the vanishing points in the road direction are calculated by Cascade Hough Transform and the road marking lines are detected. Then, according to the vanishing point and marking line, the camera calibration task is accomplished via exploratory focal length. After camera calibration, the camera-to-road inverse perspective transformation is applied to project the image plane onto the road surface and obtain, the actual position information of vehicles. Finally, the vehicle speed measurement and real-time road risk assessment are achieved by calculating the average of instantaneous velocities across multiple frames. Simulation experiment results in a traffic monitoring scenario demonstrate that this perspective-based method for real-time road vehicle risk assessment achieves good stability and practicality, which meets the requirements for vehicle speed measurement and real-time road risk assessment.

平移/倾斜/变焦(PTZ)摄像机以其广泛的监控领域和高度的灵活性在交通场景中发挥着重要作用。然而,由于PTZ摄像机的焦距和角度会随着监控需求的变化而发生不规则的变化,因此很难从PTZ摄像机的图像信息中获得真实世界的准确物理信息。针对交通监控场景下道路车辆实时风险评估的需求,提出了一种基于摄像头反视角变换的车辆位置和速度测量方案,以及基于位置和速度的实时风险评估方法。具体而言,首先采用深度学习YOLO检测算法和光流跟踪算法对视频中的车辆目标进行检测和跟踪;根据得到的轨迹集,利用Cascade Hough变换计算道路方向上的消失点,检测道路标记线。然后,根据消失点和标记线,通过探索焦距完成摄像机标定任务。摄像机标定后,应用摄像机到道路的逆透视变换,将图像平面投影到路面上,得到车辆的实际位置信息。最后,通过计算多帧瞬时速度的平均值,实现车辆速度测量和实时道路风险评估。交通监控场景的仿真实验结果表明,基于视角的道路车辆实时风险评估方法具有良好的稳定性和实用性,满足了车辆测速和实时道路风险评估的要求。
{"title":"Real-time risk assessment of road vehicles based on inverse perspective mapping","authors":"Qin Shi ,&nbsp;Yan Chen ,&nbsp;Haoxiang Liang","doi":"10.1016/j.array.2023.100325","DOIUrl":"https://doi.org/10.1016/j.array.2023.100325","url":null,"abstract":"<div><p>Pan/Tilt/Zoom (PTZ) cameras play an important role in traffic scenes due to their wide monitoring fields and high flexibility. However, since the focal length and angle of PTZ cameras change irregularly with the monitoring needs, it is difficult to obtain accurate physical information about the real world from the image information of PTZ cameras. Aiming to address the need for real-time risk assessment of road vehicles in traffic monitoring scenarios, a vehicle position and velocity measurement scheme based on camera inverse perspective transformation is proposed, along with a method for real-time risk assessment based on the position and velocity. Specifically, Firstly, the vehicle target in the video is detected and tracked by deep learning YOLO detection algorithm and optical flow tracking algorithm. According to the obtained trajectory set, the vanishing points in the road direction are calculated by Cascade Hough Transform and the road marking lines are detected. Then, according to the vanishing point and marking line, the camera calibration task is accomplished via exploratory focal length. After camera calibration, the camera-to-road inverse perspective transformation is applied to project the image plane onto the road surface and obtain, the actual position information of vehicles. Finally, the vehicle speed measurement and real-time road risk assessment are achieved by calculating the average of instantaneous velocities across multiple frames. Simulation experiment results in a traffic monitoring scenario demonstrate that this perspective-based method for real-time road vehicle risk assessment achieves good stability and practicality, which meets the requirements for vehicle speed measurement and real-time road risk assessment.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000504/pdfft?md5=603e38f95b92deff16c80d0971d0ed44&pid=1-s2.0-S2590005623000504-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138086804","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A CNN based multifaceted signal processing framework for heart rate proctoring using Millimeter wave radar ballistocardiography 一种基于CNN的多层信号处理框架,用于毫米波雷达弹道心动图的心率监测
Q1 Computer Science Pub Date : 2023-10-28 DOI: 10.1016/j.array.2023.100327
Rafid Umayer Murshed , Md. Abrar Istiak , Md. Toufiqur Rahman , Zulqarnain Bin Ashraf , Md. Saheed Ullah , Mohammad Saquib

The recent pandemic has refocused the medical world’s attention on the diagnostic techniques associated with cardiovascular disease. Heart rate provides a real-time snapshot of cardiovascular health. A more precise heart rate reading enables a better understanding of cardiac muscle activity. Although many existing diagnostic techniques are approaching the limits of perfection, there remains potential for further development. In this paper, we propose MIBINET, a novel multifaceted approach for real-time proctoring of heart rate from Millimeter wave (mm-wave) radar ballistocardiography signals via inter-beat-interval (IBI) using a convolutional neural NETwork (CNN). The central theme of our approach is to synergize the feature extraction capabilities of CNN with novel signal processing techniques, resulting in enhanced estimation accuracy while simultaneously reducing computational complexity. This proposed network can be used in hospitals, homes, and passenger vehicles due to its lightweight and contactless properties. It employs classical signal processing prior to fitting the data into the network. Although MIBINET is primarily designed to work on mm-wave signals, it is found equally effective on signals of various modalities such as PCG, ECG, and PPG. Our approach outperforms state-of-the-art techniques by more than 5% in inter-beat-interval (IBI) estimation accuracy. The architecture achieves a 98.73% correlation coefficient and a 20.69 ms Root-Mean-Square Error (RMSE) over 11 different test subjects. The paper contributes by being the first to apply CNN-based feature extraction in concert with unique signal processing strategies to mm-wave radar data for heart rate monitoring. Our methodology also introduces a synthetic IBI augmentation technique, custom loss function, and novel post-processing methods, all contributing to the robust performance of the model in various settings and modalities.

最近的大流行使医学界的注意力重新集中在与心血管疾病相关的诊断技术上。心率提供了心血管健康的实时快照。更精确的心率读数可以更好地了解心肌活动。虽然许多现有的诊断技术正在接近完美的极限,但仍有进一步发展的潜力。在本文中,我们提出了MIBINET,这是一种利用卷积神经网络(CNN)通过心跳间隔(IBI)从毫米波(mm-wave)雷达弹道心动图信号实时监测心率的新方法。我们的方法的中心主题是将CNN的特征提取能力与新的信号处理技术相结合,从而提高估计精度,同时降低计算复杂度。由于其轻量化和非接触式特性,该网络可用于医院、家庭和乘用车。在将数据拟合到网络之前,它采用经典的信号处理。虽然MIBINET主要设计用于毫米波信号,但它对各种模式的信号(如PCG, ECG和PPG)同样有效。我们的方法比最先进的技术在间歇(IBI)估计精度上高出5%以上。该架构在11个不同的测试对象上实现了98.73%的相关系数和20.69 ms的均方根误差(RMSE)。本文的贡献在于首次将基于cnn的特征提取与独特的信号处理策略应用于毫米波雷达数据的心率监测。我们的方法还引入了一种合成的IBI增强技术、自定义损失函数和新的后处理方法,所有这些都有助于模型在各种设置和模式下的鲁棒性能。
{"title":"A CNN based multifaceted signal processing framework for heart rate proctoring using Millimeter wave radar ballistocardiography","authors":"Rafid Umayer Murshed ,&nbsp;Md. Abrar Istiak ,&nbsp;Md. Toufiqur Rahman ,&nbsp;Zulqarnain Bin Ashraf ,&nbsp;Md. Saheed Ullah ,&nbsp;Mohammad Saquib","doi":"10.1016/j.array.2023.100327","DOIUrl":"https://doi.org/10.1016/j.array.2023.100327","url":null,"abstract":"<div><p>The recent pandemic has refocused the medical world’s attention on the diagnostic techniques associated with cardiovascular disease. Heart rate provides a real-time snapshot of cardiovascular health. A more precise heart rate reading enables a better understanding of cardiac muscle activity. Although many existing diagnostic techniques are approaching the limits of perfection, there remains potential for further development. In this paper, we propose MIBINET, a novel multifaceted approach for real-time proctoring of heart rate from <strong>M</strong>illimeter wave (mm-wave) radar ballistocardiography signals via inter-beat-interval (<strong>IBI</strong>) using a convolutional neural <strong>NET</strong>work (CNN). The central theme of our approach is to synergize the feature extraction capabilities of CNN with novel signal processing techniques, resulting in enhanced estimation accuracy while simultaneously reducing computational complexity. This proposed network can be used in hospitals, homes, and passenger vehicles due to its lightweight and contactless properties. It employs classical signal processing prior to fitting the data into the network. Although MIBINET is primarily designed to work on mm-wave signals, it is found equally effective on signals of various modalities such as PCG, ECG, and PPG. Our approach outperforms state-of-the-art techniques by more than 5% in inter-beat-interval (IBI) estimation accuracy. The architecture achieves a 98.73% correlation coefficient and a 20.69 ms Root-Mean-Square Error (RMSE) over 11 different test subjects. The paper contributes by being the first to apply CNN-based feature extraction in concert with unique signal processing strategies to mm-wave radar data for heart rate monitoring. Our methodology also introduces a synthetic IBI augmentation technique, custom loss function, and novel post-processing methods, all contributing to the robust performance of the model in various settings and modalities.</p></div>","PeriodicalId":8417,"journal":{"name":"Array","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S2590005623000528/pdfft?md5=1ee5b581501a206bfdef0f20bd9711c6&pid=1-s2.0-S2590005623000528-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138087190","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Array
全部 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