You're adding metadata, but what problems does this added metadata solve exactly? If your converter can automatically compute these image features, then AI training and inference pipelines can trivially do the same, so I don't see the point in needing a new file format that contains these. Moreover, models and techniques get better over time, so these stored precomputed features are guaranteed to become obsolete. Eve…
The answer may be in your question. - This is currently solved by inference pipelines. - Models and techniques improve over time. The ability for different agents with different specialties to add additional content while being able to take advantage of existing context is what makes the pipeline work. Storing that content in the format could allow us to continue to refine the information we get from the image over t…
This is literally the problem solved by chunk-based file formats. "How do we use multiple authoring tools without stepping on each other" is a very old and solved problem.