LGJan 26, 2021

Variational Information Bottleneck Model for Accurate Indoor Position Recognition

arXiv:2101.10655v14 citations
Originality Incremental advance
AI Analysis

This work addresses indoor positioning accuracy for users in environments with WiFi, but it is incremental as it combines existing techniques like Information Bottleneck and Variational Inference.

The paper tackles the problem of high-dimensional WiFi fingerprint data causing overfitting in indoor positioning by proposing a Variational Information Bottleneck model, which achieves improved accuracy in location recognition as validated on a real-world dataset.

Recognizing user location with WiFi fingerprints is a popular approach for accurate indoor positioning problems. In this work, our goal is to interpret WiFi fingerprints into actual user locations. However, WiFi fingerprint data can be very high dimensional in some cases, we need to find a good representation of the input data for the learning task first. Otherwise, using neural networks will suffer from severe overfitting. In this work, we solve this issue by combining the Information Bottleneck method and Variational Inference. Based on these two approaches, we propose a Variational Information Bottleneck model for accurate indoor positioning. The proposed model consists of an encoder structure and a predictor structure. The encoder is to find a good representation in the input data for the learning task. The predictor is to use the latent representation to predict the final output. To enhance the generalization of our model, we also adopt the Dropout technique for each hidden layer of the decoder. We conduct the validation experiments on a real-world dataset. We also compare the proposed model to other existing methods so as to quantify the performances of our method.

Foundations

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

Your Notes