首页 > 最新文献

2015 International Joint Conference on Neural Networks (IJCNN)最新文献

英文 中文
Factor graphs for pixelwise illuminant estimation 用于像素级光源估计的因子图
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280811
Lawrence Mutimbu, A. Robles-Kelly
This paper presents a method to recover the pixel-wise illuminant colour for scenes lit by multiple lights. Here, we start from the image formation process and pose the illuminant recovery task in hand into an evidence combining setting. To do this, we construct a factor graph making use of the scale space of the input image and a set of illuminant prototypes. The computation of these prototypes is data driven and, hence, our method is devoid of libraries or user input. The use of a factor graph allows for the illuminant estimates at different scales to be recovered making use of a maximum a posteriori (MAP) inference process. Moreover, we render the computation of the probability marginals used here as exact by constructing our factor graph making use of a Delaunay triangulation. We illustrate the utility of our method for pixelwise illuminant colour recovery on two widely available datasets and compare against a number of alternatives. We also show sample colour correction results on real-world images.
本文提出了一种多光源照明场景的逐像素光源颜色恢复方法。在这里,我们从图像的形成过程出发,将手头的光源恢复任务置于证据组合设置中。为此,我们利用输入图像的尺度空间和一组光源原型构建了一个因子图。这些原型的计算是数据驱动的,因此,我们的方法不需要库或用户输入。因子图的使用允许利用最大后验(MAP)推理过程恢复不同尺度上的光源估计。此外,我们通过使用Delaunay三角剖分构造因子图来精确地计算这里使用的概率边际。我们说明了我们的方法在两个广泛可用的数据集上的像素照明颜色恢复的效用,并与许多替代方案进行了比较。我们还展示了真实世界图像的样本色彩校正结果。
{"title":"Factor graphs for pixelwise illuminant estimation","authors":"Lawrence Mutimbu, A. Robles-Kelly","doi":"10.1109/IJCNN.2015.7280811","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280811","url":null,"abstract":"This paper presents a method to recover the pixel-wise illuminant colour for scenes lit by multiple lights. Here, we start from the image formation process and pose the illuminant recovery task in hand into an evidence combining setting. To do this, we construct a factor graph making use of the scale space of the input image and a set of illuminant prototypes. The computation of these prototypes is data driven and, hence, our method is devoid of libraries or user input. The use of a factor graph allows for the illuminant estimates at different scales to be recovered making use of a maximum a posteriori (MAP) inference process. Moreover, we render the computation of the probability marginals used here as exact by constructing our factor graph making use of a Delaunay triangulation. We illustrate the utility of our method for pixelwise illuminant colour recovery on two widely available datasets and compare against a number of alternatives. We also show sample colour correction results on real-world images.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"27 6 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83508658","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}
引用次数: 2
Online sequential classification of imbalanced data by combining extreme learning machine and improved SMOTE algorithm 结合极限学习机和改进SMOTE算法的不平衡数据在线顺序分类
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280620
Wentao Mao, Jinwan Wang, Liyun Wang
Presently, the data imbalance problems become more pronounced in the applications of machine learning and pattern recognition. However, many traditional machine learning methods suffer from the imbalanced data which are also collected in online sequential manner. To get fast and efficient classification for this special problem, a new online sequential extreme learning machine method with sequential SMOTE strategy is proposed. The key idea of this method is to reduce the randomness while generating virtual minority samples by means of the distribution characteristic of online sequential data. Utilizing online-sequential extreme learning machine as baseline algorithm, this method contains two stages. In offline stage, principal curve is introduced to model the each class's distribution based on which some virtual samples are generated by synthetic minority over-sampling technique(SMOTE). In online stage, each class's membership is determined according to the projection distance of sample to principal curve. With the help of these memberships, the redundant majority samples as well as unreasonable virtual minority samples are all excluded to lighten the imbalance level in online stage. The proposed method is evaluated on four UCI datasets and the real-world air pollutant forecasting dataset. The experimental results show that, the proposed method outperforms the classical ELM, OS-ELM and SMOTE-based OS-ELM in terms of generalization performance and numerical stability.
目前,在机器学习和模式识别的应用中,数据不平衡问题日益突出。然而,许多传统的机器学习方法存在数据不平衡的问题,这些数据也是在线顺序收集的。为了对这一特殊问题进行快速有效的分类,提出了一种基于顺序SMOTE策略的在线顺序极限学习机方法。该方法的核心思想是利用在线序列数据的分布特性,在生成虚拟少数样本的同时降低随机性。该方法采用在线顺序极值学习机作为基准算法,分为两个阶段。在离线阶段,引入主曲线对各个类别的分布进行建模,并在此基础上利用合成少数派过采样技术生成虚拟样本。在在线阶段,根据样本到主曲线的投影距离确定每个类的隶属度。借助这些隶属度,排除了冗余的多数样本和不合理的虚拟少数样本,减轻了在线阶段的不平衡程度。在四个UCI数据集和实际空气污染物预测数据集上对该方法进行了评估。实验结果表明,该方法在泛化性能和数值稳定性方面均优于经典ELM、OS-ELM和基于smote的OS-ELM。
{"title":"Online sequential classification of imbalanced data by combining extreme learning machine and improved SMOTE algorithm","authors":"Wentao Mao, Jinwan Wang, Liyun Wang","doi":"10.1109/IJCNN.2015.7280620","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280620","url":null,"abstract":"Presently, the data imbalance problems become more pronounced in the applications of machine learning and pattern recognition. However, many traditional machine learning methods suffer from the imbalanced data which are also collected in online sequential manner. To get fast and efficient classification for this special problem, a new online sequential extreme learning machine method with sequential SMOTE strategy is proposed. The key idea of this method is to reduce the randomness while generating virtual minority samples by means of the distribution characteristic of online sequential data. Utilizing online-sequential extreme learning machine as baseline algorithm, this method contains two stages. In offline stage, principal curve is introduced to model the each class's distribution based on which some virtual samples are generated by synthetic minority over-sampling technique(SMOTE). In online stage, each class's membership is determined according to the projection distance of sample to principal curve. With the help of these memberships, the redundant majority samples as well as unreasonable virtual minority samples are all excluded to lighten the imbalance level in online stage. The proposed method is evaluated on four UCI datasets and the real-world air pollutant forecasting dataset. The experimental results show that, the proposed method outperforms the classical ELM, OS-ELM and SMOTE-based OS-ELM in terms of generalization performance and numerical stability.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"18 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84646720","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}
引用次数: 14
Clustering analysis of the electrical load in european countries 欧洲国家电力负荷的聚类分析
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280329
A. K. Tanwar, E. Crisostomi, P. Ferraro, Marco Raugi, M. Tucci, G. Giunta
In this paper we used clustering algorithms to compare the typical load profiles of different European countries in different day of the weeks. We find out that better results are obtained if the clustering is not performed directly on the data, but on some features extracted from the data. Clustering results can be exploited by energy providers to tailor more attractive time-varying tariffs for their customers. In particular, despite the relevant differences among the several compared countries, we obtained the interesting result of identifying a single feature that is able to distinguish weekdays from holidays and pre-holidays in all the examined countries.
在本文中,我们使用聚类算法来比较不同欧洲国家在一周中不同日子的典型负荷概况。我们发现,如果不直接对数据进行聚类,而是对从数据中提取的一些特征进行聚类,可以获得更好的聚类结果。能源供应商可以利用聚类结果为其客户量身定制更具吸引力的时变电价。特别是,尽管几个比较国家之间存在相关差异,但我们获得了一个有趣的结果,即在所有被调查的国家中,识别出一个能够区分工作日、节假日和节假日前的单一特征。
{"title":"Clustering analysis of the electrical load in european countries","authors":"A. K. Tanwar, E. Crisostomi, P. Ferraro, Marco Raugi, M. Tucci, G. Giunta","doi":"10.1109/IJCNN.2015.7280329","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280329","url":null,"abstract":"In this paper we used clustering algorithms to compare the typical load profiles of different European countries in different day of the weeks. We find out that better results are obtained if the clustering is not performed directly on the data, but on some features extracted from the data. Clustering results can be exploited by energy providers to tailor more attractive time-varying tariffs for their customers. In particular, despite the relevant differences among the several compared countries, we obtained the interesting result of identifying a single feature that is able to distinguish weekdays from holidays and pre-holidays in all the examined countries.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"34 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88507658","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}
引用次数: 13
Self-Organizing Activity Description Map to represent and classify human behaviour 用于表示和分类人类行为的自组织活动描述图
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280784
J. A. López, M. Saval-Calvo, Andrés Fuster Guilló, J. G. Rodríguez, Sergio Orts
The automated understanding of people activities from video sequences is an open research topic in which the computer vision and pattern recognition areas have made big efforts in recent years. This paper proposes the Self Organizing Activity Description Map (SOADM). It is a novel neural network based on the self-organizing paradigm to classify high level of semantic understanding from video sequences. The neural network is able to deal with the big gap between human trajectories in a scene and the global behaviour associated to them. Specifically, using simple representations of people trajectories as input, the SOADM is able to both represent and classify human behaviours. Additionally, the map is able to preserve the topological information about the scene. Experiments have been carried out using the Shopping Centre dataset of the CAVIAR database taken into account the global behaviour of an individual. Results confirm the high accuracy of the proposal outperforming previous methods.
从视频序列中自动理解人的活动是计算机视觉和模式识别领域近年来取得重大进展的一个开放性研究课题。本文提出了自组织活动描述图(SOADM)。它是一种基于自组织范式的新型神经网络,用于对视频序列进行高层次的语义理解分类。神经网络能够处理场景中人类轨迹和与之相关的全局行为之间的巨大差距。具体地说,使用人们轨迹的简单表示作为输入,SOADM能够表示和分类人类行为。此外,该地图能够保留有关场景的拓扑信息。实验使用了CAVIAR数据库的购物中心数据集,并考虑了个人的全局行为。结果表明,该方法具有较高的准确率,优于以往的方法。
{"title":"Self-Organizing Activity Description Map to represent and classify human behaviour","authors":"J. A. López, M. Saval-Calvo, Andrés Fuster Guilló, J. G. Rodríguez, Sergio Orts","doi":"10.1109/IJCNN.2015.7280784","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280784","url":null,"abstract":"The automated understanding of people activities from video sequences is an open research topic in which the computer vision and pattern recognition areas have made big efforts in recent years. This paper proposes the Self Organizing Activity Description Map (SOADM). It is a novel neural network based on the self-organizing paradigm to classify high level of semantic understanding from video sequences. The neural network is able to deal with the big gap between human trajectories in a scene and the global behaviour associated to them. Specifically, using simple representations of people trajectories as input, the SOADM is able to both represent and classify human behaviours. Additionally, the map is able to preserve the topological information about the scene. Experiments have been carried out using the Shopping Centre dataset of the CAVIAR database taken into account the global behaviour of an individual. Results confirm the high accuracy of the proposal outperforming previous methods.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"27 1","pages":"1-7"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88524256","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}
引用次数: 7
New efficient speed-up scheme for cascade implementation of SVM classifier 一种新的支持向量机分类器级联实现的高效加速方案
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280810
Jeonghyun Baek, Jisu Kim, Junhyuk Hyun, Euntai Kim
For intelligent vehicle applications, detecting pedestrian technique must be robust and perform in real time. In pedestrian detection, support vector machine (SVM) is one of the popular classifiers because of its robust performance. In this paper, we propose the new method to implement cascade SVM that enables fast rejection of negative samples. The proposed method is tested with INRIA person dataset and show better rejection performance of negative samples than conventional method.
在智能车辆应用中,行人检测技术必须具有鲁棒性和实时性。在行人检测中,支持向量机(SVM)因其鲁棒性而成为常用的分类器之一。在本文中,我们提出了一种新的方法来实现串级支持向量机,使负样本的快速拒绝。用INRIA人数据集对该方法进行了测试,结果表明该方法对负样本的抑制效果优于传统方法。
{"title":"New efficient speed-up scheme for cascade implementation of SVM classifier","authors":"Jeonghyun Baek, Jisu Kim, Junhyuk Hyun, Euntai Kim","doi":"10.1109/IJCNN.2015.7280810","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280810","url":null,"abstract":"For intelligent vehicle applications, detecting pedestrian technique must be robust and perform in real time. In pedestrian detection, support vector machine (SVM) is one of the popular classifiers because of its robust performance. In this paper, we propose the new method to implement cascade SVM that enables fast rejection of negative samples. The proposed method is tested with INRIA person dataset and show better rejection performance of negative samples than conventional method.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"37 1","pages":"1-6"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88615242","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}
引用次数: 2
In-training and post-training generalization methods: The case of ppar — α and ppar — γ agonists 训练中和训练后的推广方法:ppar - α和ppar - γ激动剂的情况
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280560
B. K. Hedayati, Guangyuan Guangyuan, A. Jooya, N. Dimopoulos
In this paper, the effects of regularization on the generalization capabilities of a neural network model are analyzed. We compare the performance of Levenberg-Marquardt and Bayesian Regularization algorithms with and without post-training regularization. We show that although Bayesian Regularization performs slightly better than Levenberg-Marquardt, the model trained using Levenberg-Marquardt holds more information about the data set which by proper post-processing regularization can be extracted. This post-processing regularization imposes smoothness and similarity.
本文分析了正则化对神经网络模型泛化能力的影响。我们比较了Levenberg-Marquardt和Bayesian正则化算法在训练后正则化和没有训练后正则化的情况下的性能。我们表明,尽管贝叶斯正则化的性能略好于Levenberg-Marquardt,但使用Levenberg-Marquardt训练的模型保留了更多关于数据集的信息,这些信息通过适当的后处理正则化可以提取出来。这种后处理正则化增加了平滑性和相似性。
{"title":"In-training and post-training generalization methods: The case of ppar — α and ppar — γ agonists","authors":"B. K. Hedayati, Guangyuan Guangyuan, A. Jooya, N. Dimopoulos","doi":"10.1109/IJCNN.2015.7280560","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280560","url":null,"abstract":"In this paper, the effects of regularization on the generalization capabilities of a neural network model are analyzed. We compare the performance of Levenberg-Marquardt and Bayesian Regularization algorithms with and without post-training regularization. We show that although Bayesian Regularization performs slightly better than Levenberg-Marquardt, the model trained using Levenberg-Marquardt holds more information about the data set which by proper post-processing regularization can be extracted. This post-processing regularization imposes smoothness and similarity.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"28 1","pages":"1-7"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89363852","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}
引用次数: 3
A non-linear state space frequency estimator for three-phase power systems 三相电力系统非线性状态空间频率估计器
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280689
S. Talebi, S. Kanna, D. Mandic
Frequency estimation in three-phase power systems is considered from a state space point of view, and a robust and fast converging algorithm for estimating the fundamental frequency of three-phase power systems is introduced. This is achieved by exploiting the Clarke transform to incorporate the information from all the phases and then designing a widely linear state space estimator that can accurately estimate the fundamental frequency of both balanced and unbalanced three-phase power systems. The framework is then expanded to modify the state space model in order to account for the presence of harmonics in the system. The performance of the developed algorithm is validated through simulations on both synthetic data and real-world data recordings, where it is shown that the developed algorithm outperforms standard linear and the recently introduced widely liner frequency estimators.
从状态空间的角度考虑三相电力系统的频率估计问题,提出了一种鲁棒快速收敛的三相电力系统基频估计算法。这是通过利用Clarke变换来整合来自所有相位的信息,然后设计一个广泛的线性状态空间估计器来实现的,该估计器可以准确地估计平衡和不平衡三相电力系统的基频。然后扩展该框架以修改状态空间模型,以便考虑系统中谐波的存在。通过对合成数据和实际数据记录的模拟验证了所开发算法的性能,其中表明所开发的算法优于标准线性和最近广泛引入的线性频率估计器。
{"title":"A non-linear state space frequency estimator for three-phase power systems","authors":"S. Talebi, S. Kanna, D. Mandic","doi":"10.1109/IJCNN.2015.7280689","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280689","url":null,"abstract":"Frequency estimation in three-phase power systems is considered from a state space point of view, and a robust and fast converging algorithm for estimating the fundamental frequency of three-phase power systems is introduced. This is achieved by exploiting the Clarke transform to incorporate the information from all the phases and then designing a widely linear state space estimator that can accurately estimate the fundamental frequency of both balanced and unbalanced three-phase power systems. The framework is then expanded to modify the state space model in order to account for the presence of harmonics in the system. The performance of the developed algorithm is validated through simulations on both synthetic data and real-world data recordings, where it is shown that the developed algorithm outperforms standard linear and the recently introduced widely liner frequency estimators.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"55 1","pages":"1-7"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84712729","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}
引用次数: 7
Multiscale collaborative speech denoising based on deep stacking network 基于深度堆叠网络的多尺度协同语音去噪
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280604
Wei Jiang, Hao Zheng, Shuai Nie, Wenju Liu
A growing number of noise reduction algorithms based on supervised learning have begun to emerge in recent years and show great promise. In this study, we focus on the problem of speech denoising at very low signal-to-noise ratio (SNR) conditions using artificial neural networks. The overall objective is to increase speech intelligibility in the presence of noise. Inspired by multitask learning (MTL), a novel framework based on deep stacking network (DSN) is proposed to do speech denoising at three different time-frequency scales simultaneously and collaboratively. Experiment results show that our algorithm outperforms a state-of-the-art method that is based on traditional deep neural network (DNN).
近年来,越来越多的基于监督学习的降噪算法开始出现,并显示出很大的前景。在本研究中,我们重点研究了在极低信噪比(SNR)条件下使用人工神经网络进行语音去噪的问题。总体目标是在存在噪声的情况下提高语音的可理解性。受多任务学习(MTL)的启发,提出了一种基于深度堆叠网络(DSN)的三种不同时频尺度的语音去噪框架。实验结果表明,该算法优于基于传统深度神经网络(DNN)的最先进方法。
{"title":"Multiscale collaborative speech denoising based on deep stacking network","authors":"Wei Jiang, Hao Zheng, Shuai Nie, Wenju Liu","doi":"10.1109/IJCNN.2015.7280604","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280604","url":null,"abstract":"A growing number of noise reduction algorithms based on supervised learning have begun to emerge in recent years and show great promise. In this study, we focus on the problem of speech denoising at very low signal-to-noise ratio (SNR) conditions using artificial neural networks. The overall objective is to increase speech intelligibility in the presence of noise. Inspired by multitask learning (MTL), a novel framework based on deep stacking network (DSN) is proposed to do speech denoising at three different time-frequency scales simultaneously and collaboratively. Experiment results show that our algorithm outperforms a state-of-the-art method that is based on traditional deep neural network (DNN).","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"60 1","pages":"1-5"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84720528","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}
引用次数: 3
Stochastic Local Search for direct training of threshold networks 阈值网络直接训练的随机局部搜索
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280770
M. Brunato, R. Battiti
This paper investigates Stochastic Local Search (SLS) algorithms for training neural networks with threshold activation functions. and proposes a novel technique, called Binary Learning Machine (BLM). BLM acts by changing individual bits in the binary representation of each weight and picking improving moves.
研究了随机局部搜索(SLS)算法用于训练具有阈值激活函数的神经网络。并提出了一种新的技术,称为二进制学习机(BLM)。BLM通过改变每个权值的二进制表示中的单个比特,并选择改进的移动。
{"title":"Stochastic Local Search for direct training of threshold networks","authors":"M. Brunato, R. Battiti","doi":"10.1109/IJCNN.2015.7280770","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280770","url":null,"abstract":"This paper investigates Stochastic Local Search (SLS) algorithms for training neural networks with threshold activation functions. and proposes a novel technique, called Binary Learning Machine (BLM). BLM acts by changing individual bits in the binary representation of each weight and picking improving moves.","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"55 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90570877","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}
引用次数: 4
Brains as naturally emerging turing machines 大脑是自然形成的图灵机
Pub Date : 2015-07-12 DOI: 10.1109/IJCNN.2015.7280838
J. Weng
It has been shown that a Developmental Network (DN) can learn any Finite Automaton (FA) [29] but FA is not a general purpose automaton by itself. This theoretical paper presents that the controller of any Turing Machine (TM) is equivalent to an FA. It further models a motivation-free brain - excluding motivation e.g., emotions - as a TM inside a grounded DN - DN with the real world. Unlike a traditional TM, the TM-in-DN uses natural encoding of input and output and uses emergent internal representations. In Artificial Intelligence (AI) there are two major schools, symbolism and connectionism. The theoretical result here implies that the connectionist school is at least as powerful as the symbolic school also in terms of the general-purpose nature of TM. Furthermore, any TM simulated by the DN is grounded and uses natural encoding so that the DN autonomously learns any TM directly from natural world without a need for a human to encode its input and output. This opens the door for the DN to fully autonomously learn any TM, from a human teacher, reading a book, or real world events. The motivated version of DN [31] further enables a DN to go beyond action-supervised learning - so as to learn based on pain-avoidance, pleasure seeking, and novelty seeking [31].
研究表明,发展性网络(DN)可以学习任何有限自动机(FA)[29],但FA本身并不是通用自动机。本文提出任何图灵机(TM)的控制器都等价于一个FA。它进一步模拟了一个没有动机的大脑——不包括动机,例如情绪——作为一个根植于DN中的TM——与现实世界的DN。与传统的TM不同,TM-in- dn使用输入和输出的自然编码,并使用紧急的内部表示。在人工智能(AI)中,有两大流派,象征主义和连接主义。这里的理论结果表明,在TM的通用性方面,连接主义学派至少与符号学派一样强大。此外,DN模拟的任何TM都是基于自然编码的,因此DN可以直接从自然世界中自主学习任何TM,而不需要人类对其输入和输出进行编码。这为DN完全自主地学习任何TM打开了大门,可以从人类老师、阅读书籍或现实世界的事件中学习。动机型DN[31]进一步使DN超越了行动监督式学习,从而基于回避痛苦、寻求快乐和寻求新奇进行学习[31]。
{"title":"Brains as naturally emerging turing machines","authors":"J. Weng","doi":"10.1109/IJCNN.2015.7280838","DOIUrl":"https://doi.org/10.1109/IJCNN.2015.7280838","url":null,"abstract":"It has been shown that a Developmental Network (DN) can learn any Finite Automaton (FA) [29] but FA is not a general purpose automaton by itself. This theoretical paper presents that the controller of any Turing Machine (TM) is equivalent to an FA. It further models a motivation-free brain - excluding motivation e.g., emotions - as a TM inside a grounded DN - DN with the real world. Unlike a traditional TM, the TM-in-DN uses natural encoding of input and output and uses emergent internal representations. In Artificial Intelligence (AI) there are two major schools, symbolism and connectionism. The theoretical result here implies that the connectionist school is at least as powerful as the symbolic school also in terms of the general-purpose nature of TM. Furthermore, any TM simulated by the DN is grounded and uses natural encoding so that the DN autonomously learns any TM directly from natural world without a need for a human to encode its input and output. This opens the door for the DN to fully autonomously learn any TM, from a human teacher, reading a book, or real world events. The motivated version of DN [31] further enables a DN to go beyond action-supervised learning - so as to learn based on pain-avoidance, pleasure seeking, and novelty seeking [31].","PeriodicalId":6539,"journal":{"name":"2015 International Joint Conference on Neural Networks (IJCNN)","volume":"11 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2015-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85333440","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}
引用次数: 1
期刊
2015 International Joint Conference on Neural Networks (IJCNN)
全部 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