KAIST Develops Smartphone AI That Uses Past Solutions to Tackle Similar Problems

BusinessManasi Praharaj21 Sept 2026

A new AI technology has been developed that retains and reuses knowledge, much like writing down a solution in a notebook and applying it to similar problems rather than asking an expert for help each time. Researchers at KAIST have developed a way for small AI models running on smartphones to store and reuse knowledge from a large server model. The approach reduced server calls by an average of 55.61% compared with a non-cumulative approach while maintaining high accuracy, suggesting that mobile AI could make faster decisions with less server support as it encounters similar problems. KAIST (President Choongsik Bae) announced on September 21 that a research team led by Professor Jae-Gil Lee from the School of Computing has developed CURE (Cumulative Knowledge Reuse), a technology that enables a small AI model on a device to work efficiently with a large model on a server.

Smartphones have limited processing power and memory, so they typically use small, lightweight AI models. These models can handle simple tasks quickly but may be less accurate when identifying complex or unfamiliar images.

Sending every input to a powerful server model can improve accuracy, but transferring data and waiting for a response takes time. It also adds to network traffic and the server’s computational workload, increasing delays for users and operating costs for service providers.

Researchers have explored a collaborative approach in which the on-device model assesses each input first and sends only difficult cases to the server. Without a way to retain the server’s knowledge, however, the device uses each answer once and may need the same help when a similar input appears. This is much like a student who fails to write down the solution to a difficult problem and has to ask for help again when faced with another of the same kind. The team set out to turn these one-time answers into knowledge the device could continue to use.
CURE first checks whether the on-device model can handle an input reliably. If it cannot, the system consults knowledge previously obtained from the server and stored on the device. It contacts the server only if that knowledge is also insufficient. The process follows three steps, moving from solving a problem independently to consulting previous lessons and, when necessary, asking an expert.

For example, an on-device model that cannot identify a car model in a photo may turn to the server for help. CURE uses the server’s prediction and the image’s features to update the device’s knowledge store. When the device later receives a photo of a similar car model, it can use that knowledge to identify it locally.

CURE does not keep a collection of the original photos processed by the server. Instead, it stores a summary of their shared features and differences. This is like noting a car’s distinguishing features, such as its body shape or headlight design, rather than memorizing the entire photo. The stored knowledge can therefore help the system recognize not only images it has already seen but also similar images it encounters for the first time.

The team tested CURE using vision-language models, which connect images with text to understand visual information. These models link what they see to language, much as people do.
The researchers used MobileCLIP2 on the device and EVA-CLIP, which has 18 billion parameters, on the server. Parameters are numerical values within a model that encode information learned during training. They help the model distinguish objects and identify relationships between them.

In tests on a range of image classification datasets, CURE achieved accuracy close to that of an approach that sends every input to the large server model. It also made an average of 55.61 percent fewer server calls than a device-server collaboration baseline that does not retain knowledge from previous server responses.

In end-to-end tests that included communication time, CURE ran up to 2.80 times as fast as the non-cumulative device-server collaboration baseline and up to 3.67 times as fast as the approach that sends every input to the server. Making fewer server calls reduced the time spent transferring data and waiting for responses.

CURE requires no retraining of either the on-device model or the server model. It leaves both models unchanged and adds a separate store for knowledge obtained from the server, making it adaptable to a range of AI models and services.

The technology could reduce repeated data transfers and server computation image recognition. This could mean shorter waits for users and lower operating costs for service providers.
Potential applications also include robots and wearables that need to recognize their surroundings with limited computing resources. Robots operating over slow or unreliable networks, for example, could use previously acquired knowledge to make more decisions locally without waiting for a server response.

The benefits in practice will depend on the device’s processing power and storage capacity, network conditions, and the characteristics of the input data. Further testing across different devices and environments is therefore needed.

“CURE allows a small on-device AI model to remember and reuse knowledge it has already obtained, rather than repeatedly asking the server the same question,” said Professor Jae-Gil Lee. “By maintaining high accuracy while reducing communication demands and response times, we expect it to help smartphones, robots, and wearables use powerful AI models more efficiently.”

Dr. Youngjun Lee, a postdoctoral researcher from the KAIST Institute of Information Electronics, was the study’s first author, and Professor Jae-Gil Lee from the School of Computing was the corresponding author. Co-authors were Doyoung Kim from Amazon, Junhyeok Kang from LG AI Research, and Professor Hwanjun Song from the KAIST Department of Industrial and Systems Engineering. The findings were presented on September 10 at the European Conference on Computer Vision (ECCV 2026), a leading international computer vision conference held in Malmö, Sweden, from September 8 to 12.