首页 > 最新文献

Comput.最新文献

英文 中文
A U-Net Architecture for Inpainting Lightstage Normal Maps 用于绘制光场法线映射的 U-Net 架构
Pub Date : 2024-02-19 DOI: 10.3390/computers13020056
Hancheng Zuo, Bernard Tiddeman
In this paper, we investigate the inpainting of normal maps that were captured from a lightstage. Occlusion of parts of the face during performance capture can be caused by the movement of, e.g., arms, hair, or props. Inpainting is the process of interpolating missing areas of an image with plausible data. We build on previous works about general image inpainting that use generative adversarial networks (GANs). We extend our previous work on normal map inpainting to use a U-Net structured generator network. Our method takes into account the nature of the normal map data and so requires modification of the loss function. We use a cosine loss rather than the more common mean squared error loss when training the generator. Due to the small amount of training data available, even when using synthetic datasets, we require significant augmentation, which also needs to take account of the particular nature of the input data. Image flipping and inplane rotations need to properly flip and rotate the normal vectors. During training, we monitor key performance metrics including the average loss, structural similarity index measure (SSIM), and peak signal-to-noise ratio (PSNR) of the generator, alongside the average loss and accuracy of the discriminator. Our analysis reveals that the proposed model generates high-quality, realistic inpainted normal maps, demonstrating the potential for application to performance capture. The results of this investigation provide a baseline on which future researchers can build with more advanced networks and comparison with inpainting of the source images used to generate the normal maps.
在本文中,我们研究了如何对从灯光舞台捕捉到的法线贴图进行内绘。在捕捉表演过程中,手臂、头发或道具等的移动可能会导致面部部分遮挡。内绘是用可信数据对图像缺失区域进行插值的过程。我们在以往使用生成式对抗网络(GAN)进行一般图像内绘的基础上进行了改进。我们扩展了之前的法线贴图绘制工作,使用了 U-Net 结构生成器网络。我们的方法考虑到了法线贴图数据的性质,因此需要修改损失函数。在训练生成器时,我们使用余弦损失而不是更常见的均方误差损失。由于可用的训练数据较少,即使使用合成数据集,我们也需要大量的增强数据,这也需要考虑输入数据的特殊性质。图像翻转和平面内旋转需要正确翻转和旋转法向量。在训练过程中,我们对关键性能指标进行监控,包括生成器的平均损失、结构相似性指数(SSIM)和峰值信噪比(PSNR),以及判别器的平均损失和准确性。我们的分析表明,所提出的模型能生成高质量、逼真的内绘法线图,显示了应用于性能捕捉的潜力。这项研究的结果提供了一个基线,未来的研究人员可以在此基础上建立更先进的网络,并对用于生成法线图的源图像进行染色比较。
{"title":"A U-Net Architecture for Inpainting Lightstage Normal Maps","authors":"Hancheng Zuo, Bernard Tiddeman","doi":"10.3390/computers13020056","DOIUrl":"https://doi.org/10.3390/computers13020056","url":null,"abstract":"In this paper, we investigate the inpainting of normal maps that were captured from a lightstage. Occlusion of parts of the face during performance capture can be caused by the movement of, e.g., arms, hair, or props. Inpainting is the process of interpolating missing areas of an image with plausible data. We build on previous works about general image inpainting that use generative adversarial networks (GANs). We extend our previous work on normal map inpainting to use a U-Net structured generator network. Our method takes into account the nature of the normal map data and so requires modification of the loss function. We use a cosine loss rather than the more common mean squared error loss when training the generator. Due to the small amount of training data available, even when using synthetic datasets, we require significant augmentation, which also needs to take account of the particular nature of the input data. Image flipping and inplane rotations need to properly flip and rotate the normal vectors. During training, we monitor key performance metrics including the average loss, structural similarity index measure (SSIM), and peak signal-to-noise ratio (PSNR) of the generator, alongside the average loss and accuracy of the discriminator. Our analysis reveals that the proposed model generates high-quality, realistic inpainted normal maps, demonstrating the potential for application to performance capture. The results of this investigation provide a baseline on which future researchers can build with more advanced networks and comparison with inpainting of the source images used to generate the normal maps.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"186 ","pages":"56"},"PeriodicalIF":0.0,"publicationDate":"2024-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140449806","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
Implementing Virtualization on Single-Board Computers: A Case Study on Edge Computing 在单板计算机上实现虚拟化:边缘计算案例研究
Pub Date : 2024-02-18 DOI: 10.3390/computers13020054
Georgios Lambropoulos, S. Mitropoulos, C. Douligeris, Leandros A. Maglaras
The widespread adoption of cloud computing has resulted in centralized datacenter structures; however, there is a requirement for smaller-scale distributed infrastructures to meet the demands for speed, responsiveness, and security for critical applications. Single-Board Computers (SBCs) present numerous advantages such as low power consumption, low cost, minimal heat emission, and high processing power, making them suitable for applications such as the Internet of Things (IoT), experimentation, and other advanced projects. This paper investigates the possibility of adopting virtualization technology on Single-Board Computers (SBCs) for the implementation of reliable and cost-efficient edge-computing environments.The results of this study are based on experimental implementations and testing conducted in the course of a case study performed on the edge infrastructure of a financial organization, where workload migration was achieved from a traditional to an SBC-based edge infrastructure. The performance of the two infrastructures was studied and compared during this process, providing important insights into the power efficiency gains, resource utilization, and overall suitability for the organization’s operational needs.
云计算的广泛应用导致了集中式数据中心结构的出现;然而,为了满足关键应用对速度、响应速度和安全性的要求,需要建立较小规模的分布式基础设施。单板计算机(SBC)具有功耗低、成本低、发热量小和处理能力强等诸多优势,适合物联网(IoT)、实验和其他先进项目等应用。本文研究了在单板计算机(SBC)上采用虚拟化技术来实施可靠且经济高效的边缘计算环境的可能性。本研究的结果基于在一家金融组织的边缘基础设施上进行的案例研究过程中进行的实验实施和测试,在该案例研究中,工作负载从传统的边缘基础设施迁移到了基于 SBC 的边缘基础设施。在这一过程中,研究人员对两种基础设施的性能进行了研究和比较,从而对功率效率的提高、资源利用率以及对企业运营需求的整体适用性提供了重要的见解。
{"title":"Implementing Virtualization on Single-Board Computers: A Case Study on Edge Computing","authors":"Georgios Lambropoulos, S. Mitropoulos, C. Douligeris, Leandros A. Maglaras","doi":"10.3390/computers13020054","DOIUrl":"https://doi.org/10.3390/computers13020054","url":null,"abstract":"The widespread adoption of cloud computing has resulted in centralized datacenter structures; however, there is a requirement for smaller-scale distributed infrastructures to meet the demands for speed, responsiveness, and security for critical applications. Single-Board Computers (SBCs) present numerous advantages such as low power consumption, low cost, minimal heat emission, and high processing power, making them suitable for applications such as the Internet of Things (IoT), experimentation, and other advanced projects. This paper investigates the possibility of adopting virtualization technology on Single-Board Computers (SBCs) for the implementation of reliable and cost-efficient edge-computing environments.The results of this study are based on experimental implementations and testing conducted in the course of a case study performed on the edge infrastructure of a financial organization, where workload migration was achieved from a traditional to an SBC-based edge infrastructure. The performance of the two infrastructures was studied and compared during this process, providing important insights into the power efficiency gains, resource utilization, and overall suitability for the organization’s operational needs.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"34 1","pages":"54"},"PeriodicalIF":0.0,"publicationDate":"2024-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140452867","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
Electrocardiogram Signals Classification Using Deep-Learning-Based Incorporated Convolutional Neural Network and Long Short-Term Memory Framework 利用基于深度学习的卷积神经网络和长短期记忆框架对心电图信号进行分类
Pub Date : 2024-02-18 DOI: 10.3390/computers13020055
Alaa Eleyan, Ebrahim Alboghbaish
Cardiovascular diseases (CVDs) like arrhythmia and heart failure remain the world’s leading cause of death. These conditions can be triggered by high blood pressure, diabetes, and simply the passage of time. The early detection of these heart issues, despite substantial advancements in artificial intelligence (AI) and technology, is still a significant challenge. This research addresses this hurdle by developing a deep-learning-based system that is capable of predicting arrhythmias and heart failure from abnormalities in electrocardiogram (ECG) signals. The system leverages a model that combines long short-term memory (LSTM) networks with convolutional neural networks (CNNs). Extensive experiments were conducted using ECG data from both the MIT-BIH and BIDMC databases under two scenarios. The first scenario employed data from five distinct ECG classes, while the second focused on classifying data from three classes. The results from both scenarios demonstrated that the proposed deep-learning-based classification approach outperformed existing methods.
心律失常和心力衰竭等心血管疾病(CVD)仍然是世界上最主要的死亡原因。引发这些疾病的原因可能是高血压、糖尿病,也可能只是时间的流逝。尽管人工智能(AI)和技术取得了长足进步,但这些心脏问题的早期检测仍然是一项重大挑战。这项研究通过开发基于深度学习的系统来解决这一难题,该系统能够通过心电图(ECG)信号的异常预测心律失常和心力衰竭。该系统采用的模型结合了长短期记忆(LSTM)网络和卷积神经网络(CNN)。在两种情况下,使用麻省理工学院-BIH 和 BIDMC 数据库中的心电图数据进行了广泛的实验。第一种情况使用了来自五个不同心电图类别的数据,第二种情况则侧重于对来自三个类别的数据进行分类。两个场景的结果都表明,所提出的基于深度学习的分类方法优于现有方法。
{"title":"Electrocardiogram Signals Classification Using Deep-Learning-Based Incorporated Convolutional Neural Network and Long Short-Term Memory Framework","authors":"Alaa Eleyan, Ebrahim Alboghbaish","doi":"10.3390/computers13020055","DOIUrl":"https://doi.org/10.3390/computers13020055","url":null,"abstract":"Cardiovascular diseases (CVDs) like arrhythmia and heart failure remain the world’s leading cause of death. These conditions can be triggered by high blood pressure, diabetes, and simply the passage of time. The early detection of these heart issues, despite substantial advancements in artificial intelligence (AI) and technology, is still a significant challenge. This research addresses this hurdle by developing a deep-learning-based system that is capable of predicting arrhythmias and heart failure from abnormalities in electrocardiogram (ECG) signals. The system leverages a model that combines long short-term memory (LSTM) networks with convolutional neural networks (CNNs). Extensive experiments were conducted using ECG data from both the MIT-BIH and BIDMC databases under two scenarios. The first scenario employed data from five distinct ECG classes, while the second focused on classifying data from three classes. The results from both scenarios demonstrated that the proposed deep-learning-based classification approach outperformed existing methods.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"33 2","pages":"55"},"PeriodicalIF":0.0,"publicationDate":"2024-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140452871","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
The Mechanism of Resonant Amplification of One-Dimensional Detonation Propagating in a Non-Uniform Mixture 在非均匀混合物中传播的一维爆破的共振放大机理
Pub Date : 2024-02-17 DOI: 10.3390/computation12020037
A. Lopato, Pavel Utkin
The propagation of detonation waves (i.e., supersonic combustion waves) in non-uniform gaseous mixtures has become a matter of interest over the past several years due to the development of rotating detonation engines. It was shown in a number of recent theoretical studies of one-dimensional pulsating detonation that perturbation of the parameters in front of the detonation wave can lead to a resonant amplification of intrinsic pulsations for a certain range of perturbation wavelengths. This work is dedicated to the clarification of the mechanism of this effect. One-dimensional reactive Euler equations with single-step Arrhenius kinetics were solved. Detonation propagation in a gas with sine waves in density was simulated in a shock-attached frame of reference. We carried out a series of simulations, varying the wavelength of the disturbances. We obtained a non-linear dependence of the amplitude of these pulsations on the wavelength of disturbances with resonant amplification for a certain range of wavelengths. The gain in velocity was about 25% of the Chapman–Jouguet velocity of the stable detonation wave. The effect is explained using the characteristic analysis in the x-t diagram. For the resonant case, we correlated the pulsation period with the time it takes for the C+ and C− characteristics to travel through the effective reaction zone. A similar pulsation mechanism is realized when a detonation wave propagates in a homogeneous medium.
在过去几年中,由于旋转爆燃发动机的发展,爆燃波(即超音速燃烧波)在非均匀气态混合物中的传播已成为一个令人感兴趣的问题。最近一些关于一维脉动爆轰的理论研究表明,在一定的扰动波长范围内,对爆轰波前方参数的扰动会导致本征脉动的共振放大。本研究致力于阐明这种效应的机理。采用单步阿伦尼乌斯动力学求解了一维反应欧拉方程。在冲击附加参照系中模拟了密度为正弦波的气体中的爆破传播。我们进行了一系列模拟,改变了扰动的波长。我们得到了这些脉动的振幅与扰动波长的非线性关系,在一定波长范围内具有共振放大作用。速度增益约为稳定爆轰波 Chapman-Jouguet 速度的 25%。这种效应可以用 x-t 图中的特性分析来解释。对于共振情况,我们将脉动周期与 C+ 和 C- 特性穿过有效反应区所需的时间相关联。当爆轰波在均质介质中传播时,也会产生类似的脉动机制。
{"title":"The Mechanism of Resonant Amplification of One-Dimensional Detonation Propagating in a Non-Uniform Mixture","authors":"A. Lopato, Pavel Utkin","doi":"10.3390/computation12020037","DOIUrl":"https://doi.org/10.3390/computation12020037","url":null,"abstract":"The propagation of detonation waves (i.e., supersonic combustion waves) in non-uniform gaseous mixtures has become a matter of interest over the past several years due to the development of rotating detonation engines. It was shown in a number of recent theoretical studies of one-dimensional pulsating detonation that perturbation of the parameters in front of the detonation wave can lead to a resonant amplification of intrinsic pulsations for a certain range of perturbation wavelengths. This work is dedicated to the clarification of the mechanism of this effect. One-dimensional reactive Euler equations with single-step Arrhenius kinetics were solved. Detonation propagation in a gas with sine waves in density was simulated in a shock-attached frame of reference. We carried out a series of simulations, varying the wavelength of the disturbances. We obtained a non-linear dependence of the amplitude of these pulsations on the wavelength of disturbances with resonant amplification for a certain range of wavelengths. The gain in velocity was about 25% of the Chapman–Jouguet velocity of the stable detonation wave. The effect is explained using the characteristic analysis in the x-t diagram. For the resonant case, we correlated the pulsation period with the time it takes for the C+ and C− characteristics to travel through the effective reaction zone. A similar pulsation mechanism is realized when a detonation wave propagates in a homogeneous medium.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"168 ","pages":"37"},"PeriodicalIF":0.0,"publicationDate":"2024-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140453363","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
Security and Privacy of Technologies in Health Information Systems: A Systematic Literature Review 医疗信息系统中技术的安全性和隐私性:系统性文献综述
Pub Date : 2024-01-31 DOI: 10.3390/computers13020041
Parisasadat Shojaei, Elena Vlahu-Gjorgievska, Yang-Wai Chow
Health information systems (HISs) have immense value for healthcare institutions, as they provide secure storage, efficient retrieval, insightful analysis, seamless exchange, and collaborative sharing of patient health information. HISs are implemented to meet patient needs, as well as to ensure the security and privacy of medical data, including confidentiality, integrity, and availability, which are necessary to achieve high-quality healthcare services. This systematic literature review identifies various technologies and methods currently employed to enhance the security and privacy of medical data within HISs. Various technologies have been utilized to enhance the security and privacy of healthcare information, such as the IoT, blockchain, mobile health applications, cloud computing, and combined technologies. This study also identifies three key security aspects, namely, secure access control, data sharing, and data storage, and discusses the challenges faced in each aspect that must be enhanced to ensure the security and privacy of patient information in HISs.
医疗信息系统(HIS)为医疗机构提供了安全存储、高效检索、深入分析、无缝交换和协作共享病人健康信息的功能,因此具有巨大的价值。实施 HIS 系统是为了满足患者的需求,并确保医疗数据的安全性和隐私性,包括保密性、完整性和可用性,这些都是实现高质量医疗服务的必要条件。本系统性文献综述指出了目前为提高医疗信息系统内医疗数据的安全性和隐私性而采用的各种技术和方法。各种技术已被用于增强医疗保健信息的安全性和隐私性,如物联网、区块链、移动医疗应用、云计算和组合技术。本研究还确定了三个关键的安全方面,即安全访问控制、数据共享和数据存储,并讨论了每个方面所面临的挑战,这些挑战必须得到加强,以确保 HIS 中患者信息的安全性和隐私性。
{"title":"Security and Privacy of Technologies in Health Information Systems: A Systematic Literature Review","authors":"Parisasadat Shojaei, Elena Vlahu-Gjorgievska, Yang-Wai Chow","doi":"10.3390/computers13020041","DOIUrl":"https://doi.org/10.3390/computers13020041","url":null,"abstract":"Health information systems (HISs) have immense value for healthcare institutions, as they provide secure storage, efficient retrieval, insightful analysis, seamless exchange, and collaborative sharing of patient health information. HISs are implemented to meet patient needs, as well as to ensure the security and privacy of medical data, including confidentiality, integrity, and availability, which are necessary to achieve high-quality healthcare services. This systematic literature review identifies various technologies and methods currently employed to enhance the security and privacy of medical data within HISs. Various technologies have been utilized to enhance the security and privacy of healthcare information, such as the IoT, blockchain, mobile health applications, cloud computing, and combined technologies. This study also identifies three key security aspects, namely, secure access control, data sharing, and data storage, and discusses the challenges faced in each aspect that must be enhanced to ensure the security and privacy of patient information in HISs.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"12 ","pages":"41"},"PeriodicalIF":0.0,"publicationDate":"2024-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140478062","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
Application of Immersive VR Serious Games in the Treatment of Schizophrenia Negative Symptoms 沉浸式虚拟现实严肃游戏在治疗精神分裂症阴性症状中的应用
Pub Date : 2024-01-31 DOI: 10.3390/computers13020042
Beatriz Miranda, P. Rego, Luís Romero, Pedro Miguel Moreira
Schizophrenia is a mental illness that requires the use of cognitive treatments to decrease symptoms in which the use of medication is less effective. Innovative strategies such as the use of Virtual Reality (VR) are being tested, but there is still a long way into developing solutions as effective as the current conventional forms of treatment. To study more effective forms of developing these systems, an immersive VR game with a tutorial and two levels of difficulty was developed. Tests were performed in twenty-one healthy subjects, showing promising results, indicating VR’s potential as a complementary approach to conventional treatments for schizophrenia. When properly applied, the use of VR could lead to more efficient and accessible treatments, potentially reducing its costs and reaching a broader population.
精神分裂症是一种需要通过认知治疗来减轻症状的精神疾病,而药物治疗的效果较差。目前正在测试使用虚拟现实(VR)等创新策略,但要开发出与当前传统治疗方法同样有效的解决方案,还有很长的路要走。为了研究开发这些系统的更有效形式,我们开发了一款具有教程和两个难度级别的沉浸式 VR 游戏。对 21 名健康受试者进行了测试,结果表明,VR 作为精神分裂症传统治疗方法的一种补充方法,具有广阔的前景。如果应用得当,使用虚拟现实技术可以带来更有效、更方便的治疗,有可能降低成本,惠及更多人群。
{"title":"Application of Immersive VR Serious Games in the Treatment of Schizophrenia Negative Symptoms","authors":"Beatriz Miranda, P. Rego, Luís Romero, Pedro Miguel Moreira","doi":"10.3390/computers13020042","DOIUrl":"https://doi.org/10.3390/computers13020042","url":null,"abstract":"Schizophrenia is a mental illness that requires the use of cognitive treatments to decrease symptoms in which the use of medication is less effective. Innovative strategies such as the use of Virtual Reality (VR) are being tested, but there is still a long way into developing solutions as effective as the current conventional forms of treatment. To study more effective forms of developing these systems, an immersive VR game with a tutorial and two levels of difficulty was developed. Tests were performed in twenty-one healthy subjects, showing promising results, indicating VR’s potential as a complementary approach to conventional treatments for schizophrenia. When properly applied, the use of VR could lead to more efficient and accessible treatments, potentially reducing its costs and reaching a broader population.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"385 ","pages":"42"},"PeriodicalIF":0.0,"publicationDate":"2024-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140470810","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
Maxwell's True Current 麦克斯韦真实电流
Pub Date : 2024-01-31 DOI: 10.3390/computation12020022
Robert S. Eisenberg
Maxwell defined a ‘true’ or ‘total’ current in a way not widely used today. He said that “… true electric current … is not the same thing as the current of conduction but that the time-variation of the electric displacement must be taken into account in estimating the total movement of electricity”. We show that the true or total current is a universal property of electrodynamics independent of the properties of matter. We use mathematics without the approximation of a dielectric constant. The resulting Maxwell current law is a generalization of the Kirchhoff law of current used in circuit analysis, that also includes the displacement current. The generalization is not a long-time low-frequency approximation in contrast to the traditional presentation of Kirchhoff’s law.
麦克斯韦给 "真实 "或 "总 "电流下了一个定义,这个定义在今天还没有被广泛使用。他说:"......真实电流......与传导电流不是一回事,但在估算电的总运动时必须考虑电位移的时间变化"。我们证明,真实电流或总电流是电动力学的普遍特性,与物质的特性无关。我们使用的数学方法没有介电常数的近似值。由此得出的麦克斯韦电流定律是电路分析中使用的基尔霍夫电流定律的广义化,其中也包括位移电流。与基尔霍夫定律的传统表述不同,这一概括并非长时间低频近似。
{"title":"Maxwell's True Current","authors":"Robert S. Eisenberg","doi":"10.3390/computation12020022","DOIUrl":"https://doi.org/10.3390/computation12020022","url":null,"abstract":"Maxwell defined a ‘true’ or ‘total’ current in a way not widely used today. He said that “… true electric current … is not the same thing as the current of conduction but that the time-variation of the electric displacement must be taken into account in estimating the total movement of electricity”. We show that the true or total current is a universal property of electrodynamics independent of the properties of matter. We use mathematics without the approximation of a dielectric constant. The resulting Maxwell current law is a generalization of the Kirchhoff law of current used in circuit analysis, that also includes the displacement current. The generalization is not a long-time low-frequency approximation in contrast to the traditional presentation of Kirchhoff’s law.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"1 6","pages":"22"},"PeriodicalIF":0.0,"publicationDate":"2024-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140478417","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 Controlled Passive Particle Motion Driven by Point Vortices on a Sphere 探索由球面上的点涡流驱动的受控被动粒子运动
Pub Date : 2024-01-31 DOI: 10.3390/computation12020023
Carlos Balsa, Victoria Otero-Espinar, S. Gama
This work focuses on optimizing the displacement of a passive particle interacting with vortices located on the surface of a sphere. The goal is to minimize the energy expended during the displacement within a fixed time. The modeling of particle dynamics, whether in Cartesian or spherical coordinates, gives rise to alternative formulations of the identical problem. Thanks to these two versions of the same problem, we can assert that the algorithm, employed to transform the optimal control problem into an optimization problem, is effective, as evidenced by the obtained controls. The numerical resolution of these formulations through a direct approach consistently produces optimal solutions, regardless of the selected coordinate system.
这项工作的重点是优化与位于球体表面的涡流相互作用的被动粒子的位移。目标是在固定时间内使位移过程中消耗的能量最小。无论是笛卡尔坐标还是球面坐标下的粒子动力学建模,都会产生相同问题的不同表述。有了同一问题的这两个版本,我们可以断言,将最优控制问题转化为优化问题的算法是有效的,所获得的控制结果就是证明。无论选择哪种坐标系,通过直接方法对这些公式进行数值求解,都能获得一致的最优解。
{"title":"Exploring Controlled Passive Particle Motion Driven by Point Vortices on a Sphere","authors":"Carlos Balsa, Victoria Otero-Espinar, S. Gama","doi":"10.3390/computation12020023","DOIUrl":"https://doi.org/10.3390/computation12020023","url":null,"abstract":"This work focuses on optimizing the displacement of a passive particle interacting with vortices located on the surface of a sphere. The goal is to minimize the energy expended during the displacement within a fixed time. The modeling of particle dynamics, whether in Cartesian or spherical coordinates, gives rise to alternative formulations of the identical problem. Thanks to these two versions of the same problem, we can assert that the algorithm, employed to transform the optimal control problem into an optimization problem, is effective, as evidenced by the obtained controls. The numerical resolution of these formulations through a direct approach consistently produces optimal solutions, regardless of the selected coordinate system.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"308 ","pages":"23"},"PeriodicalIF":0.0,"publicationDate":"2024-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140473779","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
Error Pattern Discovery in Spellchecking Using Multi-Class Confusion Matrix Analysis for the Croatian Language 利用克罗地亚语多类混淆矩阵分析发现拼写检查中的错误模式
Pub Date : 2024-01-29 DOI: 10.3390/computers13020039
G. Gledec, Mladen Sokele, M. Horvat, M. Mikuc
This paper introduces a novel approach to the creation and application of confusion matrices for error pattern discovery in spellchecking for the Croatian language. The experimental dataset has been derived from a corpus of mistyped words and user corrections collected since 2008 using the Croatian spellchecker available at ispravi.me. The important role of confusion matrices in enhancing the precision of spellcheckers, particularly within the diverse linguistic context of the Croatian language, is investigated. Common causes of spelling errors, emphasizing the challenges posed by diacritic usage, have been identified and analyzed. This research contributes to the advancement of spellchecking technologies and provides a more comprehensive understanding of linguistic details, particularly in languages with diacritic-rich orthographies, like Croatian. The presented user-data-driven approach demonstrates the potential for custom spellchecking solutions, especially considering the ever-changing dynamics of language use in digital communication.
本文介绍了一种创建和应用混淆矩阵的新方法,用于发现克罗地亚语拼写检查中的错误模式。实验数据集来自自 2008 年以来使用 ispravi.me 网站上的克罗地亚语拼写检查程序收集的错别字和用户更正语料库。研究了混淆矩阵在提高拼写检查器精确度方面的重要作用,尤其是在克罗地亚语的多样化语言环境中。对拼写错误的常见原因进行了识别和分析,强调了变音符号的使用所带来的挑战。这项研究有助于推动拼写检查技术的发展,并提供了对语言细节的更全面的理解,尤其是在克罗地亚语等正字法富含变音符的语言中。所介绍的用户数据驱动方法展示了定制拼写检查解决方案的潜力,特别是考虑到数字通信中不断变化的语言使用动态。
{"title":"Error Pattern Discovery in Spellchecking Using Multi-Class Confusion Matrix Analysis for the Croatian Language","authors":"G. Gledec, Mladen Sokele, M. Horvat, M. Mikuc","doi":"10.3390/computers13020039","DOIUrl":"https://doi.org/10.3390/computers13020039","url":null,"abstract":"This paper introduces a novel approach to the creation and application of confusion matrices for error pattern discovery in spellchecking for the Croatian language. The experimental dataset has been derived from a corpus of mistyped words and user corrections collected since 2008 using the Croatian spellchecker available at ispravi.me. The important role of confusion matrices in enhancing the precision of spellcheckers, particularly within the diverse linguistic context of the Croatian language, is investigated. Common causes of spelling errors, emphasizing the challenges posed by diacritic usage, have been identified and analyzed. This research contributes to the advancement of spellchecking technologies and provides a more comprehensive understanding of linguistic details, particularly in languages with diacritic-rich orthographies, like Croatian. The presented user-data-driven approach demonstrates the potential for custom spellchecking solutions, especially considering the ever-changing dynamics of language use in digital communication.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"19 1","pages":"39"},"PeriodicalIF":0.0,"publicationDate":"2024-01-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140490330","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
CollabVR: VR Testing for Increasing Social Interaction between College Students CollabVR:增加大学生社交互动的虚拟现实测试
Pub Date : 2024-01-29 DOI: 10.3390/computers13020040
Diego Johnson, Brayan Mamani, Cesar Salas Arbaiza
The impact of the COVID-19 pandemic on education has accelerated the shift in learning paradigms toward synchronous and asynchronous online approaches, significantly reducing students’ social interactions. This study introduces CollabVR, as a social virtual reality (SVR) platform designed to improve social interaction among remote university students through extracurricular activities (ECAs). Leveraging technologies such as Unity3D for the development of the SVR environment, Photon Unity Networking for real-time participant connection, Oculus Quest 2 for immersive virtual reality experience, and AWS for efficient and scalable system performance, it aims to mitigate this social interaction deficit. The platform was tested using the sociability scale of Kreijns et al., comparing it with traditional online platforms. Results from a focus group in Lima, Peru, with students participating in online ECAs, demonstrated that CollabVR significantly improved participants perceived social interaction, with a mean of 4.65 ± 0.49 compared to traditional platforms with a mean of 2.35 ± 0.75, fostering a sense of community and improving communication. The study highlights the potential of CollabVR as a powerful tool to overcome socialization challenges in virtual learning environments, suggesting a more immersive and engaging approach to distance education.
COVID-19 大流行病对教育的影响加速了学习模式向同步和异步在线方式的转变,大大减少了学生的社交互动。本研究介绍的 CollabVR 是一个社交虚拟现实(SVR)平台,旨在通过课外活动(ECA)改善远程大学生之间的社交互动。利用 Unity3D 开发 SVR 环境、Photon Unity Networking 实时连接参与者、Oculus Quest 2 提供沉浸式虚拟现实体验、AWS 提供高效和可扩展的系统性能等技术,该平台旨在缓解社交互动不足的问题。该平台使用 Kreijns 等人的社交性量表进行了测试,并与传统在线平台进行了比较。在秘鲁利马与参加在线 ECA 的学生进行的焦点小组讨论结果表明,CollabVR 显著改善了参与者的社交互动感知,平均值为 4.65 ± 0.49,而传统平台的平均值为 2.35 ± 0.75,从而培养了社区感,改善了交流。这项研究凸显了 CollabVR 作为克服虚拟学习环境中社交挑战的有力工具的潜力,为远程教育提供了一种更具沉浸感和吸引力的方法。
{"title":"CollabVR: VR Testing for Increasing Social Interaction between College Students","authors":"Diego Johnson, Brayan Mamani, Cesar Salas Arbaiza","doi":"10.3390/computers13020040","DOIUrl":"https://doi.org/10.3390/computers13020040","url":null,"abstract":"The impact of the COVID-19 pandemic on education has accelerated the shift in learning paradigms toward synchronous and asynchronous online approaches, significantly reducing students’ social interactions. This study introduces CollabVR, as a social virtual reality (SVR) platform designed to improve social interaction among remote university students through extracurricular activities (ECAs). Leveraging technologies such as Unity3D for the development of the SVR environment, Photon Unity Networking for real-time participant connection, Oculus Quest 2 for immersive virtual reality experience, and AWS for efficient and scalable system performance, it aims to mitigate this social interaction deficit. The platform was tested using the sociability scale of Kreijns et al., comparing it with traditional online platforms. Results from a focus group in Lima, Peru, with students participating in online ECAs, demonstrated that CollabVR significantly improved participants perceived social interaction, with a mean of 4.65 ± 0.49 compared to traditional platforms with a mean of 2.35 ± 0.75, fostering a sense of community and improving communication. The study highlights the potential of CollabVR as a powerful tool to overcome socialization challenges in virtual learning environments, suggesting a more immersive and engaging approach to distance education.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"57 52","pages":"40"},"PeriodicalIF":0.0,"publicationDate":"2024-01-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140487207","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
期刊
Comput.
全部 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