本論文では、非線形次元削減と縮小された低次元特性ベクトルを使用したオブジェクト認識を実行するミラーリングニューラルネットワークアーキテクチャを紹介します。次元削減に加えて、ネットワークは、削減された低次元データから元の高次元入力ベクトルを再構築(ミラーリング)します。ミラーリングニューラルネットワークアーキテクチャは、外側の層に処理要素(アダライン)の数が多く、中央の層に要素の数が最小であるため、その構成で収束-発散形状を形成します。このネットワークは、最も内側のレイヤー(入力パターンに関するすべての情報を含む)の出力から元の画像を再構築できるため、これらの出力をオブジェクトシグネチャとして使用してパターンを分類できます。ネットワークは、出力層から入力層に平均二乗誤差を逆伝播することにより、実際の出力と入力の間の不一致を最小限に抑えるように訓練されています。ネットワークを正常にトレーニングした後、入力ベクトルの次元を縮小し、それに供給されるパターンをミラーリングできます。 Mirroring Neural Networkアーキテクチャは、さまざまなテストパターンで非常に良い結果をもたらしました。
In this paper, we present a Mirroring Neural Network architecture to perform non-linear dimensionality reduction and Object Recognition using a reduced lowdimensional characteristic vector. In addition to dimensionality reduction, the network also reconstructs (mirrors) the original high-dimensional input vector from the reduced low-dimensional data. The Mirroring Neural Network architecture has more number of processing elements (adalines) in the outer layers and the least number of elements in the central layer to form a converging-diverging shape in its configuration. Since this network is able to reconstruct the original image from the output of the innermost layer (which contains all the information about the input pattern), these outputs can be used as object signature to classify patterns. The network is trained to minimize the discrepancy between actual output and the input by back propagating the mean squared error from the output layer to the input layer. After successfully training the network, it can reduce the dimension of input vectors and mirror the patterns fed to it. The Mirroring Neural Network architecture gave very good results on various test patterns.