首页 > 最新文献

International Journal of Neural Systems最新文献

英文 中文
Few-Shot Pixel-Precise Document Layout Segmentation via Dynamic Instance Generation and Local Thresholding. 通过动态实例生成和局部阈值实现少镜头像素精确文档布局分割。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-01 Epub Date: 2023-08-10 DOI: 10.1142/S0129065723500521
Axel De Nardin, Silvia Zottin, Claudio Piciarelli, Emanuela Colombi, Gian Luca Foresti

Over the years, the humanities community has increasingly requested the creation of artificial intelligence frameworks to help the study of cultural heritage. Document Layout segmentation, which aims at identifying the different structural components of a document page, is a particularly interesting task connected to this trend, specifically when it comes to handwritten texts. While there are many effective approaches to this problem, they all rely on large amounts of data for the training of the underlying models, which is rarely possible in a real-world scenario, as the process of producing the ground truth segmentation task with the required precision to the pixel level is a very time-consuming task and often requires a certain degree of domain knowledge regarding the documents at hand. For this reason, in this paper, we propose an effective few-shot learning framework for document layout segmentation relying on two novel components, namely a dynamic instance generation and a segmentation refinement module. This approach is able of achieving performances comparable to the current state of the art on the popular Diva-HisDB dataset, while relying on just a fraction of the available data.

多年来,人文社会越来越多地要求创建人工智能框架,以帮助研究文化遗产。文档布局分割旨在识别文档页面的不同结构组件,这是一项与这一趋势相关的特别有趣的任务,尤其是在手写文本方面。虽然有很多有效的方法来解决这个问题,但它们都依赖于大量的数据来训练底层模型,这在现实世界中是不可能的,由于产生具有所需像素级精度的地面实况分割任务的过程是非常耗时的任务,并且通常需要关于手头文档的一定程度的领域知识。因此,在本文中,我们提出了一个有效的文档布局分割的少镜头学习框架,该框架依赖于两个新的组件,即动态实例生成和分割细化模块。这种方法能够在流行的Diva HisDB数据集上实现与当前技术水平相当的性能,同时只依赖于可用数据的一小部分。
{"title":"Few-Shot Pixel-Precise Document Layout Segmentation via Dynamic Instance Generation and Local Thresholding.","authors":"Axel De Nardin,&nbsp;Silvia Zottin,&nbsp;Claudio Piciarelli,&nbsp;Emanuela Colombi,&nbsp;Gian Luca Foresti","doi":"10.1142/S0129065723500521","DOIUrl":"10.1142/S0129065723500521","url":null,"abstract":"<p><p>Over the years, the humanities community has increasingly requested the creation of artificial intelligence frameworks to help the study of cultural heritage. Document Layout segmentation, which aims at identifying the different structural components of a document page, is a particularly interesting task connected to this trend, specifically when it comes to handwritten texts. While there are many effective approaches to this problem, they all rely on large amounts of data for the training of the underlying models, which is rarely possible in a real-world scenario, as the process of producing the ground truth segmentation task with the required precision to the pixel level is a very time-consuming task and often requires a certain degree of domain knowledge regarding the documents at hand. For this reason, in this paper, we propose an effective few-shot learning framework for document layout segmentation relying on two novel components, namely a dynamic instance generation and a segmentation refinement module. This approach is able of achieving performances comparable to the current state of the art on the popular Diva-HisDB dataset, while relying on just a fraction of the available data.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":" ","pages":"2350052"},"PeriodicalIF":8.0,"publicationDate":"2023-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10351091","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Decoupled Edge Guidance Network for Automatic Checkout. 用于自动校验的解耦边缘制导网络。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-01 Epub Date: 2023-08-10 DOI: 10.1142/S0129065723500491
Rongbiao You, Fuxiong He, Weiming Lin

Automatic checkout (ACO) aims at correctly generating complete shopping lists from checkout images. However, the domain gap between the single product in training data and multiple products in checkout images endows ACO tasks with a major difficulty. Despite remarkable advancements in recent years, resolving the significant domain gap remains challenging. It is possibly because networks trained solely on synthesized images may struggle to generalize well to realistic checkout scenarios. To this end, we propose a decoupled edge guidance network (DEGNet), which integrates synthesized and checkout images via a supervised domain adaptation approach and further learns common domain representations using a domain adapter. Specifically, an edge embedding module is designed for generating edge embedding images to introduce edge information. On this basis, we develop a decoupled feature extractor that takes original images and edge embedding images as input to jointly utilize image information and edge information. Furthermore, a novel proposal divide-and-conquer strategy (PDS) is proposed for the purpose of augmenting high-quality samples. Through experimental evaluation, DEGNet achieves state-of-the-art performance on the retail product checkout (RPC) dataset, with checkout accuracy (cAcc) results of 93.47% and 95.25% in the average mode of faster RCNN and cascade RCNN frameworks, respectively. Codes are available at https://github.com/yourbikun/DEGNet.

