首页 > 最新文献

Pattern Recognition Letters最新文献

英文 中文
A sharper definition of alignment for Panoptic Quality 全景质量对齐的更清晰定义
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-08 DOI: 10.1016/j.patrec.2024.07.005
Ruben van Heusden, Maarten Marx

The Panoptic Quality metric, developed by Kirillov et al. in 2019, makes object-level precision, recall and F1 measures available for evaluating image segmentation, and more generally any partitioning task, against a gold standard. Panoptic Quality is based on partial isomorphisms between hypothesized and true segmentations. Kirillov et al. desire that functions defining these one-to-one matchings should be simple, interpretable and effectively computable. They show that for t and h, true and hypothesized segments, the condition stating that there are more correct than wrongly predicted pixels, formalized as IoU(t,h)>.5 or equivalently as |th|>.5|th| has these properties. We show that a weaker function, requiring that more than half of the pixels in the hypothesized segment are in the true segment and vice-versa, formalized as |th|>.5|t| and |th|>.5|h|, is not only sufficient but also necessary. With a small proviso, every function defining a partial isomorphism satisfies this condition. We theoretically and empirically compare the two conditions.

Kirillov 等人于 2019 年开发了 Panoptic Quality 指标,该指标提供了对象级精度、召回率和 F1 度量,用于对照黄金标准评估图像分割,以及更广泛的任何分割任务。Panoptic Quality 基于假设分割与真实分割之间的部分同构。Kirillov 等人希望定义这些一对一匹配的函数应该简单、可解释且可有效计算。他们证明,对于 t 和 h(真实分割和假设分割),说明正确预测像素多于错误预测像素的条件(形式化为 IoU(t,h)>.5,或等价为 |t∩h|>.5|t∪h|)具有这些特性。我们证明了一个较弱的函数,即要求假设区段中一半以上的像素在真实区段中,反之亦然,形式化为|t∩h|>.5|t|和|t∩h|>.5|h|,不仅是充分的,而且是必要的。只要有一个小条件,定义部分同构的每个函数都满足这个条件。我们从理论和经验上比较了这两个条件。
{"title":"A sharper definition of alignment for Panoptic Quality","authors":"Ruben van Heusden,&nbsp;Maarten Marx","doi":"10.1016/j.patrec.2024.07.005","DOIUrl":"10.1016/j.patrec.2024.07.005","url":null,"abstract":"<div><p>The Panoptic Quality metric, developed by Kirillov et al. in 2019, makes object-level precision, recall and F1 measures available for evaluating image segmentation, and more generally any partitioning task, against a gold standard. Panoptic Quality is based on partial isomorphisms between hypothesized and true segmentations. Kirillov et al. desire that functions defining these one-to-one matchings should be simple, interpretable and effectively computable. They show that for <span><math><mi>t</mi></math></span> and <span><math><mi>h</mi></math></span>, true and hypothesized segments, the condition stating that there are more correct than wrongly predicted pixels, formalized as <span><math><mrow><mi>I</mi><mi>o</mi><mi>U</mi><mrow><mo>(</mo><mi>t</mi><mo>,</mo><mi>h</mi><mo>)</mo></mrow><mo>&gt;</mo><mo>.</mo><mn>5</mn></mrow></math></span> or equivalently as <span><math><mrow><mo>|</mo><mi>t</mi><mo>∩</mo><mi>h</mi><mo>|</mo><mo>&gt;</mo><mo>.</mo><mn>5</mn><mo>|</mo><mi>t</mi><mo>∪</mo><mi>h</mi><mo>|</mo></mrow></math></span> has these properties. We show that a weaker function, requiring that more than half of the pixels in the hypothesized segment are in the true segment and vice-versa, formalized as <span><math><mrow><mo>|</mo><mi>t</mi><mo>∩</mo><mi>h</mi><mo>|</mo><mo>&gt;</mo><mo>.</mo><mn>5</mn><mo>|</mo><mi>t</mi><mo>|</mo></mrow></math></span> and <span><math><mrow><mo>|</mo><mi>t</mi><mo>∩</mo><mi>h</mi><mo>|</mo><mo>&gt;</mo><mo>.</mo><mn>5</mn><mo>|</mo><mi>h</mi><mo>|</mo></mrow></math></span>, is not only sufficient but also necessary. With a small proviso, every function defining a partial isomorphism satisfies this condition. We theoretically and empirically compare the two conditions.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 87-93"},"PeriodicalIF":3.9,"publicationDate":"2024-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0167865524002083/pdfft?md5=bb6442127be088116923de392456ce0d&pid=1-s2.0-S0167865524002083-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141698070","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EXACT: How to train your accuracy EXACT:如何训练你的准确性
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-06 DOI: 10.1016/j.patrec.2024.06.033
Ivan Karpukhin , Stanislav Dereka , Sergey Kolesnikov

