Papers for

ai development companies

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

AI model management moves beyond storage with learnware concept

Learnware and AI Model Management System

Abstract: The transition from file storage to database management systems transformed stored data into managed resources. AI now faces an analogous transition from AI model storage to AI model management. Existing model pools essentially serve as \textit{AI model storage systems}. What is needed instead are \textit{AI model management systems} that enable models trained by different developers, for different tasks, with different data, and under different objectives to be identified, reused, and even assembled to address future user tasks. Because AI model developers are generally unwilling to share their training data, such systems should operate without accessing the training data of model developers and, ideally, without accessing raw data of future users. This requirement poses a fundamental challenge: the functionality of a modern AI model may not be fully understood even by the developer who trained it. How, then, can a system identify which models are useful for a given user task, let alone assemble models developed independently for different purposes? At first glance, this objective may appear unattainable. It becomes possible, however, by upgrading the basic unit of management from a machine learning model to a \textit{learnware}. \textit{Learnware = Model + Specification}. The specification, whose assignment transforms a trained model into a learnware, is generated with the help of a machine learning process without disclosing the training data of the developer and has a theoretically established data-preservation property. The \textit{Learnware Dock System (LDS)} provides a path toward powerful AI model management systems. Because specifications are generated according to a published reference and are comparable across models, they can also serve as an AI model \textit{collaboration protocol} through which independently developed models, including intelligent agents, can collaborate.

Thu 10 SeptMachine Learning
The gist
Managing AI models today is like storing files without organizing them to work well together. The authors propose upgrading from just saving AI models to managing them as 'learnware,' which combines a model with a detailed description called a specification. This helps systems identify, reuse, and link models from different developers without needing access to the original training data. Their Learnware Dock System is a step toward smarter AI collaboration and reuse.
Open 2609.11656v1