School of Economics and Management, Chongqing Jiaotong University, Chongqing 400074, China.
New York University Abu Dhabi, Abu Dhabi, UAE.
Comput Intell Neurosci. 2020 Jan 2;2020:9868017. doi: 10.1155/2020/9868017. eCollection 2020.
Deep learning models, such as deep convolutional neural network and deep long-short term memory model, have achieved great successes in many pattern classification applications over shadow machine learning models with hand-crafted features. The main reason is the ability of deep learning models to automatically extract hierarchical features from massive data by multiple layers of neurons. However, in many other situations, existing deep learning models still cannot gain satisfying results due to the limitation of the inputs of models. The existing deep learning models only take the data instances of an input point but completely ignore the other data points in the dataset, which potentially provides critical insight for the classification of the given input. To overcome this gap, in this paper, we show that the neighboring data points besides the input data point itself can boost the deep learning model's performance significantly and design a novel deep learning model which takes both the data instances of an input point and its neighbors' classification responses as inputs. In addition, we develop an iterative algorithm which updates the neighbors of data points according to the deep representations output by the deep learning model and the parameters of the deep learning model alternately. The proposed algorithm, named "Iterative Deep Neighborhood (IDN)," shows its advantages over the state-of-the-art deep learning models over tasks of image classification, text sentiment analysis, property price trend prediction, etc.
深度学习模型,如深度卷积神经网络和深度长短时记忆模型,在许多模式分类应用中已经超越了具有手工特征的传统机器学习模型,取得了巨大的成功。主要原因是深度学习模型通过多层神经元能够从大量数据中自动提取层次特征。然而,在许多其他情况下,由于模型输入的限制,现有的深度学习模型仍然无法获得满意的结果。现有的深度学习模型只考虑输入点的数据实例,而完全忽略了数据集内的其他数据点,而这些数据点可能为给定输入的分类提供关键的见解。为了克服这一差距,本文提出了一种新的深度学习模型,该模型不仅考虑了输入点的数据实例,还考虑了其邻居的分类响应。此外,我们还开发了一种迭代算法,根据深度学习模型输出的深度表示和深度学习模型的参数交替更新数据点的邻居。所提出的算法,名为“迭代深度邻居(IDN)”,在图像分类、文本情感分析、房地产价格趋势预测等任务上的表现优于最先进的深度学习模型。