ROAIOct 2, 2023

Memory-efficient particle filter recurrent neural network for object localization

arXiv:2310.01595v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses memory efficiency for object localization, an incremental improvement over prior particle filter RNN models.

The study tackled object localization in noisy environments by proposing a memory-efficient particle filter RNN (mePFRNN), which achieved more precise localization than competitors while requiring fewer trained parameters.

This study proposes a novel memory-efficient recurrent neural network (RNN) architecture specified to solve the object localization problem. This problem is to recover the object states along with its movement in a noisy environment. We take the idea of the classical particle filter and combine it with GRU RNN architecture. The key feature of the resulting memory-efficient particle filter RNN model (mePFRNN) is that it requires the same number of parameters to process environments of different sizes. Thus, the proposed mePFRNN architecture consumes less memory to store parameters compared to the previously proposed PFRNN model. To demonstrate the performance of our model, we test it on symmetric and noisy environments that are incredibly challenging for filtering algorithms. In our experiments, the mePFRNN model provides more precise localization than the considered competitors and requires fewer trained parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes