From Surf Wiki (app.surf) — the open knowledge base
Neural gas
Artificial neural network
Artificial neural network
Neural gas is an artificial neural network, inspired by the self-organizing map and introduced in 1991 by Thomas Martinetz and Klaus Schulten.{{cite conference |book-title=Artificial Neural Networks |book-title=MICAI 2000: Advances in artificial intelligence : Mexican International Conference on Artificial Intelligence, Acapulco, Mexico, April 2000 : proceedings |chapter-url=https://books.google.com/books?id=xI0g7vqVkdoC&q=%22neural+gas%22+image+processing&pg=PA210 |book-title=Computer vision for biomedical image applications: first international workshop, CVBIA 2005, Beijing, China, October 21, 2005 : proceedings |chapter-url=https://books.google.com/books?id=JMQk1HJmhv0C&q=%22neural+gas%22+cluster+analysis&pg=PA684 |book-title=Progress in pattern recognition, image analysis and applications: 12th Iberoamerican Congress on Pattern Recognition, CIARP 2007, Viña del Mar-Valparaiso, Chile, November 13–16, 2007; proceedings | publisher=Springer
Algorithm
Suppose we want to model a probability distribution P(x) of data vectors x using a finite number of feature vectors w_i, where i = 1,\cdots,N.
- For each time step t
- Sample data vector x from P(x)
- Compute the distance between x and each feature vector. Rank the distances.
- Let i_0 be the index of the closest feature vector, i_1 the index of the second closest feature vector, and so on.
- Update each feature vector by: w_{i_k}^{t+1} = w_{i_k}^{t} + \varepsilon\cdot e^{-k/\lambda}\cdot (x-w_{i_k}^{t}), k = 0, \cdots, N-1
In the algorithm, \varepsilon can be understood as the learning rate, and \lambda as the neighborhood range. \varepsilon and \lambda are reduced with increasing t so that the algorithm converges after many adaptation steps.
The adaptation step of the neural gas can be interpreted as gradient descent on a cost function. By adapting not only the closest feature vector but all of them with a step size decreasing with increasing distance order, compared to (online) k-means clustering a much more robust convergence of the algorithm can be achieved. The neural gas model does not delete a node and also does not create new nodes.
Comparison with SOM
Compared to self-organized map, the neural gas model does not assume that some vectors are neighbors. If two vectors happen to be close together, they would tend to move together, and if two vectors happen to be apart, they would tend to not move together. In contrast, in an SOM, if two vectors are neighbors in the underlying graph, then they will always tend to move together, no matter whether the two vectors happen to be neighbors in the Euclidean space.
The name "neural gas" is because one can imagine it to be what an SOM would be like if there is no underlying graph, and all points are free to move without the bonds that bind them together.
Variants
A number of variants of the neural gas algorithm exists in the literature so as to mitigate some of its shortcomings. More notable is perhaps Bernd Fritzke's growing neural gas, but also one should mention further elaborations such as the Growing When Required network and also the incremental growing neural gas. A performance-oriented approach that avoids the risk of overfitting is the Plastic Neural gas model.
Growing neural gas
Fritzke describes the growing neural gas (GNG) as an incremental network model that learns topological relations by using a "Hebb-like learning rule", only, unlike the neural gas, it has no parameters that change over time and it is capable of continuous learning, i.e. learning on data streams. GNG has been widely used in several domains, demonstrating its capabilities for clustering data incrementally. The GNG is initialized with two randomly positioned nodes which are initially connected with a zero age edge and whose errors are set to 0. Since in the GNG input data is presented sequentially one by one, the following steps are followed at each iteration:
- It is calculating the errors (distances) between the two closest nodes to the current input data.
- The error of the winner node (only the closest one) is respectively accumulated.
- The winner node and its topological neighbors (connected by an edge) are moving towards the current input by different fractions of their respective errors.
- The age of all edges connected to the winner node are incremented.
- If the winner node and the second-winner are connected by an edge, such an edge is set to 0. Else, an edge is created between them.
- If there are edges with an age larger than a threshold, they are removed. Nodes without connections are eliminated.
- If the current iteration is an integer multiple of a predefined frequency-creation threshold, a new node is inserted between the node with the largest error (among all) and its topological neighbor presenting the highest error. The link between the former and the latter nodes is eliminated (their errors are decreased by a given factor) and the new node is connected to both of them. The error of the new node is initialized as the updated error of the node which had the largest error (among all).
- The accumulated error of all nodes is decreased by a given factor.
- If the stopping criterion is not met, the algorithm takes a following input. The criterion might be a given number of epochs, i.e., a pre-set number of times where all data is presented, or the reach of a maximum number of nodes.
Incremental growing neural gas
Another neural gas variant inspired by the GNG algorithm is the incremental growing neural gas (IGNG). The authors propose the main advantage of this algorithm to be "learning new data (plasticity) without degrading the previously trained network and forgetting the old input data (stability)."
Growing when required
Having a network with a growing set of nodes, like the one implemented by the GNG algorithm was seen as a great advantage, however some limitation on the learning was seen by the introduction of the parameter λ, in which the network would only be able to grow when iterations were a multiple of this parameter. The proposal to mitigate this problem was a new algorithm, the Growing When Required network (GWR), which would have the network grow more quickly, by adding nodes as quickly as possible whenever the network identified that the existing nodes would not describe the input well enough.
Plastic neural gas
The ability to only grow a network may quickly introduce overfitting; on the other hand, removing nodes on the basis of age only, as in the GNG model, does not ensure that the removed nodes are actually useless, because removal depends on a model parameter that should be carefully tuned to the "memory length" of the stream of input data.
The "Plastic Neural Gas" model solves this problem by making decisions to add or remove nodes using an unsupervised version of cross-validation, which controls an equivalent notion of "generalization ability" for the unsupervised setting.
While growing-only methods only cater for the incremental learning scenario, the ability to grow and shrink is suited to the more general streaming data problem.
Implementations
To find the ranking i_0, i_1, \ldots, i_{N-1} of the feature vectors, the neural gas algorithm involves sorting, which is a procedure that does not lend itself easily to parallelization or implementation in analog hardware. However, implementations in both parallel software and analog hardware were actually designed.
References
References
- (1995). "A Growing Neural Gas Network Learns Topologies". Advances in Neural Information Processing Systems.
- (2002). "A self-organising network that grows when required". Neural Networks.
- (2005). "Proceedings. 2005 IEEE International Joint Conference on Neural Networks, 2005".
- (1998). "Plastic algorithm for adaptive vector quantisation". Neural Computing & Applications.
- (2019). "1st International Workshop on Multimodal Understanding and Learning for Embodied Applications".
- (1996). "Proceedings of International Conference on Neural Networks (ICNN'96)".
- (1997). "Proceedings of International Conference on Neural Networks (ICNN'97)".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Neural gas — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report