首页 > 最新文献

INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY最新文献

英文 中文
iEEG Signal Data Augmentation in Convolutional Neural Networks for Epileptic Focus Localization 基于卷积神经网络的脑电图信号数据增强用于癫痫病灶定位
Pub Date : 2023-07-27 DOI: 10.24297/ijct.v23i.9482
Ruixuan Chen, Linfeng Sui, Mo Xia, Jianting Cao
Epileptic focus localization plays a crucial role in the diagnosis and treatment of epilepsy. Convolutional Neural Networks (CNNs) have exhibited promising outcomes in automatically detecting epileptic focus through the analysis of intracranial electroencephalogram (iEEG) signals. However, the limited availability of labeled iEEG dataset, which require specialist annotations, has constrained the effectiveness of CNNs. In this study, data augmentation techniques, including time shifting, amplitude scaling and noise addition, were employed to enhance the diversity and information content of the data. These techniques aimed to enable machine learning models to extract features from various aspects of iEEG data, thereby improving the accuracy of the models. Three deep learning models, namely DeepConvNet, ShallowConvNet and EEGNet, were introduced for the identification of epileptic foci. To evaluate the proposed methods, the Bern-Barcelona iEEG dataset was utilized. The experimental results demonstrated that the augmented dataset, formed by applying the three data augmentation techniques, achieved higher accuracies across all three deep learning models compared to the original dataset. This finding underscores the feasibility and efficacy of the proposed data augmentation and feature extraction methods in automated epilepsy detection.
癫痫病灶定位在癫痫的诊断和治疗中起着至关重要的作用。卷积神经网络(cnn)在通过分析颅内脑电图(iEEG)信号自动检测癫痫病灶方面表现出了良好的效果。然而,有标签的iEEG数据集的有限可用性,需要专家注释,限制了cnn的有效性。本研究采用时移、幅度缩放和加噪等数据增强技术增强数据的多样性和信息量。这些技术旨在使机器学习模型能够从eeg数据的各个方面提取特征,从而提高模型的准确性。介绍了用于癫痫病灶识别的深度学习模型DeepConvNet、ShallowConvNet和EEGNet。为了评估所提出的方法,我们利用了伯尔尼-巴塞罗那iEEG数据集。实验结果表明,与原始数据集相比,应用三种数据增强技术形成的增强数据集在所有三种深度学习模型中都取得了更高的准确性。这一发现强调了数据增强和特征提取方法在癫痫自动检测中的可行性和有效性。
{"title":"iEEG Signal Data Augmentation in Convolutional Neural Networks for Epileptic Focus Localization","authors":"Ruixuan Chen, Linfeng Sui, Mo Xia, Jianting Cao","doi":"10.24297/ijct.v23i.9482","DOIUrl":"https://doi.org/10.24297/ijct.v23i.9482","url":null,"abstract":"Epileptic focus localization plays a crucial role in the diagnosis and treatment of epilepsy. Convolutional Neural Networks (CNNs) have exhibited promising outcomes in automatically detecting epileptic focus through the analysis of intracranial electroencephalogram (iEEG) signals. However, the limited availability of labeled iEEG dataset, which require specialist annotations, has constrained the effectiveness of CNNs. In this study, data augmentation techniques, including time shifting, amplitude scaling and noise addition, were employed to enhance the diversity and information content of the data. These techniques aimed to enable machine learning models to extract features from various aspects of iEEG data, thereby improving the accuracy of the models. Three deep learning models, namely DeepConvNet, ShallowConvNet and EEGNet, were introduced for the identification of epileptic foci. To evaluate the proposed methods, the Bern-Barcelona iEEG dataset was utilized. The experimental results demonstrated that the augmented dataset, formed by applying the three data augmentation techniques, achieved higher accuracies across all three deep learning models compared to the original dataset. This finding underscores the feasibility and efficacy of the proposed data augmentation and feature extraction methods in automated epilepsy detection.","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-07-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114038579","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
LLVM-IR Instruction Latency Estimation Using Deep Neural Networks for a Software–Hardware Interface for Multi-Many-Cores 基于深度神经网络的多核软硬件接口LLVM-IR指令延迟估计
Pub Date : 2023-07-08 DOI: 10.24297/ijct.v23i.9472
Hiroki Mikami, Seira Iwai, M. Edahiro
This study  presents a method for estimating the latency of each LLVM-IR instruction to enable effective parallelization in model-based development.  In recent embedded systems, such as in-vehicle electronic control, multi-many-core processors are utilized for the hardware, and model-based development for software.  In the design of these systems, the degree of parallelism in the software and accuracy of performance estimation in the early design stages of the model-based development can be improved by estimating the performance of the blocks in the models and utilizing the estimate for parallelization.  Research is therefore being performed on a software performance estimation technique that uses IEEE2804-2019 hardware feature description called Software-Hardware Interface for Multi-many-core (SHIM).  In SHIM, each LLVM-IR instruction is associated with an execution cycle of the target processor.  Several types of assembly instruction sequences are generated for the target processor from a given LLVM-IR instruction; thus, it is not easy to estimate the number of execution cycles.  In this study, we propose a method that uses deep neural networks to estimate execution cycles for each LLVM-IR instruction.  It can be observed that our method obtains a better estimation of LLVM-IR instruction latency compared with previous methods in experiments using the Raspberry Pi3 Model B+.
本研究提出了一种估计每个LLVM-IR指令延迟的方法,以实现基于模型的开发中的有效并行化。在现代嵌入式系统中,如车载电子控制,硬件采用多核处理器,软件采用基于模型的开发。在这些系统的设计中,可以通过估计模型中块的性能并利用估计并行化来提高软件的并行度和基于模型开发的早期设计阶段性能估计的准确性。因此,正在研究一种软件性能评估技术,该技术使用IEEE2804-2019硬件功能描述,称为多核软硬件接口(SHIM)。在SHIM中,每个LLVM-IR指令与目标处理器的一个执行周期相关联。从给定的LLVM-IR指令为目标处理器生成几种类型的汇编指令序列;因此,估计执行周期的数量并不容易。在这项研究中,我们提出了一种使用深度神经网络来估计每个LLVM-IR指令的执行周期的方法。可以观察到,在使用Raspberry Pi3 Model B+的实验中,我们的方法比以前的方法获得了更好的LLVM-IR指令延迟估计。
{"title":"LLVM-IR Instruction Latency Estimation Using Deep Neural Networks for a Software–Hardware Interface for Multi-Many-Cores","authors":"Hiroki Mikami, Seira Iwai, M. Edahiro","doi":"10.24297/ijct.v23i.9472","DOIUrl":"https://doi.org/10.24297/ijct.v23i.9472","url":null,"abstract":"\u0000This study  presents a method for estimating the latency of each LLVM-IR instruction to enable effective parallelization in model-based development.  In recent embedded systems, such as in-vehicle electronic control, multi-many-core processors are utilized for the hardware, and model-based development for software.  In the design of these systems, the degree of parallelism in the software and accuracy of performance estimation in the early design stages of the model-based development can be improved by estimating the performance of the blocks in the models and utilizing the estimate for parallelization.  Research is therefore being performed on a software performance estimation technique that uses IEEE2804-2019 hardware feature description called Software-Hardware Interface for Multi-many-core (SHIM).  In SHIM, each LLVM-IR instruction is associated with an execution cycle of the target processor.  Several types of assembly instruction sequences are generated for the target processor from a given LLVM-IR instruction; thus, it is not easy to estimate the number of execution cycles.  In this study, we propose a method that uses deep neural networks to estimate execution cycles for each LLVM-IR instruction.  It can be observed that our method obtains a better estimation of LLVM-IR instruction latency compared with previous methods in experiments using the Raspberry Pi3 Model B+.\u0000","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124971715","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 Unprecedented View of Quantum Computers 量子计算机的前所未有的观点
Pub Date : 2023-03-06 DOI: 10.24297/ijct.v23i.9371
Author: Jeffrey H. Boyd
Every discussion of quantum computing starts with wave-particle duality, to explain how qubits differ from bits. But what if wave-particle duality were wrong? How would we explain quantum computing then? A little-known science called the Theory of Elementary Waves (TEW) says that quantum particles follow zero-energy waves backwards. Wave-particle duality cannot be true if waves and particles travel in opposite directions. This article proposes the first-ever TEW theory of quantum circuits. Elementary waves emanate from measuring devices and travel backwards through the circuits, whereas qubits move forwards through the wires and gates following those waves backwards. Quantum computers are known to be reversible. After we present that way-of-thinking, we will explain some of the evidence that TEW is valid. There is a mountain of empirical evidence from outside information technology. TEW is a maverick theory, out-of-step with the consensus about how quantum computers work. At first TEW sounds counterintuitive. Its advantage is Occam’s Razor: we present a simpler explanation of quantum circuits. We will present the quantum computer equivalent of saying that before the box is open Schrödinger’s cat is already dead or alive, but not both. Observing the cat simply tells us what was already true before we looked.
每一次关于量子计算的讨论都是从波粒二象性开始的,以解释量子比特与比特的区别。但如果波粒二象性是错的呢?那么我们该如何解释量子计算呢?一门鲜为人知的科学叫做基本波理论(TEW),它认为量子粒子会沿着零能量波反向运动。如果波和粒子沿相反方向运动,波粒二象性就不可能成立。本文提出了量子电路的首个TEW理论。基本波从测量设备发出并向后穿过电路,而量子位则沿着这些波向后穿过电线和门向前移动。众所周知,量子计算机是可逆的。在我们提出这种思维方式之后,我们将解释TEW是有效的一些证据。来自外部信息技术的经验证据堆积如山。TEW是一个特立独行的理论,与关于量子计算机如何工作的共识不一致。乍一看,TEW听起来有悖常理。它的优点是奥卡姆剃刀:我们提供了一个更简单的量子电路的解释。我们将在量子计算机上给出相当于说在盒子打开之前Schrödinger的猫已经是死的或活的,但不是两者都是。观察猫只是告诉我们在我们观察之前已经是事实的事情。
{"title":"An Unprecedented View of Quantum Computers","authors":"Author: Jeffrey H. Boyd","doi":"10.24297/ijct.v23i.9371","DOIUrl":"https://doi.org/10.24297/ijct.v23i.9371","url":null,"abstract":"Every discussion of quantum computing starts with wave-particle duality, to explain how qubits differ from bits. But what if wave-particle duality were wrong? How would we explain quantum computing then? A little-known science called the Theory of Elementary Waves (TEW) says that quantum particles follow zero-energy waves backwards. Wave-particle duality cannot be true if waves and particles travel in opposite directions. This article proposes the first-ever TEW theory of quantum circuits. Elementary waves emanate from measuring devices and travel backwards through the circuits, whereas qubits move forwards through the wires and gates following those waves backwards. Quantum computers are known to be reversible. After we present that way-of-thinking, we will explain some of the evidence that TEW is valid. There is a mountain of empirical evidence from outside information technology. TEW is a maverick theory, out-of-step with the consensus about how quantum computers work. At first TEW sounds counterintuitive. Its advantage is Occam’s Razor: we present a simpler explanation of quantum circuits. We will present the quantum computer equivalent of saying that before the box is open Schrödinger’s cat is already dead or alive, but not both. Observing the cat simply tells us what was already true before we looked.","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-03-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132209874","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
Viscous Stability Criterion for Hydrodynamic Differential Rotation 流体动力差速旋转的粘滞稳定性判据
Pub Date : 2023-01-16 DOI: 10.24297/ijct.v23i.9363
Zinab M. Maatoug, Hana N. Albibas, Bashir W. Sharif, A. M. Awin
Viscous stability criterion in a thin layer on a rotating sphere is studied. The case when the fluid is inviscid was explained by Watson in 1981, the work was motivated by the idea suggested by Drazin and Ried in their celebrated text "Hydrodynamic Stability"; here  we will investigate the model worked out by B. Sherif and C. Jones in the year 2005, and show the necessary condition for instability which depends on the energy that is provided by the shear motion of the fluid in spherical thin layer. 
研究了旋转球面上薄层的粘滞稳定性判据。1981年,沃森解释了流体无粘性的情况,这项工作的动机是德拉津和里德在他们著名的著作《流体动力学稳定性》中提出的想法;本文对Sherif和Jones在2005年提出的模型进行了研究,并给出了不稳定的必要条件,该条件取决于流体在球形薄层中的剪切运动所提供的能量。
{"title":"Viscous Stability Criterion for Hydrodynamic Differential Rotation","authors":"Zinab M. Maatoug, Hana N. Albibas, Bashir W. Sharif, A. M. Awin","doi":"10.24297/ijct.v23i.9363","DOIUrl":"https://doi.org/10.24297/ijct.v23i.9363","url":null,"abstract":"Viscous stability criterion in a thin layer on a rotating sphere is studied. The case when the fluid is inviscid was explained by Watson in 1981, the work was motivated by the idea suggested by Drazin and Ried in their celebrated text \"Hydrodynamic Stability\"; here  we will investigate the model worked out by B. Sherif and C. Jones in the year 2005, and show the necessary condition for instability which depends on the energy that is provided by the shear motion of the fluid in spherical thin layer. ","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-01-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116578292","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 Technique to Estimate the Mobile Position and Rotation 一种估计移动位置和旋转的技术
Pub Date : 2022-12-29 DOI: 10.24297/ijct.v22i.9335
Trinh Hien Anh, Trinh Xuan Hung, Ha Manh Toan
Nowadays, almost all applications, especially augmented reality (AR) applications, run on the web. In these applications, determining the position and rotation of the mobile device is an indispensable basic step. The speed and accuracy of this work greatly affect the quality of the user experience. Therefore, estimating the rotational position of mobile devices on the Web is necessary and meaningful in practice. In this paper, we propose a way to estimate the position and rotation of the mobile device using the image of the marker obtained from the camera combined with the data from the device’s tilt angle sensor. The proposal has been experimentally installed and evaluated for performance onWeb Assembly, Java Script, and C++ platforms. Along with that, to ensure objectivity, we compared the speed and calculation error of the proposed technique with the P3P and PnP techniques installed in the OpenCV open-source library. We also use the proposal method to develop the Virtual Museum application for the Vietnam National Museum of Nature
如今,几乎所有的应用程序,尤其是增强现实(AR)应用程序,都运行在网络上。在这些应用中,确定移动设备的位置和旋转是必不可少的基本步骤。这项工作的速度和准确性极大地影响了用户体验的质量。因此,估计移动设备在Web上的旋转位置在实践中是必要的和有意义的。在本文中,我们提出了一种利用相机获得的标记图像结合设备倾斜角传感器的数据来估计移动设备位置和旋转的方法。该方案已经在web Assembly、Java Script和c++平台上进行了实验安装和性能评估。同时,为了确保客观性,我们将所提出的技术与OpenCV开源库中安装的P3P和PnP技术的速度和计算误差进行了比较。本文还采用提案法开发了越南国家自然博物馆的虚拟博物馆应用程序
{"title":"A Technique to Estimate the Mobile Position and Rotation","authors":"Trinh Hien Anh, Trinh Xuan Hung, Ha Manh Toan","doi":"10.24297/ijct.v22i.9335","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9335","url":null,"abstract":"Nowadays, almost all applications, especially augmented reality (AR) applications, run on the web. In these applications, determining the position and rotation of the mobile device is an indispensable basic step. The speed and accuracy of this work greatly affect the quality of the user experience. Therefore, estimating the rotational position of mobile devices on the Web is necessary and meaningful in practice. In this paper, we propose a way to estimate the position and rotation of the mobile device using the image of the marker obtained from the camera combined with the data from the device’s tilt angle sensor. The proposal has been experimentally installed and evaluated for performance onWeb Assembly, Java Script, and C++ platforms. Along with that, to ensure objectivity, we compared the speed and calculation error of the proposed technique with the P3P and PnP techniques installed in the OpenCV open-source library. We also use the proposal method to develop the Virtual Museum application for the Vietnam National Museum of Nature","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-12-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130792942","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
Experimental Endoscope Rotitome-G: A pixel-by-pixel erasure microsurgical endoscopic sarcotome for resection of soft tissue tumours in closed body cavities 实验内窥镜Rotitome-G:用于封闭体腔内软组织肿瘤切除术的逐像素擦除显微外科内窥镜肌肉切割机
Pub Date : 2022-11-24 DOI: 10.24297/ijct.v22i.9327
H. S. Gandhi
Background: The procedure of minimal access to the brain through the nose is an ancient practice. However, endoscopic entry via a burr hole has recently gained significant traction in the practice of neurosurgery. High-resolution endoscopic images are possible with limited admittance of accessory tools and instruments. Although brain tissue can be removed easily with a suction device, but it will be uncontrolled ‘excision’. The Rotitome-G is a precision micro-endoscopic target access surgical instrument. It has several accessories for intraoperative assessment and precise removal of the soft tissue lesions pixel-by-pixel within a closed body cavity through a single portal.Objective: This preliminary theoretical research study on Rotitome-G is transition to experimental cadaveric and clinical studies. It describes the construction and mechanics of this newly conceptualized robot-assisted microsurgical endoscope. The design includes precise excision at the pixel and microscopic level and removes tissue debris under computer-aided navigation and direct instrument vision. Currently, the primary objective is to interest both the neurosurgeons and biomedical engineers, hence its contents are diverse resulting in an extended text.Methodology: The study provides the basics of computer vision techniques and neuronavigation to establish the function and application of the Rotitome-G. The structure and kinematics of the animalcule Rotifer have been considered followed by the construction of Rotitome-G. For a better understanding of intracranial tumour excision, the article examines the role of intra-operative imaging, biomechanics of brain tissue, and brain shift to better understand the principles of this newly conceived  microsurgical instrument. The functional capabilities of the instrument have been putatively demonstrated by describing the excision of a glioblastoma.Conclusion: It is expected that the key design of Rotitome-G would meet the goal of neurosurgical resection by excising maximum amount of pathological tissue. Direct microscopic resection will prevent damage to the eloquent areas to improve the prognosis by limiting neurological morbidity. Clinical validity of the Rotitome -G remains to be determined.
背景:通过鼻子最小限度地进入大脑的手术是一种古老的做法。然而,最近在神经外科实践中,通过钻孔的内窥镜进入获得了显著的牵引力。在有限的辅助工具和仪器导纳下,高分辨率内窥镜图像是可能的。虽然脑组织可以很容易地用抽吸装置移除,但这将是不受控制的“切除”。Rotitome-G是一种精密显微内窥镜手术器械。它有几个附件,用于术中评估和通过单个入口在封闭的体腔内逐像素精确移除软组织病变。目的:对Rotitome-G进行初步的理论研究,以过渡到实验尸体和临床研究。它描述了这个新概念的机器人辅助显微外科内窥镜的结构和力学。该设计包括在像素和微观水平上的精确切除,并在计算机辅助导航和直接仪器视觉下去除组织碎片。目前,主要目标是让神经外科医生和生物医学工程师都感兴趣,因此它的内容是多样的,导致了一个扩展的文本。方法:本研究提供计算机视觉技术和神经导航的基础,以建立Rotitome-G的功能和应用。研究了小分子轮虫的结构和运动学,并构建了轮虫- g。为了更好地理解颅内肿瘤切除术,本文探讨了术中成像、脑组织生物力学和脑转移的作用,以更好地理解这种新构思的显微外科仪器的原理。该仪器的功能能力已通过描述胶质母细胞瘤的切除推定证明。结论:Rotitome-G的关键设计可以最大限度地切除病理组织,达到神经外科切除的目的。直接显微切除将防止损伤的雄辩区,以改善预后,限制神经系统的发病率。Rotitome -G的临床有效性仍有待确定。
{"title":"Experimental Endoscope Rotitome-G: A pixel-by-pixel erasure microsurgical endoscopic sarcotome for resection of soft tissue tumours in closed body cavities","authors":"H. S. Gandhi","doi":"10.24297/ijct.v22i.9327","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9327","url":null,"abstract":"Background: The procedure of minimal access to the brain through the nose is an ancient practice. However, endoscopic entry via a burr hole has recently gained significant traction in the practice of neurosurgery. High-resolution endoscopic images are possible with limited admittance of accessory tools and instruments. Although brain tissue can be removed easily with a suction device, but it will be uncontrolled ‘excision’. The Rotitome-G is a precision micro-endoscopic target access surgical instrument. It has several accessories for intraoperative assessment and precise removal of the soft tissue lesions pixel-by-pixel within a closed body cavity through a single portal.\u0000Objective: This preliminary theoretical research study on Rotitome-G is transition to experimental cadaveric and clinical studies. It describes the construction and mechanics of this newly conceptualized robot-assisted microsurgical endoscope. The design includes precise excision at the pixel and microscopic level and removes tissue debris under computer-aided navigation and direct instrument vision. Currently, the primary objective is to interest both the neurosurgeons and biomedical engineers, hence its contents are diverse resulting in an extended text.\u0000Methodology: The study provides the basics of computer vision techniques and neuronavigation to establish the function and application of the Rotitome-G. The structure and kinematics of the animalcule Rotifer have been considered followed by the construction of Rotitome-G. For a better understanding of intracranial tumour excision, the article examines the role of intra-operative imaging, biomechanics of brain tissue, and brain shift to better understand the principles of this newly conceived  microsurgical instrument. The functional capabilities of the instrument have been putatively demonstrated by describing the excision of a glioblastoma.\u0000Conclusion: It is expected that the key design of Rotitome-G would meet the goal of neurosurgical resection by excising maximum amount of pathological tissue. Direct microscopic resection will prevent damage to the eloquent areas to improve the prognosis by limiting neurological morbidity. Clinical validity of the Rotitome -G remains to be determined.","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-11-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114633672","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
In-silico patient-specific and patient-appropriate engineering method to judiciously select an ameliorative implant design in a single-patient using finite element-n-of-1 (fe-n-of-1) empirical test analysis to reconstruct mid-sagittal osteochondrotomy of the sternum following cardiac surgery 利用有限元-n-of-1 (fe-n-of-1)经验检验分析,在心脏手术后重建胸骨正中矢状骨软骨切开术,在单个患者中明智地选择改良的植入物设计
Pub Date : 2022-09-26 DOI: 10.24297/ijct.v22i.9288
H. S. Gandhi
Introduction: No two patients have similar normal anatomy and physiology because of genetics, physical development, and age that the same type of surgery and reconstruction implant will perform equally well. Such a notion demands the need for individualization of treatment and a method to select an ameliorative implant prospectively. One such empirically testing method is the finite element-n-of-1 (fe-n-of-1), where a treatment plan is executed specifically and systematically for a single patient as part of pre-operative planning.Objective: It is to evaluate and discuss the method of finite element analysis to carry out the fe-n-of-1 empirical test in a fact-driven manner connecting various scientific domains. It presents a preliminary protocol how to select an ameliorative implant to mitigate sternal instability due to suboptimal standard stainless-steel cerclage wiring to reconstruct the sternum following open-heart surgery. Methodology: The instability following the reconstruction of the sternum is a mechanical problem therefore it is appropriate to apply harmless structural engineering methods to choose a suitable implant design to fix it. This exploratory descriptive research describes finite element n-of-1 empirical testing using in-silico engineering principles applied to patient-specific and patient-appropriate mechanical loading conditions.Conclusion: Single-patient fe-n-of-1 empirical testing is a benign engineering method based on finite element modeling and finite element analysis. It is a safe mathematical evaluation free from subjective bias to select in advance the most ameliorative implant design to opt out of the suboptimal stainless steel cerclage wire as ‘standard of care’ and improve patient-based outcome and surgeon satisfaction. 
由于遗传、身体发育和年龄的原因,没有两名患者具有相似的正常解剖和生理结构,因此同一类型的手术和重建植入物将具有相同的效果。这样的概念需要个性化的治疗和一种方法来选择改良植入物的前瞻性。其中一种经验检验方法是有限元-n-of-1 (fe-n-of-1),即作为术前计划的一部分,针对单个患者具体而系统地执行治疗计划。目的:评价和探讨以事实驱动的方式连接各科学领域进行fe-n-of-1实证检验的有限元分析方法。它提出了一个初步方案,如何选择一种改良的植入物,以减轻胸骨不稳定由于不理想的标准不锈钢环扎线重建胸骨后,心脏直视手术。方法:胸骨重建后的不稳定是一个机械问题,因此应采用无害的结构工程方法来选择合适的植入物来固定它。这一探索性描述性研究描述了使用硅片工程原理应用于患者特定和患者适当的机械加载条件的有限元n-of-1经验测试。结论:单例fe-n-of-1经验检验是一种基于有限元建模和有限元分析的良性工程方法。这是一种安全的数学评估,没有主观偏见,可以提前选择最改良的植入物设计,选择不理想的不锈钢环扎丝作为“标准护理”,提高基于患者的结果和外科医生的满意度。
{"title":"In-silico patient-specific and patient-appropriate engineering method to judiciously select an ameliorative implant design in a single-patient using finite element-n-of-1 (fe-n-of-1) empirical test analysis to reconstruct mid-sagittal osteochondrotomy of the sternum following cardiac surgery","authors":"H. S. Gandhi","doi":"10.24297/ijct.v22i.9288","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9288","url":null,"abstract":"Introduction: No two patients have similar normal anatomy and physiology because of genetics, physical development, and age that the same type of surgery and reconstruction implant will perform equally well. Such a notion demands the need for individualization of treatment and a method to select an ameliorative implant prospectively. One such empirically testing method is the finite element-n-of-1 (fe-n-of-1), where a treatment plan is executed specifically and systematically for a single patient as part of pre-operative planning.\u0000Objective: It is to evaluate and discuss the method of finite element analysis to carry out the fe-n-of-1 empirical test in a fact-driven manner connecting various scientific domains. It presents a preliminary protocol how to select an ameliorative implant to mitigate sternal instability due to suboptimal standard stainless-steel cerclage wiring to reconstruct the sternum following open-heart surgery. \u0000Methodology: The instability following the reconstruction of the sternum is a mechanical problem therefore it is appropriate to apply harmless structural engineering methods to choose a suitable implant design to fix it. This exploratory descriptive research describes finite element n-of-1 empirical testing using in-silico engineering principles applied to patient-specific and patient-appropriate mechanical loading conditions.\u0000Conclusion: Single-patient fe-n-of-1 empirical testing is a benign engineering method based on finite element modeling and finite element analysis. It is a safe mathematical evaluation free from subjective bias to select in advance the most ameliorative implant design to opt out of the suboptimal stainless steel cerclage wire as ‘standard of care’ and improve patient-based outcome and surgeon satisfaction. ","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114419548","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
Quality Attributes Demanded By Mobile App Stores On Mobile Apps Hosted On Their Platforms. 移动应用商店对其平台上托管的移动应用所要求的质量属性。
Pub Date : 2022-09-17 DOI: 10.24297/ijct.v22i.9177
Jane Kuria, Ikoha Anselimo, Franklin Wabwoba
Mobile applications are designed and developed to run on a mobile device. The overwhelming adoption of mobile device technology, the rapid advancement of mobile devices and the significance of the Internet in today's society have shifted how businesses and consumers interact. The shift has subsequently upset mobile software programming enormously. The education sector has not been left behind on the adoption of mobile devices. For a mobile app to publication in an app store, the developers must meet the quality requirements of the store. To obtain the requirements, we surveyed four major app stores by leveraging the ISO/IEC 25010 quality standard to ensure the fulfillment of the quality requirements from the mobile app stores. We used the cross-sectional methodology strategy thus conducted the study within a limited time frame. Once an app is published in an app store, it becomes accessible to the entire universe of users. Mobile app developers should be familiar with the quality control requirements to develop acceptable apps. The purpose of this paper was to survey and identify the most relevant quality requirements set up by mobile applications The study found, Usability, Performance, Maintainability and Support categories were the most important
移动应用程序是为在移动设备上运行而设计和开发的。移动设备技术的广泛采用,移动设备的快速发展以及互联网在当今社会的重要性已经改变了企业和消费者的互动方式。这种转变随后极大地扰乱了移动软件编程。在采用移动设备方面,教育部门并没有落后。要在应用商店发布手机应用,开发者必须满足应用商店的质量要求。为了获得这些要求,我们利用ISO/IEC 25010质量标准对四家主要应用商店进行了调查,以确保满足移动应用商店的质量要求。我们采用了横断面方法学策略,因此在有限的时间框架内进行了研究。一旦应用程序在应用商店中发布,所有用户都可以访问它。手机应用开发者应该熟悉开发可接受应用的质量控制要求。本文的目的是调查和确定移动应用程序设置的最相关的质量需求,研究发现,可用性,性能,可维护性和支持类别是最重要的
{"title":"Quality Attributes Demanded By Mobile App Stores On Mobile Apps Hosted On Their Platforms.","authors":"Jane Kuria, Ikoha Anselimo, Franklin Wabwoba","doi":"10.24297/ijct.v22i.9177","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9177","url":null,"abstract":"Mobile applications are designed and developed to run on a mobile device. The overwhelming adoption of mobile device technology, the rapid advancement of mobile devices and the significance of the Internet in today's society have shifted how businesses and consumers interact. The shift has subsequently upset mobile software programming enormously. The education sector has not been left behind on the adoption of mobile devices. For a mobile app to publication in an app store, the developers must meet the quality requirements of the store. To obtain the requirements, we surveyed four major app stores by leveraging the ISO/IEC 25010 quality standard to ensure the fulfillment of the quality requirements from the mobile app stores. We used the cross-sectional methodology strategy thus conducted the study within a limited time frame. Once an app is published in an app store, it becomes accessible to the entire universe of users. Mobile app developers should be familiar with the quality control requirements to develop acceptable apps. The purpose of this paper was to survey and identify the most relevant quality requirements set up by \u0000mobile applications The study found, Usability, Performance, Maintainability and Support categories were the most important","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128909271","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
LLVM Instruction Latency Measurement for Software-Hardware Interface for Multi-many-core 基于多核软硬件接口的LLVM指令延迟测量
Pub Date : 2022-05-27 DOI: 10.24297/ijct.v22i.9231
Hiroki Mikami, K. Torigoe, Makoto Inokawa, M. Edahiro
The increasing scale and complexity of embedded systems and the use of multi-many-core processors have resulted in a corresponding increase in the demand for software development with a high degree of parallelism. The degree of parallelism in software and the accuracy of performance estimation in the early design stages of model-based development can be improved by estimating performance of blocks in models and utilizing the estimate for parallelization. Research is therefore being performed on a software performance estimation technique that uses the IEEE2804-2019 hardware feature description called software-hardware interface for multi-many-core (SHIM). In SHIM, each LLVM-IR instruction is associated with the execution cycle of the target processor. Because several types of assembly instruction sequences for the target processor are generated from a given LLVM-IR instruction, it is not easy to estimate the number of execution cycles. In this study, we propose a regression analysis method to estimate the execution cycles for each LLVM-IR instruction. It is observed that our method estimated the execution cycles within the target error of ±20% in experiments using a Raspberry Pi3 Model B+.
嵌入式系统的规模和复杂性的增加以及多核处理器的使用导致了对高度并行性的软件开发需求的相应增加。在基于模型的开发的早期设计阶段,通过对模型中块的性能进行估计并利用估计结果进行并行化,可以提高软件的并行度和性能估计的准确性。因此,正在研究一种软件性能评估技术,该技术使用IEEE2804-2019硬件功能描述,称为多核软硬件接口(SHIM)。在SHIM中,每个LLVM-IR指令都与目标处理器的执行周期相关联。由于从给定的LLVM-IR指令生成目标处理器的几种类型的汇编指令序列,因此不容易估计执行周期的数量。在本研究中,我们提出一种回归分析方法来估计每条LLVM-IR指令的执行周期。在Raspberry Pi3模型B+的实验中,我们的方法估计的执行周期在目标误差±20%以内。
{"title":"LLVM Instruction Latency Measurement for Software-Hardware Interface for Multi-many-core","authors":"Hiroki Mikami, K. Torigoe, Makoto Inokawa, M. Edahiro","doi":"10.24297/ijct.v22i.9231","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9231","url":null,"abstract":"The increasing scale and complexity of embedded systems and the use of multi-many-core processors have resulted in a corresponding increase in the demand for software development with a high degree of parallelism. The degree of parallelism in software and the accuracy of performance estimation in the early design stages of model-based development can be improved by estimating performance of blocks in models and utilizing the estimate for parallelization. Research is therefore being performed on a software performance estimation technique that uses the IEEE2804-2019 hardware feature description called software-hardware interface for multi-many-core (SHIM). In SHIM, each LLVM-IR instruction is associated with the execution cycle of the target processor. Because several types of assembly instruction sequences for the target processor are generated from a given LLVM-IR instruction, it is not easy to estimate the number of execution cycles. In this study, we propose a regression analysis method to estimate the execution cycles for each LLVM-IR instruction. It is observed that our method estimated the execution cycles within the target error of ±20% in experiments using a Raspberry Pi3 Model B+.","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115264511","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
Patient-appropriate and patient-specific quantification: Application of biomedical sciences and engineering principles for the amelioration of outcomes following reconstruction of osteochondrotomy of the sternum to access the mediastinum 适合患者和特定患者的量化:应用生物医学科学和工程原理改善胸骨软骨切开术重建进入纵隔后的结果
Pub Date : 2022-05-27 DOI: 10.24297/ijct.v22i.9229
H. S. Gandhi
It is a fact that the morphology, physiology, and load-bearing activities of two patients are never identical. The normal allometric variations in regional anatomy, primary disease processes, and co-morbid pathologies demand individual treatment planning and selection of implants for surgical repair, reconstruction, and replacement leading to patient-specific and patient-appropriate interventions. It requires quantification of hard and soft tissues of human anatomy directly or indirectly from image data and other evaluation techniques, which can be combined with reconstruction implant to form a composite structure for pre-operative evaluation.   Finite element modeling and analysis are routine engineering methods to assess the safety and endurance of the physical structures, which can also be applied for the numerical evaluation of fracture reconstruction. The present study delves into the fundamentals of various imaging techniques and techniques for the acquisition of hard and soft tissue densities to extract material properties and introduces the practice of finite element methods for higher analysis and their intended surgical application. 
这是一个事实,形态,生理和负荷活动的两个病人从来没有相同的。正常异速变化的区域解剖,原发疾病的过程,和共病病理需要个性化的治疗计划和选择植入物进行手术修复,重建和更换,导致患者特异性和患者适合的干预措施。它需要直接或间接地通过图像资料等评价技术对人体解剖的软硬组织进行量化,并可与重建植入物结合形成复合结构,进行术前评价。有限元建模和分析是评估物理结构安全性和耐久性的常规工程方法,也可用于断裂重建的数值评估。本研究深入探讨了各种成像技术的基本原理,以及获取硬组织和软组织密度以提取材料特性的技术,并介绍了用于高级分析的有限元方法的实践及其预期的外科应用。
{"title":"Patient-appropriate and patient-specific quantification: Application of biomedical sciences and engineering principles for the amelioration of outcomes following reconstruction of osteochondrotomy of the sternum to access the mediastinum","authors":"H. S. Gandhi","doi":"10.24297/ijct.v22i.9229","DOIUrl":"https://doi.org/10.24297/ijct.v22i.9229","url":null,"abstract":"It is a fact that the morphology, physiology, and load-bearing activities of two patients are never identical. The normal allometric variations in regional anatomy, primary disease processes, and co-morbid pathologies demand individual treatment planning and selection of implants for surgical repair, reconstruction, and replacement leading to patient-specific and patient-appropriate interventions. It requires quantification of hard and soft tissues of human anatomy directly or indirectly from image data and other evaluation techniques, which can be combined with reconstruction implant to form a composite structure for pre-operative evaluation.   Finite element modeling and analysis are routine engineering methods to assess the safety and endurance of the physical structures, which can also be applied for the numerical evaluation of fracture reconstruction. The present study delves into the fundamentals of various imaging techniques and techniques for the acquisition of hard and soft tissue densities to extract material properties and introduces the practice of finite element methods for higher analysis and their intended surgical application. ","PeriodicalId":210853,"journal":{"name":"INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129756336","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
期刊
INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY
全部 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