paper-with-me

Papers

Addressing machine learning concept drift reveals declining vaccine sentiment during the COVID-19 pandemic

2020-12-03 · Martin Müller, Marcel Salathé

Social media analysis has become a common approach to assess public opinion on various topics, including those about health, in near real-time. The growing volume of social media posts has led to an increased usage of modern machine learning methods in natural language processing. While the rapid dynamics of social media can capture underlying trends quickly, it also poses a technical problem: algorithms trained on annotated data in the past may underperform when applied to contemporary data. This phenomenon, known as concept drift, can be particularly problematic when rapid shifts occur either in the topic of interest itself, or in the way the topic is discussed. Here, we explore the effect of machine learning concept drift by focussing on vaccine sentiments expressed on Twitter, a topic of central importance especially during the COVID-19 pandemic. We show that while vaccine sentiment has declined considerably during the COVID-19 pandemic in 2020, algorithms trained on pre-pandemic data would have largely missed this decline due to concept drift. Our results suggest that social media analysis systems must address concept drift in a continuous fashion in order to avoid the risk of systematic misclassification of data, which is particularly likely during a crisis when the underlying data can change suddenly and rapidly.

📄 PDF Abstract BibTeX arXiv:2012.02197

Code (1)

digitalepidemiologylab/concept_drift_paper 공식 구현

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Optimized Deep Learning Models for Malware Detection under Concept Drift

2023-08-21 · William Maillet, Benjamin Marais

Despite the promising results of machine learning models in malicious files detection, they face the problem of concept drift due to their constant evolution. This leads to declining performance over time, as the data di…

Malware Detection

Unveiling Group-Specific Distributed Concept Drift: A Fairness Imperative in Federated Learning

2024-02-12 · Teresa Salazar, João Gama, Helder Araújo, Pedro Henriques Abreu

In the evolving field of machine learning, ensuring fairness has become a critical concern, prompting the development of algorithms designed to mitigate discriminatory outcomes in decision-making processes. However, achi…

Decision MakingDrift DetectionFairnessFederated Learning

ADAPT: A Pseudo-labeling Approach to Combat Concept Drift in Malware Detection

2025-07-11 · Md Tanvirul Alam, Aritran Piplai, Nidhi Rastogi arxiv

Machine learning models are commonly used for malware classification; however, they suffer from performance degradation over time due to concept drift. Adapting these models to changing data distributions requires freque…

Malware ClassificationMalware DetectionActive Learning

Tackling Time-Series Forecasting Generalization via Mitigating Concept Drift

2025-10-16 · Zhiyuan Zhao, Haoxin Liu, B. Aditya Prakash arxiv

Time-series forecasting finds broad applications in real-world scenarios. Due to the dynamic nature of time series data, it is important for time-series forecasting models to handle potential distribution shifts over tim…

Time Series Forecasting

From Concept Drift to Model Degradation: An Overview on Performance-Aware Drift Detectors

2022-03-21 · Firas Bayram, Bestoun S. Ahmed, Andreas Kassler

The dynamicity of real-world systems poses a significant challenge to deployed predictive machine learning (ML) models. Changes in the system on which the ML model has been trained may lead to performance degradation dur…

Drift Detection