首页 > 最新文献

PeerJ Computer Science最新文献

英文 中文
Developing a digital management system for museum collections using RFID and enhanced GIS technology. 利用射频识别技术和增强的地理信息系统技术为博物馆藏品开发数字管理系统。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2462
Yun Wang, Ying Zhang, LingYu Zhang

In recent years, the integration of Radio Frequency Identification (RFID) technology with deep learning has revolutionized the Internet of Things (IoT), leading to significant advancements in object identification, management, and control. Museums, which rely heavily on the meticulous management of collections, require precise and efficient systems to monitor and oversee their valuable assets. Traditional methods for tracking and managing museum collections often fall short in providing real-time updates and ensuring optimal environmental conditions for preservation. These shortcomings place a considerable burden on museum staff, who must manually track, inspect, and maintain extensive collections. This study addresses these challenges by proposing an advanced electronic management system that leverages the synergy between RFID technology and Geographical Information Systems (GIS). By integrating an enhanced LANDMARC algorithm into our geoinformation framework, the system visually represents the real-time location of museum collections on custom electronic maps, significantly improving the accuracy and timeliness of environmental monitoring. Additionally, RFID technology is utilized to continuously identify the real-time location of museum staff, facilitating the evaluation of their inspection tasks. This dual approach not only enhances the operational efficiency of collection management but also supports the development of intelligent, automated systems for museums, advancing the application of RFID technology in item identification and location management.

