Learning from Imbalanced Multiclass Sequential Data Streams Using Dynamically Weighted Conditional Random Fields
Roberto L. Shinmoto Torres, Damith C. Ranasinghe, Qinfeng Shi, and Anton van den Hengel

TL;DR
This paper presents a dynamically weighted CRF model that improves classification of imbalanced sequential data from wearable sensors, especially benefiting minority classes in healthcare activity recognition.
Contribution
The paper introduces a class-wise dynamically weighted CRF that automatically adjusts weights during training to maximize F-score, addressing class imbalance in sequential data.
Findings
Improves overall and minority class F-score compared to standard CRFs.
Achieves comparable or better performance than SVM classifiers with limited training data.
Effective on multiple healthcare sensor datasets with high class imbalance.
Abstract
The present study introduces a method for improving the classification performance of imbalanced multiclass data streams from wireless body worn sensors. Data imbalance is an inherent problem in activity recognition caused by the irregular time distribution of activities, which are sequential and dependent on previous movements. We use conditional random fields (CRF), a graphical model for structured classification, to take advantage of dependencies between activities in a sequence. However, CRFs do not consider the negative effects of class imbalance during training. We propose a class-wise dynamically weighted CRF (dWCRF) where weights are automatically determined during training by maximizing the expected overall F-score. Our results based on three case studies from a healthcare application using a batteryless body worn sensor, demonstrate that our method, in general, improves…
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
TopicsData Stream Mining Techniques · Anomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques
MethodsSupport Vector Machine · Conditional Random Field
