Bounded Context Management for Tabular Foundation Models on Stream Learning
About
Tabular stream learning requires predictions on sequentially arriving examples under distribution shift. While standard methods adapt by updating model states, tabular foundation models (TFMs) make predictions conditioned on a labeled context in an in-context manner, making them a natural alternative for stream learning. This shifts the challenge from how to update the model to how to manage the context. We propose a future information view that yields three practical requirements for context management: preserve recent examples, retain uncertain examples, and remove redundant examples. We instantiate these requirements as CURE (Context management via Uncertainty-aware admission and Redundancy aware Eviction), a context-managing policy with entropy-gated admission and redundancy-aware eviction. Across seven streams, CURE shows up to 27.0% relative improvement over classical stream learners, remains robust across multiple TFM backbones, and ranks first among other policy variants. Code and datasets are available at https://github.com/morcellinus/CURE-ICML-FMSD.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Stream Classification | NOAA | Prequential Accuracy81.94 | 7 | |
| Stream Classification | Meter | Prequential Accuracy90.8 | 7 | |
| Stream Classification | RIALTO | Prequential Accuracy92.04 | 7 | |
| Stream Classification | POSTURE-No8 | Prequential Accuracy62.1 | 7 | |
| Stream Classification | Poker | Prequential Accuracy99.6 | 7 | |
| Stream Classification | nomao | Prequential Accuracy97.87 | 7 | |
| Stream Classification | AGR A | Prequential Accuracy90.93 | 7 |