Classification tasks are typically evaluated based on accuracy. However, due to the discontinuous nature of accuracy, it cannot be directly optimized using gradient-based methods. The conventional approach involves minimizing surrogate losses such as cross-entropy or hinge loss, which may result in suboptimal performance. In this paper, we introduce a novel optimization technique that incorporates stochasticity into the model’s output and focuses on optimizing the expected accuracy, defined as the accuracy of the stochastic model. Comprehensive experimental evaluations demonstrate that our proposed optimization method significantly enhances performance across various classification tasks, including SVHN, CIFAR-10, CIFAR-100, and ImageNet.

分类任务通常根据准确率进行评估。然而,由于准确度具有不连续性,因此无法使用基于梯度的方法对其进行直接优化。传统的方法包括最小化交叉熵或铰链损失等替代损失,这可能会导致性能不达标。在本文中,我们介绍了一种新的优化技术,它将随机性纳入模型输出,并侧重于优化预期精度,即随机模型的精度。综合实验评估表明,我们提出的优化方法能显著提高各种分类任务的性能,包括 SVHN、CIFAR-10、CIFAR-100 和 ImageNet。
{"title":"EXACT: How to train your accuracy","authors":"Ivan Karpukhin ,&nbsp;Stanislav Dereka ,&nbsp;Sergey Kolesnikov","doi":"10.1016/j.patrec.2024.06.033","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.033","url":null,"abstract":"<div><p>Classification tasks are typically evaluated based on accuracy. However, due to the discontinuous nature of accuracy, it cannot be directly optimized using gradient-based methods. The conventional approach involves minimizing surrogate losses such as cross-entropy or hinge loss, which may result in suboptimal performance. In this paper, we introduce a novel optimization technique that incorporates stochasticity into the model’s output and focuses on optimizing the expected accuracy, defined as the accuracy of the stochastic model. Comprehensive experimental evaluations demonstrate that our proposed optimization method significantly enhances performance across various classification tasks, including SVHN, CIFAR-10, CIFAR-100, and ImageNet.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 23-30"},"PeriodicalIF":3.9,"publicationDate":"2024-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141604803","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep motion estimation through adversarial learning for gait recognition 通过对抗学习进行深度运动估计,实现步态识别
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-05 DOI: 10.1016/j.patrec.2024.06.031
Yuanhao Yue , Laixiang Shi , Zheng Zheng , Long Chen , Zhongyuan Wang , Qin Zou

Gait recognition is a form of identity verification that can be performed over long distances without requiring the subject’s cooperation, making it particularly valuable for applications such as access control, surveillance, and criminal investigation. The essence of gait lies in the motion dynamics of a walking individual. Accurate gait-motion estimation is crucial for high-performance gait recognition. In this paper, we introduce two main designs for gait motion estimation. Firstly, we propose a fully convolutional neural network named W-Net for silhouette segmentation from video sequences. Secondly, we present an adversarial learning-based algorithm for robust gait motion estimation. Together, these designs contribute to a high-performance system for gait recognition and user authentication. In the experiment, two datasets, i.e., OU-IRIS and our own dataset, are used for performance evaluation. Experimental results show that, the W-Net achieves an accuracy of 89.46% in silhouette segmentation, and the proposed user-authentication method achieves over 99.6% and 93.8% accuracy on the two datasets, respectively.

