首页 > 最新文献

2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)最新文献

英文 中文
A Multi-Embeddings Approach Coupled with Deep Learning for Arabic Named Entity Recognition 结合深度学习的阿拉伯语命名实体识别多嵌入方法
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257975
Abeer Youssef, M. Elattar, S. El-Beltagy
Named Entity Recognition (NER) is an important task in many natural language processing applications. There are several studies that have focused on NER for the English language. However, there are some limitations when applying the current methodologies directly on the Arabic language text. Recent studies have shown the effectiveness of pooled contextual embedding representations and significant improvements in English NER tasks. This work investigates the performance of pooled contextual embeddings and bidirectional encoder representations from Transformers (BERT) model when used for NER on the Arabic language while addressing Arabic specific issues. The proposed method is an end-to-end deep learning model that utilizes a combination of pre-trained word embeddings, pooled contextual embeddings, and BERT model. Embeddings are then fed into bidirectional long-short term memory networks with a conditional random field. Different types of classical and contextual embeddings were experimented to pool for the best model. The proposed method achieves an F1 score of 77.62% on the AQMAR dataset, outperforming all previously published results of deep learning, and non-deep learning models on the same dataset. The presented results also surpass those of the wining system for the same task on the same data in the Topcoder website competition.
命名实体识别(NER)是许多自然语言处理应用中的一项重要任务。有几项研究集中在英语的NER上。但是,在将目前的方法直接应用于阿拉伯文文本时存在一些限制。最近的研究表明了集合上下文嵌入表示的有效性,并显著改善了英语NER任务。这项工作研究了在解决阿拉伯语特定问题的同时,将变形器(BERT)模型的混合上下文嵌入和双向编码器表示用于阿拉伯语的NER时的性能。提出的方法是一种端到端深度学习模型,该模型结合了预训练词嵌入、池上下文嵌入和BERT模型。然后将嵌入输入到具有条件随机场的双向长短期记忆网络中。对不同类型的经典嵌入和上下文嵌入进行了实验,以获得最佳模型。该方法在AQMAR数据集上取得了77.62%的F1分数,优于之前发表的所有深度学习和非深度学习模型在同一数据集上的结果。所提出的结果也超过了Topcoder网站比赛中相同数据上相同任务的获奖系统。
{"title":"A Multi-Embeddings Approach Coupled with Deep Learning for Arabic Named Entity Recognition","authors":"Abeer Youssef, M. Elattar, S. El-Beltagy","doi":"10.1109/NILES50944.2020.9257975","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257975","url":null,"abstract":"Named Entity Recognition (NER) is an important task in many natural language processing applications. There are several studies that have focused on NER for the English language. However, there are some limitations when applying the current methodologies directly on the Arabic language text. Recent studies have shown the effectiveness of pooled contextual embedding representations and significant improvements in English NER tasks. This work investigates the performance of pooled contextual embeddings and bidirectional encoder representations from Transformers (BERT) model when used for NER on the Arabic language while addressing Arabic specific issues. The proposed method is an end-to-end deep learning model that utilizes a combination of pre-trained word embeddings, pooled contextual embeddings, and BERT model. Embeddings are then fed into bidirectional long-short term memory networks with a conditional random field. Different types of classical and contextual embeddings were experimented to pool for the best model. The proposed method achieves an F1 score of 77.62% on the AQMAR dataset, outperforming all previously published results of deep learning, and non-deep learning models on the same dataset. The presented results also surpass those of the wining system for the same task on the same data in the Topcoder website competition.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126722217","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Improved Semantic Segmentation of Low-Resolution 3D Point Clouds Using Supervised Domain Adaptation 基于监督域自适应的低分辨率三维点云改进语义分割
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257903
Asmaa Elhadidy, Mohamed Afifi, Mohammed Hassoubah, Yara Ali, M. Elhelw
One of the key challenges in applying deep learning to solve real-life problems is the lack of large annotated datasets. Furthermore, for a deep learning model to perform well on the test set, all samples in the training and test sets should be independent and identically distributed (i.i.d.), which means that test samples should be similar to the samples that were used to train the model. In many cases, however, the underlying training and test set distributions are different. In such cases, it is common to adapt the test samples by transforming them to their equivalent counterparts in the domain of the training data before being processed by the deep learning model. In this paper, we perform domain adaptation of low-resolution 8, 16 and 32 channels LiDAR 3D point clouds projected on 2D spherical images in order to improve the quality of semantic segmentation tasks. To achieve this, the low-resolution 3D point clouds are transformed using an end-to-end supervised learning approach to spherical images that are very similar to those obtained by projecting high-resolution 64 channels LiDAR point clouds, without changing the underlying structure of the scene. The proposed framework is evaluated by training a semantic segmentation model on 64 channels LiDAR clouds from the Semantic KITTI dataset [1] and using this model to segment 8, 16 and 32 channel point clouds after adapting them using our framework. The results obtained from carried out experiments demonstrate the effectiveness of our framework where segmentation results surpassed those obtained with nearest neighbor interpolation methods.
将深度学习应用于解决现实问题的关键挑战之一是缺乏大型注释数据集。此外,为了使深度学习模型在测试集上表现良好,训练集和测试集中的所有样本都应该是独立且同分布的(i.i.d),这意味着测试样本应该与用于训练模型的样本相似。然而,在许多情况下,底层的训练集和测试集分布是不同的。在这种情况下,在深度学习模型处理之前,通常通过将测试样本转换为训练数据域中的等效对应来调整测试样本。在本文中,为了提高语义分割任务的质量,我们对投射在二维球面图像上的低分辨率8、16和32通道LiDAR 3D点云进行了域适应。为了实现这一目标,使用端到端监督学习方法将低分辨率3D点云转换为球形图像,这些图像与投影高分辨率64通道LiDAR点云获得的图像非常相似,而不改变场景的底层结构。通过对来自semantic KITTI数据集[1]的64通道LiDAR云进行语义分割模型训练,并使用该模型对使用我们的框架进行调整后的8、16和32通道点云进行分割,对所提出的框架进行了评估。实验结果证明了该框架的有效性,分割结果优于最近邻插值方法。
{"title":"Improved Semantic Segmentation of Low-Resolution 3D Point Clouds Using Supervised Domain Adaptation","authors":"Asmaa Elhadidy, Mohamed Afifi, Mohammed Hassoubah, Yara Ali, M. Elhelw","doi":"10.1109/NILES50944.2020.9257903","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257903","url":null,"abstract":"One of the key challenges in applying deep learning to solve real-life problems is the lack of large annotated datasets. Furthermore, for a deep learning model to perform well on the test set, all samples in the training and test sets should be independent and identically distributed (i.i.d.), which means that test samples should be similar to the samples that were used to train the model. In many cases, however, the underlying training and test set distributions are different. In such cases, it is common to adapt the test samples by transforming them to their equivalent counterparts in the domain of the training data before being processed by the deep learning model. In this paper, we perform domain adaptation of low-resolution 8, 16 and 32 channels LiDAR 3D point clouds projected on 2D spherical images in order to improve the quality of semantic segmentation tasks. To achieve this, the low-resolution 3D point clouds are transformed using an end-to-end supervised learning approach to spherical images that are very similar to those obtained by projecting high-resolution 64 channels LiDAR point clouds, without changing the underlying structure of the scene. The proposed framework is evaluated by training a semantic segmentation model on 64 channels LiDAR clouds from the Semantic KITTI dataset [1] and using this model to segment 8, 16 and 32 channel point clouds after adapting them using our framework. The results obtained from carried out experiments demonstrate the effectiveness of our framework where segmentation results surpassed those obtained with nearest neighbor interpolation methods.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125970120","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Optimizing SCAPS model for perovskite solar cell equivalent circuit with utilizing Matlab-based parasitic resistance estimator algorithm 利用基于matlab的寄生电阻估计算法优化钙钛矿太阳能电池等效电路的SCAPS模型
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257929
Ahmed A. Eid, Zahraa S. Ismail, S. Abdellatif
Perovskite solar cells (PSCs) showed a booming trend due to its tunability as well as simplicity in fabrication. Researchers invested in exploring an appropriate equivalent circuit capable of describing the J-V curves of the PSCs as well as illustrating the physical phenomena associated with optical absorption and carrier transportation. In the same context, we propose a modified SCAPS model to demonstrate the optoelectronic behavior of PSCs through estimating the parasitic elements in the form of resistive and capacitive components. A previously reported PSC was selected as a reference where our enhanced model recorded only 4% mismatching. J-V, E-K and C-V curves have been simulated and analyzed where the appearance of the capacitive impact due to E-K charge accumulation has been addressed.
钙钛矿太阳能电池(PSCs)由于其可调性和制造简单而呈现出蓬勃发展的趋势。研究人员投资于探索一种合适的等效电路,能够描述psc的J-V曲线,并说明与光吸收和载流子输运相关的物理现象。在相同的背景下,我们提出了一个改进的SCAPS模型,通过估计电阻和电容元件形式的寄生元件来展示PSCs的光电行为。先前报道的PSC被选择作为参考,我们的增强模型只记录了4%的不匹配。J-V, E-K和C-V曲线进行了模拟和分析,其中解决了由于E-K电荷积累引起的电容性影响的外观。
{"title":"Optimizing SCAPS model for perovskite solar cell equivalent circuit with utilizing Matlab-based parasitic resistance estimator algorithm","authors":"Ahmed A. Eid, Zahraa S. Ismail, S. Abdellatif","doi":"10.1109/NILES50944.2020.9257929","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257929","url":null,"abstract":"Perovskite solar cells (PSCs) showed a booming trend due to its tunability as well as simplicity in fabrication. Researchers invested in exploring an appropriate equivalent circuit capable of describing the J-V curves of the PSCs as well as illustrating the physical phenomena associated with optical absorption and carrier transportation. In the same context, we propose a modified SCAPS model to demonstrate the optoelectronic behavior of PSCs through estimating the parasitic elements in the form of resistive and capacitive components. A previously reported PSC was selected as a reference where our enhanced model recorded only 4% mismatching. J-V, E-K and C-V curves have been simulated and analyzed where the appearance of the capacitive impact due to E-K charge accumulation has been addressed.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133992115","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Probabilistic Time Series Forecasting for Unconventional Oil and Gas Producing Wells 非常规油气生产井概率时间序列预测
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257962
Hadeel Afifi, M. Elmahdy, M. E. Saban, Mervat Abu-Elkheir
Time-series forecasting, the process of predicting values in the future given the present and previous history, is a challenging problem to tackle. Deterministic forecasting methods were thoroughly investigated but had limitations regarding reliability. Recent research efforts are exploring the advantages that come with probabilistic forecasting. The need to have large datasets for time-series to build more generalized models and thus being less dependent on data augmentation is also driving efforts to collect comprehensive data. This paper proposes a machine learning model to estimate prediction intervals on a large oil production dataset. Prediction intervals are estimated at different percentiles. Prediction Interval Coverage Probability (PICP) and Prediction Interval Normalized Average Width (PINAW) metrics are used for performance evaluation. The best results are obtained by removing trend and using differencing.
时间序列预测,即根据当前和过去的历史预测未来价值的过程,是一个具有挑战性的问题。确定性预测方法被深入研究,但在可靠性方面存在局限性。最近的研究工作正在探索概率预测带来的优势。需要有大型时间序列数据集来构建更一般化的模型,从而减少对数据扩充的依赖,这也推动了收集全面数据的努力。本文提出了一种机器学习模型来估计大型石油生产数据集的预测区间。预测区间以不同的百分位数估计。预测区间覆盖概率(PICP)和预测区间归一化平均宽度(PINAW)指标用于性能评估。采用去趋势法和差分法得到了最好的结果。
{"title":"Probabilistic Time Series Forecasting for Unconventional Oil and Gas Producing Wells","authors":"Hadeel Afifi, M. Elmahdy, M. E. Saban, Mervat Abu-Elkheir","doi":"10.1109/NILES50944.2020.9257962","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257962","url":null,"abstract":"Time-series forecasting, the process of predicting values in the future given the present and previous history, is a challenging problem to tackle. Deterministic forecasting methods were thoroughly investigated but had limitations regarding reliability. Recent research efforts are exploring the advantages that come with probabilistic forecasting. The need to have large datasets for time-series to build more generalized models and thus being less dependent on data augmentation is also driving efforts to collect comprehensive data. This paper proposes a machine learning model to estimate prediction intervals on a large oil production dataset. Prediction intervals are estimated at different percentiles. Prediction Interval Coverage Probability (PICP) and Prediction Interval Normalized Average Width (PINAW) metrics are used for performance evaluation. The best results are obtained by removing trend and using differencing.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127802083","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
An MTCMOS Subthreshold-Leakage Reduction Algorithm 一种MTCMOS亚阈值泄漏降低算法
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257933
S. Sharroush
CMOS circuits that contain multiple branches in the pull-down network (PDN) suffer from the trade-off between the leakage-power reduction and the improvement of the propagation delay. As a solution, multiple threshold voltages can be used in order to reduce the subthreshold leakage in some paths while maintaining the speed requirement in others. In this paper, a novel multiple threshold-voltage CMOS (MTCMOS) subthreshold-leakage reduction algorithm is presented that optimizes the design of CMOS circuits with several branches in the PDN. Specifically, the threshold voltages of certain devices in the PDN are increased in order to reduce the subthreshold leakage while keeping the current-driving capabilities of these devices within certain limits in order not to degrade the performance. Simulation results using the 45 nm CMOS technology confirms this reduction with no speed penalty.
在下拉网络(PDN)中包含多个支路的CMOS电路需要在降低泄漏功率和改善传播延迟之间进行权衡。作为一种解决方案,可以使用多个阈值电压,以减少某些路径的亚阈值泄漏,同时保持其他路径的速度要求。本文提出了一种新的多阈值电压CMOS (MTCMOS)亚阈值泄漏降低算法,该算法对PDN中多支路CMOS电路的设计进行了优化。具体来说,提高PDN中某些器件的阈值电压是为了减少亚阈值泄漏,同时将这些器件的电流驱动能力保持在一定范围内,以免降低性能。使用45纳米CMOS技术的仿真结果证实了这种降低,没有速度损失。
{"title":"An MTCMOS Subthreshold-Leakage Reduction Algorithm","authors":"S. Sharroush","doi":"10.1109/NILES50944.2020.9257933","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257933","url":null,"abstract":"CMOS circuits that contain multiple branches in the pull-down network (PDN) suffer from the trade-off between the leakage-power reduction and the improvement of the propagation delay. As a solution, multiple threshold voltages can be used in order to reduce the subthreshold leakage in some paths while maintaining the speed requirement in others. In this paper, a novel multiple threshold-voltage CMOS (MTCMOS) subthreshold-leakage reduction algorithm is presented that optimizes the design of CMOS circuits with several branches in the PDN. Specifically, the threshold voltages of certain devices in the PDN are increased in order to reduce the subthreshold leakage while keeping the current-driving capabilities of these devices within certain limits in order not to degrade the performance. Simulation results using the 45 nm CMOS technology confirms this reduction with no speed penalty.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129248380","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Comparing Machine Learning Models For Predicting Water Pipelines Condition 预测水管状况的机器学习模型比较
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257945
N. Elshaboury, M. Marzouk
The majority of water pipelines suffer severe deterioration and degradation challenges. Therefore, this research aims at developing machine learning models that forecast the structural condition of water pipelines. The models are implemented using several techniques, including multiple linear regression, feed-forward neural network, general regression neural network, and support vector regression models. The performance of the aforementioned models is evaluated by measuring the coefficient of determination and root mean squared error using cross-validation. The results show that the general regression neural network model outperforms the other models with respect to the applied metrics. The models are developed using data collected from a water distribution network in Shaker Al-Bahery, Qalyubia Governorate, Egypt. The developed model is expected to assist the water municipality in allocating budget efficiently as well as scheduling of the needed intervention strategies.
大多数输水管道都面临着严重的老化和退化问题。因此,本研究旨在开发预测输水管道结构状况的机器学习模型。模型采用多种技术实现,包括多元线性回归、前馈神经网络、一般回归神经网络和支持向量回归模型。通过交叉验证测量决定系数和均方根误差来评估上述模型的性能。结果表明,广义回归神经网络模型在应用指标方面优于其他模型。这些模型是利用从埃及Qalyubia省Shaker Al-Bahery供水网络收集的数据开发的。开发的模型预计将协助水务市政当局有效地分配预算以及安排所需的干预策略。
{"title":"Comparing Machine Learning Models For Predicting Water Pipelines Condition","authors":"N. Elshaboury, M. Marzouk","doi":"10.1109/NILES50944.2020.9257945","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257945","url":null,"abstract":"The majority of water pipelines suffer severe deterioration and degradation challenges. Therefore, this research aims at developing machine learning models that forecast the structural condition of water pipelines. The models are implemented using several techniques, including multiple linear regression, feed-forward neural network, general regression neural network, and support vector regression models. The performance of the aforementioned models is evaluated by measuring the coefficient of determination and root mean squared error using cross-validation. The results show that the general regression neural network model outperforms the other models with respect to the applied metrics. The models are developed using data collected from a water distribution network in Shaker Al-Bahery, Qalyubia Governorate, Egypt. The developed model is expected to assist the water municipality in allocating budget efficiently as well as scheduling of the needed intervention strategies.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115255548","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Dynamic Programming Applications: A Suvrvey 动态规划应用:调查
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257968
A. Tarek, H. Elsayed, M. Rashad, Manar Hassan, Passant El-Kafrawy
Dynamic programming is a mathematical optimization first invented in 1950s and lived till our times to make optimizations and reduce complexity in several different fields like bioinformatics, Electric vehicles, energy consumption, medical field and much more as a proof of being a powerful technique. In this paper, the various fields and aspects in which Dynamic programming has a significant contribution are surveyed.
动态规划是一种数学优化,最早发明于20世纪50年代,直到我们的时代,在生物信息学,电动汽车,能源消耗,医疗领域等多个不同领域进行优化和降低复杂性,证明了它是一种强大的技术。本文综述了动态规划在各个领域和方面的重要贡献。
{"title":"Dynamic Programming Applications: A Suvrvey","authors":"A. Tarek, H. Elsayed, M. Rashad, Manar Hassan, Passant El-Kafrawy","doi":"10.1109/NILES50944.2020.9257968","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257968","url":null,"abstract":"Dynamic programming is a mathematical optimization first invented in 1950s and lived till our times to make optimizations and reduce complexity in several different fields like bioinformatics, Electric vehicles, energy consumption, medical field and much more as a proof of being a powerful technique. In this paper, the various fields and aspects in which Dynamic programming has a significant contribution are surveyed.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114607344","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Self-Organizing Maps to Assess Rehabilitation Progress of Post-Stroke Patients 自组织地图评估脑卒中后患者康复进展
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257927
Hussein Sarwat, M. Awad, S. Maged, Hassan Sarwat
The scarcity of adequate rehabilitation and treatment centers for post-stroke patients, a relatively common disease among the Egyptian populace, and the lack of awareness and trained physiotherapists, causes many patients to forgo treatment until they are transported to the hospital. Even then, the high cost of treatment will impede most rehabilitation attempts to those who survive. Thankfully, rehabilitation robotics can be used to replace the need for trained physiotherapists. This paper uses the Myo armband as a rehabilitation assessment device, tracking the progress of Post-Stroke patients and comparing them with healthy subjects. By taking a total of 60 samples from 3 healthy subjects and using self-organizing maps, a clustering system that can differentiate between regular and irregular motions using kinematic data with less than 10% error was produced.
中风后患者是埃及民众中比较常见的疾病,由于缺乏适当的康复和治疗中心,再加上缺乏认识和训练有素的物理治疗师,导致许多患者在被送往医院之前放弃治疗。即便如此,高昂的治疗费用仍将阻碍那些幸存者的大多数康复尝试。值得庆幸的是,康复机器人可以用来取代对训练有素的物理治疗师的需求。本文采用Myo臂带作为一种康复评估装置,跟踪脑卒中后患者的康复进展,并与健康受试者进行比较。通过从3名健康受试者中抽取60个样本,并使用自组织图,产生了一个可以使用运动学数据区分规则和不规则运动的聚类系统,误差小于10%。
{"title":"Self-Organizing Maps to Assess Rehabilitation Progress of Post-Stroke Patients","authors":"Hussein Sarwat, M. Awad, S. Maged, Hassan Sarwat","doi":"10.1109/NILES50944.2020.9257927","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257927","url":null,"abstract":"The scarcity of adequate rehabilitation and treatment centers for post-stroke patients, a relatively common disease among the Egyptian populace, and the lack of awareness and trained physiotherapists, causes many patients to forgo treatment until they are transported to the hospital. Even then, the high cost of treatment will impede most rehabilitation attempts to those who survive. Thankfully, rehabilitation robotics can be used to replace the need for trained physiotherapists. This paper uses the Myo armband as a rehabilitation assessment device, tracking the progress of Post-Stroke patients and comparing them with healthy subjects. By taking a total of 60 samples from 3 healthy subjects and using self-organizing maps, a clustering system that can differentiate between regular and irregular motions using kinematic data with less than 10% error was produced.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114684169","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A Novel Optical Micro Ring Resonator Biosensor Design using Lithium Niobate on Insulator (LNOI) to Detect The Concentration of Glucose 利用绝缘体上铌酸锂(LNOI)检测葡萄糖浓度的新型光学微环谐振器生物传感器设计
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257944
Md Ashif Uddin, M. Maswood, Uzzwal Kumar Dey, Abdullah G. Alharbi, Moriom Akter
Sensing is not only essential but also unavoidable in the medical fields to analyze different types of biological samples for diagnostic purposes. Although, the conventional laboratory based sensing method provides high accuracy, sometimes, it is not suitable in terms of cost, sensing time, and amount of samples needed for sensing. In this work, we design a novel optical micro ring resonator biosensor utilizing the properties of lithium niobate (LiNbO3) on insulator (LNOI) to detect the concentration of glucose in blood and urine. Optical micro ring resonator attracts researchers in the biomedical field for their compactness, tenability, and low cost. Moreover, LNOI offers some special properties like favorable optical, mechanical, pieozoelectrical, photoelastic, photorefractive, and photovoltaic properties. First, various samples of devices were designed in COMSOL to perform the modal analysis. Then, these devices were implemented in Opti-FDTD to evaluate the performance of the sensor. By varying different parameters like rib height and width, we optimized the structure of the device where rib height, rib width, top layer width of LiNbO3, ring radius, and the distance between ring and waveguide are 0.56 µm, 0.5 µm, 0.16 µm, 15 µm, and approximately 70 to 80 nm, respectively. This optimized structure shows high quality (Q) factor, sharp resonance wavelength, and more distance between two resonance wavelengths of two different concentration of glucose. For sensing purpose, Gaussian modulated continuous wave of 1545 nm wavelength was used as input and best results in output were obtained at 1250 to 1280 nm wavelength.
在医学领域,为了分析不同类型的生物样本以进行诊断,传感不仅是必不可少的,而且是不可避免的。传统的基于实验室的传感方法虽然具有较高的精度,但有时在成本、传感时间和传感所需的样本量等方面并不适用。在这项工作中,我们设计了一种新型的光学微环谐振器生物传感器,利用铌酸锂(LiNbO3)在绝缘体(LNOI)上的特性来检测血液和尿液中的葡萄糖浓度。光学微环谐振器以其紧凑、耐用、低成本等优点吸引了生物医学领域的研究人员。此外,LNOI还具有良好的光学、机械、压电、光弹性、光折变和光伏性能等特殊性能。首先,在COMSOL中设计了各种器件样品,进行了模态分析。然后,在Opti-FDTD中实现了这些器件,以评估传感器的性能。通过改变肋高和宽度等参数,优化了器件结构,肋高为0.56µm,肋宽为0.5µm, LiNbO3顶层宽度为0.16µm,环半径为15µm,环与波导之间的距离约为70 ~ 80 nm。优化后的结构具有高质量(Q)因子,共振波长尖锐,两种不同浓度葡萄糖的共振波长之间的距离更大的特点。出于传感目的,采用1545 nm波长的高斯调制连续波作为输入,在1250 ~ 1280 nm波长处输出效果最好。
{"title":"A Novel Optical Micro Ring Resonator Biosensor Design using Lithium Niobate on Insulator (LNOI) to Detect The Concentration of Glucose","authors":"Md Ashif Uddin, M. Maswood, Uzzwal Kumar Dey, Abdullah G. Alharbi, Moriom Akter","doi":"10.1109/NILES50944.2020.9257944","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257944","url":null,"abstract":"Sensing is not only essential but also unavoidable in the medical fields to analyze different types of biological samples for diagnostic purposes. Although, the conventional laboratory based sensing method provides high accuracy, sometimes, it is not suitable in terms of cost, sensing time, and amount of samples needed for sensing. In this work, we design a novel optical micro ring resonator biosensor utilizing the properties of lithium niobate (LiNbO3) on insulator (LNOI) to detect the concentration of glucose in blood and urine. Optical micro ring resonator attracts researchers in the biomedical field for their compactness, tenability, and low cost. Moreover, LNOI offers some special properties like favorable optical, mechanical, pieozoelectrical, photoelastic, photorefractive, and photovoltaic properties. First, various samples of devices were designed in COMSOL to perform the modal analysis. Then, these devices were implemented in Opti-FDTD to evaluate the performance of the sensor. By varying different parameters like rib height and width, we optimized the structure of the device where rib height, rib width, top layer width of LiNbO3, ring radius, and the distance between ring and waveguide are 0.56 µm, 0.5 µm, 0.16 µm, 15 µm, and approximately 70 to 80 nm, respectively. This optimized structure shows high quality (Q) factor, sharp resonance wavelength, and more distance between two resonance wavelengths of two different concentration of glucose. For sensing purpose, Gaussian modulated continuous wave of 1545 nm wavelength was used as input and best results in output were obtained at 1250 to 1280 nm wavelength.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125265924","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Sign Language Interpreter System: An alternative system for machine learning 手语翻译系统:机器学习的替代系统
Pub Date : 2020-10-24 DOI: 10.1109/NILES50944.2020.9257958
Salma A. Essam El-Din, Mohamed A. Abd El-Ghany
Losing the ability to speak exerts psychological and social impacts on the affected people due to the lack of proper communication. Thus, Sign Language (SL) is considered a boon to people with hearing and speech impairment. SL has developed as a handy mean of communication that form the core of local deaf cultures. It is a visual–spatial language based on positional and visual components, such as the shape of fingers and hands, their location and orientation as well as arm and body movements. The problem is that SL is not understood by everyone, forming a communication gap between the mute and the able people. Multiple and systematic scholarly interventions that vary according to context have been implemented to overcome disability-related difficulties. Sign language recognition (SLR) systems based on sensory gloves are significant innovations that aim to procure data on the shape or movement of the human hand to bridge this communication gap, as the proposed system. The proposed model is a glove equipped with five flex sensors, interfacing with a control unit fixed on the arm, translating American Sign Language (ASL) and Arabic Sign Language (ArSL) to both text and speech, displayed on a simple Graphical User Interface (GUI). The proposed system aims to provide an affordable and user friendly SL translator system, working on the basis of Machine Learning (ML). However, it adapts to each person’s hand instead of using a generic data set. The system achieved 95% recognition rate with static gestures and up to 88% with dynamic gestures.
由于缺乏适当的沟通,失去说话能力对受影响的人产生了心理和社会影响。因此,手语(SL)被认为是听力和语言障碍人士的福音。SL已经发展成为一种方便的交流方式,形成了当地聋人文化的核心。它是一种基于位置和视觉成分的视觉空间语言,例如手指和手的形状,它们的位置和方向以及手臂和身体的运动。问题是,并不是每个人都能理解SL,在哑巴和有能力的人之间形成了沟通鸿沟。为了克服与残疾有关的困难,已经实施了根据具体情况而有所不同的多种系统的学术干预措施。基于感应手套的手语识别(SLR)系统是一项重大创新,旨在获取人类手的形状或运动数据,以弥合这种交流差距,正如所提出的系统。所提出的模型是一种配备了五个柔性传感器的手套,与固定在手臂上的控制单元相连接,将美国手语(ASL)和阿拉伯手语(ArSL)翻译成文本和语音,显示在一个简单的图形用户界面(GUI)上。拟议的系统旨在提供一个经济实惠且用户友好的SL翻译系统,以机器学习(ML)为基础。然而,它适应每个人的手,而不是使用通用的数据集。该系统对静态手势的识别率达到95%,对动态手势的识别率高达88%。
{"title":"Sign Language Interpreter System: An alternative system for machine learning","authors":"Salma A. Essam El-Din, Mohamed A. Abd El-Ghany","doi":"10.1109/NILES50944.2020.9257958","DOIUrl":"https://doi.org/10.1109/NILES50944.2020.9257958","url":null,"abstract":"Losing the ability to speak exerts psychological and social impacts on the affected people due to the lack of proper communication. Thus, Sign Language (SL) is considered a boon to people with hearing and speech impairment. SL has developed as a handy mean of communication that form the core of local deaf cultures. It is a visual–spatial language based on positional and visual components, such as the shape of fingers and hands, their location and orientation as well as arm and body movements. The problem is that SL is not understood by everyone, forming a communication gap between the mute and the able people. Multiple and systematic scholarly interventions that vary according to context have been implemented to overcome disability-related difficulties. Sign language recognition (SLR) systems based on sensory gloves are significant innovations that aim to procure data on the shape or movement of the human hand to bridge this communication gap, as the proposed system. The proposed model is a glove equipped with five flex sensors, interfacing with a control unit fixed on the arm, translating American Sign Language (ASL) and Arabic Sign Language (ArSL) to both text and speech, displayed on a simple Graphical User Interface (GUI). The proposed system aims to provide an affordable and user friendly SL translator system, working on the basis of Machine Learning (ML). However, it adapts to each person’s hand instead of using a generic data set. The system achieved 95% recognition rate with static gestures and up to 88% with dynamic gestures.","PeriodicalId":253090,"journal":{"name":"2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)","volume":"100 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123752912","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
期刊
2020 2nd Novel Intelligent and Leading Emerging Sciences Conference (NILES)
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1