Forecasting Local Behavior of Self-organizing Many-agent System without Reconstruction
Beomseok Kang, Minah Lee, Harshit Kumar, Saibal Mukhopadhyay

TL;DR
This paper introduces a CNN-LSTM model that predicts the future state of a specific agent in a large self-organizing multi-agent system without reconstructing all agent states, reducing computational costs while maintaining accuracy.
Contribution
The paper presents a novel CNN-LSTM approach that forecasts individual agent behavior directly, avoiding full system reconstruction and lowering computational expenses.
Findings
Comparable or slightly worse AUC than reconstruction methods
Significantly reduced computational costs
Higher AUC with less computation than CNN-LSTM
Abstract
Large multi-agent systems are often driven by locally defined agent interactions, which is referred to as self-organization. Our primary objective is to determine when the propagation of such local interactions will reach a specific agent of interest. Although conventional approaches that reconstruct all agent states can be used, they may entail unnecessary computational costs. In this paper, we investigate a CNN-LSTM model to forecast the state of a particular agent in a large self-organizing multi-agent system without the reconstruction. The proposed model comprises a CNN encoder to represent the system in a low-dimensional vector, a LSTM module to learn agent dynamics in the vector space, and a MLP decoder to predict the future state of an agent. As an example, we consider a forest fire model where we aim to predict when a particular tree agent will start burning. We compare the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsTanh Activation · Convolution · Sigmoid Activation · Long Short-Term Memory · ConvLSTM