近年来,射频识别(RFID)技术与深度学习的集成彻底改变了物联网(IoT),导致了物体识别、管理和控制方面的重大进步。博物馆在很大程度上依赖于对藏品的细致管理,因此需要精确而高效的系统来监控和监督它们的宝贵资产。追踪和管理博物馆藏品的传统方法在提供实时更新和确保保存的最佳环境条件方面往往存在不足。这些缺点给博物馆工作人员带来了相当大的负担,他们必须手动跟踪、检查和维护大量的藏品。本研究提出了一种先进的电子管理系统,利用RFID技术和地理信息系统(GIS)之间的协同作用来解决这些挑战。通过将增强的LANDMARC算法集成到我们的地理信息框架中,该系统在定制的电子地图上直观地表示博物馆藏品的实时位置,大大提高了环境监测的准确性和及时性。此外,利用RFID技术可以持续识别博物馆工作人员的实时位置,便于对其检查任务进行评估。这种双重方法不仅提高了馆藏管理的运作效率,而且支持博物馆发展智能化、自动化的系统,推动了RFID技术在物品识别和位置管理方面的应用。
{"title":"Developing a digital management system for museum collections using RFID and enhanced GIS technology.","authors":"Yun Wang, Ying Zhang, LingYu Zhang","doi":"10.7717/peerj-cs.2462","DOIUrl":"10.7717/peerj-cs.2462","url":null,"abstract":"<p><p>In recent years, the integration of Radio Frequency Identification (RFID) technology with deep learning has revolutionized the Internet of Things (IoT), leading to significant advancements in object identification, management, and control. Museums, which rely heavily on the meticulous management of collections, require precise and efficient systems to monitor and oversee their valuable assets. Traditional methods for tracking and managing museum collections often fall short in providing real-time updates and ensuring optimal environmental conditions for preservation. These shortcomings place a considerable burden on museum staff, who must manually track, inspect, and maintain extensive collections. This study addresses these challenges by proposing an advanced electronic management system that leverages the synergy between RFID technology and Geographical Information Systems (GIS). By integrating an enhanced LANDMARC algorithm into our geoinformation framework, the system visually represents the real-time location of museum collections on custom electronic maps, significantly improving the accuracy and timeliness of environmental monitoring. Additionally, RFID technology is utilized to continuously identify the real-time location of museum staff, facilitating the evaluation of their inspection tasks. This dual approach not only enhances the operational efficiency of collection management but also supports the development of intelligent, automated systems for museums, advancing the application of RFID technology in item identification and location management.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2462"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623135/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803238","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Comprehensive empirical evaluation of feature extractors in computer vision. 计算机视觉中特征提取器的综合经验评价。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2415
Murat Isik

Feature detection and matching are fundamental components in computer vision, underpinning a broad spectrum of applications. This study offers a comprehensive evaluation of traditional feature detections and descriptors, analyzing methods such as Scale Invariant Feature Transform (SIFT), Speeded-Up Robust Features (SURF), Binary Robust Independent Elementary Features (BRIEF), Oriented FAST and Rotated BRIEF (ORB), Binary Robust Invariant Scalable Keypoints (BRISK), KAZE, Accelerated KAZE (AKAZE), Fast Retina Keypoint (FREAK), Dense and Accurate Invariant Scalable descriptor for Yale (DAISY), Features from Accelerated Segment Test (FAST), and STAR. Each feature extractor was assessed based on its architectural design and complexity, focusing on how these factors influence computational efficiency and robustness under various transformations. Utilizing the Image Matching Challenge Photo Tourism 2020 dataset, which includes over 1.5 million images, the study identifies the FAST algorithm as the most efficient detector when paired with the ORB descriptor and Brute-Force (BF) matcher, offering the fastest feature extraction and matching process. ORB is notably effective on affine-transformed and brightened images, while AKAZE excels in conditions involving blurring, fisheye distortion, image rotation, and perspective distortions. Through more than 2 million comparisons, the study highlights the feature extractors that demonstrate superior resilience across various conditions, including rotation, scaling, blurring, brightening, affine transformations, perspective distortions, fisheye distortion, and salt-and-pepper noise.

特征检测和匹配是计算机视觉的基本组成部分,支撑着广泛的应用。本研究对传统的特征检测和描述符进行了综合评价,分析了尺度不变特征变换(SIFT)、加速鲁棒特征(SURF)、二值鲁棒独立基本特征(BRIEF)、定向快速和旋转简短特征(ORB)、二值鲁棒不变可扩展关键点(BRISK)、KAZE、加速KAZE (AKAZE)、快速视网膜关键点(FREAK)、耶鲁密集精确不变可扩展描述符(DAISY)等方法。加速段测试(FAST)和STAR的特征。每个特征提取器根据其架构设计和复杂性进行评估,重点关注这些因素如何影响各种转换下的计算效率和鲁棒性。利用图像匹配挑战照片旅游2020数据集,其中包括超过150万张图像,该研究将FAST算法与ORB描述符和蛮力(BF)匹配器配对时确定为最有效的检测器,提供最快的特征提取和匹配过程。ORB在仿射变换和增亮图像上非常有效,而AKAZE在模糊、鱼眼扭曲、图像旋转和透视扭曲等条件下表现出色。通过200多万次比较,该研究突出了在各种条件下表现出卓越弹性的特征提取器,包括旋转、缩放、模糊、增亮、仿射变换、透视扭曲、鱼眼扭曲和椒盐噪声。
{"title":"Comprehensive empirical evaluation of feature extractors in computer vision.","authors":"Murat Isik","doi":"10.7717/peerj-cs.2415","DOIUrl":"10.7717/peerj-cs.2415","url":null,"abstract":"<p><p>Feature detection and matching are fundamental components in computer vision, underpinning a broad spectrum of applications. This study offers a comprehensive evaluation of traditional feature detections and descriptors, analyzing methods such as Scale Invariant Feature Transform (SIFT), Speeded-Up Robust Features (SURF), Binary Robust Independent Elementary Features (BRIEF), Oriented FAST and Rotated BRIEF (ORB), Binary Robust Invariant Scalable Keypoints (BRISK), KAZE, Accelerated KAZE (AKAZE), Fast Retina Keypoint (FREAK), Dense and Accurate Invariant Scalable descriptor for Yale (DAISY), Features from Accelerated Segment Test (FAST), and STAR. Each feature extractor was assessed based on its architectural design and complexity, focusing on how these factors influence computational efficiency and robustness under various transformations. Utilizing the Image Matching Challenge Photo Tourism 2020 dataset, which includes over 1.5 million images, the study identifies the FAST algorithm as the most efficient detector when paired with the ORB descriptor and Brute-Force (BF) matcher, offering the fastest feature extraction and matching process. ORB is notably effective on affine-transformed and brightened images, while AKAZE excels in conditions involving blurring, fisheye distortion, image rotation, and perspective distortions. Through more than 2 million comparisons, the study highlights the feature extractors that demonstrate superior resilience across various conditions, including rotation, scaling, blurring, brightening, affine transformations, perspective distortions, fisheye distortion, and salt-and-pepper noise.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2415"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623105/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803080","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Generative named entity recognition framework for Chinese legal domain. 中文法律领域生成命名实体识别框架。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2428
Xingliang Mao, Jie Jiang, Yongzhe Zeng, Yinan Peng, Shichao Zhang, Fangfang Li

Named entity recognition (NER) is a crucial task in natural language processing, particularly challenging in the legal domain due to the intricate and lengthy nature of legal entities. Existing methods often struggle with accurately identifying entity boundaries and types in legal texts. To address these challenges, we propose a novel sequence-to-sequence framework designed specifically for the legal domain. This framework features an entity-type-aware module that leverages contrastive learning to enhance the prediction of entity types. Additionally, we incorporate a decoder with a copy mechanism that accurately identifies complex legal entities without the need for explicit tagging schemas. Our extensive experiments on two legal datasets show that our framework significantly outperforms state-of-the-art methods, achieving notable improvements in precision, recall, and F1 score. This demonstrates the effectiveness of our approach in improving entity recognition in legal texts, offering a promising direction for future research in legal NER.

命名实体识别(NER)是自然语言处理中的一项关键任务,由于法律实体的复杂性和冗长性,在法律领域尤其具有挑战性。现有的方法往往难以准确识别法律文本中的实体边界和类型。为了解决这些挑战,我们提出了一个专门为法律领域设计的新的序列到序列框架。该框架具有实体类型感知模块,该模块利用对比学习来增强实体类型的预测。此外,我们还结合了一个带有复制机制的解码器,该机制可以准确识别复杂的法律实体,而无需显式标记模式。我们在两个法律数据集上的广泛实验表明,我们的框架明显优于最先进的方法,在精度、召回率和F1分数方面取得了显着提高。这证明了我们的方法在提高法律文本实体识别方面的有效性,为法律NER的未来研究提供了一个有希望的方向。
{"title":"Generative named entity recognition framework for Chinese legal domain.","authors":"Xingliang Mao, Jie Jiang, Yongzhe Zeng, Yinan Peng, Shichao Zhang, Fangfang Li","doi":"10.7717/peerj-cs.2428","DOIUrl":"10.7717/peerj-cs.2428","url":null,"abstract":"<p><p>Named entity recognition (NER) is a crucial task in natural language processing, particularly challenging in the legal domain due to the intricate and lengthy nature of legal entities. Existing methods often struggle with accurately identifying entity boundaries and types in legal texts. To address these challenges, we propose a novel sequence-to-sequence framework designed specifically for the legal domain. This framework features an entity-type-aware module that leverages contrastive learning to enhance the prediction of entity types. Additionally, we incorporate a decoder with a copy mechanism that accurately identifies complex legal entities without the need for explicit tagging schemas. Our extensive experiments on two legal datasets show that our framework significantly outperforms state-of-the-art methods, achieving notable improvements in precision, recall, and F1 score. This demonstrates the effectiveness of our approach in improving entity recognition in legal texts, offering a promising direction for future research in legal NER.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2428"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11622873/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803349","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
TCellR2Vec: efficient feature selection for TCR sequences for cancer classification. TCellR2Vec:高效的TCR序列特征选择,用于癌症分类。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2239
Zahra Tayebi, Sarwan Ali, Murray Patterson

Cancer remains one of the leading causes of death globally. New immunotherapies that harness the patient's immune system to fight cancer show promise, but their development requires analyzing the diversity of immune cells called T-cells. T-cells have receptors that recognize and bind to cancer cells. Sequencing these T-cell receptors allows to provide insights into their immune response, but extracting useful information is challenging. In this study, we propose a new computational method, TCellR2Vec, to select key features from T-cell receptor sequences for classifying different cancer types. We extracted features like amino acid composition, charge, and diversity measures and combined them with other sequence embedding techniques. For our experiments, we used a dataset of over 50,000 T-cell receptor sequences from five cancer types, which showed that TCellR2Vec improved classification accuracy and efficiency over baseline methods. These results demonstrate TCellR2Vec's ability to capture informative aspects of complex T-cell receptor sequences. By improving computational analysis of the immune response, TCellR2Vec could aid the development of personalized immunotherapies tailored to each patient's T-cells. This has important implications for creating more effective cancer treatments based on the individual's immune system.

癌症仍然是全球死亡的主要原因之一。利用病人的免疫系统对抗癌症的新免疫疗法显示出希望,但它们的发展需要分析被称为t细胞的免疫细胞的多样性。t细胞具有识别并结合癌细胞的受体。对这些t细胞受体进行测序可以深入了解它们的免疫反应,但提取有用的信息是具有挑战性的。在这项研究中,我们提出了一种新的计算方法,TCellR2Vec,从t细胞受体序列中选择关键特征来分类不同的癌症类型。我们提取了氨基酸组成、电荷和多样性度量等特征,并将其与其他序列嵌入技术相结合。在我们的实验中,我们使用了来自五种癌症类型的超过50,000个t细胞受体序列的数据集,这表明TCellR2Vec比基线方法提高了分类的准确性和效率。这些结果证明了TCellR2Vec能够捕获复杂t细胞受体序列的信息方面。通过改进免疫反应的计算分析,TCellR2Vec可以帮助开发针对每个患者t细胞的个性化免疫疗法。这对于创造基于个体免疫系统的更有效的癌症治疗具有重要意义。
{"title":"TCellR2Vec: efficient feature selection for TCR sequences for cancer classification.","authors":"Zahra Tayebi, Sarwan Ali, Murray Patterson","doi":"10.7717/peerj-cs.2239","DOIUrl":"10.7717/peerj-cs.2239","url":null,"abstract":"<p><p>Cancer remains one of the leading causes of death globally. New immunotherapies that harness the patient's immune system to fight cancer show promise, but their development requires analyzing the diversity of immune cells called T-cells. T-cells have receptors that recognize and bind to cancer cells. Sequencing these T-cell receptors allows to provide insights into their immune response, but extracting useful information is challenging. In this study, we propose a new computational method, TCellR2Vec, to select key features from T-cell receptor sequences for classifying different cancer types. We extracted features like amino acid composition, charge, and diversity measures and combined them with other sequence embedding techniques. For our experiments, we used a dataset of over 50,000 T-cell receptor sequences from five cancer types, which showed that TCellR2Vec improved classification accuracy and efficiency over baseline methods. These results demonstrate TCellR2Vec's ability to capture informative aspects of complex T-cell receptor sequences. By improving computational analysis of the immune response, TCellR2Vec could aid the development of personalized immunotherapies tailored to each patient's T-cells. This has important implications for creating more effective cancer treatments based on the individual's immune system.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2239"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11622898/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803390","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Automatic visual recognition for leaf disease based on enhanced attention mechanism. 基于强化注意机制的叶片病害自动视觉识别。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2365
Yumeng Yao, Xiaodun Deng, Xu Zhang, Junming Li, Wenxuan Sun, Gechao Zhang

Recognition methods have made significant strides across various domains, such as image classification, automatic segmentation, and autonomous driving. Efficient identification of leaf diseases through visual recognition is critical for mitigating economic losses. However, recognizing leaf diseases is challenging due to complex backgrounds and environmental factors. These challenges often result in confusion between lesions and backgrounds, limiting information extraction from small lesion targets. To tackle these challenges, this article proposes a visual leaf disease identification method based on an enhanced attention mechanism. By integrating multi-head attention mechanisms, this method accurately identifies small targets of tomato lesions and demonstrates robustness in complex conditions, such as varying illumination. Additionally, the method incorporates Focaler-SIoU to enhance learning capabilities for challenging classification samples. Experimental results showcase that the proposed algorithm enhances average detection accuracy by 10.3% compared to the baseline model, while maintaining a balanced identification speed. This method facilitates rapid and precise identification of tomato diseases, offering a valuable tool for disease prevention and economic loss reduction.

识别方法在图像分类、自动分割和自动驾驶等各个领域取得了重大进展。通过视觉识别有效识别叶片病害对减轻经济损失至关重要。然而,由于复杂的背景和环境因素,对叶片病害的识别具有挑战性。这些挑战常常导致病灶和背景之间的混淆,限制了从小病灶目标中提取信息。为了解决这些问题,本文提出了一种基于增强注意机制的叶片病害视觉识别方法。通过整合多头注意机制,该方法能够准确识别番茄病变的小目标,并在光照变化等复杂条件下表现出鲁棒性。此外,该方法还结合了Focaler-SIoU来增强对具有挑战性的分类样本的学习能力。实验结果表明,与基线模型相比,该算法在保持平衡识别速度的同时,平均检测精度提高了10.3%。该方法可以快速、准确地鉴定番茄病害,为预防病害和减少经济损失提供了有价值的工具。
{"title":"Automatic visual recognition for leaf disease based on enhanced attention mechanism.","authors":"Yumeng Yao, Xiaodun Deng, Xu Zhang, Junming Li, Wenxuan Sun, Gechao Zhang","doi":"10.7717/peerj-cs.2365","DOIUrl":"10.7717/peerj-cs.2365","url":null,"abstract":"<p><p>Recognition methods have made significant strides across various domains, such as image classification, automatic segmentation, and autonomous driving. Efficient identification of leaf diseases through visual recognition is critical for mitigating economic losses. However, recognizing leaf diseases is challenging due to complex backgrounds and environmental factors. These challenges often result in confusion between lesions and backgrounds, limiting information extraction from small lesion targets. To tackle these challenges, this article proposes a visual leaf disease identification method based on an enhanced attention mechanism. By integrating multi-head attention mechanisms, this method accurately identifies small targets of tomato lesions and demonstrates robustness in complex conditions, such as varying illumination. Additionally, the method incorporates Focaler-SIoU to enhance learning capabilities for challenging classification samples. Experimental results showcase that the proposed algorithm enhances average detection accuracy by 10.3% compared to the baseline model, while maintaining a balanced identification speed. This method facilitates rapid and precise identification of tomato diseases, offering a valuable tool for disease prevention and economic loss reduction.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2365"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623051/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803365","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Measurement of sulfur content in coal mining areas by using field-remote sensing data and an integrated deep learning model. 基于野外遥感数据和集成深度学习模型的煤矿矿区硫含量测量。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2458
Jingyi Liu, Ba Tuan Le

High-quality coal emits a smaller amount of harmful substances during the combustion process, which greatly reduces the environmental hazard. The sulfur content of coal is one of the important indicators that determine coal quality. The world's demand for high-quality coal is increasing. This is challenging for the coal mining industry. Therefore, how to quickly determine the sulfur content of coal in coal mining areas has always been a research difficulty. This study is the first to map the distribution of sulfur content in opencast coal mines using field-remote sensing data, and propose a novel method for evaluating coal mine composition. We collected remote sensing, field visible and near-infrared (Vis-NIR) spectroscopy data and built analytical models based on a tiny neural network based on the convolutional neural network. The experimental results show that the proposed method can effectively analyze the coal sulfur content. The coal recognition accuracy is 99.65%, the root-mean-square error is 0.073 and the R is 0.87, and is better than support vector machines and partial least squares methods. Compared with traditional methods, the proposed method shows many advantages and superior performance.

优质煤在燃烧过程中排放的有害物质较少,大大降低了对环境的危害。煤的硫含量是决定煤质的重要指标之一。世界对优质煤炭的需求正在增加。这对煤炭开采行业来说是一个挑战。因此,如何快速测定煤矿矿区煤的硫含量一直是一个研究难点。本研究首次利用野外遥感数据绘制了露天矿硫含量分布,提出了一种评价煤矿成分的新方法。我们收集了遥感、现场可见光和近红外(Vis-NIR)光谱数据,并基于基于卷积神经网络的微型神经网络建立了分析模型。实验结果表明,该方法能有效地分析煤中硫含量。煤的识别准确率为99.65%,均方根误差为0.073,R为0.87,优于支持向量机和偏最小二乘法。与传统方法相比,该方法具有许多优点和优越的性能。
{"title":"Measurement of sulfur content in coal mining areas by using field-remote sensing data and an integrated deep learning model.","authors":"Jingyi Liu, Ba Tuan Le","doi":"10.7717/peerj-cs.2458","DOIUrl":"10.7717/peerj-cs.2458","url":null,"abstract":"<p><p>High-quality coal emits a smaller amount of harmful substances during the combustion process, which greatly reduces the environmental hazard. The sulfur content of coal is one of the important indicators that determine coal quality. The world's demand for high-quality coal is increasing. This is challenging for the coal mining industry. Therefore, how to quickly determine the sulfur content of coal in coal mining areas has always been a research difficulty. This study is the first to map the distribution of sulfur content in opencast coal mines using field-remote sensing data, and propose a novel method for evaluating coal mine composition. We collected remote sensing, field visible and near-infrared (Vis-NIR) spectroscopy data and built analytical models based on a tiny neural network based on the convolutional neural network. The experimental results show that the proposed method can effectively analyze the coal sulfur content. The coal recognition accuracy is 99.65%, the root-mean-square error is 0.073 and the R is 0.87, and is better than support vector machines and partial least squares methods. Compared with traditional methods, the proposed method shows many advantages and superior performance.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2458"},"PeriodicalIF":3.5,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11622992/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803322","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fixation patterns in pairs of facial expressions-preferences of self-critical individuals. 对面部表情的注视模式——自我批评个体的偏好。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-01 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2413
Bronislava Šoková, Martina Baránková, Júlia Halamová

So far, studies have revealed some differences in how long self-critical individuals fixate on specific facial expressions and difficulties in recognising these expressions. However, the research has also indicated a need to distinguish between the different forms of self-criticism (inadequate or hated self), the key underlying factor in psychopathology. Therefore, the aim of the current research was to explore fixation patterns for all seven primary emotions (happiness, sadness, fear, disgust, contempt, anger, and surprise) and the neutral face expression in relation to level of self-criticism by presenting random facial stimuli in the right or left visual field. Based on the previous studies, two groups were defined, and the pattern of fixations and eye movements were compared (high and low inadequate and hated self). The research sample consisted of 120 adult participants, 60 women and 60 men. We used the Forms of Self-Criticizing and Self-Reassuring Scale to measure self-criticism. As stimuli for the eye-tracking task, we used facial expressions from the Umeå University Database of Facial Expressions database. Eye movements were recorded using the Tobii X2 eye tracker. Results showed that in highly self-critical participants with inadequate self, time to first fixation and duration of first fixation was shorter. Respondents with higher inadequate self also exhibited a sustained pattern in fixations (total fixation duration; total fixation duration ratio and average fixation duration)-fixation time increased as self-criticism increased, indicating heightened attention to facial expressions. On the other hand, individuals with high hated self showed increased total fixation duration and fixation count for emotions presented in the right visual field but did not differ in initial fixation metrics in comparison with high inadequate self group. These results suggest that the two forms of self-criticism - inadequate self and hated self, may function as distinct mechanisms in relation to emotional processing, with implications for their role as potential transdiagnostic markers of psychopathology based on the fixation eye-tracking metrics.

到目前为止,研究已经揭示了自我批评的个体对特定面部表情的关注时间和识别这些表情的困难程度存在一些差异。然而,这项研究也表明,有必要区分不同形式的自我批评(不充分的自我或讨厌的自我),这是精神病理学的关键潜在因素。因此,本研究的目的是通过在左右视野中随机呈现面部刺激,探索所有七种主要情绪(快乐、悲伤、恐惧、厌恶、蔑视、愤怒和惊讶)和中性面部表情的固定模式与自我批评水平的关系。在前人研究的基础上,划分了两组,并比较了两组的注视和眼球运动模式(高、低不足和厌恶自我)。研究样本包括120名成年参与者,60名女性和60名男性。我们用自我批评量表和自我安慰量表来测量自我批评。作为眼球追踪任务的刺激物,我们使用了来自ume大学面部表情数据库的面部表情。使用Tobii X2眼动仪记录眼球运动。结果表明,自我不充分、高度自我批评的被试首次固定时间和持续时间较短。自我不充分程度较高的被调查者也表现出持续的注视模式(总注视持续时间;总注视时间比和平均注视时间随自我批评的增加而增加,表明对面部表情的注意程度增加。另一方面,高憎恨自我组与高不足自我组相比,对右视野内情绪的总注视时间和注视次数有所增加,但初始注视指标没有差异。这些结果表明,两种形式的自我批评——不充分的自我和憎恨的自我,可能作为与情绪处理相关的不同机制发挥作用,并暗示它们作为基于注视性眼动追踪指标的精神病理学潜在的跨诊断标记。
{"title":"Fixation patterns in pairs of facial expressions-preferences of self-critical individuals.","authors":"Bronislava Šoková, Martina Baránková, Júlia Halamová","doi":"10.7717/peerj-cs.2413","DOIUrl":"10.7717/peerj-cs.2413","url":null,"abstract":"<p><p>So far, studies have revealed some differences in how long self-critical individuals fixate on specific facial expressions and difficulties in recognising these expressions. However, the research has also indicated a need to distinguish between the different forms of self-criticism (inadequate or hated self), the key underlying factor in psychopathology. Therefore, the aim of the current research was to explore fixation patterns for all seven primary emotions (happiness, sadness, fear, disgust, contempt, anger, and surprise) and the neutral face expression in relation to level of self-criticism by presenting random facial stimuli in the right or left visual field. Based on the previous studies, two groups were defined, and the pattern of fixations and eye movements were compared (high and low inadequate and hated self). The research sample consisted of 120 adult participants, 60 women and 60 men. We used the Forms of Self-Criticizing and Self-Reassuring Scale to measure self-criticism. As stimuli for the eye-tracking task, we used facial expressions from the Umeå University Database of Facial Expressions database. Eye movements were recorded using the Tobii X2 eye tracker. Results showed that in highly self-critical participants with inadequate self, time to first fixation and duration of first fixation was shorter. Respondents with higher inadequate self also exhibited a sustained pattern in fixations (total fixation duration; total fixation duration ratio and average fixation duration)-fixation time increased as self-criticism increased, indicating heightened attention to facial expressions. On the other hand, individuals with high hated self showed increased total fixation duration and fixation count for emotions presented in the right visual field but did not differ in initial fixation metrics in comparison with high inadequate self group. These results suggest that the two forms of self-criticism - inadequate self and hated self, may function as distinct mechanisms in relation to emotional processing, with implications for their role as potential transdiagnostic markers of psychopathology based on the fixation eye-tracking metrics.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2413"},"PeriodicalIF":3.5,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623007/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803237","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A web scraping app for smart literature search of the keywords. 一个网络抓取应用程序的智能文献搜索的关键字。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-10-31 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2384
Muhammed Ali Mutlu, Eyup Emre Ulku, Kazim Yildiz

Detailed literature search and writing is very important for the success of long research projects, publications and theses. Search engines provide significant convenience in research processes. However, conducting a comprehensive and systematic research on the web requires a long working process. In order to make literature searches effective, simple and comprehensive, various libraries and development tools have been created and made available. By using these development tools, research processes that may take days can be reduced to hours or even minutes. Literature review is not only necessary for academic studies, but it is a process that should be used and performed in every field where new approaches are adopted. Literature review is a process that gives us important ideas about whether similar studies have been conducted before, which methods have been used before and what has not been addressed in previous studies. It is also of great importance in terms of preventing possible copyright problems in future studies. The main purpose of this study is to propose an application that will facilitate, speed up and increase the efficiency of literature searches. In existing systems, literature searches are performed by browsing search sites or various article sites one by one and using the search tools provided by these sites. It is simple to use, allows the entire World Wide Web environment to be searched, and provides the user with the search findings. In this study, we have implemented an application that allows the crawling of the entire World Wide Web environment, is very simple to use, and quickly presents the crawl findings to the user.

详细的文献检索和写作对于长期研究项目、出版物和论文的成功是非常重要的。搜索引擎为研究过程提供了极大的便利。然而,对网络进行全面而系统的研究需要一个漫长的工作过程。为了使文献检索有效、简单和全面,各种各样的库和开发工具已经被创建和提供。通过使用这些开发工具,可能需要几天的研究过程可以减少到几小时甚至几分钟。文献综述不仅是学术研究的必要条件,而且是每一个采用新方法的领域都应该使用和执行的过程。文献回顾是一个重要的过程,它可以让我们了解以前是否进行过类似的研究,以前使用过哪些方法,以前的研究中没有解决什么问题。在今后的研究中,对防止可能出现的版权问题也具有重要意义。本研究的主要目的是提出一个应用程序,将方便,加快和提高效率的文献检索。在现有的系统中,文献搜索是通过逐一浏览搜索网站或各种文章网站,并使用这些网站提供的搜索工具来完成的。它使用简单,允许搜索整个万维网环境,并为用户提供搜索结果。在本研究中,我们实现了一个应用程序,该应用程序允许对整个万维网环境进行爬行,使用非常简单,并快速将爬行结果呈现给用户。
{"title":"A web scraping app for smart literature search of the keywords.","authors":"Muhammed Ali Mutlu, Eyup Emre Ulku, Kazim Yildiz","doi":"10.7717/peerj-cs.2384","DOIUrl":"10.7717/peerj-cs.2384","url":null,"abstract":"<p><p>Detailed literature search and writing is very important for the success of long research projects, publications and theses. Search engines provide significant convenience in research processes. However, conducting a comprehensive and systematic research on the web requires a long working process. In order to make literature searches effective, simple and comprehensive, various libraries and development tools have been created and made available. By using these development tools, research processes that may take days can be reduced to hours or even minutes. Literature review is not only necessary for academic studies, but it is a process that should be used and performed in every field where new approaches are adopted. Literature review is a process that gives us important ideas about whether similar studies have been conducted before, which methods have been used before and what has not been addressed in previous studies. It is also of great importance in terms of preventing possible copyright problems in future studies. The main purpose of this study is to propose an application that will facilitate, speed up and increase the efficiency of literature searches. In existing systems, literature searches are performed by browsing search sites or various article sites one by one and using the search tools provided by these sites. It is simple to use, allows the entire World Wide Web environment to be searched, and provides the user with the search findings. In this study, we have implemented an application that allows the crawling of the entire World Wide Web environment, is very simple to use, and quickly presents the crawl findings to the user.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2384"},"PeriodicalIF":3.5,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623055/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803217","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A framework for generating recommendations based on trust in an informal e-learning environment. 在非正式电子学习环境中基于信任生成建议的框架。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-10-31 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2386
Amjad Rehman, Adeel Ahmed, Tahani Jaser Alahmadi, Abeer Rashad Mirdad, Bayan Al Ghofaily, Khalid Saleem

Rapid advancement in information technology promotes the growth of new online learning communities in an e-learning environment that overloads information and data sharing. When a new learner asks a question, how a system recommends the answer is the problem of the learner's cold start. In this article, our contributions are: (i) We proposed a Trust-aware Deep Neural Recommendation (TDNR) framework that addresses learner cold-start issues in informal e-learning by modeling complex nonlinear relationships. (ii) We utilized latent Dirichlet allocation for tag modeling, assigning tag categories to newly posted questions and ranking experts related to specific tags for active questioners based on hub and authority scores. (iii) We enhanced recommendation accuracy in the TDNR model by introducing a degree of trust between questioners and responders. (iv) We incorporated the questioner-responder relational graph, derived from structural preference information, into our proposed model. We evaluated the proposed model on the Stack Overflow dataset using mean absolute precision (MAP), root mean squared error (RMSE), and F-measure metrics. Our significant findings are that TDNR is a hybrid approach that provides more accurate recommendations compared to rating-based and social-trust-based approaches, the proposed model can facilitate the formation of informal e-learning communities, and experiments show that TDNR outperforms the competing methods by an improved margin. The model's robustness, demonstrated by superior MAE, RMSE, and F-measure metrics, makes it a reliable solution for addressing information overload and user sparsity in Stack Overflow. By accurately modeling complex relationships and incorporating trust degrees, TDNR provides more relevant and personalized recommendations, even in cold-start scenarios. This enhances user experience by facilitating the formation of supportive learning communities and ensuring new learners receive accurate recommendations.

信息技术的快速发展促进了信息和数据共享超载的电子学习环境中新的在线学习社区的增长。当一个新学习者提出一个问题时,系统如何推荐答案是学习者冷启动的问题。在本文中,我们的贡献是:(i)我们提出了一个信任感知深度神经推荐(TDNR)框架,该框架通过建模复杂的非线性关系来解决非正式电子学习中的学习者冷启动问题。(ii)我们利用潜在的Dirichlet分配进行标签建模,为新发布的问题分配标签类别,并根据hub和权威分数对活跃提问者的特定标签相关的专家进行排名。(iii)我们通过在提问者和应答者之间引入一定程度的信任来提高TDNR模型中的推荐准确性。(iv)我们将从结构性偏好信息中得出的提问者-应答者关系图纳入到我们提出的模型中。我们使用平均绝对精度(MAP)、均方根误差(RMSE)和F-measure指标在Stack Overflow数据集上评估了所提出的模型。我们的重要发现是,与基于评级和基于社会信任的方法相比,TDNR是一种提供更准确推荐的混合方法,所提出的模型可以促进非正式电子学习社区的形成,实验表明,TDNR比竞争方法的表现要好得多。该模型的鲁棒性,由优越的MAE、RMSE和F-measure指标证明,使其成为解决堆栈溢出中的信息过载和用户稀疏性的可靠解决方案。通过对复杂关系进行精确建模并纳入信任程度,TDNR即使在冷启动场景中也能提供更相关和个性化的建议。这通过促进支持性学习社区的形成和确保新学习者获得准确的建议来增强用户体验。
{"title":"A framework for generating recommendations based on trust in an informal e-learning environment.","authors":"Amjad Rehman, Adeel Ahmed, Tahani Jaser Alahmadi, Abeer Rashad Mirdad, Bayan Al Ghofaily, Khalid Saleem","doi":"10.7717/peerj-cs.2386","DOIUrl":"10.7717/peerj-cs.2386","url":null,"abstract":"<p><p>Rapid advancement in information technology promotes the growth of new online learning communities in an e-learning environment that overloads information and data sharing. When a new learner asks a question, how a system recommends the answer is the problem of the learner's cold start. In this article, our contributions are: (i) We proposed a Trust-aware Deep Neural Recommendation (TDNR) framework that addresses learner cold-start issues in informal e-learning by modeling complex nonlinear relationships. (ii) We utilized latent Dirichlet allocation for tag modeling, assigning tag categories to newly posted questions and ranking experts related to specific tags for active questioners based on hub and authority scores. (iii) We enhanced recommendation accuracy in the TDNR model by introducing a degree of trust between questioners and responders. (iv) We incorporated the questioner-responder relational graph, derived from structural preference information, into our proposed model. We evaluated the proposed model on the Stack Overflow dataset using mean absolute precision (MAP), root mean squared error (RMSE), and F-measure metrics. Our significant findings are that TDNR is a hybrid approach that provides more accurate recommendations compared to rating-based and social-trust-based approaches, the proposed model can facilitate the formation of informal e-learning communities, and experiments show that TDNR outperforms the competing methods by an improved margin. The model's robustness, demonstrated by superior MAE, RMSE, and F-measure metrics, makes it a reliable solution for addressing information overload and user sparsity in Stack Overflow. By accurately modeling complex relationships and incorporating trust degrees, TDNR provides more relevant and personalized recommendations, even in cold-start scenarios. This enhances user experience by facilitating the formation of supportive learning communities and ensuring new learners receive accurate recommendations.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2386"},"PeriodicalIF":3.5,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623215/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803146","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multimodal biometric identification: leveraging convolutional neural network (CNN) architectures and fusion techniques with fingerprint and finger vein data. 多模态生物识别:利用卷积神经网络(CNN)架构和指纹和手指静脉数据融合技术。
IF 3.5 4区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-10-31 eCollection Date: 2024-01-01 DOI: 10.7717/peerj-cs.2440
Amal Alshardan, Arun Kumar, Mohammed Alghamdi, Mashael Maashi, Saad Alahmari, Abeer A K Alharbi, Wafa Almukadi, Yazeed Alzahrani

Advancements in multimodal biometrics, which integrate multiple biometric traits, promise to enhance the accuracy and robustness of identification systems. This study focuses on improving multimodal biometric identification by using fingerprint and finger vein images as the primary traits. We utilized the "NUPT-FPV" dataset, which contains a substantial number of finger vein and fingerprint images, which significantly aided our research. Convolutional neural networks (CNNs), renowned for their efficacy in computer vision tasks, are used in our model to extract distinct discriminative features. Specifically, we incorporate three popular CNN architectures: ResNet, VGGNet, and DenseNet. We explore three fusion strategies used in security applications: early fusion, late fusion, and score-level fusion. Early fusion integrates raw images at the input layer of a single CNN, combining information at the initial stages. Late fusion, in contrast, merges features after individual learning from each CNN model. Score-level fusion employs weighted aggregation to combine scores from each modality, leveraging the complementary information they provide. We also use contrast limited adaptive histogram equalization (CLAHE) to enhance fingerprint contrast and vein pattern features, improving feature visibility and extraction. Our evaluation metrics include accuracy, equal error rate (EER), and ROC curves. The fusion of CNN architectures and enhancement methods shows promising performance in identifying multimodal biometrics, aiming to increase identification accuracy. The proposed model offers a reliable authentication system using multiple biometrics to verify identity.

多模态生物识别技术的进步,集成了多种生物特征,有望提高识别系统的准确性和鲁棒性。本研究以指纹和指静脉图像为主要特征,改进多模态生物特征识别。我们利用了“NUPT-FPV”数据集,其中包含大量的手指静脉和指纹图像,这对我们的研究有很大的帮助。卷积神经网络(cnn)以其在计算机视觉任务中的有效性而闻名,在我们的模型中使用卷积神经网络来提取不同的判别特征。具体来说,我们结合了三种流行的CNN架构:ResNet, VGGNet和DenseNet。我们探讨了安全应用中使用的三种融合策略:早期融合、晚期融合和分数级融合。早期的融合是在单个CNN的输入层整合原始图像,结合初始阶段的信息。相比之下,后期融合是在从每个CNN模型中单独学习后合并特征。分数级融合使用加权聚合来组合来自每种模式的分数,利用它们提供的互补信息。我们还使用对比度有限的自适应直方图均衡化(CLAHE)来增强指纹对比度和静脉特征,提高特征的可见性和提取。我们的评估指标包括准确率、相等错误率(EER)和ROC曲线。CNN架构与增强方法的融合在识别多模态生物特征方面表现出良好的性能,旨在提高识别精度。该模型提供了一个使用多种生物特征来验证身份的可靠认证系统。
{"title":"Multimodal biometric identification: leveraging convolutional neural network (CNN) architectures and fusion techniques with fingerprint and finger vein data.","authors":"Amal Alshardan, Arun Kumar, Mohammed Alghamdi, Mashael Maashi, Saad Alahmari, Abeer A K Alharbi, Wafa Almukadi, Yazeed Alzahrani","doi":"10.7717/peerj-cs.2440","DOIUrl":"10.7717/peerj-cs.2440","url":null,"abstract":"<p><p>Advancements in multimodal biometrics, which integrate multiple biometric traits, promise to enhance the accuracy and robustness of identification systems. This study focuses on improving multimodal biometric identification by using fingerprint and finger vein images as the primary traits. We utilized the \"NUPT-FPV\" dataset, which contains a substantial number of finger vein and fingerprint images, which significantly aided our research. Convolutional neural networks (CNNs), renowned for their efficacy in computer vision tasks, are used in our model to extract distinct discriminative features. Specifically, we incorporate three popular CNN architectures: ResNet, VGGNet, and DenseNet. We explore three fusion strategies used in security applications: early fusion, late fusion, and score-level fusion. Early fusion integrates raw images at the input layer of a single CNN, combining information at the initial stages. Late fusion, in contrast, merges features after individual learning from each CNN model. Score-level fusion employs weighted aggregation to combine scores from each modality, leveraging the complementary information they provide. We also use contrast limited adaptive histogram equalization (CLAHE) to enhance fingerprint contrast and vein pattern features, improving feature visibility and extraction. Our evaluation metrics include accuracy, equal error rate (EER), and ROC curves. The fusion of CNN architectures and enhancement methods shows promising performance in identifying multimodal biometrics, aiming to increase identification accuracy. The proposed model offers a reliable authentication system using multiple biometrics to verify identity.</p>","PeriodicalId":54224,"journal":{"name":"PeerJ Computer Science","volume":"10 ","pages":"e2440"},"PeriodicalIF":3.5,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11623012/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142803381","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
PeerJ Computer Science
全部 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