首页 > 最新文献

2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)最新文献

英文 中文
Implementation of Efficient Digit Recurrence Class of Division Algorithms 高效数字递归类除法算法的实现
N. Neelima, Aruru Sai Kumar, A. Jayanth, K. K. Mahitha, A. Dilip, K. Reddy
The basic elements of an electronic system are arithmetic operations. Arithmetic operations are the building block of any electronic application and algorithm is a sequence of instructions used to carry out calculations or solve problems. In spite of the fact that addition, subtraction, multiplication, and division are fundamental components of arithmetic implementation in the electronic system, the implementation of division has received far less attention than the implementation of the other arithmetic operations. The process of dividing two numbers using the method results in the production of a quotient in addition to a remainder. The implementation of division operations is highly challenging; thus, in this scenario, a complex method is employed to ensure successful implementation. To be successful, a system has to have a solid performance in the division circuit. In this body of work, the Restoring division and Non-restoring division algorithms, which fall under the category of Digit Recurrence Class, have been developed for unsigned integers with data sizes of 8 bit, 16 bit, and 32 bit using the Verilog HDL programming language. These algorithms are applicable to unsigned integers with data values of 8, 16, and 32 bits respectively. In each of these algorithms, the calculation takes place in one of three registers designated by the letters A, Q, or M.
电子系统的基本要素是算术运算。算术运算是任何电子应用程序的组成部分,而算法是用于进行计算或解决问题的一系列指令。尽管加法、减法、乘法和除法是电子系统中算术实现的基本组成部分,但除法的实现受到的关注远远少于其他算术运算的实现。用这种方法除两个数的过程,除了得到一个余数外,还得到一个商。事业部业务的实施极具挑战性;因此,在这种情况下,采用复杂的方法来确保成功实现。要想取得成功,系统必须在分割电路中具有稳定的性能。在本工作中,使用Verilog HDL编程语言开发了数据大小为8位、16位和32位的无符号整数的恢复除法和非恢复除法算法,它们属于数字递归类的范畴。这些算法分别适用于数据值为8、16和32位的无符号整数。在每一种算法中,计算都在三个寄存器中的一个中进行,寄存器由字母A、Q或M指定。
{"title":"Implementation of Efficient Digit Recurrence Class of Division Algorithms","authors":"N. Neelima, Aruru Sai Kumar, A. Jayanth, K. K. Mahitha, A. Dilip, K. Reddy","doi":"10.1109/ACCESS57397.2023.10200084","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10200084","url":null,"abstract":"The basic elements of an electronic system are arithmetic operations. Arithmetic operations are the building block of any electronic application and algorithm is a sequence of instructions used to carry out calculations or solve problems. In spite of the fact that addition, subtraction, multiplication, and division are fundamental components of arithmetic implementation in the electronic system, the implementation of division has received far less attention than the implementation of the other arithmetic operations. The process of dividing two numbers using the method results in the production of a quotient in addition to a remainder. The implementation of division operations is highly challenging; thus, in this scenario, a complex method is employed to ensure successful implementation. To be successful, a system has to have a solid performance in the division circuit. In this body of work, the Restoring division and Non-restoring division algorithms, which fall under the category of Digit Recurrence Class, have been developed for unsigned integers with data sizes of 8 bit, 16 bit, and 32 bit using the Verilog HDL programming language. These algorithms are applicable to unsigned integers with data values of 8, 16, and 32 bits respectively. In each of these algorithms, the calculation takes place in one of three registers designated by the letters A, Q, or M.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"112 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115672207","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
mpQUAD: Multipath Quad TCP Congestion Control in FANETs mpQUAD:多路径Quad TCP拥塞控制
Neethu Subash, Dr B Nithya, R. Bangar, Vipul Patel
AIMD (Additive Increase Multiplicative Decrease) and CUBIC (Cubic Congestion Control) are the two commonly used algorithms for network congestion control in the UAV (Unmanned Aerial Vehicle). AIMD and CUBIC can control the data transfer rate between the UAV and the ground station or other UAVs in a swarmed network. This is particularly important for real-time applications using flying adhoc networks (FANET), such as surveillance or monitoring, where timely data delivery is critical. Multiptah TCP utilizes individual subflows to implement congestion control. Nevertheless, the default congestion management mechanism for subflows in an MPTCP connection uses a linked increase adaptation technique to prevent the congestion window from rapidly expanding due to subflows independently developing their own congestion windows. The throughput of MPTCP connections may decline if fast algorithms like CUBIC TCP are employed in high speed congested network. This work proposes mpQUAD, a novel CUBIC TCP-based high-speed congestion management technique for MPTCP. It exposes specific control parameters of the algorithm to tweak the systems TCP congestion control behavior. The sender’s congestion window can be controlled by changing the multiplicative factor and the rate at which it grows, by the user. The throughputs of MPTCP flows decrease in the conventional congestion control algorithms. The limited bandwidth and high mobility of FANETs can cause significant delay, which the proposed congestion control algorithm mpQUAD can mitigate.
AIMD (Additive Increase Multiplicative reduction)和CUBIC (CUBIC拥塞控制)是无人机网络拥塞控制中常用的两种算法。AIMD和CUBIC可以控制无人机和地面站或蜂群网络中其他无人机之间的数据传输速率。这对于使用飞行自组织网络(FANET)的实时应用程序尤其重要,例如监视或监控,其中及时的数据传输至关重要。多路TCP利用单个子流实现拥塞控制。然而,MPTCP连接中子流的默认拥塞管理机制使用链接增加自适应技术,以防止由于子流独立开发自己的拥塞窗口而导致拥塞窗口迅速扩大。在高速拥塞网络中,如果采用像CUBIC TCP这样的快速算法,MPTCP连接的吞吐量可能会下降。本文提出了一种新的基于CUBIC tcp的MPTCP高速拥塞管理技术——mpQUAD。它公开了算法的特定控制参数,以调整系统的TCP拥塞控制行为。发送方的拥塞窗口可以由用户通过改变乘数因子和它增长的速率来控制。在传统的拥塞控制算法中,MPTCP流的吞吐量会降低。fanet有限的带宽和高移动性会导致严重的延迟,提出的拥塞控制算法mpQUAD可以缓解这一问题。
{"title":"mpQUAD: Multipath Quad TCP Congestion Control in FANETs","authors":"Neethu Subash, Dr B Nithya, R. Bangar, Vipul Patel","doi":"10.1109/ACCESS57397.2023.10201193","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10201193","url":null,"abstract":"AIMD (Additive Increase Multiplicative Decrease) and CUBIC (Cubic Congestion Control) are the two commonly used algorithms for network congestion control in the UAV (Unmanned Aerial Vehicle). AIMD and CUBIC can control the data transfer rate between the UAV and the ground station or other UAVs in a swarmed network. This is particularly important for real-time applications using flying adhoc networks (FANET), such as surveillance or monitoring, where timely data delivery is critical. Multiptah TCP utilizes individual subflows to implement congestion control. Nevertheless, the default congestion management mechanism for subflows in an MPTCP connection uses a linked increase adaptation technique to prevent the congestion window from rapidly expanding due to subflows independently developing their own congestion windows. The throughput of MPTCP connections may decline if fast algorithms like CUBIC TCP are employed in high speed congested network. This work proposes mpQUAD, a novel CUBIC TCP-based high-speed congestion management technique for MPTCP. It exposes specific control parameters of the algorithm to tweak the systems TCP congestion control behavior. The sender’s congestion window can be controlled by changing the multiplicative factor and the rate at which it grows, by the user. The throughputs of MPTCP flows decrease in the conventional congestion control algorithms. The limited bandwidth and high mobility of FANETs can cause significant delay, which the proposed congestion control algorithm mpQUAD can mitigate.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121448100","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
Automatic segmentation and classification of the liver tumor using deep learning algorithms 基于深度学习算法的肝脏肿瘤自动分割与分类
Aparna P R, Libish T M
Liver tumors are one of the life-threatening cancers with the fastest-growth rates worldwide. Early detection of tumors may therefore reduce morbidity and increase the survival rate. The development of automated techniques for the precise segmentation of hepatic tumors is essential for assisting doctors in tumor diagnosis and preoperative planning for surgical treatment of the liver which reduces the risk of surgical resection. The classification and segmentation of hepatic tumors in Computerized Tomography (CT) scan pose a great challenge due to noise, unclear boundaries, heterogeneity, and variability in tumor tissue appearance, shape, size, and location. In this study, we describe a novel method for automatic segmentation and classification of hepatic tumors in CT scan images using Deep Convolutional Neural Networks. For tumor segmentation, we created a modified Dense U-net model. The classification framework is based on a novel deep CNN with a pre-trained VGG-16 network to distinguish between normal and malignant liver tumors. The proposed system was evaluated based on MICCAI 2017 Liver Tumor Segmentation (LiTS) Challenge dataset and obtained the best result with a Dice Score of 95.40%, Jaccard Index of 92%, and accuracy of 92.60% for segmentation and the classification model has achieved an accuracy of 96%, Sensitivity of 95.80%, Specificity of 96.20% and Precision of 95.80%.
肝肿瘤是世界上生长速度最快的危及生命的癌症之一。因此,肿瘤的早期发现可以降低发病率,提高生存率。肝脏肿瘤精确分割的自动化技术的发展对于帮助医生进行肿瘤诊断和肝脏手术治疗的术前计划至关重要,从而降低手术切除的风险。由于噪声、边界不清、异质性以及肿瘤组织外观、形状、大小和位置的可变性,在CT扫描中对肝脏肿瘤的分类和分割提出了很大的挑战。在这项研究中,我们描述了一种基于深度卷积神经网络的CT扫描图像中肝脏肿瘤自动分割和分类的新方法。对于肿瘤分割,我们创建了一个改进的Dense U-net模型。分类框架基于一种新型的深度CNN和预训练的VGG-16网络,用于区分正常和恶性肝肿瘤。基于MICCAI 2017肝脏肿瘤分割(LiTS)挑战数据集对所提出的系统进行了评估,获得了最佳结果,Dice得分为95.40%,Jaccard指数为92%,分割准确率为92.60%,分类模型的准确率为96%,灵敏度为95.80%,特异性为96.20%,精密度为95.80%。
{"title":"Automatic segmentation and classification of the liver tumor using deep learning algorithms","authors":"Aparna P R, Libish T M","doi":"10.1109/ACCESS57397.2023.10200900","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10200900","url":null,"abstract":"Liver tumors are one of the life-threatening cancers with the fastest-growth rates worldwide. Early detection of tumors may therefore reduce morbidity and increase the survival rate. The development of automated techniques for the precise segmentation of hepatic tumors is essential for assisting doctors in tumor diagnosis and preoperative planning for surgical treatment of the liver which reduces the risk of surgical resection. The classification and segmentation of hepatic tumors in Computerized Tomography (CT) scan pose a great challenge due to noise, unclear boundaries, heterogeneity, and variability in tumor tissue appearance, shape, size, and location. In this study, we describe a novel method for automatic segmentation and classification of hepatic tumors in CT scan images using Deep Convolutional Neural Networks. For tumor segmentation, we created a modified Dense U-net model. The classification framework is based on a novel deep CNN with a pre-trained VGG-16 network to distinguish between normal and malignant liver tumors. The proposed system was evaluated based on MICCAI 2017 Liver Tumor Segmentation (LiTS) Challenge dataset and obtained the best result with a Dice Score of 95.40%, Jaccard Index of 92%, and accuracy of 92.60% for segmentation and the classification model has achieved an accuracy of 96%, Sensitivity of 95.80%, Specificity of 96.20% and Precision of 95.80%.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123618184","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
Exploring Methods for Dealing with Class Imbalances in Supervised Machine Learning Structured Datasets 探索有监督机器学习结构化数据集中类不平衡的处理方法
Vikas Khullar, Mohit Angurala, K. Singh, P. Prasant, V. Pabbi, Veeramanickam M.R. M
The class imbalanced datasets are major challenge for classification techniques. In this paper, the role and possibilities of handling of imbalanced classes in structured and tabular dataset have been experimentally discussed. In methodology, diverse over sampling and under sampling techniques were applied and analyzed on basis of parameters viz., accuracy, precision, recall, and f1-score. Haberman Breast Cancer, Pima Indian diabetes and synthetic datasets were considered for experimental study, unbalanced datasets were considered. All three are unbalanced datasets were analyzed through classification algorithms. Further, class balancing techniques were applied through over sampling and under sampling methods and then supervised classification algorithms were applied and analyzed on basis of metrics. The results reflected with best fit metrics for both under and over sampling methods. In conclusion a best technique out of implemented methods were identified and proposed for future use.
类不平衡数据集是分类技术面临的主要挑战。本文通过实验讨论了在结构化数据集和表格数据集中处理不平衡类的作用和可能性。在方法上,采用了不同的过采样和欠采样技术,并根据参数进行了分析,即准确性、精密度、召回率和f1分数。实验研究考虑Haberman乳腺癌、Pima印第安人糖尿病和合成数据集,考虑不平衡数据集。通过分类算法对三种非平衡数据集进行分析。在此基础上,通过过采样和欠采样两种方法应用了类平衡技术,并对基于度量的监督分类算法进行了应用和分析。结果反映了最佳拟合指标的不足和过度抽样方法。最后,在已实施的方法中确定了一种最佳技术,并提出了未来使用的建议。
{"title":"Exploring Methods for Dealing with Class Imbalances in Supervised Machine Learning Structured Datasets","authors":"Vikas Khullar, Mohit Angurala, K. Singh, P. Prasant, V. Pabbi, Veeramanickam M.R. M","doi":"10.1109/ACCESS57397.2023.10199296","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10199296","url":null,"abstract":"The class imbalanced datasets are major challenge for classification techniques. In this paper, the role and possibilities of handling of imbalanced classes in structured and tabular dataset have been experimentally discussed. In methodology, diverse over sampling and under sampling techniques were applied and analyzed on basis of parameters viz., accuracy, precision, recall, and f1-score. Haberman Breast Cancer, Pima Indian diabetes and synthetic datasets were considered for experimental study, unbalanced datasets were considered. All three are unbalanced datasets were analyzed through classification algorithms. Further, class balancing techniques were applied through over sampling and under sampling methods and then supervised classification algorithms were applied and analyzed on basis of metrics. The results reflected with best fit metrics for both under and over sampling methods. In conclusion a best technique out of implemented methods were identified and proposed for future use.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127522968","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 Hybrid Machine Learning Approach to Anomaly Detection in Industrial IoT 工业物联网异常检测的混合机器学习方法
Jayesh T P, Pandiaraj K, Arya Paul, Ranjeesh R Chandran, Prasanth P Menon
IIoT is the integration of conventional IoT principles into industrial operations. IIoT has a wide range of practical applications, including but not limited to supply chain management, connected cars, smart grids, smart cities, and smart homes. Regrettably, these systems are increasingly becoming the focus of cybercrime attacks. Machine learning is a promising technology for creating and implementing resilient security measures in IIoT networks. A new and innovative approach to detecting cyberattacks in the IIoT is proposed in this document, through the use of a hybrid machine classifier (HMC). The HMC model is a unique amalgamation of different ML models, such as K-nearest neighbor (KNN), extra trees (ET), gradient boosting (GB), AdaBoost (AB), linear discriminant analysis (LDA), ), naive Bayes (NB), support vector machine (SVM), random forest (RFlinear regression (LR), and classification and regression tree (CART). The DS2OS dataset is used to evaluate the proposed method's effectiveness. Several performance metrics, including recall, precision, accuracy, specificity, F1 score, detection rate, and ROC are used to evaluate the system's performance. The proposed model successfully distinguishes between normal and attack traffic, achieving an accuracy rate of 99.7% and 99.8%, respectively. To evaluate the effectiveness of the proposed method, its performance metrics were compared to those of other advanced attack detection algorithms. The outcomes demonstrated that the proposed model outperformed other ML and DL-based techniques
工业物联网是将传统的物联网原理整合到工业运营中。工业物联网具有广泛的实际应用,包括但不限于供应链管理、互联汽车、智能电网、智能城市和智能家居。令人遗憾的是,这些系统正日益成为网络犯罪攻击的焦点。机器学习是在工业物联网网络中创建和实施弹性安全措施的一项有前途的技术。本文提出了一种新的创新方法,通过使用混合机器分类器(HMC)来检测工业物联网中的网络攻击。HMC模型是不同机器学习模型的独特融合,如k最近邻(KNN)、额外树(ET)、梯度增强(GB)、AdaBoost (AB)、线性判别分析(LDA)、朴素贝叶斯(NB)、支持向量机(SVM)、随机森林(rlinear regression (LR)、分类回归树(CART)等。利用DS2OS数据集对该方法的有效性进行了评价。几个性能指标,包括召回率、精密度、准确度、特异性、F1评分、检出率和ROC被用来评估系统的性能。该模型成功区分了正常流量和攻击流量,准确率分别达到99.7%和99.8%。为了评估该方法的有效性,将其性能指标与其他高级攻击检测算法进行了比较。结果表明,所提出的模型优于其他基于ML和dl的技术
{"title":"A Hybrid Machine Learning Approach to Anomaly Detection in Industrial IoT","authors":"Jayesh T P, Pandiaraj K, Arya Paul, Ranjeesh R Chandran, Prasanth P Menon","doi":"10.1109/ACCESS57397.2023.10199711","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10199711","url":null,"abstract":"IIoT is the integration of conventional IoT principles into industrial operations. IIoT has a wide range of practical applications, including but not limited to supply chain management, connected cars, smart grids, smart cities, and smart homes. Regrettably, these systems are increasingly becoming the focus of cybercrime attacks. Machine learning is a promising technology for creating and implementing resilient security measures in IIoT networks. A new and innovative approach to detecting cyberattacks in the IIoT is proposed in this document, through the use of a hybrid machine classifier (HMC). The HMC model is a unique amalgamation of different ML models, such as K-nearest neighbor (KNN), extra trees (ET), gradient boosting (GB), AdaBoost (AB), linear discriminant analysis (LDA), ), naive Bayes (NB), support vector machine (SVM), random forest (RFlinear regression (LR), and classification and regression tree (CART). The DS2OS dataset is used to evaluate the proposed method's effectiveness. Several performance metrics, including recall, precision, accuracy, specificity, F1 score, detection rate, and ROC are used to evaluate the system's performance. The proposed model successfully distinguishes between normal and attack traffic, achieving an accuracy rate of 99.7% and 99.8%, respectively. To evaluate the effectiveness of the proposed method, its performance metrics were compared to those of other advanced attack detection algorithms. The outcomes demonstrated that the proposed model outperformed other ML and DL-based techniques","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132972168","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
Device Analysis of Vertically Stacked GAA Nanosheet FET at Advanced Technology Node 先进技术节点垂直堆叠GAA纳米片场效应晶体管器件分析
Aruru Sai Kumar, M. Deekshana, V. Sreenivasulu, N. Kumari, G. Shanthi
Moore’s law indicates that several technological developments are currently being digested. Since switching from a simple MOSFET built with a single control gate to one with numerous control gates, the device’s controllability has significantly enhanced. In this paper, the device-level simulation of vertically stacked GAA nanosheet FET is performed for which the various geometrical variations are calibrated. This research Paper examines the impact of these geometrical variations on the performance of the device. The most prominent parameters like ION, IOFF, SS, DIBL, switching ratio, and Threshold voltage values are analyzed. For the device to be considered to have better performance ION should be maximum, IOFF should be minimum. Hence to obtain this the thickness of the nanosheet is varied on the scale of 5nm to 9nm and the width is varied from 10nm to 50nm. The device simulation and analysis are performed using the Visual TCAD - 3D Cogenda tool.
摩尔定律表明,目前有几种技术发展正在被消化。由于从具有单个控制栅极的简单MOSFET切换到具有多个控制栅极的MOSFET,该器件的可控性显着增强。本文对垂直堆叠的GAA纳米片场效应管进行了器件级模拟,并对各种几何变化进行了校准。本研究论文考察了这些几何变化对器件性能的影响。分析了离子、IOFF、SS、DIBL、开关比和阈值电压等最重要的参数。对于被认为具有较好性能的设备,ION应该是最大的,IOFF应该是最小的。因此,为了获得这一点,纳米片的厚度在5nm到9nm之间变化,宽度在10nm到50nm之间变化。利用visualtcad - 3D Cogenda工具对器件进行仿真和分析。
{"title":"Device Analysis of Vertically Stacked GAA Nanosheet FET at Advanced Technology Node","authors":"Aruru Sai Kumar, M. Deekshana, V. Sreenivasulu, N. Kumari, G. Shanthi","doi":"10.1109/ACCESS57397.2023.10199820","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10199820","url":null,"abstract":"Moore’s law indicates that several technological developments are currently being digested. Since switching from a simple MOSFET built with a single control gate to one with numerous control gates, the device’s controllability has significantly enhanced. In this paper, the device-level simulation of vertically stacked GAA nanosheet FET is performed for which the various geometrical variations are calibrated. This research Paper examines the impact of these geometrical variations on the performance of the device. The most prominent parameters like ION, IOFF, SS, DIBL, switching ratio, and Threshold voltage values are analyzed. For the device to be considered to have better performance ION should be maximum, IOFF should be minimum. Hence to obtain this the thickness of the nanosheet is varied on the scale of 5nm to 9nm and the width is varied from 10nm to 50nm. The device simulation and analysis are performed using the Visual TCAD - 3D Cogenda tool.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133509128","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
Assessing the Effect of Pre-processing Techniques on Classification of Breast Cancer using Histopathological Images 利用组织病理学图像评估预处理技术对乳腺癌分类的影响
Diwaker, Kriti, Jyoti Rawat
Over past few decades Breast cancer (BC) has become more common and affecting females in early age, which is an alarming and challenging situation for researchers to provide methods to identify the disease in their early stage. This is the deadliest cancer among women and is alarming female fraternity becoming second leading cause of deaths. If the disease gets identified in their early stage it may leads to reduction in mortality rate. It may occur in cells that produce milk (lobules) or in the passages responsible for carrying milk (milk ducts). This paper presents the performance comparison of various pre-processing techniques based on the BreakHis dataset. The dataset used contains 1980 breast histopathological images including 625 benign and 1355 malignant cases. Initially the histopathological images have been pre-processed using techniques including contrast limited adaptive histogram equalization (CLAHE), contrast stretching (CS), histogram equalization (HE), and unsharp masking (UM) followed by feature extraction using 2D Gabor Wavelet Transform to obtain texture feature from both the categories like original and preprocessed images. Finally, support vector machine (SVM) classifies the images in two categories namely benign and malignant. The experiments results show that texture features computed using UM as pre-processing tool outperformed for making difference between benign and malignant images using breast histopathological images with a classification accuracy of 84.1 %.
在过去的几十年里,乳腺癌(BC)变得越来越常见,并且在早期影响女性,这对研究人员来说是一个令人震惊和具有挑战性的情况,即提供早期识别疾病的方法。这是女性中最致命的癌症,令人震惊的是,女性兄弟会成为第二大死亡原因。如果在早期阶段发现这种疾病,可能会降低死亡率。它可能发生在产生乳汁的细胞(小叶)或负责运输乳汁的通道(乳管)。本文介绍了基于BreakHis数据集的各种预处理技术的性能比较。使用的数据集包含1980个乳腺组织病理学图像,包括625个良性病例和1355个恶性病例。首先,使用对比度有限的自适应直方图均衡化(CLAHE)、对比度拉伸(CS)、直方图均衡化(HE)和非锐化掩模(UM)等技术对组织病理图像进行预处理,然后使用2D Gabor小波变换进行特征提取,从原始图像和预处理图像中获得纹理特征。最后,支持向量机(SVM)将图像分为良性和恶性两类。实验结果表明,使用UM作为预处理工具计算的纹理特征在区分乳腺组织病理图像的良恶性图像上表现较好,分类准确率为84.1%。
{"title":"Assessing the Effect of Pre-processing Techniques on Classification of Breast Cancer using Histopathological Images","authors":"Diwaker, Kriti, Jyoti Rawat","doi":"10.1109/ACCESS57397.2023.10201037","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10201037","url":null,"abstract":"Over past few decades Breast cancer (BC) has become more common and affecting females in early age, which is an alarming and challenging situation for researchers to provide methods to identify the disease in their early stage. This is the deadliest cancer among women and is alarming female fraternity becoming second leading cause of deaths. If the disease gets identified in their early stage it may leads to reduction in mortality rate. It may occur in cells that produce milk (lobules) or in the passages responsible for carrying milk (milk ducts). This paper presents the performance comparison of various pre-processing techniques based on the BreakHis dataset. The dataset used contains 1980 breast histopathological images including 625 benign and 1355 malignant cases. Initially the histopathological images have been pre-processed using techniques including contrast limited adaptive histogram equalization (CLAHE), contrast stretching (CS), histogram equalization (HE), and unsharp masking (UM) followed by feature extraction using 2D Gabor Wavelet Transform to obtain texture feature from both the categories like original and preprocessed images. Finally, support vector machine (SVM) classifies the images in two categories namely benign and malignant. The experiments results show that texture features computed using UM as pre-processing tool outperformed for making difference between benign and malignant images using breast histopathological images with a classification accuracy of 84.1 %.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126764603","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
High Performance EDA and LDA Analysis: An Application for Wheat Yield Estimation 高性能EDA和LDA分析在小麦产量估算中的应用
D. Kumar, Y. Kumar, V. Kukreja, Ankit Bansal, Abhishek Bhattacherjee
A worldwide industry that provides food, business, and employment opportunities, agriculture is a key component of human life. Despite this, wheat is one of the most common armed crops and the production rate harms wheat yield every year. In this paper, a prediction method for wheat yield has been calculated with different environmental impact assessment parameters. Predictors of data are a predictive approach that helps to categorize the data based on the different grouping patterns. Exploratory data analysis (EDA) and Linear discriminant analysis (LDA) are very effective approaches for grouping the data. The main aim of this paper is to predict the wheat yield prediction through EDA, decision tree, random forest regressor, ensemble learning, and LDA to maximize accuracy. Different environmental impacts parameters such as average rainfall, average temperature, and pesticides have been used to predict the wheat yield. Also, ensemble learning has been used for the prediction and analysis of the model through the decision tree and random forest regressor. Moreover, the LDA has been used to classify the wheat yield dataset by applying a reduction approach of LDA. During wheat yield prediction, the decision tree achieves 0.025 losses in training time. Also, the performance of LDA and EDA has been calculated through squared error functions. During wheat yield prediction through EDA with environmental impact parameters, the Root means squared error (RMSE) is 18245.27 while the value of Mean absolute error (MAE) is 12334.75. Furthermore, the work of LDA has presented by supporting the data visualization through different graphs using pandas and Matplotlib library. This study provides the data reduction predictors approach to the wheat yield and explains the data-preprocessing technique used along with EDA and LDA for wheat yield prediction in different environmental impact parameters.
农业是一个提供食物、商业和就业机会的全球性产业,是人类生活的重要组成部分。尽管如此,小麦是最常见的武装作物之一,产量的下降每年都会影响小麦的产量。本文计算了不同环境影响评价参数下小麦产量的预测方法。数据预测器是一种预测方法,它有助于根据不同的分组模式对数据进行分类。探索性数据分析(EDA)和线性判别分析(LDA)是非常有效的数据分组方法。本文的主要目的是通过EDA、决策树、随机森林回归、集成学习和LDA来预测小麦产量,以达到最大的准确性。不同的环境影响参数如平均降雨量、平均气温、农药等被用来预测小麦产量。此外,集成学习通过决策树和随机森林回归器对模型进行预测和分析。此外,通过LDA的约简方法,将LDA用于小麦产量数据的分类。在小麦产量预测中,决策树的训练时间损失为0.025。并通过误差平方函数计算了LDA和EDA的性能。环境影响参数的EDA预测小麦产量时,均方根误差(RMSE)为18245.27,平均绝对误差(MAE)为12334.75。此外,通过使用pandas和Matplotlib库支持不同图形的数据可视化,展示了LDA的工作。本研究提供了小麦产量的数据约简预测方法,并解释了数据预处理技术与EDA和LDA一起用于不同环境影响参数下的小麦产量预测。
{"title":"High Performance EDA and LDA Analysis: An Application for Wheat Yield Estimation","authors":"D. Kumar, Y. Kumar, V. Kukreja, Ankit Bansal, Abhishek Bhattacherjee","doi":"10.1109/ACCESS57397.2023.10200446","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10200446","url":null,"abstract":"A worldwide industry that provides food, business, and employment opportunities, agriculture is a key component of human life. Despite this, wheat is one of the most common armed crops and the production rate harms wheat yield every year. In this paper, a prediction method for wheat yield has been calculated with different environmental impact assessment parameters. Predictors of data are a predictive approach that helps to categorize the data based on the different grouping patterns. Exploratory data analysis (EDA) and Linear discriminant analysis (LDA) are very effective approaches for grouping the data. The main aim of this paper is to predict the wheat yield prediction through EDA, decision tree, random forest regressor, ensemble learning, and LDA to maximize accuracy. Different environmental impacts parameters such as average rainfall, average temperature, and pesticides have been used to predict the wheat yield. Also, ensemble learning has been used for the prediction and analysis of the model through the decision tree and random forest regressor. Moreover, the LDA has been used to classify the wheat yield dataset by applying a reduction approach of LDA. During wheat yield prediction, the decision tree achieves 0.025 losses in training time. Also, the performance of LDA and EDA has been calculated through squared error functions. During wheat yield prediction through EDA with environmental impact parameters, the Root means squared error (RMSE) is 18245.27 while the value of Mean absolute error (MAE) is 12334.75. Furthermore, the work of LDA has presented by supporting the data visualization through different graphs using pandas and Matplotlib library. This study provides the data reduction predictors approach to the wheat yield and explains the data-preprocessing technique used along with EDA and LDA for wheat yield prediction in different environmental impact parameters.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130832066","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
An optimized Faster R-CNN model for Cassava Brown Streak Disease Classification 一种优化的快速R-CNN木薯褐条病分类模型
Rajasree R, C. Latha, Sujni Paul, Appu M, A. N
The scientific community has shown considerable interest in plant disease detection and classification based on deep learning. In order to address these research gaps, this study proposes an optimized, fine-tuned model for the detection of Cassava Brown Streak Diseases. Casѕava is a vital Thai manufacturing harvest. Thailand is a pioneer in cassava production; therefore, a lot of cassava has been produced and exported. But, caѕsava infection could be the key to cut back caѕsava creation and immediately has an effect on growers' earnings. This research is to develop a model using an effective deep learning algorithm for cassava leaf disease detection. We split the classification into two phases, with Model1 and Model2. First model is used to do the cassava disease classification and second model for identifying the Cassava Brown Streak Virus Disease using VGGNet, AlexNet and Faster R-CNN algorithm. Furthermore, data augmentation techniques are employed during network training to improve the performance of the proposed network. The proposed model has been evaluated its performance using accuracy and confusion matrix. The experimental results demonstrates that our approach can accurately classify Cassava Brown Streak Diseases with an accuracy of 96% using Faster R-CNN.
科学界对基于深度学习的植物病害检测和分类表现出相当大的兴趣。为了解决这些研究空白,本研究提出了一种优化的、微调的木薯褐条病检测模型。木薯是泰国重要的制造业作物。泰国是木薯生产的先驱;因此,大量的木薯被生产和出口。但是,casava感染可能是减少casava产生的关键,并立即对种植者的收入产生影响。本研究是利用有效的深度学习算法开发木薯叶病检测模型。我们将分类分为两个阶段,Model1和Model2。第一个模型用于木薯疾病分类,第二个模型使用VGGNet、AlexNet和Faster R-CNN算法对木薯褐条病毒病进行识别。此外,在网络训练过程中采用了数据增强技术来提高所提出网络的性能。利用准确率和混淆矩阵对该模型的性能进行了评价。实验结果表明,采用Faster R-CNN对木薯褐条病进行分类,准确率达到96%。
{"title":"An optimized Faster R-CNN model for Cassava Brown Streak Disease Classification","authors":"Rajasree R, C. Latha, Sujni Paul, Appu M, A. N","doi":"10.1109/ACCESS57397.2023.10200536","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10200536","url":null,"abstract":"The scientific community has shown considerable interest in plant disease detection and classification based on deep learning. In order to address these research gaps, this study proposes an optimized, fine-tuned model for the detection of Cassava Brown Streak Diseases. Casѕava is a vital Thai manufacturing harvest. Thailand is a pioneer in cassava production; therefore, a lot of cassava has been produced and exported. But, caѕsava infection could be the key to cut back caѕsava creation and immediately has an effect on growers' earnings. This research is to develop a model using an effective deep learning algorithm for cassava leaf disease detection. We split the classification into two phases, with Model1 and Model2. First model is used to do the cassava disease classification and second model for identifying the Cassava Brown Streak Virus Disease using VGGNet, AlexNet and Faster R-CNN algorithm. Furthermore, data augmentation techniques are employed during network training to improve the performance of the proposed network. The proposed model has been evaluated its performance using accuracy and confusion matrix. The experimental results demonstrates that our approach can accurately classify Cassava Brown Streak Diseases with an accuracy of 96% using Faster R-CNN.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"95 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121852263","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
An Efficient and High Speed FIR Filter using BEC with MUX Technique 基于MUX技术的高效高速FIR滤波器
G. Shanthi, Aruru Sai Kumar, Md Masood Hasan, H. Tanuja, Ch. Yashwanth
Multiplication and Division Operations have been extensively used as basic elements when designing a system for advanced applications. In today’s digital Era speed and area are the main constraints while implementing the digital systems. A crucial part of the digital design is played by addition operations. Many processors use the Carry Select Adder (CSA), one of the faster adders. To improve the efficiency of the adder used in various applications different architectures can be adopted. It is well known that processors in the semiconductor industry perform millions of work functions per second. Performance speed must therefore be taken into account as one of the major requirements while developing a multiplier. In this paper, we offer a method for designing FIR filters that makes use of carry-select adders and compressor-based multipliers. The performance of the proposed FIR filter outperformed the power and delay compared with existed FIR filter.
在设计高级应用系统时,乘法和除法运算已被广泛用作基本元素。在当今的数字时代,速度和面积是实现数字系统的主要制约因素。加法运算是数字设计的关键部分。许多处理器使用进位选择加法器(CSA),这是速度更快的加法器之一。为了提高各种应用中使用的加法器的效率,可以采用不同的架构。众所周知,半导体工业中的处理器每秒执行数百万个功函数。因此,在开发乘法器时,必须将性能速度作为主要要求之一加以考虑。在本文中,我们提供了一种利用载波选择加法器和基于压缩器的乘法器来设计FIR滤波器的方法。与现有的FIR滤波器相比,所提出的FIR滤波器在功率和延迟方面都优于现有的FIR滤波器。
{"title":"An Efficient and High Speed FIR Filter using BEC with MUX Technique","authors":"G. Shanthi, Aruru Sai Kumar, Md Masood Hasan, H. Tanuja, Ch. Yashwanth","doi":"10.1109/ACCESS57397.2023.10200442","DOIUrl":"https://doi.org/10.1109/ACCESS57397.2023.10200442","url":null,"abstract":"Multiplication and Division Operations have been extensively used as basic elements when designing a system for advanced applications. In today’s digital Era speed and area are the main constraints while implementing the digital systems. A crucial part of the digital design is played by addition operations. Many processors use the Carry Select Adder (CSA), one of the faster adders. To improve the efficiency of the adder used in various applications different architectures can be adopted. It is well known that processors in the semiconductor industry perform millions of work functions per second. Performance speed must therefore be taken into account as one of the major requirements while developing a multiplier. In this paper, we offer a method for designing FIR filters that makes use of carry-select adders and compressor-based multipliers. The performance of the proposed FIR filter outperformed the power and delay compared with existed FIR filter.","PeriodicalId":345351,"journal":{"name":"2023 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)","volume":"122 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124966182","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 3rd International Conference on Advances in Computing, Communication, Embedded and Secure Systems (ACCESS)
全部 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