Unsupervised Hebbian Learning on Point Sets in StarCraft II
Learning the evolution of real-time strategy (RTS) game is a challenging problem in artificial intelligent (AI) system. In this paper, we present a novel Hebbian learning method to extract the global feature of point sets in StarCraft II game units, and its application to predict the movement of the points. Our model includes encoder, LSTM, and decoder, and we train the encoder with the unsupervised learning method. We introduce the concept of neuron activity aware learning combined with k-Winner-Takes-All. The optimal value of neuron activity is mathematically derived, and experiments support the effectiveness of the concept over the downstream task. Our Hebbian learning rule benefits the prediction with lower loss compared to self-supervised learning. Also, our model significantly saves the computational cost such as activations and FLOPs compared to a frame-based approach.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderSelf-Supervised LearningStarcraftStarcraft IIMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Forecasting Evolution of Clusters in Game Agents with Hebbian Learning
Large multi-agent systems such as real-time strategy games are often driven by collective behavior of agents. For example, in StarCraft II, human players group spatially near agents into a team and control the team to de…
ClusteringMulti-agent Reinforcement LearningReal-Time Strategy GamesSelf-Supervised Learning+2Augmenting Supervised Learning by Meta-learning Unsupervised Local Rules
The brain performs unsupervised learning and (perhaps) simultaneous supervised learning. This raises the question as to whether a hybrid of supervised and unsupervised methods will produce better learning. Inspired by th…
Meta-LearningUnsupervised 3D Object Learning through Neuron Activity aware Plasticity
We present an unsupervised deep learning model for 3D object classification. Conventional Hebbian learning, a well-known unsupervised model, suffers from loss of local features leading to reduced performance for tasks wi…
3D Object ClassificationObjectDeep Features for CBIR with Scarce Data using Hebbian Learning
Features extracted from Deep Neural Networks (DNNs) have proven to be very effective in the context of Content Based Image Retrieval (CBIR). In recent work, biologically inspired \textit{Hebbian} learning algorithms have…
Content-Based Image RetrievalImage RetrievalRetrievalUnsupervised Pre-trainingNormative framework for deriving neural networks with multi-compartmental neurons and non-Hebbian plasticity
An established normative approach for understanding the algorithmic basis of neural computation is to derive online algorithms from principled computational objectives and evaluate their compatibility with anatomical and…
Self-Supervised Learning