Embedding Provenance in Computer Vision Datasets with JSON-LD

arXiv cs.LG / 3/31/2026

💬 OpinionDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that computer vision dataset provenance is increasingly important for tracing data origins and transformations, supporting maintenance, audits, and reuse of datasets.
  • It identifies a common problem: provenance is often stored separately from the images, which can strip away critical context such as capture settings, preprocessing steps, and model-related metadata.
  • The proposed solution uses JSON-LD to structure and embed provenance information directly within image files, keeping descriptive metadata intrinsically linked to the visual data.
  • By aligning the provenance schema with linked-data standards, the approach aims to improve maintainability, adaptability, and the coherence of dataset documentation across downstream model training.
  • The work emphasizes preserving a direct connection between vision resources and their provenance to reduce information loss during dataset handling and lifecycle management.

Abstract

With the ubiquity of computer vision in industry, the importance of image provenance is becoming more apparent. Provenance provides information about the origin and derivation of some resource, e.g., an image dataset, enabling users to trace data changes to better understand the expected behaviors of downstream models trained on such data. Provenance may also help with data maintenance by ensuring compliance, supporting audits and improving reusability. Typically, if provided, provenance is stored separately, e.g., within a text file, leading to a loss of descriptive information for key details like image capture settings, data preprocessing steps, and model architecture or iteration. Images often lack the information detailing the parameters of their creation or compilation. This paper proposes a novel schema designed to structure image provenance in a manageable and coherent format. The approach utilizes JavaScript Object Notation for Linked Data (JSON-LD), embedding this provenance directly within the image file. This offers two significant benefits: (1) it aligns image descriptions with a robust schema inspired by and linked to established standards, and (2) it ensures that provenance remains intrinsically tied to images, preventing loss of information and enhancing system qualities, e.g., maintainability and adaptability. This approach emphasizes maintaining the direct connection between vision resources and their provenance.