首页 > 最新文献

2023 International Conference on Inventive Computation Technologies (ICICT)最新文献

英文 中文
An Ensemble Method to Classify Telugu Idiomatic Sentences using Deep Learning Models 基于深度学习模型的泰卢固语惯用语分类集成方法
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134038
J. Briskilal, Ch V M Sai Praneeth, Ch Chaitanya, M. J. Karthik, P. P. Reddy
Text classification is a requirement for every text processing application because the web contains a vast amount of text data. Intent detection, information extraction, sentiment analysis, and spam detection involves text categorization. Since text classification uses idioms, metaphors, and polysemic words, intent detection can be difficult. It is challenging to automatically identify idioms in Natural Language Processing applications such as Information Retrieval, Machine Translation, and chatbots. In all these applications, automatic idiom recognition is crucial. In this work, idiomatic and literals sentences are being classified. Idioms are typical expressions with new meanings. This research proposes an ensemble model using pretrained deep learning models to make model with more predictive nature. The models are trained and tested using in-house dataset. Moreover, an in-house dataset that contains 1040 idiomatic and literal sentences is suggested. The experimental results demonstrate the effectiveness of the proposed approach, achieving an accuracy of 86% on the test dataset.
文本分类是每个文本处理应用程序的需求,因为web包含大量的文本数据。意图检测、信息提取、情感分析和垃圾邮件检测都涉及到文本分类。由于文本分类使用成语、隐喻和多义词,因此意图检测可能很困难。在信息检索、机器翻译和聊天机器人等自然语言处理应用中,习语的自动识别是一个具有挑战性的问题。在所有这些应用程序中,自动成语识别是至关重要的。在这项工作中,习惯句和字面句被分类。习语是具有新含义的典型表达。本研究提出了一种使用预训练深度学习模型的集成模型,使模型具有更强的预测性。这些模型使用内部数据集进行训练和测试。此外,建议使用一个包含1040个惯用语和字面句子的内部数据集。实验结果证明了该方法的有效性,在测试数据集上达到了86%的准确率。
{"title":"An Ensemble Method to Classify Telugu Idiomatic Sentences using Deep Learning Models","authors":"J. Briskilal, Ch V M Sai Praneeth, Ch Chaitanya, M. J. Karthik, P. P. Reddy","doi":"10.1109/ICICT57646.2023.10134038","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134038","url":null,"abstract":"Text classification is a requirement for every text processing application because the web contains a vast amount of text data. Intent detection, information extraction, sentiment analysis, and spam detection involves text categorization. Since text classification uses idioms, metaphors, and polysemic words, intent detection can be difficult. It is challenging to automatically identify idioms in Natural Language Processing applications such as Information Retrieval, Machine Translation, and chatbots. In all these applications, automatic idiom recognition is crucial. In this work, idiomatic and literals sentences are being classified. Idioms are typical expressions with new meanings. This research proposes an ensemble model using pretrained deep learning models to make model with more predictive nature. The models are trained and tested using in-house dataset. Moreover, an in-house dataset that contains 1040 idiomatic and literal sentences is suggested. The experimental results demonstrate the effectiveness of the proposed approach, achieving an accuracy of 86% on the test dataset.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125878935","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Machine Learning Model to Predict a Diagnosis of Brain Stroke 预测脑卒中诊断的机器学习模型
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134192
Sairam Vasa, Premkumar Borugadda, Archana Koyyada
A stroke is caused by a disturbance in blood flow to a specific location of the brain. This might occur due to an issue with the arteries. The objective of this research to develop the optimal model to predict brain stroke using Machine Learning Algorithms (MLA's), namely Logistic Regression (LR), Decision Tree Classifier (DTC), Random Forest Classifier (RFC), Support Vector Machine (SVC), Naive Bayes Classifier (NBC), KNN Classifier (KNN), and XGBoost Classifier (XGB).Apply the above algorithms with hyperparameter along with GridSearchCV (CV= 5) on the given dataset. The given dataset is imbalanced, while training the models, a few difficulties were met, including underfitting, a dataset with null values, and a model without balancing the data to boost performance of the models, need to balance the data by using a data sampling method such as SMOTE. Among the Seven models, XGB is the optimal model based on the accuracy of 96.34%.
中风是由流向大脑特定部位的血液紊乱引起的。这可能是由于动脉的问题。本研究的目的是利用机器学习算法(MLA),即逻辑回归(LR)、决策树分类器(DTC)、随机森林分类器(RFC)、支持向量机(SVC)、朴素贝叶斯分类器(NBC)、KNN分类器(KNN)和XGBoost分类器(XGB),开发预测脑卒中的最佳模型。在给定的数据集上应用上述算法与超参数以及GridSearchCV (CV= 5)。给定的数据集是不平衡的,在训练模型时遇到了一些困难,包括欠拟合、数据集为空值、模型没有平衡数据来提高模型的性能,需要使用SMOTE等数据采样方法来平衡数据。在7个模型中,XGB是最优模型,准确率为96.34%。
{"title":"A Machine Learning Model to Predict a Diagnosis of Brain Stroke","authors":"Sairam Vasa, Premkumar Borugadda, Archana Koyyada","doi":"10.1109/ICICT57646.2023.10134192","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134192","url":null,"abstract":"A stroke is caused by a disturbance in blood flow to a specific location of the brain. This might occur due to an issue with the arteries. The objective of this research to develop the optimal model to predict brain stroke using Machine Learning Algorithms (MLA's), namely Logistic Regression (LR), Decision Tree Classifier (DTC), Random Forest Classifier (RFC), Support Vector Machine (SVC), Naive Bayes Classifier (NBC), KNN Classifier (KNN), and XGBoost Classifier (XGB).Apply the above algorithms with hyperparameter along with GridSearchCV (CV= 5) on the given dataset. The given dataset is imbalanced, while training the models, a few difficulties were met, including underfitting, a dataset with null values, and a model without balancing the data to boost performance of the models, need to balance the data by using a data sampling method such as SMOTE. Among the Seven models, XGB is the optimal model based on the accuracy of 96.34%.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126045709","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Machine Learning Development in Solving Critical Medical Problems 机器学习在解决关键医疗问题中的发展
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134418
Shaista Fatima, G. Sangeetha, P. Ponmurugan, A. Arularasan, A. Prabhu Chakkaravarthy, R. Denis, A. Chinnasamy
As a result of ML, the healthcare industry undergoes substantial innovation and improvement. As a result, data management, clinical operations, drug research, and surgery are all progressing more quickly. The healthcare sector is now required to use this cutting-edge technology because of the Covid-19 pandemic. More importantly, people stand to benefit the most from technology because it may improve their health outcomes by identifying the best treatment alternatives for them. Thanks to ML's enhanced early disease detection capabilities, the frequency of re-admissions to hospitals and clinics can be reduced. In this article, we'll look at the main applications of machine learning in healthcare as well as its exceptional benefits in changing the industry.
由于机器学习,医疗保健行业经历了实质性的创新和改进。因此,数据管理、临床操作、药物研究和外科手术都取得了更快的进展。由于Covid-19大流行,医疗保健部门现在需要使用这种尖端技术。更重要的是,人们将从技术中获益最多,因为它可以通过确定最佳治疗方案来改善他们的健康状况。由于ML增强的早期疾病检测能力,可以减少医院和诊所再次入院的频率。在本文中,我们将介绍机器学习在医疗保健领域的主要应用,以及它在改变行业方面的卓越优势。
{"title":"Machine Learning Development in Solving Critical Medical Problems","authors":"Shaista Fatima, G. Sangeetha, P. Ponmurugan, A. Arularasan, A. Prabhu Chakkaravarthy, R. Denis, A. Chinnasamy","doi":"10.1109/ICICT57646.2023.10134418","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134418","url":null,"abstract":"As a result of ML, the healthcare industry undergoes substantial innovation and improvement. As a result, data management, clinical operations, drug research, and surgery are all progressing more quickly. The healthcare sector is now required to use this cutting-edge technology because of the Covid-19 pandemic. More importantly, people stand to benefit the most from technology because it may improve their health outcomes by identifying the best treatment alternatives for them. Thanks to ML's enhanced early disease detection capabilities, the frequency of re-admissions to hospitals and clinics can be reduced. In this article, we'll look at the main applications of machine learning in healthcare as well as its exceptional benefits in changing the industry.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126740636","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cardiovascular Disease Risk Assessment using Machine Learning 利用机器学习进行心血管疾病风险评估
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10133957
Nikkila Prakash, Mohitth Mahesh, P. Gouthaman
Cardiovascular diseases (CVD) are one of the highest causes of death in the world. The early detection of cardiac risk is a critical factor in proper diagnosis and treatment. This way, patients with critical needs get priority access to doctors and healthcare systerns. In this study, a cardiac risk assessment system was developed using the Logistic Regression algorithm, a machine learning model that has a high accuracy and is easy to interpret. The datasetused in this study included information from various patients. A total of 13 features were used to train the Logistic Regression model, including age, gender, blood pressure, and cholesterol levels. The results demonstrated that the Logistic Regression algorithm achieved high accuracy in predicting CVD risk, with an accuracy of 86.89. The main challenge when it comes to CVD risk assessment is the complexity of algorithms which makes it difficult for healthcare practitioners to interpret the results. Some systems require the personnel to go through additional training to use the risk assessment system, which can be time consuming. Logistic Regression is straightforward and simple. It is easy to interpret, making it suitable for clinical settings. It also has a well-established framework, which makes it very practical and reliable. This study showcases the importance of machine learning in the field of healthcare and highlights the effectiveness of the Logistic Regression algorithm in predicting cardiac risk. The high accuracy achieved by the model enables the early identification of cardiovascular disease risk. This makes it a useful tool for the healthcare industry and public health initiatives.
心血管疾病(CVD)是世界上最高的死亡原因之一。早期发现心脏危险是正确诊断和治疗的关键因素。通过这种方式,有紧急需求的患者可以优先获得医生和医疗保健系统的服务。在本研究中,使用Logistic回归算法开发了一个心脏风险评估系统,这是一种精度高且易于解释的机器学习模型。本研究中使用的数据包括来自不同患者的信息。总共使用了13个特征来训练Logistic回归模型,包括年龄、性别、血压和胆固醇水平。结果表明Logistic回归算法在预测心血管疾病风险方面具有较高的准确性,准确率为86.89。当涉及到心血管疾病风险评估的主要挑战是算法的复杂性,这使得它难以为医疗从业者解释结果。有些系统要求人员通过额外的培训来使用风险评估系统,这可能会耗费时间。逻辑回归是直接和简单的。它很容易解释,使其适用于临床环境。它也有一个完善的框架,这使得它非常实用和可靠。这项研究展示了机器学习在医疗保健领域的重要性,并强调了逻辑回归算法在预测心脏风险方面的有效性。该模型的高准确性使心血管疾病风险的早期识别成为可能。这使其成为医疗保健行业和公共卫生倡议的有用工具。
{"title":"Cardiovascular Disease Risk Assessment using Machine Learning","authors":"Nikkila Prakash, Mohitth Mahesh, P. Gouthaman","doi":"10.1109/ICICT57646.2023.10133957","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10133957","url":null,"abstract":"Cardiovascular diseases (CVD) are one of the highest causes of death in the world. The early detection of cardiac risk is a critical factor in proper diagnosis and treatment. This way, patients with critical needs get priority access to doctors and healthcare systerns. In this study, a cardiac risk assessment system was developed using the Logistic Regression algorithm, a machine learning model that has a high accuracy and is easy to interpret. The datasetused in this study included information from various patients. A total of 13 features were used to train the Logistic Regression model, including age, gender, blood pressure, and cholesterol levels. The results demonstrated that the Logistic Regression algorithm achieved high accuracy in predicting CVD risk, with an accuracy of 86.89. The main challenge when it comes to CVD risk assessment is the complexity of algorithms which makes it difficult for healthcare practitioners to interpret the results. Some systems require the personnel to go through additional training to use the risk assessment system, which can be time consuming. Logistic Regression is straightforward and simple. It is easy to interpret, making it suitable for clinical settings. It also has a well-established framework, which makes it very practical and reliable. This study showcases the importance of machine learning in the field of healthcare and highlights the effectiveness of the Logistic Regression algorithm in predicting cardiac risk. The high accuracy achieved by the model enables the early identification of cardiovascular disease risk. This makes it a useful tool for the healthcare industry and public health initiatives.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126346464","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
PET-MRI Sequence Fusion using Convolution Neural Network 基于卷积神经网络的PET-MRI序列融合
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134462
Hairya Lakhani, Devang Undaviya, Harsh S. Dave, S. Degadwala, Dhairya Vyas
Combining positron emission tomography (PET) with magnetic resonance imaging (MRI) yields information that is complimentary from both a functional and anatomical standpoint. However, owing to the disparities in imaging physics and acquisition techniques, the integration of different modalities continues to be a difficult endeavor is challenge. Within the scope of this research, a deep learning-based strategy is presented in this study for PET-MRI sequence fusion that makes use of convolutional neural networks (CNNs). The proposed approach trains a CNN model to discover a mapping between the two modalities by capitalizing on the similarities that exist between the spatial and temporal characteristics of the two sequences. The proposed technique was tested using a dataset consisting of fifty PET-MRI scans. The findings illustrate the ability of our method to properly fuse the two sequences and increase picture quality in comparison to registration-based approaches that have been used traditionally. The CNN-based fusion strategy offers promise for enabling the clinical integration of PET-MRI, which would ultimately result in more accurate diagnosis and treatment planning for a variety of disorders.
将正电子发射断层扫描(PET)与磁共振成像(MRI)相结合,从功能和解剖学的角度来看,产生的信息是互补的。然而,由于成像物理和采集技术的差异,不同模式的整合仍然是一项艰巨的挑战。在本研究范围内,本研究提出了一种基于深度学习的策略,用于利用卷积神经网络(cnn)进行PET-MRI序列融合。该方法训练一个CNN模型,通过利用两个序列的空间和时间特征之间存在的相似性来发现两个模态之间的映射。使用由50个PET-MRI扫描组成的数据集对所提出的技术进行了测试。研究结果表明,与传统的基于配准的方法相比,我们的方法能够正确地融合两个序列并提高图像质量。基于cnn的融合策略为PET-MRI的临床整合提供了希望,这将最终导致对各种疾病更准确的诊断和治疗计划。
{"title":"PET-MRI Sequence Fusion using Convolution Neural Network","authors":"Hairya Lakhani, Devang Undaviya, Harsh S. Dave, S. Degadwala, Dhairya Vyas","doi":"10.1109/ICICT57646.2023.10134462","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134462","url":null,"abstract":"Combining positron emission tomography (PET) with magnetic resonance imaging (MRI) yields information that is complimentary from both a functional and anatomical standpoint. However, owing to the disparities in imaging physics and acquisition techniques, the integration of different modalities continues to be a difficult endeavor is challenge. Within the scope of this research, a deep learning-based strategy is presented in this study for PET-MRI sequence fusion that makes use of convolutional neural networks (CNNs). The proposed approach trains a CNN model to discover a mapping between the two modalities by capitalizing on the similarities that exist between the spatial and temporal characteristics of the two sequences. The proposed technique was tested using a dataset consisting of fifty PET-MRI scans. The findings illustrate the ability of our method to properly fuse the two sequences and increase picture quality in comparison to registration-based approaches that have been used traditionally. The CNN-based fusion strategy offers promise for enabling the clinical integration of PET-MRI, which would ultimately result in more accurate diagnosis and treatment planning for a variety of disorders.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126348185","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On-line Monitoring of 3D Prefabricated Building Printing based on Improved Binocular System 基于改进双目系统的3D装配式建筑打印在线监测
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134060
X. Li, Z. Lin
With the rapid development of imaging and smart intelligent processing technology, complex 3D image semantic segmentation and binocular recognition, its research results are widely used in automatic driving systems (ADS), building informatization, and information early warning. Therefore, the on-line monitoring of 3D prefabricated building printing based on improved binocular system is studied. This study considers the basic method of binocular vision algorithm, introduces the research status of semantic segmentation, which is the current research hotspot of image segmentation. Then, the novel depth estimation algorithm is proposed to modify the traditional binocular system. The Geodesic Active Contour model is also optimized to undertake the task to detailed information segmentation for the visual information. Through the testing on the location accuracy and the visualized monitoring performance, the proposed system's performance is validated.
随着成像与智能智能处理技术、复杂三维图像语义分割和双目识别技术的快速发展,其研究成果被广泛应用于自动驾驶系统(ADS)、建筑信息化、信息预警等领域。因此,研究了基于改进双目系统的3D装配式建筑打印在线监测。本研究考虑了双目视觉算法的基本方法,介绍了语义分割的研究现状,这是当前图像分割的研究热点。然后,对传统双目系统进行了改进,提出了一种新的深度估计算法。对测地线活动轮廓模型进行了优化,承担了对视觉信息进行详细信息分割的任务。通过对定位精度和可视化监控性能的测试,验证了该系统的性能。
{"title":"On-line Monitoring of 3D Prefabricated Building Printing based on Improved Binocular System","authors":"X. Li, Z. Lin","doi":"10.1109/ICICT57646.2023.10134060","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134060","url":null,"abstract":"With the rapid development of imaging and smart intelligent processing technology, complex 3D image semantic segmentation and binocular recognition, its research results are widely used in automatic driving systems (ADS), building informatization, and information early warning. Therefore, the on-line monitoring of 3D prefabricated building printing based on improved binocular system is studied. This study considers the basic method of binocular vision algorithm, introduces the research status of semantic segmentation, which is the current research hotspot of image segmentation. Then, the novel depth estimation algorithm is proposed to modify the traditional binocular system. The Geodesic Active Contour model is also optimized to undertake the task to detailed information segmentation for the visual information. Through the testing on the location accuracy and the visualized monitoring performance, the proposed system's performance is validated.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125129948","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Single-Phase Standalone Inverter Using Closed-Loop PI Control for Electromagnetic Suspension 采用闭环PI控制的电磁悬架单相独立逆变器
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134168
Debarghya Dutta, P. Biswas, S. Debnath
This paper discusses the operation of a single-phase standalone inverter in renewable energy applications, specifically for active magnetic bearings (AMB), electromagnetic suspension (EMS), and high-speed transportation utilizing magnetic levitation. Previous methods have encountered difficulties with Total Harmonic Distortion (THD) limits, sudden fluctuations, and system complexity. The proposed approach employs a closed-loop PI controller with unipolar pulse width modulation (PWM) and an LC output filter to simplify the system, reduce THD in the output voltage and current, ensure stability, and decrease mechanical vibrations. The proposed system's effectiveness in reducing THD and simplifying the overall design was tested using PSIM software simulations. The objective is to provide a superior alternative to existing switching power amplifier topologies with feedback controllers for different types of inductive loads.
本文讨论了单相独立逆变器在可再生能源应用中的运行,特别是主动磁轴承(AMB),电磁悬浮(EMS)和利用磁悬浮的高速运输。以前的方法遇到了总谐波失真(THD)限制、突然波动和系统复杂性的困难。该方法采用带单极脉宽调制(PWM)的闭环PI控制器和LC输出滤波器,简化了系统,降低了输出电压和电流的THD,确保了稳定性,减少了机械振动。通过PSIM软件仿真测试了该系统在降低THD和简化整体设计方面的有效性。目标是为不同类型的感应负载提供具有反馈控制器的现有开关功率放大器拓扑的优越替代方案。
{"title":"Single-Phase Standalone Inverter Using Closed-Loop PI Control for Electromagnetic Suspension","authors":"Debarghya Dutta, P. Biswas, S. Debnath","doi":"10.1109/ICICT57646.2023.10134168","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134168","url":null,"abstract":"This paper discusses the operation of a single-phase standalone inverter in renewable energy applications, specifically for active magnetic bearings (AMB), electromagnetic suspension (EMS), and high-speed transportation utilizing magnetic levitation. Previous methods have encountered difficulties with Total Harmonic Distortion (THD) limits, sudden fluctuations, and system complexity. The proposed approach employs a closed-loop PI controller with unipolar pulse width modulation (PWM) and an LC output filter to simplify the system, reduce THD in the output voltage and current, ensure stability, and decrease mechanical vibrations. The proposed system's effectiveness in reducing THD and simplifying the overall design was tested using PSIM software simulations. The objective is to provide a superior alternative to existing switching power amplifier topologies with feedback controllers for different types of inductive loads.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125230737","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
ACL Injury Prevention in Athletes with IoT system and Active Sensors 利用物联网系统和主动传感器预防运动员ACL损伤
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134406
Abaranjitha, Ajaykarthick, Swetha, S. Kamalraj
The number of Anterior Cruciate Ligament (ACL) injuries among young people and athletic professionals is growing rapidly. ACL reconstruction is being performed at an increasing extent nowadays. Although surgically treated, about 79% of these people develop osteoarthritis of the knee and 20% develop injuries again within two years. The risk of recurrent injuries and arthritis has become a financial burden and a public health concern. One in four young adults with an injury to the ACL has a second ACL injury from them in their career. Knee injuries (especially of the ACL) have a major impact on the future athletic performance. To reduce this damage, a suitable performance evaluation and intervention tool is needed to identify factors that make athletes prone to injury. Therefore, this research designs a novel IoT model using small devices with the possibility of measurement, processing, and communication, employing sensors and internal tools for ACL damage analysis. This paper presents a framework based on the IoT model to keep track of human biological signals during activities that may possibly cause ACL damage. The most important benefit of the suggested system is the flexibility in calculating the clinical data with the resources of the user's body network gadgets.
前交叉韧带(ACL)损伤的数量在年轻人和运动专业人员中迅速增长。目前,ACL重建的应用越来越广泛。尽管接受了手术治疗,这些人中约79%的人患上了膝关节骨关节炎,20%的人在两年内再次受伤。复发性损伤和关节炎的风险已成为经济负担和公共卫生问题。四分之一的前交叉韧带受伤的年轻人在他们的职业生涯中会有第二次前交叉韧带受伤。膝关节损伤(尤其是前交叉韧带)对运动员未来的运动表现有很大的影响。为了减少这种伤害,需要一种合适的表现评估和干预工具来识别使运动员容易受伤的因素。因此,本研究设计了一种新颖的物联网模型,使用具有测量、处理和通信可能性的小型设备,利用传感器和内部工具进行ACL损伤分析。本文提出了一种基于物联网模型的框架,用于跟踪可能导致ACL损伤的活动中的人体生物信号。该系统最重要的优点是可以灵活地利用用户身体网络设备的资源计算临床数据。
{"title":"ACL Injury Prevention in Athletes with IoT system and Active Sensors","authors":"Abaranjitha, Ajaykarthick, Swetha, S. Kamalraj","doi":"10.1109/ICICT57646.2023.10134406","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134406","url":null,"abstract":"The number of Anterior Cruciate Ligament (ACL) injuries among young people and athletic professionals is growing rapidly. ACL reconstruction is being performed at an increasing extent nowadays. Although surgically treated, about 79% of these people develop osteoarthritis of the knee and 20% develop injuries again within two years. The risk of recurrent injuries and arthritis has become a financial burden and a public health concern. One in four young adults with an injury to the ACL has a second ACL injury from them in their career. Knee injuries (especially of the ACL) have a major impact on the future athletic performance. To reduce this damage, a suitable performance evaluation and intervention tool is needed to identify factors that make athletes prone to injury. Therefore, this research designs a novel IoT model using small devices with the possibility of measurement, processing, and communication, employing sensors and internal tools for ACL damage analysis. This paper presents a framework based on the IoT model to keep track of human biological signals during activities that may possibly cause ACL damage. The most important benefit of the suggested system is the flexibility in calculating the clinical data with the resources of the user's body network gadgets.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123426567","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Skin Cancer Detection using Convolutional Neural Network 使用卷积神经网络检测皮肤癌
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134001
D. S, Banupriya S
The global prevalence of skin cancer is significant and growing. This is mainly due to the increased exposure to ultraviolet rays. This shifts the normal lifestyle of people to an indoor lifestyle with sun-seeking holidays. In particular, malignant melanoma is considered as the deadliest skin disease due to its fast growth, invasion, and metastasis cycle. Early detection is critical since the prognosis improves significantly when the tumour is removed as soon as possible. Many benign pigmented skin lesions can also look like early melanomas. The major goal of this research work is to classify malignancy from melanoma images by using a deep learning network.
皮肤癌的全球患病率显著上升。这主要是由于紫外线照射的增加。这将人们的正常生活方式转变为室内生活方式,享受阳光假期。特别是恶性黑色素瘤,由于其生长、侵袭和转移周期快,被认为是最致命的皮肤病。早期发现是至关重要的,因为如果肿瘤尽快切除,预后会显著改善。许多良性色素皮肤病变也可能看起来像早期黑色素瘤。本研究工作的主要目标是通过使用深度学习网络对恶性肿瘤和黑色素瘤图像进行分类。
{"title":"Skin Cancer Detection using Convolutional Neural Network","authors":"D. S, Banupriya S","doi":"10.1109/ICICT57646.2023.10134001","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134001","url":null,"abstract":"The global prevalence of skin cancer is significant and growing. This is mainly due to the increased exposure to ultraviolet rays. This shifts the normal lifestyle of people to an indoor lifestyle with sun-seeking holidays. In particular, malignant melanoma is considered as the deadliest skin disease due to its fast growth, invasion, and metastasis cycle. Early detection is critical since the prognosis improves significantly when the tumour is removed as soon as possible. Many benign pigmented skin lesions can also look like early melanomas. The major goal of this research work is to classify malignancy from melanoma images by using a deep learning network.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116603335","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Question Answering System using Knowledge Graphs 使用知识图谱的问答系统
Pub Date : 2023-04-26 DOI: 10.1109/ICICT57646.2023.10134047
Spurthy Skandan, Susheen Kanungo, Shreyas Devaraj, Sahil Gupta, Surabhi Narayan
A question answering system aims to answer the asked question with relevant responses thus sufficing the re-quested query asked in natural language by responding in the same language. Knowledge Graph Question Answering (KGQA) aims to answer questions asked by the user on a paragraph from a knowledge graph (KG). A strongly connected KG is essential in picking out answers for the requested question. This is because the KG is traversed to select the answer. A well connected KG thus provides a relevant answer. The knowledge graph is built by identifying the subject, the object and the relation for every sentence in the input text or knowledge base. Questions are processed to identify the source-relation-target triples which are then matched with that of the triples forming the KG. The challenge is in extracting the entities and relations between them to create the KG. The model's performance is directly proportional to the strength of the KG. Hence, the presence of a well connected KG provides great accuracy while a poorly connected one would break the system. The proposed model is tested on a Multi RC dataset. Multi RC is a dataset for multi hop question answering that includes short paragraphs and multi-sentence questions. This allows catering to both single hop and multi hop questions. The primary objective was to build a question answering system with the ability to answer multi hop questions together with an efficient response time through the usage of knowledge graphs. A novel approach has been employed where natural language questions are processed into key-value pairs, by leveraging python modules whose dependencies aid in parts of speech tagging in the English language thereby mapping back to the data entities present in the KG to retrieve the correct answer.
问答系统的目的是用相应的回答来回答被提问的问题,从而通过用相同的语言来回答以自然语言提出的被请求的查询。知识图谱问答(Knowledge Graph Question answer, KGQA)的目的是回答用户在知识图谱(Knowledge Graph, KG)中的某一段所提出的问题。在为所请求的问题挑选答案时,强连接的KG是必不可少的。这是因为要遍历KG以选择答案。因此,连接良好的KG提供了相关的答案。通过识别输入文本或知识库中每个句子的主语、宾语和关系来构建知识图谱。对问题进行处理以确定源-关系-目标三元组,然后将其与构成KG的三元组相匹配。挑战在于提取实体和它们之间的关系以创建KG。模型的性能与KG的强度成正比。因此,连接良好的KG提供了很高的精度,而连接不良的KG会破坏系统。在Multi - RC数据集上对该模型进行了测试。Multi RC是一个包含短段落和多句子问题的多跳问答数据集。这允许满足单跳和多跳的问题。主要目标是通过使用知识图谱构建一个能够回答多跳问题并具有高效响应时间的问答系统。我们采用了一种新颖的方法,将自然语言问题处理为键值对,方法是利用python模块,这些模块的依赖关系帮助在英语语言中标记词性,从而映射回KG中存在的数据实体,以检索正确的答案。
{"title":"Question Answering System using Knowledge Graphs","authors":"Spurthy Skandan, Susheen Kanungo, Shreyas Devaraj, Sahil Gupta, Surabhi Narayan","doi":"10.1109/ICICT57646.2023.10134047","DOIUrl":"https://doi.org/10.1109/ICICT57646.2023.10134047","url":null,"abstract":"A question answering system aims to answer the asked question with relevant responses thus sufficing the re-quested query asked in natural language by responding in the same language. Knowledge Graph Question Answering (KGQA) aims to answer questions asked by the user on a paragraph from a knowledge graph (KG). A strongly connected KG is essential in picking out answers for the requested question. This is because the KG is traversed to select the answer. A well connected KG thus provides a relevant answer. The knowledge graph is built by identifying the subject, the object and the relation for every sentence in the input text or knowledge base. Questions are processed to identify the source-relation-target triples which are then matched with that of the triples forming the KG. The challenge is in extracting the entities and relations between them to create the KG. The model's performance is directly proportional to the strength of the KG. Hence, the presence of a well connected KG provides great accuracy while a poorly connected one would break the system. The proposed model is tested on a Multi RC dataset. Multi RC is a dataset for multi hop question answering that includes short paragraphs and multi-sentence questions. This allows catering to both single hop and multi hop questions. The primary objective was to build a question answering system with the ability to answer multi hop questions together with an efficient response time through the usage of knowledge graphs. A novel approach has been employed where natural language questions are processed into key-value pairs, by leveraging python modules whose dependencies aid in parts of speech tagging in the English language thereby mapping back to the data entities present in the KG to retrieve the correct answer.","PeriodicalId":126489,"journal":{"name":"2023 International Conference on Inventive Computation Technologies (ICICT)","volume":"31 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122246546","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2023 International Conference on Inventive Computation Technologies (ICICT)
全部 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