步态识别是一种身份验证方式,可以在不需要被验者配合的情况下进行远距离识别,因此在门禁控制、监控和犯罪调查等应用中特别有价值。步态的本质在于步行者的运动动态。准确的步态运动估计对于高性能步态识别至关重要。本文介绍了步态运动估计的两种主要设计。首先,我们提出了一种名为 W-Net 的全卷积神经网络,用于从视频序列中分割剪影。其次,我们提出了一种基于对抗学习的鲁棒步态运动估计算法。这些设计共同为步态识别和用户身份验证的高性能系统做出了贡献。在实验中,我们使用了两个数据集(即 OU-IRIS 和我们自己的数据集)进行性能评估。实验结果表明,W-Net 的剪影分割准确率达到 89.46%,而所提出的用户身份验证方法在两个数据集上的准确率分别超过 99.6% 和 93.8%。
{"title":"Deep motion estimation through adversarial learning for gait recognition","authors":"Yuanhao Yue ,&nbsp;Laixiang Shi ,&nbsp;Zheng Zheng ,&nbsp;Long Chen ,&nbsp;Zhongyuan Wang ,&nbsp;Qin Zou","doi":"10.1016/j.patrec.2024.06.031","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.031","url":null,"abstract":"<div><p>Gait recognition is a form of identity verification that can be performed over long distances without requiring the subject’s cooperation, making it particularly valuable for applications such as access control, surveillance, and criminal investigation. The essence of gait lies in the motion dynamics of a walking individual. Accurate gait-motion estimation is crucial for high-performance gait recognition. In this paper, we introduce two main designs for gait motion estimation. Firstly, we propose a fully convolutional neural network named W-Net for silhouette segmentation from video sequences. Secondly, we present an adversarial learning-based algorithm for robust gait motion estimation. Together, these designs contribute to a high-performance system for gait recognition and user authentication. In the experiment, two datasets, i.e., OU-IRIS and our own dataset, are used for performance evaluation. Experimental results show that, the W-Net achieves an accuracy of 89.46% in silhouette segmentation, and the proposed user-authentication method achieves over 99.6% and 93.8% accuracy on the two datasets, respectively.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"184 ","pages":"Pages 232-237"},"PeriodicalIF":3.9,"publicationDate":"2024-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141582471","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Robust clustering algorithm: The use of soft trimming approach 稳健的聚类算法:软修剪方法的使用
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-05 DOI: 10.1016/j.patrec.2024.06.032
Sona Taheri , Adil M. Bagirov , Nargiz Sultanova , Burak Ordin

The presence of noise or outliers in data sets may heavily affect the performance of clustering algorithms and lead to unsatisfactory results. The majority of conventional clustering algorithms are sensitive to noise and outliers. Robust clustering algorithms often overcome difficulties associated with noise and outliers and find true cluster structures. We introduce a soft trimming approach for the hard clustering problem where its objective is modeled as a sum of the cluster function and a function represented as a composition of the algebraic and distance functions. We utilize the composite function to estimate the degree of the significance of each data point in clustering. A robust clustering algorithm based on the new model and a procedure for generating starting cluster centers is developed. We demonstrate the performance of the proposed algorithm using some synthetic and real-world data sets containing noise and outliers. We also compare its performance with that of some well-known clustering techniques. Results show that the new algorithm is robust to noise and outliers and finds true cluster structures.

数据集中存在噪声或异常值可能会严重影响聚类算法的性能,导致结果不尽人意。大多数传统聚类算法对噪声和异常值都很敏感。鲁棒聚类算法通常能克服噪声和异常值带来的困难,找到真正的聚类结构。我们针对硬聚类问题引入了一种软修剪方法,其目标被建模为聚类函数与代数函数和距离函数组成的函数之和。我们利用复合函数来估计聚类中每个数据点的重要程度。我们开发了一种基于新模型和起始聚类中心生成程序的稳健聚类算法。我们使用一些包含噪声和异常值的合成数据集和实际数据集演示了所提算法的性能。我们还将其性能与一些著名的聚类技术进行了比较。结果表明,新算法对噪声和异常值具有鲁棒性,并能找到真正的聚类结构。
{"title":"Robust clustering algorithm: The use of soft trimming approach","authors":"Sona Taheri ,&nbsp;Adil M. Bagirov ,&nbsp;Nargiz Sultanova ,&nbsp;Burak Ordin","doi":"10.1016/j.patrec.2024.06.032","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.032","url":null,"abstract":"<div><p>The presence of noise or outliers in data sets may heavily affect the performance of clustering algorithms and lead to unsatisfactory results. The majority of conventional clustering algorithms are sensitive to noise and outliers. Robust clustering algorithms often overcome difficulties associated with noise and outliers and find true cluster structures. We introduce a soft trimming approach for the hard clustering problem where its objective is modeled as a sum of the cluster function and a function represented as a composition of the algebraic and distance functions. We utilize the composite function to estimate the degree of the significance of each data point in clustering. A robust clustering algorithm based on the new model and a procedure for generating starting cluster centers is developed. We demonstrate the performance of the proposed algorithm using some synthetic and real-world data sets containing noise and outliers. We also compare its performance with that of some well-known clustering techniques. Results show that the new algorithm is robust to noise and outliers and finds true cluster structures.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 15-22"},"PeriodicalIF":3.9,"publicationDate":"2024-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0167865524002022/pdfft?md5=dbe56ad973c9985e231d856d9eba464a&pid=1-s2.0-S0167865524002022-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141604804","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Points2NeRF: Generating Neural Radiance Fields from 3D point cloud Points2NeRF:从三维点云生成神经辐射场
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-05 DOI: 10.1016/j.patrec.2024.07.002
Dominik Zimny , Joanna Waczyńska , Tomasz Trzciński , Przemysław Spurek

Neural Radiance Fields (NeRFs) offers a state-of-the-art quality in synthesizing novel views of complex 3D scenes from a small subset of base images. For NeRFs to perform optimally, the registration of base images has to follow certain assumptions, including maintaining a constant distance between the camera and the object. We can address this limitation by training NeRFs with 3D point clouds instead of images, yet a straightforward substitution is impossible due to the sparsity of 3D clouds in the under-sampled regions, which leads to incomplete reconstruction output by NeRFs. To solve this problem, here we propose an auto-encoder-based architecture that leverages a hypernetwork paradigm to transfer 3D points with the associated color values through a lower-dimensional latent space and generate weights of NeRF model. This way, we can accommodate the sparsity of 3D point clouds and fully exploit the potential of point cloud data. As a side benefit, our method offers an implicit way of representing 3D scenes and objects that can be employed to condition NeRFs and hence generalize the models beyond objects seen during training. The empirical evaluation confirms the advantages of our method over conventional NeRFs and proves its superiority in practical applications.

神经辐射场(NeRFs)能从一小部分基础图像中合成复杂三维场景的新视图,具有最先进的质量。要使 NeRFs 达到最佳性能,基础图像的配准必须遵循某些假设,包括保持摄像机与物体之间的距离不变。我们可以通过用三维点云代替图像来训练 NeRF 来解决这一局限性,但由于采样不足区域的三维点云稀少,直接替换是不可能的,这会导致 NeRF 输出的重建结果不完整。为了解决这个问题,我们在此提出了一种基于自动编码器的架构,利用超网络范例,通过低维潜在空间传输三维点及相关颜色值,并生成 NeRF 模型的权重。这样,我们就能适应三维点云的稀疏性,充分挖掘点云数据的潜力。此外,我们的方法还提供了一种隐含的三维场景和物体表示方法,可用于对 NeRF 进行调节,从而将模型泛化到训练过程中看到的物体之外。实证评估证实了我们的方法相对于传统 NeRF 的优势,并证明了它在实际应用中的优越性。
{"title":"Points2NeRF: Generating Neural Radiance Fields from 3D point cloud","authors":"Dominik Zimny ,&nbsp;Joanna Waczyńska ,&nbsp;Tomasz Trzciński ,&nbsp;Przemysław Spurek","doi":"10.1016/j.patrec.2024.07.002","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.07.002","url":null,"abstract":"<div><p>Neural Radiance Fields (NeRFs) offers a state-of-the-art quality in synthesizing novel views of complex 3D scenes from a small subset of base images. For NeRFs to perform optimally, the registration of base images has to follow certain assumptions, including maintaining a constant distance between the camera and the object. We can address this limitation by training NeRFs with 3D point clouds instead of images, yet a straightforward substitution is impossible due to the sparsity of 3D clouds in the under-sampled regions, which leads to incomplete reconstruction output by NeRFs. To solve this problem, here we propose an auto-encoder-based architecture that leverages a hypernetwork paradigm to transfer 3D points with the associated color values through a lower-dimensional latent space and generate weights of NeRF model. This way, we can accommodate the sparsity of 3D point clouds and fully exploit the potential of point cloud data. As a side benefit, our method offers an implicit way of representing 3D scenes and objects that can be employed to condition NeRFs and hence generalize the models beyond objects seen during training. The empirical evaluation confirms the advantages of our method over conventional NeRFs and proves its superiority in practical applications.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 8-14"},"PeriodicalIF":3.9,"publicationDate":"2024-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141592707","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Rescaling large datasets based on validation outcomes of a pre-trained network 根据预训练网络的验证结果重新调整大型数据集的规模
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-05 DOI: 10.1016/j.patrec.2024.07.001
Thanh Tuan Nguyen , Thanh Phuong Nguyen

In fact, several categories in a large dataset are not difficult for recent advanced deep neural networks to recognize. Eliminating them for a challenging smaller subset will assist the early network proposals in taking a quick trial of verification. To this end, we propose an efficient rescaling method based on the validation outcomes of a pre-trained model. Firstly, we will take out the sensitive images of the lowest-accuracy classes of the validation outcomes. Each of such images is then considered to identify which label it was confused with. Gathering the lowest-accuracy classes along with the most confused ones can produce a smaller subset with a higher challenge for quick validation of an early network draft. Finally, a rescaling application is introduced to rescale two popular large datasets (ImageNet and Places365) for different tiny subsets (i.e., ReINΩ and RePLΩ respectively). Experiments for image classification have proved that neural networks obtaining good performance on the original datasets also achieve good results on their rescaled subsets. For instance, MobileNetV1 and MobileNetV2 with 70.6% and 72% on ImageNet respectively obtained 46.53% and 47.47% on its small subset ReIN30, which only contains about 39 000 images. It can be observed that the better performance of MobileNetV2 on ImageNet correspondingly leads to the better rate on its rescaled subset. Appropriately, utilizing these rescaled sets would help researchers save time and computational costs in the way of designing deep neural architectures. All codes related to the rescaling proposal and the resultant subsets are available at http://github.com/nttbdrk25/ImageNetPlaces365.

事实上,对于最新的高级深度神经网络来说,识别大型数据集中的几个类别并不困难。将它们剔除为一个具有挑战性的较小子集,将有助于早期网络提案的快速验证试验。为此,我们提出了一种基于预训练模型验证结果的高效重缩放方法。首先,我们将取出验证结果中准确率最低类别的敏感图像。然后,我们会考虑每张图像,以确定它与哪个标签混淆。收集准确率最低的类别和混淆最严重的类别可以产生一个较小的子集,对早期网络草案的快速验证具有较高的挑战性。最后,还介绍了一种重缩放应用,可将两个流行的大型数据集(ImageNet 和 Places365)重缩放为不同的微小子集(即分别为 ReINΩ 和 RePLΩ)。图像分类实验证明,在原始数据集上获得良好性能的神经网络,在其重新缩放的子集上也能获得良好的结果。例如,MobileNetV1 和 MobileNetV2 在 ImageNet 上的得分率分别为 70.6% 和 72%,而在其小型子集 ReIN30 上的得分率分别为 46.53% 和 47.47%,该子集仅包含约 39 000 幅图像。可以看出,MobileNetV2 在 ImageNet 上的较佳表现相应地提高了其重构子集的得分率。适当地利用这些重比例集将有助于研究人员在设计深度神经架构时节省时间和计算成本。所有与重构建议和由此产生的子集相关的代码都可在 http://github.com/nttbdrk25/ImageNetPlaces365 上获取。
{"title":"Rescaling large datasets based on validation outcomes of a pre-trained network","authors":"Thanh Tuan Nguyen ,&nbsp;Thanh Phuong Nguyen","doi":"10.1016/j.patrec.2024.07.001","DOIUrl":"10.1016/j.patrec.2024.07.001","url":null,"abstract":"<div><p>In fact, several categories in a large dataset are not difficult for recent advanced deep neural networks to recognize. Eliminating them for a challenging smaller subset will assist the early network proposals in taking a quick trial of verification. To this end, we propose an efficient rescaling method based on the validation outcomes of a pre-trained model. Firstly, we will take out the sensitive images of the lowest-accuracy classes of the validation outcomes. Each of such images is then considered to identify which label it was confused with. Gathering the lowest-accuracy classes along with the most confused ones can produce a smaller subset with a higher challenge for quick validation of an early network draft. Finally, a rescaling application is introduced to rescale two popular large datasets (ImageNet and Places365) for different tiny subsets (i.e., <span><math><msup><mrow><mi>ReIN</mi></mrow><mrow><mi>Ω</mi></mrow></msup></math></span> and <span><math><msup><mrow><mi>RePL</mi></mrow><mrow><mi>Ω</mi></mrow></msup></math></span> respectively). Experiments for image classification have proved that neural networks obtaining good performance on the original datasets also achieve good results on their rescaled subsets. For instance, MobileNetV1 and MobileNetV2 with 70.6% and 72% on ImageNet respectively obtained 46.53% and 47.47% on its small subset <span><math><msup><mrow><mi>ReIN</mi></mrow><mrow><mn>30</mn></mrow></msup></math></span>, which only contains about 39<!--> <!-->000 images. It can be observed that the better performance of MobileNetV2 on ImageNet correspondingly leads to the better rate on its rescaled subset. Appropriately, utilizing these rescaled sets would help researchers save time and computational costs in the way of designing deep neural architectures. All codes related to the rescaling proposal and the resultant subsets are available at <span><span>http://github.com/nttbdrk25/ImageNetPlaces365</span><svg><path></path></svg></span>.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 73-80"},"PeriodicalIF":3.9,"publicationDate":"2024-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141702955","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Self-supervised scheme for generalizing GAN image detection 广义 GAN 图像检测的自监督方案
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-02 DOI: 10.1016/j.patrec.2024.06.030
Yonghyun Jeong , Doyeon Kim , Pyounggeon Kim , Youngmin Ro , Jongwon Choi

Although the recent advancement in generative models brings diverse advantages to society, it can also be abused with malicious purposes, such as fraud, defamation, and fake news. To prevent such cases, vigorous research is conducted to distinguish the generated images from the real images, but challenges still remain to distinguish the generated images outside of the training settings. Such limitations occur due to data dependency arising from the model’s overfitting issue to the specific Generative Adversarial Networks (GANs) and categories of the training data. To overcome this issue, we adopt a self-supervised scheme. Our method is composed of the artificial artifact generator reconstructing the high-quality artificial artifacts of GAN images, and the GAN detector distinguishing GAN images by learning the reconstructed artificial artifacts. To improve the generalization of the artificial artifact generator, we build multiple autoencoders with different numbers of upconvolution layers. With numerous ablation studies, the robust generalization of our method is validated by outperforming the generalization of the previous state-of-the-art algorithms, even without utilizing the GAN images of the training dataset.

尽管近年来生成模型的进步为社会带来了各种优势,但它也可能被恶意滥用,如欺诈、诽谤和假新闻。为了防止此类情况的发生,人们在区分生成的图像和真实图像方面进行了大量研究,但要在训练设置之外区分生成的图像仍面临挑战。这种局限性是由于模型对特定生成对抗网络(GAN)和训练数据类别的过拟合问题导致的数据依赖性造成的。为了克服这一问题,我们采用了一种自监督方案。我们的方法由人工伪影生成器和 GAN 检测器组成,前者负责重建 GAN 图像的高质量人工伪影,后者则通过学习重建的人工伪影来区分 GAN 图像。为了提高人工伪影发生器的通用性,我们建立了多个具有不同上卷积层数的自动编码器。通过大量的消融研究,我们的方法即使不使用训练数据集的 GAN 图像,其强大的泛化能力也超过了之前最先进算法的泛化能力,从而验证了我们方法的强大泛化能力。
{"title":"Self-supervised scheme for generalizing GAN image detection","authors":"Yonghyun Jeong ,&nbsp;Doyeon Kim ,&nbsp;Pyounggeon Kim ,&nbsp;Youngmin Ro ,&nbsp;Jongwon Choi","doi":"10.1016/j.patrec.2024.06.030","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.030","url":null,"abstract":"<div><p>Although the recent advancement in generative models brings diverse advantages to society, it can also be abused with malicious purposes, such as fraud, defamation, and fake news. To prevent such cases, vigorous research is conducted to distinguish the generated images from the real images, but challenges still remain to distinguish the generated images outside of the training settings. Such limitations occur due to data dependency arising from the model’s overfitting issue to the specific Generative Adversarial Networks (GANs) and categories of the training data. To overcome this issue, we adopt a self-supervised scheme. Our method is composed of the artificial artifact generator reconstructing the high-quality artificial artifacts of GAN images, and the GAN detector distinguishing GAN images by learning the reconstructed artificial artifacts. To improve the generalization of the artificial artifact generator, we build multiple autoencoders with different numbers of upconvolution layers. With numerous ablation studies, the robust generalization of our method is validated by outperforming the generalization of the previous state-of-the-art algorithms, even without utilizing the GAN images of the training dataset.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"184 ","pages":"Pages 219-224"},"PeriodicalIF":3.9,"publicationDate":"2024-07-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141582469","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bending classification from interference signals of a fiber optic sensor using shallow learning and convolutional neural networks 利用浅层学习和卷积神经网络从光纤传感器的干扰信号中进行弯曲分类
IF 5.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-01 DOI: 10.1016/j.patrec.2024.06.029
Luis M. Valentín-Coronado, Rodolfo Martínez-Manuel, Jonathan Esquivel-Hernández, Maria de los Angeles Martínez-Guerrero, Sophie LaRochelle
Bending monitoring is critical in engineering applications, as it helps determine any structural deformation caused by load action or fatigue effect. While strain gauges and accelerometers were previously used to measure bending magnitude, optical fiber sensors have emerged as a reliable alternative. In this work, a machine-learning-based model is proposed to analyze the interference signal of an interferometric fiber sensor system and characterize the bending magnitude and direction. In particular, shallow learning-based and convolutional neural network-based (CNN) models have been implemented to perform this task. Furthermore, given the repeatability of the interference signals, a synthetic dataset was created to train the models, whereas real interferometric signals were used to evaluate the models’ performance. Experiments were conducted on a flexible rod in fixed–free and fixed–fixed ends configurations for bending monitoring. Although both models achieved mean accuracies above 91%, only the CNN-based model reached a mean accuracy above 98%. This confirms that monitoring bending movements through interference signal analysis by means of a CNN-based model is a viable approach.
弯曲监测在工程应用中至关重要,因为它有助于确定由负载作用或疲劳效应引起的任何结构变形。虽然应变计和加速度计以前曾被用来测量弯曲幅度,但光纤传感器已成为一种可靠的替代方法。本研究提出了一种基于机器学习的模型,用于分析干涉光纤传感器系统的干扰信号,并确定弯曲幅度和方向。其中,基于浅层学习和卷积神经网络(CNN)的模型被用来完成这项任务。此外,考虑到干涉信号的可重复性,还创建了一个合成数据集来训练模型,并使用真实的干涉信号来评估模型的性能。实验在一根柔性杆上进行,杆端配置为固定-自由和固定-固定,用于弯曲监测。虽然两个模型的平均准确率都超过了 91%,但只有基于 CNN 的模型的平均准确率超过了 98%。这证实了通过基于 CNN 的模型进行干扰信号分析来监测弯曲运动是一种可行的方法。
{"title":"Bending classification from interference signals of a fiber optic sensor using shallow learning and convolutional neural networks","authors":"Luis M. Valentín-Coronado, Rodolfo Martínez-Manuel, Jonathan Esquivel-Hernández, Maria de los Angeles Martínez-Guerrero, Sophie LaRochelle","doi":"10.1016/j.patrec.2024.06.029","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.029","url":null,"abstract":"Bending monitoring is critical in engineering applications, as it helps determine any structural deformation caused by load action or fatigue effect. While strain gauges and accelerometers were previously used to measure bending magnitude, optical fiber sensors have emerged as a reliable alternative. In this work, a machine-learning-based model is proposed to analyze the interference signal of an interferometric fiber sensor system and characterize the bending magnitude and direction. In particular, shallow learning-based and convolutional neural network-based (CNN) models have been implemented to perform this task. Furthermore, given the repeatability of the interference signals, a synthetic dataset was created to train the models, whereas real interferometric signals were used to evaluate the models’ performance. Experiments were conducted on a flexible rod in fixed–free and fixed–fixed ends configurations for bending monitoring. Although both models achieved mean accuracies above 91%, only the CNN-based model reached a mean accuracy above 98%. This confirms that monitoring bending movements through interference signal analysis by means of a CNN-based model is a viable approach.","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"56 1","pages":""},"PeriodicalIF":5.1,"publicationDate":"2024-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141611020","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Patch-wise vector quantization for unsupervised medical anomaly detection 用于无监督医学异常检测的补丁矢量量化技术
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-06-28 DOI: 10.1016/j.patrec.2024.06.028
Taejune Kim , Yun-Gyoo Lee , Inho Jeong , Soo-Youn Ham , Simon S. Woo

Radiography images inherently possess globally consistent structures while exhibiting significant diversity in local anatomical regions, making it challenging to model their normal features through unsupervised anomaly detection. Since unsupervised anomaly detection methods localize anomalies by utilizing discrepancies between learned normal features and input abnormal features, previous studies introduce a memory structure to capture the normal features of radiography images. However, these approaches store extremely localized image segments in their memory, causing the model to represent both normal and pathological features with the stored components. This poses a significant challenge in unsupervised anomaly detection by reducing the disparity between learned features and abnormal features. Furthermore, with the diverse settings in radiography imaging, the above issue is exacerbated: more diversity in the normal images results in stronger representation of pathological features. To resolve the issues above, we propose a novel pathology detection method called Patch-wise Vector Quantization (P-VQ). Unlike the previous methods, P-VQ learns vector-quantized representations of normal “patches” while preserving its spatial information by incorporating vector similarity metric. Furthermore, we introduce a novel method for selecting features in the memory to further enhance the robustness against diverse imaging settings. P-VQ even mitigates the “index collapse” problem of vector quantization by proposing top-k% dropout. Our extensive experiments on the BMAD benchmark demonstrate the superior performance of P-VQ against existing state-of-the-art methods.

放射成像图像本身具有全局一致的结构,但在局部解剖区域却表现出显著的多样性,这使得通过无监督异常检测对其正常特征建模具有挑战性。由于无监督异常检测方法是利用学习到的正常特征与输入的异常特征之间的差异来定位异常的,因此之前的研究引入了一种记忆结构来捕捉放射影像的正常特征。然而,这些方法会在内存中存储极其局部化的图像片段,导致模型既要用存储的组件来表示正常特征,又要用存储的组件来表示病理特征。这给无监督异常检测带来了巨大挑战,因为要减少学习到的特征与异常特征之间的差异。此外,由于放射成像的设置多种多样,上述问题更加严重:正常图像的多样性越多,病理特征的代表性就越强。为了解决上述问题,我们提出了一种新的病理检测方法--"补丁式矢量量化(Patch-wise Vector Quantization,P-VQ)"。与之前的方法不同,P-VQ 在学习正常 "斑块 "的矢量量化表示的同时,还通过矢量相似度量来保留其空间信息。此外,我们还引入了一种在内存中选择特征的新方法,以进一步增强对不同成像环境的鲁棒性。P-VQ 甚至通过提出 top-k% dropout 来缓解矢量量化的 "索引崩溃 "问题。我们在 BMAD 基准上进行的大量实验证明,与现有的先进方法相比,P-VQ 的性能更加优越。
{"title":"Patch-wise vector quantization for unsupervised medical anomaly detection","authors":"Taejune Kim ,&nbsp;Yun-Gyoo Lee ,&nbsp;Inho Jeong ,&nbsp;Soo-Youn Ham ,&nbsp;Simon S. Woo","doi":"10.1016/j.patrec.2024.06.028","DOIUrl":"https://doi.org/10.1016/j.patrec.2024.06.028","url":null,"abstract":"<div><p>Radiography images inherently possess globally consistent structures while exhibiting significant diversity in local anatomical regions, making it challenging to model their normal features through unsupervised anomaly detection. Since unsupervised anomaly detection methods localize anomalies by utilizing discrepancies between learned normal features and input abnormal features, previous studies introduce a memory structure to capture the normal features of radiography images. However, these approaches store extremely localized image segments in their memory, causing the model to represent both normal and pathological features with the stored components. This poses a significant challenge in unsupervised anomaly detection by reducing the disparity between learned features and abnormal features. Furthermore, with the diverse settings in radiography imaging, the above issue is exacerbated: more diversity in the normal images results in stronger representation of pathological features. To resolve the issues above, we propose a novel pathology detection method called Patch-wise Vector Quantization (P-VQ). Unlike the previous methods, P-VQ learns vector-quantized representations of normal “patches” while preserving its spatial information by incorporating vector similarity metric. Furthermore, we introduce a novel method for selecting features in the memory to further enhance the robustness against diverse imaging settings. P-VQ even mitigates the “index collapse” problem of vector quantization by proposing top-<span><math><mrow><mi>k</mi><mtext>%</mtext></mrow></math></span> dropout. Our extensive experiments on the BMAD benchmark demonstrate the superior performance of P-VQ against existing state-of-the-art methods.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"184 ","pages":"Pages 205-211"},"PeriodicalIF":3.9,"publicationDate":"2024-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141543125","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EHIR: Energy-based Hierarchical Iterative Image Registration for Accurate PCB Defect Detection EHIR:基于能量的分层迭代图像配准,用于准确检测 PCB 缺陷
IF 3.9 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-06-28 DOI: 10.1016/j.patrec.2024.06.027
Shuixin Deng , Lei Deng , Xiangze Meng , Ting Sun , Baohua Chen , Zhixiang Chen , Hao Hu , Yusen Xie , Hanxi Yin , Shijie Yu

Printed Circuit Board (PCB) Surface defect detection is crucial to ensure the quality of electronic products in manufacturing industry. Detection methods can be divided into non-referential and referential methods. Non-referential methods employ designed rules or learned data distribution without template images but are difficult to address the uncertainty and subjectivity issues of defects. In contrast, referential methods use templates to achieve better performance but rely on precise image registration. However, image registration is especially challenging in feature extracting and matching for PCB images with defective, reduplicated or less features. To address these issues, we propose a novel Energy-based Hierarchical Iterative Image Registration method (EHIR) to formulate image registration as an energy optimization problem based on the edge points rather than finite features. Our framework consists of three stages: Edge-guided Energy Transformation (EET), EHIR and Edge-guided Energy-based Defect Detection (EEDD). The novelty is that the consistency of contours contributes to aligning images and the difference is highlighted for defect location. Extensive experiments show that this method has high accuracy and strong robustness, especially in the presence of defect feature interference, where our method demonstrates an overwhelming advantage over other methods.

印刷电路板(PCB)表面缺陷检测对于确保制造业电子产品的质量至关重要。检测方法可分为非参考方法和参考方法。非参考方法采用设计规则或学习数据分布,不使用模板图像,但难以解决缺陷的不确定性和主观性问题。相比之下,参照方法使用模板来实现更好的性能,但依赖于精确的图像配准。然而,对于有缺陷、重复或特征较少的 PCB 图像,图像配准在特征提取和匹配方面尤其具有挑战性。为解决这些问题,我们提出了一种新颖的基于能量的分层迭代图像配准方法(EHIR),将图像配准表述为基于边缘点而非有限特征的能量优化问题。我们的框架包括三个阶段:边缘引导能量转换 (EET)、EHIR 和基于边缘引导能量的缺陷检测 (EEDD)。其新颖之处在于,轮廓的一致性有助于图像的对齐,而差异则会在缺陷定位时被突出显示。广泛的实验表明,这种方法具有很高的准确性和很强的鲁棒性,特别是在存在缺陷特征干扰的情况下,我们的方法比其他方法具有压倒性的优势。
{"title":"EHIR: Energy-based Hierarchical Iterative Image Registration for Accurate PCB Defect Detection","authors":"Shuixin Deng ,&nbsp;Lei Deng ,&nbsp;Xiangze Meng ,&nbsp;Ting Sun ,&nbsp;Baohua Chen ,&nbsp;Zhixiang Chen ,&nbsp;Hao Hu ,&nbsp;Yusen Xie ,&nbsp;Hanxi Yin ,&nbsp;Shijie Yu","doi":"10.1016/j.patrec.2024.06.027","DOIUrl":"10.1016/j.patrec.2024.06.027","url":null,"abstract":"<div><p>Printed Circuit Board (PCB) Surface defect detection is crucial to ensure the quality of electronic products in manufacturing industry. Detection methods can be divided into non-referential and referential methods. Non-referential methods employ designed rules or learned data distribution without template images but are difficult to address the uncertainty and subjectivity issues of defects. In contrast, referential methods use templates to achieve better performance but rely on precise image registration. However, image registration is especially challenging in feature extracting and matching for PCB images with defective, reduplicated or less features. To address these issues, we propose a novel <strong>E</strong>nergy-based <strong>H</strong>ierarchical <strong>I</strong>terative Image <strong>R</strong>egistration method (EHIR) to formulate image registration as an energy optimization problem based on the edge points rather than finite features. Our framework consists of three stages: Edge-guided Energy Transformation (EET), EHIR and Edge-guided Energy-based Defect Detection (EEDD). The novelty is that the consistency of contours contributes to aligning images and the difference is highlighted for defect location. Extensive experiments show that this method has high accuracy and strong robustness, especially in the presence of defect feature interference, where our method demonstrates an overwhelming advantage over other methods.</p></div>","PeriodicalId":54638,"journal":{"name":"Pattern Recognition Letters","volume":"185 ","pages":"Pages 38-44"},"PeriodicalIF":3.9,"publicationDate":"2024-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141630040","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Pattern Recognition Letters
全部 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