Oversampling Highly Imbalanced Indoor Positioning Data using Deep Generative Models
Fahad Alhomayani, Mohammad H. Mahoor

TL;DR
This paper introduces a deep generative modeling approach using Variational Autoencoders to address class imbalance in indoor positioning datasets, improving minority class detection.
Contribution
It proposes using Variational Autoencoders and Conditional Variational Autoencoders for oversampling to balance indoor positioning data, outperforming traditional methods.
Findings
VAE-based oversampling improves minority class precision.
The method outperforms SMOTE and ADASYN in experiments.
All code is publicly available for reproducibility.
Abstract
The location fingerprinting method, which typically utilizes supervised learning, has been widely adopted as a viable solution for the indoor positioning problem. Many indoor positioning datasets are imbalanced. Models trained on imbalanced datasets may exhibit poor performance on the minority class(es). This problem, also known as the "curse of imbalanced data," becomes more evident when class distributions are highly imbalanced. Motivated by the recent advances in deep generative modeling, this paper proposes using Variational Autoencoders and Conditional Variational Autoencoders as oversampling tools to produce class-balanced fingerprints. Experimental results based on Bluetooth Low Energy fingerprints demonstrate that the proposed method outperforms SMOTE and ADASYN in both minority class precision and overall precision. To promote reproducibility and foster new research efforts, we…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndoor and Outdoor Localization Technologies · Power Line Communications and Noise
MethodsSynthetic Minority Over-sampling Technique.
