AI Navigate

Fingerprinting Concepts in Data Streams with Supervised and Unsupervised Meta-Information

arXiv cs.LG / 3/13/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • FiCSUM introduces a general fingerprint framework that represents concepts in data streams using a high-dimensional vector of diverse meta-information features to differentiate between drifted concepts.
  • The framework supports both supervised and unsupervised signals, enabling concept representations that adapt to different learning settings.
  • A dynamic weighting strategy learns which meta-information features describe drift for a given dataset, allowing a broader set of features to be used concurrently.
  • It addresses limitations of prior methods that rely on a small number of features and struggle to distinguish concepts, reducing drift misclassification.
  • Empirical results on 11 real-world and synthetic datasets show FiCSUM achieving higher accuracy and better modeling of underlying concept drift than state-of-the-art methods.

Abstract

Streaming sources of data are becoming more common as the ability to collect data in real-time grows. A major concern in dealing with data streams is concept drift, a change in the distribution of data over time, for example, due to changes in environmental conditions. Representing concepts (stationary periods featuring similar behaviour) is a key idea in adapting to concept drift. By testing the similarity of a concept representation to a window of observations, we can detect concept drift to a new or previously seen recurring concept. Concept representations are constructed using meta-information features, values describing aspects of concept behaviour. We find that previously proposed concept representations rely on small numbers of meta-information features. These representations often cannot distinguish concepts, leaving systems vulnerable to concept drift. We propose FiCSUM, a general framework to represent both supervised and unsupervised behaviours of a concept in a fingerprint, a vector of many distinct meta-information features able to uniquely identify more concepts. Our dynamic weighting strategy learns which meta-information features describe concept drift in a given dataset, allowing a diverse set of meta-information features to be used at once. FiCSUM outperforms state-of-the-art methods over a range of 11 real world and synthetic datasets in both accuracy and modeling underlying concept drift.