<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>VisionChain: Taming Foundational Vision Models for use in the Real World</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>George H. W . Pearse</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <abstract>
        <p>Since LLMs came into the spotlight via ChatCPT, there has been an explosion of tooling which make it possible to deploy specialist NLP applications without the need to train a model for a specific problem. This has greatly increased the accessibility of developing advanced Deep Learning powered applications. Despite the tools and technology being available, the same has not occurred for Computer Vision. VisionChain seeks to close this gap.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Vector Database</kwd>
        <kwd>Computer Vision</kwd>
        <kwd>Object Detection</kwd>
        <kwd>Grounding Dino</kwd>
        <kwd>Zero-Shot</kwd>
        <kwd>Heuristics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Problem Statement</title>
    </sec>
    <sec id="sec-2">
      <title>2. Proposed Solution</title>
      <p>A simple, user-friendly API to make developing and evaluating Computer Vision systems on
top of Foundational Computer Vision Models extremely simple and fast. This can be achieved
via a combination of retrieval-augmented detection and post-processing heuristics.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Demo</title>
      <p>The demo will involve the real-time improvement of a foundational Object Detection model
on the realistic industrial dataset zerowaste (https://ai.bu.edu/zerowaste/). The demo will
begin with the raw output of GroundingDino. Performance will then be improved by the
retrieval-augmented detection approach, and finally by the addition of a few post-processing
heuristics.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>