首页 > 最新文献

Optical Memory and Neural Networks最新文献

英文 中文
Resistor Array as a Commutator 作为换向器的电阻阵列
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060085
V. B. Kotov, Z. B. Sokhova

Being necessary components of large smart systems (including the brain), commutators can be realized on the basis of a resistor array with variable resistors. The paper considers some switching (commutating) capabilities of the resistor array. A switching graph is used to describe the work of the resistor array. This sort of graph provides a visual representation of generated high-conductivity current flow channels. A two-terminal scheme is used to generate the switching graph. In the scheme a voltage is supplies to a particular couple of poles (conductors), other poles being isolated from the power sources. Changing couples of poles makes it possible to generate a series of switching graphs. We demonstrate the possibility to create an interconnection between two or more blocks connected to the appropriate poles of the array. To do this, the resistor array must have a suitable signature (resistor directions), the applied voltage must match the signature. The series we generate are defined by not only control signals, but also the prehistory of the resistor array. Given preset resistor characteristics, the competition between graph edges plays an important role in that it contributes to the thinning of the switching graph we generate.

换向器是大型智能系统(包括大脑)的必要组成部分,可以在可变电阻阵列的基础上实现。本文考虑了电阻器阵列的一些开关(换流)能力。用开关图来描述电阻器阵列的工作。这种类型的图形提供了生成的高导电性电流通道的可视化表示。采用双端方案生成切换图。在该方案中,电压被提供给特定的一对极(导体),其他极与电源隔离。改变一对极点使得生成一系列切换图成为可能。我们演示了在连接到阵列的适当极点的两个或多个块之间创建互连的可能性。要做到这一点,电阻阵列必须有一个合适的签名(电阻方向),施加的电压必须匹配签名。我们生成的序列不仅由控制信号定义,而且由电阻阵列的历史定义。给定预设的电阻特性,图边之间的竞争在我们生成的开关图的细化中起着重要的作用。
{"title":"Resistor Array as a Commutator","authors":"V. B. Kotov,&nbsp;Z. B. Sokhova","doi":"10.3103/S1060992X23060085","DOIUrl":"10.3103/S1060992X23060085","url":null,"abstract":"<p>Being necessary components of large smart systems (including the brain), commutators can be realized on the basis of a resistor array with variable resistors. The paper considers some switching (commutating) capabilities of the resistor array. A switching graph is used to describe the work of the resistor array. This sort of graph provides a visual representation of generated high-conductivity current flow channels. A two-terminal scheme is used to generate the switching graph. In the scheme a voltage is supplies to a particular couple of poles (conductors), other poles being isolated from the power sources. Changing couples of poles makes it possible to generate a series of switching graphs. We demonstrate the possibility to create an interconnection between two or more blocks connected to the appropriate poles of the array. To do this, the resistor array must have a suitable signature (resistor directions), the applied voltage must match the signature. The series we generate are defined by not only control signals, but also the prehistory of the resistor array. Given preset resistor characteristics, the competition between graph edges plays an important role in that it contributes to the thinning of the switching graph we generate.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S226 - S236"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449141","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Low Rank Adaptation for Stable Domain Adaptation of Vision Transformers 视觉变压器稳定域自适应的低秩自适应
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X2306005X
N. Filatov, M. Kindulov

Unsupervised domain adaptation plays a crucial role in semantic segmentation tasks due to the high cost of annotating data. Existing approaches often rely on large transformer models and momentum networks to stabilize and improve the self-training process. In this study, we investigate the applicability of low-rank adaptation (LoRA) to domain adaptation in computer vision. Our focus is on the unsupervised domain adaptation task of semantic segmentation, which requires adapting models from a synthetic dataset (GTA5) to a real-world dataset (City-scapes). We employ the Swin Transformer as the feature extractor and TransDA domain adaptation framework. Through experiments, we demonstrate that LoRA effectively stabilizes the self-training process, achieving similar training dynamics to the exponentially moving average (EMA) mechanism. Moreover, LoRA provides comparable metrics to EMA under the same limited computation budget. In GTA5 → Cityscapes experiments, the adaptation pipeline with LoRA achieves a mIoU of 0.515, slightly surpassing the EMA baseline’s mIoU of 0.513, while also offering an 11% speedup in training time and video memory saving. These re-sults highlight LoRA as a promising approach for domain adaptation in computer vision, offering a viable alternative to momentum networks which also saves computational resources.

由于标注数据的高成本,无监督域自适应在语义分割任务中起着至关重要的作用。现有的方法通常依赖于大型变压器模型和动量网络来稳定和改进自训练过程。在本研究中,我们探讨了低秩自适应(LoRA)在计算机视觉领域自适应中的适用性。我们的重点是语义分割的无监督域自适应任务,这需要将模型从合成数据集(GTA5)调整到现实数据集(城市景观)。我们采用Swin Transformer作为特征提取器和TransDA域自适应框架。通过实验,我们证明了LoRA有效地稳定了自训练过程,实现了与指数移动平均(EMA)机制相似的训练动态。此外,LoRA在相同的有限计算预算下提供了与EMA相当的指标。在GTA5→cityscape实验中,使用LoRA的自适应流水线达到了0.515的mIoU,略高于EMA基线的0.513的mIoU,同时在训练时间和节省视频内存方面也提供了11%的加速。这些结果突出了LoRA作为计算机视觉领域适应的一种有前途的方法,为动量网络提供了一种可行的替代方案,同时也节省了计算资源。
{"title":"Low Rank Adaptation for Stable Domain Adaptation of Vision Transformers","authors":"N. Filatov,&nbsp;M. Kindulov","doi":"10.3103/S1060992X2306005X","DOIUrl":"10.3103/S1060992X2306005X","url":null,"abstract":"<p>Unsupervised domain adaptation plays a crucial role in semantic segmentation tasks due to the high cost of annotating data. Existing approaches often rely on large transformer models and momentum networks to stabilize and improve the self-training process. In this study, we investigate the applicability of low-rank adaptation (LoRA) to domain adaptation in computer vision. Our focus is on the unsupervised domain adaptation task of semantic segmentation, which requires adapting models from a synthetic dataset (GTA5) to a real-world dataset (City-scapes). We employ the Swin Transformer as the feature extractor and TransDA domain adaptation framework. Through experiments, we demonstrate that LoRA effectively stabilizes the self-training process, achieving similar training dynamics to the exponentially moving average (EMA) mechanism. Moreover, LoRA provides comparable metrics to EMA under the same limited computation budget. In GTA5 → Cityscapes experiments, the adaptation pipeline with LoRA achieves a mIoU of 0.515, slightly surpassing the EMA baseline’s mIoU of 0.513, while also offering an 11% speedup in training time and video memory saving. These re-sults highlight LoRA as a promising approach for domain adaptation in computer vision, offering a viable alternative to momentum networks which also saves computational resources.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S277 - S283"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449104","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Influence of Neural Network Receptive Field on Monocular Depth and Ego-Motion Estimation 神经网络感受野对单眼深度和自我运动估计的影响
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060103
S. A. Linok, D. A. Yudin

We present an analysis of a self-supervised learning approach for monocular depth and ego-motion estimation. This is an important problem for computer vision systems of robots, autonomous vehicles and other intelligent agents, equipped only with monocular camera sensor. We have explored a number of neural network architectures that perform single-frame depth and multi-frame camera pose predictions to minimize photometric error between consecutive frames on a sequence of camera images. Unlike other existing works, our proposed approach called ERF-SfMLearner examines the influence of the deep neural network receptive field on the performance of depth and ego-motion estimation. To do this, we study the modification of network layers with two convolution operators with extended receptive field: dilated and deformable convolutions. We demonstrate on the KITTI dataset that increasing the receptive field leads to better metrics and lower errors both in terms of depth and ego-motion estimation. Code is publicly available at github.com/linukc/ERF-SfMLearner.

我们提出了一种用于单目深度和自我运动估计的自监督学习方法的分析。对于只有单目摄像头传感器的机器人、自动驾驶汽车和其他智能代理的计算机视觉系统来说,这是一个重要的问题。我们已经探索了许多神经网络架构,它们执行单帧深度和多帧相机姿势预测,以最大限度地减少相机图像序列上连续帧之间的光度误差。与其他现有的工作不同,我们提出的方法称为ERF-SfMLearner,研究了深度神经网络接受野对深度和自我运动估计性能的影响。为了做到这一点,我们研究了两个具有扩展接受域的卷积算子的网络层修正:扩展卷积和变形卷积。我们在KITTI数据集上证明,增加接受野可以在深度和自我运动估计方面带来更好的度量和更低的误差。代码可在github.com/linukc/ERF-SfMLearner上公开获取。
{"title":"Influence of Neural Network Receptive Field on Monocular Depth and Ego-Motion Estimation","authors":"S. A. Linok,&nbsp;D. A. Yudin","doi":"10.3103/S1060992X23060103","DOIUrl":"10.3103/S1060992X23060103","url":null,"abstract":"<p>We present an analysis of a self-supervised learning approach for monocular depth and ego-motion estimation. This is an important problem for computer vision systems of robots, autonomous vehicles and other intelligent agents, equipped only with monocular camera sensor. We have explored a number of neural network architectures that perform single-frame depth and multi-frame camera pose predictions to minimize photometric error between consecutive frames on a sequence of camera images. Unlike other existing works, our proposed approach called ERF-SfMLearner examines the influence of the deep neural network receptive field on the performance of depth and ego-motion estimation. To do this, we study the modification of network layers with two convolution operators with extended receptive field: dilated and deformable convolutions. We demonstrate on the KITTI dataset that increasing the receptive field leads to better metrics and lower errors both in terms of depth and ego-motion estimation. Code is publicly available at github.com/linukc/ERF-SfMLearner.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S206 - S213"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.3103/S1060992X23060103.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449105","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Application of Convolutional Neural Networks for Creation of Photoluminescent Carbon Nanosensor for Heavy Metals Detection 卷积神经网络在重金属检测光致发光碳纳米传感器中的应用
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060036
G. N. Chugreeva, O. E. Sarmanova, K. A. Laptinskiy, S. A. Burikov, T. A. Dolenko

The paper presents results of the use of convolutional neural networks for the development of a multimodal photoluminescent nanosensor based on carbon dots (CD) for simultaneous measurement of the number of parameters of multicomponent liquid media. It is shown that using 2D convolutional neural networks allows to determine the concentrations of heavy metal cations Cu2+, Ni2+, Cr3+, ({text{NO}}_{3}^{ - }) anions and pH value of aqueous solutions with a mean absolute error of 0.29, 0.96, 0.22, 1.82 and 0.05 mM, respectively. The resulting errors satisfy the needs of monitoring the composition of technological and industrial waters.

本文介绍了利用卷积神经网络开发基于碳点(CD)的多模态光致发光纳米传感器的结果,该传感器可同时测量多组分液体介质的参数数量。结果表明,利用二维卷积神经网络可以测定水溶液中重金属阳离子Cu2+、Ni2+、Cr3+、阴离子({text{NO}}_{3}^{ - })的浓度和pH值,平均绝对误差分别为0.29、0.96、0.22、1.82和0.05 mM。所得到的误差满足了工艺水和工业水成分监测的需要。
{"title":"Application of Convolutional Neural Networks for Creation of Photoluminescent Carbon Nanosensor for Heavy Metals Detection","authors":"G. N. Chugreeva,&nbsp;O. E. Sarmanova,&nbsp;K. A. Laptinskiy,&nbsp;S. A. Burikov,&nbsp;T. A. Dolenko","doi":"10.3103/S1060992X23060036","DOIUrl":"10.3103/S1060992X23060036","url":null,"abstract":"<p>The paper presents results of the use of convolutional neural networks for the development of a multimodal photoluminescent nanosensor based on carbon dots (CD) for simultaneous measurement of the number of parameters of multicomponent liquid media. It is shown that using 2D convolutional neural networks allows to determine the concentrations of heavy metal cations Cu<sup>2+</sup>, Ni<sup>2+</sup>, Cr<sup>3+</sup>, <span>({text{NO}}_{3}^{ - })</span> anions and pH value of aqueous solutions with a mean absolute error of 0.29, 0.96, 0.22, 1.82 and 0.05 mM, respectively. The resulting errors satisfy the needs of monitoring the composition of technological and industrial waters.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S244 - S251"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449108","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Individual Tree Segmentation Quality Evaluation Using Deep Learning Models LiDAR Based 基于激光雷达的深度学习模型的单树分割质量评价
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060061
I. A. Grishin, T. Y. Krutov, A. I. Kanev, V. I. Terekhov

The study of the forest structure makes it possible to solve many important problems of forest inventory. LiDAR scanning is one of the most widely used methods for obtaining information about a forest area today. To calculate the structural parameters of plantations, a reliable segmentation of the initial data is required, the quality of segmentation can be difficult to assess in conditions of large volumes of forest areas. For this purpose, in this work, a system of correctness and quality of segmentation was developed using deep learning models. Segmentation was carried out on a forest area with a high planting density, using a phased segmentation of layers using the DBSCAN method with preliminary detection of planting coordinates and partitioning the plot using a Voronoi diagram. The correctness model was trained and tested on the extracted data of individual trees on the PointNet ++ and CurveNet neural networks, and good model accuracies were obtained in 89 and 88%, respectively, and are proposed to use the quality assessment of clustering methods, as well as improve the quality of LiDAR data segmentation on separate point clouds of forest plantations by detecting frequently occurring segmentation defects.

森林结构的研究为解决森林资源清查的许多重要问题提供了可能。激光雷达扫描是当今获取森林区域信息最广泛使用的方法之一。为了计算人工林的结构参数,需要对初始数据进行可靠的分割,在森林面积大的情况下,分割的质量很难评估。为此,本文利用深度学习模型开发了一个切分的正确性和质量系统。对种植密度较高的林区进行分割,采用DBSCAN方法进行分层分割,初步检测种植坐标,并用Voronoi图进行地块划分。在PointNet ++和CurveNet神经网络上对提取的单株树数据进行了正确模型的训练和测试,分别获得了89%和88%的良好模型准确率,并提出了利用聚类方法的质量评估,通过检测频繁出现的分割缺陷来提高激光雷达数据在人工林分离点云上的分割质量。
{"title":"Individual Tree Segmentation Quality Evaluation Using Deep Learning Models LiDAR Based","authors":"I. A. Grishin,&nbsp;T. Y. Krutov,&nbsp;A. I. Kanev,&nbsp;V. I. Terekhov","doi":"10.3103/S1060992X23060061","DOIUrl":"10.3103/S1060992X23060061","url":null,"abstract":"<p>The study of the forest structure makes it possible to solve many important problems of forest inventory. LiDAR scanning is one of the most widely used methods for obtaining information about a forest area today. To calculate the structural parameters of plantations, a reliable segmentation of the initial data is required, the quality of segmentation can be difficult to assess in conditions of large volumes of forest areas. For this purpose, in this work, a system of correctness and quality of segmentation was developed using deep learning models. Segmentation was carried out on a forest area with a high planting density, using a phased segmentation of layers using the DBSCAN method with preliminary detection of planting coordinates and partitioning the plot using a Voronoi diagram. The correctness model was trained and tested on the extracted data of individual trees on the PointNet ++ and CurveNet neural networks, and good model accuracies were obtained in 89 and 88%, respectively, and are proposed to use the quality assessment of clustering methods, as well as improve the quality of LiDAR data segmentation on separate point clouds of forest plantations by detecting frequently occurring segmentation defects.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S270 - S276"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449139","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Motion Control of Supersonic Passenger Aircraft Using Machine Learning Methods 基于机器学习方法的超音速客机运动控制
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060127
A. Yu. Tiumentsev, Yu. V. Tiumentsev

Motion control of modern and advanced aircraft has to be provided under conditions of incomplete and inaccurate knowledge of their parameters and characteristics, possible flight regimes, and environmental influences. In addition, a variety of abnormal situations may arise during flight, in particular, equipment failures and structural damage. The control system must be able to adapt to these changes by adjusting the control laws in use. The tools of the adaptive control allows us to meet this requirement. One of the effective approaches to the implementation of adaptivity concepts is the approach based on methods and tools of neural network modeling and control. In this case, a fairly common option in solving such problems is the use of recurrent neural networks, in particular, networks of NARX and NARMAX type. However, in a number of cases, in particular for control objects with complicated dynamic properties, this approach is ineffective. As a possible alternative, it is proposed to consider deep neural networks used both for modeling of dynamical systems and for their control. The capabilities of this approach are demonstrated on the example of a real applied problem, in which the control law of longitudinal angular motion of a supersonic passenger airplane is synthesized. The results obtained allow us to evaluate the effectiveness of the proposed approach, including the case of failure situations.

现代和先进飞机的运动控制必须在对其参数和特性,可能的飞行状态和环境影响的不完整和不准确的知识的条件下提供。此外,在飞行过程中还可能出现各种异常情况,特别是设备故障和结构损坏。控制系统必须能够通过调整使用中的控制律来适应这些变化。自适应控制的工具使我们能够满足这一要求。基于神经网络建模和控制的方法和工具是实现自适应概念的有效途径之一。在这种情况下,解决此类问题的一个相当常见的选择是使用循环神经网络,特别是NARX和NARMAX类型的网络。然而,在许多情况下,特别是对于具有复杂动态属性的控制对象,这种方法是无效的。作为一种可能的替代方案,建议考虑将深度神经网络用于动态系统的建模和控制。以超声速客机纵向角运动的控制规律为例,验证了该方法的有效性。获得的结果使我们能够评估所提出方法的有效性,包括失效情况的情况。
{"title":"Motion Control of Supersonic Passenger Aircraft Using Machine Learning Methods","authors":"A. Yu. Tiumentsev,&nbsp;Yu. V. Tiumentsev","doi":"10.3103/S1060992X23060127","DOIUrl":"10.3103/S1060992X23060127","url":null,"abstract":"<p>Motion control of modern and advanced aircraft has to be provided under conditions of incomplete and inaccurate knowledge of their parameters and characteristics, possible flight regimes, and environmental influences. In addition, a variety of abnormal situations may arise during flight, in particular, equipment failures and structural damage. The control system must be able to adapt to these changes by adjusting the control laws in use. The tools of the adaptive control allows us to meet this requirement. One of the effective approaches to the implementation of adaptivity concepts is the approach based on methods and tools of neural network modeling and control. In this case, a fairly common option in solving such problems is the use of recurrent neural networks, in particular, networks of NARX and NARMAX type. However, in a number of cases, in particular for control objects with complicated dynamic properties, this approach is ineffective. As a possible alternative, it is proposed to consider deep neural networks used both for modeling of dynamical systems and for their control. The capabilities of this approach are demonstrated on the example of a real applied problem, in which the control law of longitudinal angular motion of a supersonic passenger airplane is synthesized. The results obtained allow us to evaluate the effectiveness of the proposed approach, including the case of failure situations.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S195 - S205"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449106","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Strategy of Incremental Learning on a Compartmental Spiking Neuron Model 隔室尖峰神经元模型的增量学习策略
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060073
A. M. Korsakov, T. T. Isakov, A. V. Bakhshiev

The article presents a method for implementing incremental learning on a compartmental spiking neuron model. The training of one neuron with the possibility of forming new classes was chosen as an incremental learning scenario. During the training, only a new sample was used, without knowledge of the entire previous training samples. The results of experiments on the Iris dataset are presented, demonstrating the applicability of the chosen strategy for incremental learning on a compartmental spiking neuron model.

本文提出了一种在间隔尖峰神经元模型上实现增量学习的方法。选择具有形成新类可能性的单个神经元的训练作为增量学习场景。在训练过程中,只使用一个新样本,而不知道之前的全部训练样本。本文给出了Iris数据集的实验结果,证明了所选策略在区隔尖峰神经元模型上的增量学习的适用性。
{"title":"Strategy of Incremental Learning on a Compartmental Spiking Neuron Model","authors":"A. M. Korsakov,&nbsp;T. T. Isakov,&nbsp;A. V. Bakhshiev","doi":"10.3103/S1060992X23060073","DOIUrl":"10.3103/S1060992X23060073","url":null,"abstract":"<p>The article presents a method for implementing incremental learning on a compartmental spiking neuron model. The training of one neuron with the possibility of forming new classes was chosen as an incremental learning scenario. During the training, only a new sample was used, without knowledge of the entire previous training samples. The results of experiments on the Iris dataset are presented, demonstrating the applicability of the chosen strategy for incremental learning on a compartmental spiking neuron model.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S237 - S243"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449133","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimal Control Selection for Stabilizing the Inverted Pendulum Problem Using Neural Network Method 用神经网络方法稳定倒立摆问题的最优控制选择
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060115
D. A. Tarkhov, D. A. Lavygin, O. A. Skripkin, M. D. Zakirova, T. V. Lazovskaya

The task of managing unstable systems is a critically important management problem, as an unstable object can pose significant danger to humans and the environment when it fails. In this paper, a neural network was trained to determine the optimal control for an unstable system, based on a comparative analysis of two control methods: the implicit Euler method and the linearization method. This neural network identifies the optimal control based on the position of a point on the phase plane.

管理不稳定系统的任务是一个非常重要的管理问题,因为不稳定的对象在发生故障时可能对人类和环境造成重大危险。本文在比较分析隐式欧拉法和线性化法两种控制方法的基础上,训练神经网络来确定不稳定系统的最优控制。该神经网络基于点在相位平面上的位置来识别最优控制。
{"title":"Optimal Control Selection for Stabilizing the Inverted Pendulum Problem Using Neural Network Method","authors":"D. A. Tarkhov,&nbsp;D. A. Lavygin,&nbsp;O. A. Skripkin,&nbsp;M. D. Zakirova,&nbsp;T. V. Lazovskaya","doi":"10.3103/S1060992X23060115","DOIUrl":"10.3103/S1060992X23060115","url":null,"abstract":"<p>The task of managing unstable systems is a critically important management problem, as an unstable object can pose significant danger to humans and the environment when it fails. In this paper, a neural network was trained to determine the optimal control for an unstable system, based on a comparative analysis of two control methods: the implicit Euler method and the linearization method. This neural network identifies the optimal control based on the position of a point on the phase plane.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S214 - S225"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449138","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Implementation Challenges and Strategies for Hebbian Learning in Convolutional Neural Networks 卷积神经网络中Hebbian学习的实现挑战与策略
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060048
A. V. Demidovskij, M. S. Kazyulina, I. G. Salnikov, A. M. Tugaryov, A. I. Trutnev, S. V. Pavlov

Given the unprecedented growth of deep learning applications, training acceleration is becoming a subject of strong academic interest. Hebbian learning as a training strategy alternative to backpropagation presents a promising optimization approach due to its locality, lower computational complexity and parallelization potential. Nevertheless, due to the challenging optimization of Hebbian learning, there is no widely accepted approach to the implementation of such mixed strategies. The current paper overviews the 4 main strategies for updating weights using the Hebbian rule, including its widely used modifications—Oja’s and Instar rules. Additionally, the paper analyses 21 industrial implementations of Hebbian learning, discusses merits and shortcomings of Hebbian rules, as well as presents the results of computational experiments on 4 convolutional networks. Experiments show that the most efficient implementation strategy of Hebbian learning allows for (1.66 times ) acceleration and (3.76 times ) memory consumption when updating DenseNet121 weights compared to backpropagation. Finally, a comparative analysis of the implementation strategies is carried out and grounded recommendations for Hebbian learning application are formulated.

鉴于深度学习应用的空前增长,训练加速正在成为一个强烈的学术兴趣的主题。Hebbian学习作为一种替代反向传播的训练策略,由于其局域性、较低的计算复杂度和并行化潜力,呈现出一种很有前途的优化方法。然而,由于Hebbian学习的优化具有挑战性,目前还没有广泛接受的方法来实施这种混合策略。本文概述了使用Hebbian规则更新权重的4种主要策略,包括其广泛使用的修改- oja规则和Instar规则。此外,本文还分析了21种Hebbian学习的工业实现,讨论了Hebbian规则的优缺点,并给出了4种卷积网络的计算实验结果。实验表明,与反向传播相比,Hebbian学习最有效的实现策略允许在更新DenseNet121权重时(1.66 times )加速和(3.76 times )内存消耗。最后,对实施策略进行了比较分析,并提出了有根据的Hebbian学习应用建议。
{"title":"Implementation Challenges and Strategies for Hebbian Learning in Convolutional Neural Networks","authors":"A. V. Demidovskij,&nbsp;M. S. Kazyulina,&nbsp;I. G. Salnikov,&nbsp;A. M. Tugaryov,&nbsp;A. I. Trutnev,&nbsp;S. V. Pavlov","doi":"10.3103/S1060992X23060048","DOIUrl":"10.3103/S1060992X23060048","url":null,"abstract":"<p>Given the unprecedented growth of deep learning applications, training acceleration is becoming a subject of strong academic interest. Hebbian learning as a training strategy alternative to backpropagation presents a promising optimization approach due to its locality, lower computational complexity and parallelization potential. Nevertheless, due to the challenging optimization of Hebbian learning, there is no widely accepted approach to the implementation of such mixed strategies. The current paper overviews the 4 main strategies for updating weights using the Hebbian rule, including its widely used modifications—Oja’s and Instar rules. Additionally, the paper analyses 21 industrial implementations of Hebbian learning, discusses merits and shortcomings of Hebbian rules, as well as presents the results of computational experiments on 4 convolutional networks. Experiments show that the most efficient implementation strategy of Hebbian learning allows for <span>(1.66 times )</span> acceleration and <span>(3.76 times )</span> memory consumption when updating DenseNet121 weights compared to backpropagation. Finally, a comparative analysis of the implementation strategies is carried out and grounded recommendations for Hebbian learning application are formulated.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S252 - S264"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449109","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Attractor Properties of Spatiotemporal Memory in Effective Sequence Processing Task 有效序列处理任务中时空记忆的吸引子性质
IF 0.9 Q4 OPTICS Pub Date : 2023-11-28 DOI: 10.3103/S1060992X23060097
P. Kuderov, E. Dzhivelikian, A. I. Panov

For autonomous AI systems, it is important to process spatiotemporal information to encode and memorize it and extract and reuse abstractions effectively. What is natural for natural intelligence is still a challenge for AI systems. In this paper, we propose a biologically plausible model of spatiotemporal memory with an attractor module and study its ability to encode sequences and efficiently extract and reuse repetitive patterns. The results of experiments on synthetic and textual data and data from DVS cameras demonstrate a qualitative improvement in the properties of the model when using the attractor module.

对于自主人工智能系统来说,对时空信息进行有效的编码和记忆、提取和重用是非常重要的。对于自然智能来说,什么是自然的,对人工智能系统来说仍然是一个挑战。本文提出了一个具有吸引子模块的时空记忆生物学模型,并研究了其编码序列和有效提取和重用重复模式的能力。在合成数据、文本数据和分布式摄像机数据上的实验结果表明,使用吸引子模块后,模型的性能得到了质的改善。
{"title":"Attractor Properties of Spatiotemporal Memory in Effective Sequence Processing Task","authors":"P. Kuderov,&nbsp;E. Dzhivelikian,&nbsp;A. I. Panov","doi":"10.3103/S1060992X23060097","DOIUrl":"10.3103/S1060992X23060097","url":null,"abstract":"<p>For autonomous AI systems, it is important to process spatiotemporal information to encode and memorize it and extract and reuse abstractions effectively. What is natural for natural intelligence is still a challenge for AI systems. In this paper, we propose a biologically plausible model of spatiotemporal memory with an attractor module and study its ability to encode sequences and efficiently extract and reuse repetitive patterns. The results of experiments on synthetic and textual data and data from DVS cameras demonstrate a qualitative improvement in the properties of the model when using the attractor module.</p>","PeriodicalId":721,"journal":{"name":"Optical Memory and Neural Networks","volume":"32 2","pages":"S284 - S292"},"PeriodicalIF":0.9,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.3103/S1060992X23060097.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138449137","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Optical Memory and Neural Networks
全部 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