Athelas: Our Road From Hack To Product

by Tanay Tandon1/26/2017

A couple years ago, Athelas (YC S16) started as a proof-of-concept project built overnight at YC Hacks 2014. This month we started shipping our first devices to patients and hospitals around the country. We learned a lot in the process and wanted to share a few thoughts here.

athelas-1

The device is a low-cost imager that enables rapid blood diagnostics through computer vision instead of traditional lab-based techniques. Going from a hacked together hardware prototype to shippable product (especially in the medical field) was a progression in dimensionality at every stage, and it’s quite interesting now to look back at day 1.

The first version that began at the hackathon used a rubber piece and spherical magnifier attached to a smartphone camera. A blood sample would be held (by a toilet paper roll) underneath, the camera would take a couple images, then produce the computer vision rendered malaria cell counts. In design this is quite similar to a van Leeuwenhoek microscope (considered one of the earliest microscopes ever built) which was used to see microorganisms for the first time in human history. There were a few examples of this setup, and I spent the first couple hours of the hackathon getting it to work consistently on my phone.

athelas-2

athelas-4

athelas-5

Above: A few excerpts from a writeup I did on Athelas a few months after the hackathon.

The real focus of the hack was writing segmentation and template matching approaches, combined with a fast random forest model implementation that learned to classify extracted versions of the Red Blood Cells (RBCs). Cell boundaries would be recognized, then fed into the classier to identify whether a parasitical cell (like Malaria or Trypanosoma) was present.

athelas-6

This made for a fun demo, where a sample slide would have malaria tagged in it, but a normal person’s blood would not. While functioning and a neat trick, someone needed to be physically holding the camera in place, the slide had to be moved around, with the lighting often being hard to fix. At the end of the day it was a nice experimental toy you might see someone post as a video on Facebook.

But we were sure it could be more. The core idea was – if we made it broad-ranging and easy enough for anyone to use – why not have a simple blood screen in every doctor’s office, nursing facility, or even home? After heading back to school, this idea consumed us and we decided to continue it – but as a product – not just a demo. That meant creating an automated blood processing mechanism to generate a stained peripheral smear, a more robust computer vision approach for different cell types, automated mechanisms to image the whole sample without holding the slide in place, and most importantly – clinical validation.

Deepika (my cofounder) worked to perfect the fast staining mechanism and come up with a way to coat them on plastic strips that could be ready to use out of the box. She worked mostly in-lab, synthesizing dozens of versions of the stain compound, and observing empirically the quality of cell rendering. The other side of this problem was ensuring that the strip could easily be compressed to create a ‘monolayer’, or single layer of cells that enables statistically representative imaging.

athelas-7

athelas-8

Above: An excerpt from “The marching velocity of the capillary meniscus in a microchannel”, a sample of work we referenced when attempting to model the flow in our channel to generate a monolayer. This capillary design was eventually shelved for a future iteration.

In the meantime, I focused on building a higher resolution optical set up in a still cheap, but stand-alone device. As such, we could focus on monitoring more prevalent cell-types like Leukocytes and Platelets (beyond just malaria). The heart of it was an actuation system, coupled with gaussian edge autofocusing algorithms to ensure that our cells were being captured in a consistent fashion. Here’s a prototype midway through:

athelas-9

Furthermore, we started assembling a training set of data from public CDC images, blood smears collected from researchers at Stanford and UCSF – often hand labeled by me or a pathologist. From there, we were able to employ traditional computer vision and deep learning approaches to recognize and classify cell types based on previous, human-guided examples.

athelas-10

Cell body extraction post hough transform, first pass, pre-segmentation and classification

The first set of progress was slow. College workload at Stanford + rising costs of our hardware iterations often made it difficult for us to operate with the iteration speeds a normal product needs. Finals often meant days going by without any tangible progress whatsoever. But we put together a tangible, usable v1, that could grab images of a stained blood sample, and process. See the demo here.

Then this summer, things came full circle to that orange building in Mountain View, as we joined the summer batch at Y Combinator. Our time (now full time on the project) was focused on our clinical validation locally and at the FEMAP family hospital, to run a first set of usages within a hospital system. The goal was proving the system on just one aspect first: White Blood Cell counts. By grabbing images of samples on our strip, and then running the algorithms we showed how our counts were correlating with high accuracy to the gold standard Beckman Counter across 350 patients, combined with a set of bench precision studies.

athelas-11

An interesting aspect was showing how our drop to drop precision (something of much recent interest) was clinically acceptable versus other systems operating on drops. Coulter counters (traditional cell counting systems) work by flowing particles through a jeweled aperture a few microns in diameter, and recording impedance to register particle size – and as a result, particle classification. At the crux of it, higher impedance = larger particle size.

athelas-12

Coulter Counting Principle diagram source: cyto.purdue.edu

Athelas’s computer vision approach, however, focuses wholly on the image and nucleation patterns. As such, the particulate matter or lymph that can often confuse a Coulter system (especially in diluted quantities), is simply classified by the vision as a non-leukocyte cellular body (not a white blood cell, but some other, un-classified artifact in the blood sample).

athelas-13

The trial showed high inter-rater agreement (100% 5-class inter rater agreement) between the two systems, we submitted our data off to the FDA for Class 2 510k approval, and are now distributing our Class 1 version of the system for rapid White Blood Cell monitoring. See more at athelas.com.

athelas-14

athelas-15

As we integrate new blood tests into the system over the coming months (concussion monitoring, inflammation tracking, urinary tract infection, platelets, more cell counts), our key growing challenge will be working with the existing clinical and medical community to help guide adoption and usage. These coming months will focus on getting our $250 devices into as many point-of-care locations, homes, and clinical settings as possible.

We’re always looking for awesome people to meet and hackers to join our growing team, so shoot me an email if you want to chat about anything: tanay [at] getathelas.com

Author

  • Tanay Tandon

    Tanay Tandon is a cofounder of Athelas.