New Method Improves AI Adaptation for Streaming Tabular Data.

Mayank Sharma, Rohit Kumar Mourya, Pratik Mazumder· August 4, 2026 View original

Key takeaways

  • Traditional test-time adaptation fails for streaming tabular data with batch size one.
  • PLOC is a lightweight method that shifts logit space using a running mean.
  • It requires no labels, prior estimation, or model weight updates.
  • PLOC significantly improves performance over baselines in singleton streaming.

Who benefits

Financial ServicesE-commerceHealthcareIoTLogistics

Summary

This paper introduces Prequential Logit-Origin Centering (PLOC), a lightweight method for test-time adaptation of deep learning models on tabular data in strict streaming regimes. PLOC addresses the degradation of batch-dependent methods at a batch size of one by shifting the logit space using only a running mean of past logits, significantly outperforming baselines.

Deep learning models often struggle with tabular data when the test distribution shifts from the training distribution, a common problem in real-world applications. Existing test-time adaptation (TTA) methods, largely inherited from computer vision, typically rely on batch-level statistics. However, new research reveals that these methods perform poorly in strict streaming scenarios where individual data points arrive one at a time, as batch statistics become unavailable or unreliable. To address this, the paper proposes Prequential Logit-Origin Centering (PLOC), a novel and lightweight approach specifically designed for singleton tabular TTA. PLOC keeps the source model frozen and instead shifts the logit space at each step by simply maintaining a running mean of past logits. This method requires no labels, estimates no priors, and avoids weight updates, making it highly efficient. Experiments across various tabular benchmarks, architectures, and checkpoints demonstrate that PLOC significantly outperforms strong existing TTA baselines, particularly in preserving AUROC by applying a static shift that maintains source ranking.

Why it matters

For professionals dealing with real-time tabular data streams, such as in fraud detection or personalized recommendations, maintaining model performance under distribution shifts with efficient adaptation is crucial.

How to implement this in your domain

  1. 1Evaluate PLOC for existing deep learning models deployed on streaming tabular data.
  2. 2Integrate logit-origin centering as a post-processing step for real-time inference.
  3. 3Benchmark PLOC against current test-time adaptation strategies in production.
  4. 4Consider using PLOC to improve robustness of models in dynamic environments.

Original post by Mayank Sharma, Rohit Kumar Mourya, Pratik Mazumder

"arXiv:2608.01074v1 Announce Type: new Abstract: Tabular data is used extensively in many real-world use cases. Deep learning models have been developed to deal with tabular data, but generally perform poorly when the test data distribution differs from that of the training data.…"

View on X

Originally posted by Mayank Sharma, Rohit Kumar Mourya, Pratik Mazumder on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses