Roadmap

Future plans for Bobtail

Below you will find an overview of the milestones we have reached so far and how we expect to develop our products in the next few years.

  1. Prototyping core functionality

    The first phase of development was characterized by developing the initial core product, a completely new algorithm for fully analysing any bitmap image.

    This required two important problems to be solved: first mapping out the core features, then mapping out the color transitions and assembling this information into a vector-based graph.

    Activities:

    • Develop Core Feature extraction algorithm.

    Ended when:

    • Proof of Concept built.
  2. Direct vectorization and upscaling

    The first product built on the core algorithm: exporting the analysed structure of a photograph as vector geometry, one vector definition per color channel. This works on photographic input, not just logos and line art, and exposes the underlying structure of the image rather than an approximated path soup.

    Because the renderer can re-project those vectors at any resolution, faithful upscaling comes with the same milestone: edges stay edges at any scale, and nothing is invented.

    Activities:

    • Build the direct vectorization SDK and API for developers.
    • Deliver the faithful upscaler on top of it.
    • Establish relationships with early users and design partners.
    • Secure financing to accelerate development.

    Ends when:

    • Vector SDK and upscaler available to first users.
  3. Image enhancement

    Noise removal and sharpening on top of the faithful re-projection, developed together, completing the image enhancement product. The process is deterministic, and the structure extracted from the output can be audited against the structure of the input.

    This targets organisations that need to demonstrate that enhancement did not alter the original image: legal and forensic, archival, and medical imaging, where generative enhancers are structurally disqualified.

    Activities:

    • Develop noise removal and sharpening.
    • Bring the enhancement product to market via API for legal, archival, medical and e-commerce pipelines.
    • Follow with a consumer-facing tool once the product is complete.

    Ends when:

    • Full enhancement product available to customers.
  4. Hierarchical vectorization

    A multi-resolution representation in which each coarser layer is a defined structural refinement of the layer below, so the representation is invertible and verifiable. This is the substrate for advanced image editing and, potentially, for AI applications.

    This phase contains open research on pattern taxonomy and the layered data model, and is presented as such.

    Activities:

    • Develop the hierarchical, multi-resolution vector representation.
    • Release the hierarchical format to developers.

    Ends when:

    • Hierarchical format available to developers.
  5. Advanced image editing

    Editing a photograph by its structure: move an edge and the fill follows, select a region by what it is rather than by its pixels. This is enabled by the hierarchical representation.

    Rather than building an editor, the hierarchical representation plus an SDK is licensed to the vendors who already own the editing surface.

    Activities:

    • Build the editing SDK and integration layer.
    • License the technology to image editing software vendors.

    Ends when:

    • SDK licensed to editor vendors.
  6. AI enhancement (research)

    Using the vector data as direct input for neural networks, both for efficiency (denser, higher signal-to-noise input than pixels) and for control (constraining structure directly in classification and generation).

    This is a research direction rather than a product. Exploration can start once direct vectorization is available, by feeding per-channel vectors to conventional networks and measuring the effect.

    Activities:

    • Explore vector input for conventional neural networks.
    • Work with model builders and labs on the results.