Incremental Transformer Neural Processes
Abstract
Lay Summary
AI systems are trained to make predictions that are correct for a collection of past observations, such as weather station readings or entries in a database. In real-world settings, these observations often arrive one at a time, but such systems usually have to reprocess the whole collection whenever a new observation appears. This makes frequent updating slow and expensive. We introduce Incremental Transformer Neural Processes, an uncertainty-aware prediction model that borrows an idea from modern language models: remembering useful information from previous observations so that only the new observation needs to be processed. Across synthetic and real-world tasks, including spreadsheet-style prediction problems and weather forecasting, our model updates much faster while matching or surpassing the accuracy of existing approaches. We also test whether this speed-up makes the model’s predictions less statistically consistent, and find that it behaves similarly to the standard model in the streaming setting we study. This could help make powerful prediction models more practical for live applications where data continually changes, such as environmental monitoring, forecasting, and evolving databases.