自动结账(ACO)旨在从结账图像中正确生成完整的购物清单。然而,训练数据中的单个产品和结账图像中的多个产品之间的领域差距给ACO任务带来了很大的困难。尽管近年来取得了显著进展,但解决这一重大领域差距仍然具有挑战性。这可能是因为仅在合成图像上训练的网络可能难以很好地推广到现实的结账场景。为此,我们提出了一种解耦的边缘引导网络(DEGNet),该网络通过监督域自适应方法集成合成图像和校验图像,并使用域适配器进一步学习公共域表示。具体地,设计了一个边缘嵌入模块,用于生成边缘嵌入图像以引入边缘信息。在此基础上,我们开发了一个解耦的特征提取器,该提取器以原始图像和边缘嵌入图像为输入,共同利用图像信息和边缘信息。此外,为了增加高质量样本,提出了一种新的提议分治策略(PDS)。通过实验评估,DEGNet在零售产品结账(RPC)数据集上实现了最先进的性能,在更快的RCNN和级联RCNN框架的平均模式下,结账准确率(cAcc)结果分别为93.47%和95.25%。代码可在https://github.com/yourbikun/DEGNet.
{"title":"Decoupled Edge Guidance Network for Automatic Checkout.","authors":"Rongbiao You,&nbsp;Fuxiong He,&nbsp;Weiming Lin","doi":"10.1142/S0129065723500491","DOIUrl":"10.1142/S0129065723500491","url":null,"abstract":"<p><p>Automatic checkout (ACO) aims at correctly generating complete shopping lists from checkout images. However, the domain gap between the single product in training data and multiple products in checkout images endows ACO tasks with a major difficulty. Despite remarkable advancements in recent years, resolving the significant domain gap remains challenging. It is possibly because networks trained solely on synthesized images may struggle to generalize well to realistic checkout scenarios. To this end, we propose a decoupled edge guidance network (DEGNet), which integrates synthesized and checkout images via a supervised domain adaptation approach and further learns common domain representations using a domain adapter. Specifically, an edge embedding module is designed for generating edge embedding images to introduce edge information. On this basis, we develop a decoupled feature extractor that takes original images and edge embedding images as input to jointly utilize image information and edge information. Furthermore, a novel proposal divide-and-conquer strategy (PDS) is proposed for the purpose of augmenting high-quality samples. Through experimental evaluation, DEGNet achieves state-of-the-art performance on the retail product checkout (RPC) dataset, with checkout accuracy (cAcc) results of 93.47% and 95.25% in the average mode of faster RCNN and cascade RCNN frameworks, respectively. Codes are available at https://github.com/yourbikun/DEGNet.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":" ","pages":"2350049"},"PeriodicalIF":8.0,"publicationDate":"2023-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"9979249","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Discussion on S. Shirani, A. Valentin, G. Alarcon, F. Kazi and S. Sanei, Separating Inhibitory and Excitatory Responses of Epileptic Brain to Single-Pulse Electrical Stimulation, International Journal of Neural Systems, Vol. 33, No. 2 (2023) 2350008. 关于S.Shirani、A.Valentin、G.Alarcon、F.Kazi和S.Sanei的讨论,癫痫脑对单脉冲电刺激的抑制和兴奋反应的分离,国际神经系统杂志,第33卷,第2期(2023)2350008。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 Epub Date: 2023-02-24 DOI: 10.1142/S0129065723750011
Olivier Darbin
{"title":"Discussion on S. Shirani, A. Valentin, G. Alarcon, F. Kazi and S. Sanei, Separating Inhibitory and Excitatory Responses of Epileptic Brain to Single-Pulse Electrical Stimulation, International Journal of Neural Systems, Vol. 33, No. 2 (2023) 2350008.","authors":"Olivier Darbin","doi":"10.1142/S0129065723750011","DOIUrl":"10.1142/S0129065723750011","url":null,"abstract":"","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2375001"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10113125","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Deep Regression Approach for Human Activity Recognition Under Partial Occlusion. 局部遮挡下人体活动识别的深度回归方法。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 DOI: 10.1142/S0129065723500478
Ioannis Vernikos, Evaggelos Spyrou, Ioannis-Aris Kostis, Eirini Mathe, Phivos Mylonas

In real-life scenarios, Human Activity Recognition (HAR) from video data is prone to occlusion of one or more body parts of the human subjects involved. Although it is common sense that the recognition of the majority of activities strongly depends on the motion of some body parts, which when occluded compromise the performance of recognition approaches, this problem is often underestimated in contemporary research works. Currently, training and evaluation is based on datasets that have been shot under laboratory (ideal) conditions, i.e. without any kind of occlusion. In this work, we propose an approach for HAR in the presence of partial occlusion, in cases wherein up to two body parts are involved. We assume that human motion is modeled using a set of 3D skeletal joints and also that occluded body parts remain occluded during the whole duration of the activity. We solve this problem using regression, performed by a novel deep Convolutional Recurrent Neural Network (CRNN). Specifically, given a partially occluded skeleton, we attempt to reconstruct the missing information regarding the motion of its occluded part(s). We evaluate our approach using four publicly available human motion datasets. Our experimental results indicate a significant increase of performance, when compared to baseline approaches, wherein networks that have been trained using only nonoccluded or both occluded and nonoccluded samples are evaluated using occluded samples. To the best of our knowledge, this is the first research work that formulates and copes with the problem of HAR under occlusion as a regression task.

在现实生活场景中,来自视频数据的人类活动识别(HAR)容易遮挡所涉及的人类受试者的一个或多个身体部位。虽然大多数活动的识别强烈依赖于某些身体部位的运动是常识,当这些部位被遮挡时会影响识别方法的性能,但这一问题在当代研究工作中经常被低估。目前,训练和评估是基于在实验室(理想)条件下拍摄的数据集,即没有任何遮挡。在这项工作中,我们提出了一种在存在部分遮挡的情况下的HAR方法,其中最多涉及两个身体部位。我们假设人体运动是使用一组3D骨骼关节建模的,并且在整个活动期间,被遮挡的身体部位仍然被遮挡。我们使用一种新的深度卷积递归神经网络(CRNN)进行回归来解决这个问题。具体来说,给定一个部分遮挡的骨架,我们试图重建关于其遮挡部分运动的缺失信息。我们使用四个公开可用的人体运动数据集来评估我们的方法。我们的实验结果表明,与基线方法相比,性能显着提高,其中仅使用未遮挡或同时使用遮挡和未遮挡样本进行训练的网络使用遮挡样本进行评估。据我们所知,这是第一个将遮挡下的HAR问题作为回归任务来制定和处理的研究工作。
{"title":"A Deep Regression Approach for Human Activity Recognition Under Partial Occlusion.","authors":"Ioannis Vernikos,&nbsp;Evaggelos Spyrou,&nbsp;Ioannis-Aris Kostis,&nbsp;Eirini Mathe,&nbsp;Phivos Mylonas","doi":"10.1142/S0129065723500478","DOIUrl":"https://doi.org/10.1142/S0129065723500478","url":null,"abstract":"<p><p>In real-life scenarios, Human Activity Recognition (HAR) from video data is prone to occlusion of one or more body parts of the human subjects involved. Although it is common sense that the recognition of the majority of activities strongly depends on the motion of some body parts, which when occluded compromise the performance of recognition approaches, this problem is often underestimated in contemporary research works. Currently, training and evaluation is based on datasets that have been shot under laboratory (ideal) conditions, i.e. without any kind of occlusion. In this work, we propose an approach for HAR in the presence of partial occlusion, in cases wherein up to two body parts are involved. We assume that human motion is modeled using a set of 3D skeletal joints and also that occluded body parts remain occluded during the whole duration of the activity. We solve this problem using regression, performed by a novel deep Convolutional Recurrent Neural Network (CRNN). Specifically, given a partially occluded skeleton, we attempt to reconstruct the missing information regarding the motion of its occluded part(s). We evaluate our approach using four publicly available human motion datasets. Our experimental results indicate a significant increase of performance, when compared to baseline approaches, wherein networks that have been trained using only nonoccluded or both occluded and nonoccluded samples are evaluated using occluded samples. To the best of our knowledge, this is the first research work that formulates and copes with the problem of HAR under occlusion as a regression task.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2350047"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10491948","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Class-Imbalance Aware and Explainable Spatio-Temporal Graph Attention Network for Neonatal Seizure Detection. 一个类别不平衡感知和可解释的时空图注意网络用于新生儿癫痫发作检测。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 DOI: 10.1142/S0129065723500466
Khadijeh Raeisi, Mohammad Khazaei, Gabriella Tamburro, Pierpaolo Croce, Silvia Comani, Filippo Zappasodi

Seizures are the most prevalent clinical indication of neurological disorders in neonates. In this study, a class-imbalance aware and explainable deep learning approach based on Convolutional Neural Networks (CNNs) and Graph Attention Networks (GATs) is proposed for the accurate automated detection of neonatal seizures. The proposed model integrates the temporal information of EEG signals with the spatial information on the EEG channels through the graph representation of the multi-channel EEG segments. One-dimensional CNNs are used to automatically develop a feature set that accurately represents the differences between seizure and nonseizure epochs in the time domain. By employing GAT, the attention mechanism is utilized to emphasize the critical channel pairs and information flow among brain regions. GAT coefficients were then used to empirically visualize the important regions during the seizure and nonseizure epochs, which can provide valuable insight into the location of seizures in the neonatal brain. Additionally, to tackle the severe class imbalance in the neonatal seizure dataset using under-sampling and focal loss techniques are used. Overall, the final Spatio-Temporal Graph Attention Network (ST-GAT) outperformed previous benchmarked methods with a mean AUC of 96.6% and Kappa of 0.88, demonstrating its high accuracy and potential for clinical applications.

癫痫是新生儿神经系统疾病最普遍的临床指征。本研究提出了一种基于卷积神经网络(cnn)和图注意网络(GATs)的类别失衡感知和可解释深度学习方法,用于新生儿癫痫发作的准确自动检测。该模型通过多通道脑电信号的图表示,将脑电信号的时间信息与脑电信号通道上的空间信息相结合。一维cnn用于自动开发一个特征集,该特征集准确地表示时域上癫痫发作和非癫痫发作时期的差异。该方法利用注意机制来强调脑区间的关键通道对和信息流。然后使用GAT系数来经验地可视化癫痫发作和非癫痫发作时期的重要区域,这可以为新生儿大脑癫痫发作的位置提供有价值的见解。此外,为了解决严重的类不平衡在新生儿癫痫数据集使用欠采样和局点丢失技术。总体而言,最终的时空图注意网络(ST-GAT)的平均AUC为96.6%,Kappa为0.88,优于以往的基准方法,表明其具有较高的准确性和临床应用潜力。
{"title":"A Class-Imbalance Aware and Explainable Spatio-Temporal Graph Attention Network for Neonatal Seizure Detection.","authors":"Khadijeh Raeisi,&nbsp;Mohammad Khazaei,&nbsp;Gabriella Tamburro,&nbsp;Pierpaolo Croce,&nbsp;Silvia Comani,&nbsp;Filippo Zappasodi","doi":"10.1142/S0129065723500466","DOIUrl":"https://doi.org/10.1142/S0129065723500466","url":null,"abstract":"<p><p>Seizures are the most prevalent clinical indication of neurological disorders in neonates. In this study, a class-imbalance aware and explainable deep learning approach based on Convolutional Neural Networks (CNNs) and Graph Attention Networks (GATs) is proposed for the accurate automated detection of neonatal seizures. The proposed model integrates the temporal information of EEG signals with the spatial information on the EEG channels through the graph representation of the multi-channel EEG segments. One-dimensional CNNs are used to automatically develop a feature set that accurately represents the differences between seizure and nonseizure epochs in the time domain. By employing GAT, the attention mechanism is utilized to emphasize the critical channel pairs and information flow among brain regions. GAT coefficients were then used to empirically visualize the important regions during the seizure and nonseizure epochs, which can provide valuable insight into the location of seizures in the neonatal brain. Additionally, to tackle the severe class imbalance in the neonatal seizure dataset using under-sampling and focal loss techniques are used. Overall, the final Spatio-Temporal Graph Attention Network (ST-GAT) outperformed previous benchmarked methods with a mean AUC of 96.6% and Kappa of 0.88, demonstrating its high accuracy and potential for clinical applications.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2350046"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10108361","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Online Ternary Classification of Covert Speech by Leveraging the Passive Perception of Speech. 利用被动语音感知的隐蔽语音在线三元分类。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 DOI: 10.1142/S012906572350048X
Jae Moon, Tom Chau

Brain-computer interfaces (BCIs) provide communicative alternatives to those without functional speech. Covert speech (CS)-based BCIs enable communication simply by thinking of words and thus have intuitive appeal. However, an elusive barrier to their clinical translation is the collection of voluminous examples of high-quality CS signals, as iteratively rehearsing words for long durations is mentally fatiguing. Research on CS and speech perception (SP) identifies common spatiotemporal patterns in their respective electroencephalographic (EEG) signals, pointing towards shared encoding mechanisms. The goal of this study was to investigate whether a model that leverages the signal similarities between SP and CS can differentiate speech-related EEG signals online. Ten participants completed a dyadic protocol where in each trial, they listened to a randomly selected word and then subsequently mentally rehearsed the word. In the offline sessions, eight words were presented to participants. For the subsequent online sessions, the two most distinct words (most separable in terms of their EEG signals) were chosen to form a ternary classification problem (two words and rest). The model comprised a functional mapping derived from SP and CS signals of the same speech token (features are extracted via a Riemannian approach). An average ternary online accuracy of 75.3% (60% chance level) was achieved across participants, with individual accuracies as high as 93%. Moreover, we observed that the signal-to-noise ratio (SNR) of CS signals was enhanced by perception-covert modeling according to the level of high-frequency ([Formula: see text]-band) correspondence between CS and SP. These findings may lead to less burdensome data collection for training speech BCIs, which could eventually enhance the rate at which the vocabulary can grow.

脑机接口(bci)为那些没有功能语言的人提供了交流的选择。基于隐语的脑机接口(bci)可以简单地通过思考词语进行交流,因此具有直观的吸引力。然而,临床翻译的一个难以捉摸的障碍是收集大量高质量CS信号的例子,因为长时间反复排练单词会使人精神疲劳。对CS和语音感知(SP)的研究发现了它们各自脑电图(EEG)信号中共同的时空模式,指向了共同的编码机制。本研究的目的是探讨利用SP和CS之间信号相似性的模型是否可以在线区分语音相关的EEG信号。10名参与者完成了一个二元方案,在每次试验中,他们听一个随机选择的单词,然后在脑海中排练这个单词。在线下环节,向参与者展示了8个单词。在随后的在线会话中,选择两个最明显的词(就其脑电图信号而言最可分离)形成一个三元分类问题(两个词和休息)。该模型包括由相同语音标记的SP和CS信号衍生的功能映射(通过黎曼方法提取特征)。参与者的平均三元在线准确率为75.3%(60%的机会水平),个体准确率高达93%。此外,我们观察到,根据CS和SP之间的高频([公式:见文本]-频带)对应程度,感知隐蔽建模可以提高CS信号的信噪比(SNR)。这些发现可能会减少训练语音bci的数据收集负担,从而最终提高词汇量的增长速度。
{"title":"Online Ternary Classification of Covert Speech by Leveraging the Passive Perception of Speech.","authors":"Jae Moon,&nbsp;Tom Chau","doi":"10.1142/S012906572350048X","DOIUrl":"https://doi.org/10.1142/S012906572350048X","url":null,"abstract":"<p><p>Brain-computer interfaces (BCIs) provide communicative alternatives to those without functional speech. Covert speech (CS)-based BCIs enable communication simply by thinking of words and thus have intuitive appeal. However, an elusive barrier to their clinical translation is the collection of voluminous examples of high-quality CS signals, as iteratively rehearsing words for long durations is mentally fatiguing. Research on CS and speech perception (SP) identifies common spatiotemporal patterns in their respective electroencephalographic (EEG) signals, pointing towards shared encoding mechanisms. The goal of this study was to investigate whether a model that leverages the signal similarities between SP and CS can differentiate speech-related EEG signals online. Ten participants completed a dyadic protocol where in each trial, they listened to a randomly selected word and then subsequently mentally rehearsed the word. In the offline sessions, eight words were presented to participants. For the subsequent online sessions, the two most distinct words (most separable in terms of their EEG signals) were chosen to form a ternary classification problem (two words and rest). The model comprised a functional mapping derived from SP and CS signals of the same speech token (features are extracted via a Riemannian approach). An average ternary online accuracy of 75.3% (60% chance level) was achieved across participants, with individual accuracies as high as 93%. Moreover, we observed that the signal-to-noise ratio (SNR) of CS signals was enhanced by perception-covert modeling according to the level of high-frequency ([Formula: see text]-band) correspondence between CS and SP. These findings may lead to less burdensome data collection for training speech BCIs, which could eventually enhance the rate at which the vocabulary can grow.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2350048"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10108376","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Response to the Discussion on S. Shirani, A. Valentin, G. Alarcon, F. Kazi and S. Sanei, Separating Inhibitory and Excitatory Responses of Epileptic Brain to Single-Pulse Electrical Stimulation, International Journal of Neural Systems, Vol. 33, No. 2 (2023) 2350008. 对S.Shirani、A.Valentin、G.Alarcon、F.Kazi和S.Sanei讨论的回应,癫痫脑对单脉冲电刺激的抑制和兴奋反应的分离,国际神经系统杂志,第33卷,第2期(2023)2350008。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 Epub Date: 2023-02-24 DOI: 10.1142/S0129065723750023
Sepehr Shirani, Antonio Valentin, Gonzalo Alarcon, Farhana Kazi, Saeid Sanei
{"title":"Response to the Discussion on S. Shirani, A. Valentin, G. Alarcon, F. Kazi and S. Sanei, Separating Inhibitory and Excitatory Responses of Epileptic Brain to Single-Pulse Electrical Stimulation, International Journal of Neural Systems, Vol. 33, No. 2 (2023) 2350008.","authors":"Sepehr Shirani,&nbsp;Antonio Valentin,&nbsp;Gonzalo Alarcon,&nbsp;Farhana Kazi,&nbsp;Saeid Sanei","doi":"10.1142/S0129065723750023","DOIUrl":"10.1142/S0129065723750023","url":null,"abstract":"","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2375002"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10113126","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Classification of Epileptic and Psychogenic Nonepileptic Seizures via Time-Frequency Features of EEG Data. 通过脑电图数据的时频特征对癫痫性和心因性非癫痫性发作进行分类。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 DOI: 10.1142/S0129065723500454
Ozlem Karabiber Cura, Aydin Akan, Hatice Sabiha Ture

The majority of psychogenic nonepileptic seizures (PNESs) are brought on by psychogenic causes, but because their symptoms resemble those of epilepsy, they are frequently misdiagnosed. Although EEG signals are normal in PNES cases, electroencephalography (EEG) recordings alone are not sufficient to identify the illness. Hence, accurate diagnosis and effective treatment depend on long-term video EEG data and a complete patient history. Video EEG setup, however, is more expensive than using standard EEG equipment. To distinguish PNES signals from conventional epileptic seizure (ES) signals, it is crucial to develop methods solely based on EEG recordings. The proposed study presents a technique utilizing short-term EEG data for the classification of inter-PNES, PNES, and ES segments using time-frequency methods such as the Continuous Wavelet transform (CWT), Short-Time Fourier transform (STFT), CWT-based synchrosqueezed transform (WSST), and STFT-based SST (FSST), which provide high-resolution time-frequency representations (TFRs). TFRs of EEG segments are utilized to generate 13 joint TF (J-TF)-based features, four gray-level co-occurrence matrix (GLCM)-based features, and 16 higher-order joint TF moment (HOJ-Mom)-based features. These features are then employed in the classification procedure. Both three-class (inter-PNES versus PNES versus ES: ACC: 80.9%, SEN: 81.8%, and PRE: 84.7%) and two-class (Inter-PNES versus PNES: ACC: 88.2%, SEN: 87.2%, and PRE: 86.1%; PNES versus ES: ACC: 98.5%, SEN: 99.3%, and PRE: 98.9%) classification algorithms performed well, according to the experimental results. The STFT and FSST strategies surpass the CWT and WSST strategies in terms of classification accuracy, sensitivity, and precision. Moreover, the J-TF-based feature sets often perform better than the other two.

大多数心因性非癫痫性发作是由心因性原因引起的,但由于其症状与癫痫相似,常被误诊。虽然脑电图信号在PNES病例中是正常的,但仅凭脑电图(EEG)记录不足以识别疾病。因此,准确的诊断和有效的治疗依赖于长期的视频脑电图数据和完整的患者病史。然而,视频EEG设置比使用标准EEG设备更昂贵。为了区分PNES信号与常规癫痫发作(ES)信号,开发仅基于脑电图记录的方法至关重要。该研究提出了一种利用短期脑电数据对PNES间、PNES和ES段进行分类的技术,使用时频方法,如连续小波变换(CWT)、短时傅里叶变换(STFT)、基于CWT的同步压缩变换(WSST)和基于STFT的SST (FSST),这些方法提供了高分辨率的时频表示(TFRs)。利用脑电片段tfr生成13个基于联合TF (J-TF)的特征、4个基于灰度共生矩阵(GLCM)的特征和16个基于高阶联合TF矩(HOJ-Mom)的特征。然后在分类过程中使用这些特征。三级(inter-PNES vs . PNES vs . ES: ACC: 80.9%, SEN: 81.8%, PRE: 84.7%)和二级(inter-PNES vs . PNES: ACC: 88.2%, SEN: 87.2%, PRE: 86.1%;实验结果表明,PNES与ES (ACC: 98.5%, SEN: 99.3%, PRE: 98.9%)的分类算法表现良好。STFT和FSST策略在分类精度、灵敏度和精度方面都优于CWT和WSST策略。此外,基于j - tf的特性集通常比其他两种性能更好。
{"title":"Classification of Epileptic and Psychogenic Nonepileptic Seizures via Time-Frequency Features of EEG Data.","authors":"Ozlem Karabiber Cura,&nbsp;Aydin Akan,&nbsp;Hatice Sabiha Ture","doi":"10.1142/S0129065723500454","DOIUrl":"https://doi.org/10.1142/S0129065723500454","url":null,"abstract":"<p><p>The majority of psychogenic nonepileptic seizures (PNESs) are brought on by psychogenic causes, but because their symptoms resemble those of epilepsy, they are frequently misdiagnosed. Although EEG signals are normal in PNES cases, electroencephalography (EEG) recordings alone are not sufficient to identify the illness. Hence, accurate diagnosis and effective treatment depend on long-term video EEG data and a complete patient history. Video EEG setup, however, is more expensive than using standard EEG equipment. To distinguish PNES signals from conventional epileptic seizure (ES) signals, it is crucial to develop methods solely based on EEG recordings. The proposed study presents a technique utilizing short-term EEG data for the classification of inter-PNES, PNES, and ES segments using time-frequency methods such as the Continuous Wavelet transform (CWT), Short-Time Fourier transform (STFT), CWT-based synchrosqueezed transform (WSST), and STFT-based SST (FSST), which provide high-resolution time-frequency representations (TFRs). TFRs of EEG segments are utilized to generate 13 joint TF (J-TF)-based features, four gray-level co-occurrence matrix (GLCM)-based features, and 16 higher-order joint TF moment (HOJ-Mom)-based features. These features are then employed in the classification procedure. Both three-class (inter-PNES versus PNES versus ES: ACC: 80.9%, SEN: 81.8%, and PRE: 84.7%) and two-class (Inter-PNES versus PNES: ACC: 88.2%, SEN: 87.2%, and PRE: 86.1%; PNES versus ES: ACC: 98.5%, SEN: 99.3%, and PRE: 98.9%) classification algorithms performed well, according to the experimental results. The STFT and FSST strategies surpass the CWT and WSST strategies in terms of classification accuracy, sensitivity, and precision. Moreover, the J-TF-based feature sets often perform better than the other two.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2350045"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10119932","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Evaluation of Spiking Neural Nets-Based Image Classification Using the Runtime Simulator RAVSim. 基于脉冲神经网络的图像分类的运行时模拟器RAVSim评价。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-01 DOI: 10.1142/S0129065723500442
Sanaullah, Shamini Koravuna, Ulrich Rückert, Thorsten Jungeblut

Spiking Neural Networks (SNNs) help achieve brain-like efficiency and functionality by building neurons and synapses that mimic the human brain's transmission of electrical signals. However, optimal SNN implementation requires a precise balance of parametric values. To design such ubiquitous neural networks, a graphical tool for visualizing, analyzing, and explaining the internal behavior of spikes is crucial. Although some popular SNN simulators are available, these tools do not allow users to interact with the neural network during simulation. To this end, we have introduced the first runtime interactive simulator, called Runtime Analyzing and Visualization Simulator (RAVSim),a developed to analyze and dynamically visualize the behavior of SNNs, allowing end-users to interact, observe output concentration reactions, and make changes directly during the simulation. In this paper, we present RAVSim with the current implementation of runtime interaction using the LIF neural model with different connectivity schemes, an image classification model using SNNs, and a dataset creation feature. Our main objective is to primarily investigate binary classification using SNNs with RGB images. We created a feed-forward network using the LIF neural model for an image classification algorithm and evaluated it by using RAVSim. The algorithm classifies faces with and without masks, achieving an accuracy of 91.8% using 1000 neurons in a hidden layer, 0.0758 MSE, and an execution time of ∼10[Formula: see text]min on the CPU. The experimental results show that using RAVSim not only increases network design speed but also accelerates user learning capability.

脉冲神经网络(snn)通过构建神经元和突触来模拟人脑的电信号传输,从而帮助实现类似大脑的效率和功能。然而,最优SNN实现需要参数值的精确平衡。为了设计这种无处不在的神经网络,一个可视化、分析和解释尖峰内部行为的图形工具是至关重要的。尽管有一些流行的SNN模拟器可用,但这些工具不允许用户在模拟期间与神经网络进行交互。为此,我们推出了第一个运行时交互模拟器,称为运行时分析和可视化模拟器(RAVSim),用于分析和动态可视化snn的行为,允许最终用户交互,观察输出浓度反应,并在模拟过程中直接进行更改。在本文中,我们向RAVSim展示了使用具有不同连接方案的LIF神经模型、使用snn的图像分类模型和数据集创建功能的运行时交互的当前实现。我们的主要目标是主要研究使用RGB图像的snn进行二值分类。我们使用LIF神经模型创建了一个前馈网络,用于图像分类算法,并使用RAVSim对其进行了评估。该算法对有掩码和没有掩码的人脸进行分类,在一个隐藏层使用1000个神经元,MSE为0.0758,在CPU上的执行时间为~ 10 min,准确率达到91.8%。实验结果表明,使用RAVSim不仅可以提高网络设计速度,还可以提高用户的学习能力。
{"title":"Evaluation of Spiking Neural Nets-Based Image Classification Using the Runtime Simulator RAVSim.","authors":"Sanaullah,&nbsp;Shamini Koravuna,&nbsp;Ulrich Rückert,&nbsp;Thorsten Jungeblut","doi":"10.1142/S0129065723500442","DOIUrl":"https://doi.org/10.1142/S0129065723500442","url":null,"abstract":"<p><p>Spiking Neural Networks (SNNs) help achieve brain-like efficiency and functionality by building neurons and synapses that mimic the human brain's transmission of electrical signals. However, optimal SNN implementation requires a precise balance of parametric values. To design such ubiquitous neural networks, a graphical tool for visualizing, analyzing, and explaining the internal behavior of spikes is crucial. Although some popular SNN simulators are available, these tools do not allow users to interact with the neural network during simulation. To this end, we have introduced the first runtime interactive simulator, called Runtime Analyzing and Visualization Simulator (<i>RAVSim</i>),<sup>a</sup> developed to analyze and dynamically visualize the behavior of SNNs, allowing end-users to interact, observe output concentration reactions, and make changes directly during the simulation. In this paper, we present <i>RAVSim</i> with the current implementation of runtime interaction using the LIF neural model with different connectivity schemes, an image classification model using SNNs, and a dataset creation feature. Our main objective is to primarily investigate binary classification using SNNs with RGB images. We created a feed-forward network using the LIF neural model for an image classification algorithm and evaluated it by using <i>RAVSim</i>. The algorithm classifies faces with and without masks, achieving an accuracy of 91.8% using 1000 neurons in a hidden layer, 0.0758 MSE, and an execution time of ∼10[Formula: see text]min on the CPU. The experimental results show that using <i>RAVSim</i> not only increases network design speed but also accelerates user learning capability.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 9","pages":"2350044"},"PeriodicalIF":8.0,"publicationDate":"2023-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"10109353","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A Transformer-Embedded Multi-Task Model for Dose Distribution Prediction. 一种用于剂量分布预测的变压器嵌入式多任务模型。
IF 8 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-08-01 DOI: 10.1142/S0129065723500430
Lu Wen, Jianghong Xiao, Shuai Tan, Xi Wu, Jiliu Zhou, Xingchen Peng, Yan Wang

Radiation therapy is a fundamental cancer treatment in the clinic. However, to satisfy the clinical requirements, radiologists have to iteratively adjust the radiotherapy plan based on experience, causing it extremely subjective and time-consuming to obtain a clinically acceptable plan. To this end, we introduce a transformer-embedded multi-task dose prediction (TransMTDP) network to automatically predict the dose distribution in radiotherapy. Specifically, to achieve more stable and accurate dose predictions, three highly correlated tasks are included in our TransMTDP network, i.e. a main dose prediction task to provide each pixel with a fine-grained dose value, an auxiliary isodose lines prediction task to produce coarse-grained dose ranges, and an auxiliary gradient prediction task to learn subtle gradient information such as radiation patterns and edges in the dose maps. The three correlated tasks are integrated through a shared encoder, following the multi-task learning strategy. To strengthen the connection of the output layers for different tasks, we further use two additional constraints, i.e. isodose consistency loss and gradient consistency loss, to reinforce the match between the dose distribution features generated by the auxiliary tasks and the main task. Additionally, considering many organs in the human body are symmetrical and the dose maps present abundant global features, we embed the transformer into our framework to capture the long-range dependencies of the dose maps. Evaluated on an in-house rectum cancer dataset and a public head and neck cancer dataset, our method gains superior performance compared with the state-of-the-art ones. Code is available at https://github.com/luuuwen/TransMTDP.

放射治疗是临床上最基本的癌症治疗方法。然而,为了满足临床需要,放射科医生必须根据经验反复调整放疗计划,这使得获得临床可接受的放疗计划非常主观和耗时。为此,我们引入了一种嵌入变压器的多任务剂量预测(TransMTDP)网络来自动预测放射治疗中的剂量分布。具体而言,为了实现更加稳定和准确的剂量预测,我们的TransMTDP网络包含三个高度相关的任务,即主剂量预测任务,为每个像素提供细粒度剂量值;辅助等剂量线预测任务,产生粗粒度剂量范围;辅助梯度预测任务,学习剂量图中的辐射模式和边缘等细微梯度信息。遵循多任务学习策略,通过共享编码器将三个相关任务集成在一起。为了加强不同任务的输出层之间的联系,我们进一步使用了两个附加约束,即等剂量一致性损失和梯度一致性损失,以加强辅助任务生成的剂量分布特征与主任务之间的匹配。此外,考虑到人体许多器官是对称的,剂量图呈现丰富的全局特征,我们将变压器嵌入到我们的框架中,以捕获剂量图的长期依赖关系。通过内部直肠癌数据集和公共头颈癌数据集的评估,与最先进的方法相比,我们的方法获得了更好的性能。代码可从https://github.com/luuuwen/TransMTDP获得。
{"title":"A Transformer-Embedded Multi-Task Model for Dose Distribution Prediction.","authors":"Lu Wen,&nbsp;Jianghong Xiao,&nbsp;Shuai Tan,&nbsp;Xi Wu,&nbsp;Jiliu Zhou,&nbsp;Xingchen Peng,&nbsp;Yan Wang","doi":"10.1142/S0129065723500430","DOIUrl":"https://doi.org/10.1142/S0129065723500430","url":null,"abstract":"<p><p>Radiation therapy is a fundamental cancer treatment in the clinic. However, to satisfy the clinical requirements, radiologists have to iteratively adjust the radiotherapy plan based on experience, causing it extremely subjective and time-consuming to obtain a clinically acceptable plan. To this end, we introduce a transformer-embedded multi-task dose prediction (TransMTDP) network to automatically predict the dose distribution in radiotherapy. Specifically, to achieve more stable and accurate dose predictions, three highly correlated tasks are included in our TransMTDP network, i.e. a main dose prediction task to provide each pixel with a fine-grained dose value, an auxiliary isodose lines prediction task to produce coarse-grained dose ranges, and an auxiliary gradient prediction task to learn subtle gradient information such as radiation patterns and edges in the dose maps. The three correlated tasks are integrated through a shared encoder, following the multi-task learning strategy. To strengthen the connection of the output layers for different tasks, we further use two additional constraints, i.e. isodose consistency loss and gradient consistency loss, to reinforce the match between the dose distribution features generated by the auxiliary tasks and the main task. Additionally, considering many organs in the human body are symmetrical and the dose maps present abundant global features, we embed the transformer into our framework to capture the long-range dependencies of the dose maps. Evaluated on an in-house rectum cancer dataset and a public head and neck cancer dataset, our method gains superior performance compared with the state-of-the-art ones. Code is available at https://github.com/luuuwen/TransMTDP.</p>","PeriodicalId":50305,"journal":{"name":"International Journal of Neural Systems","volume":"33 8","pages":"2350043"},"PeriodicalIF":8.0,"publicationDate":"2023-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"9915076","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
International Journal of Neural Systems
全部 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