Data for Good: Fighting COVID-19 with Data Science

Estimated time:
time
min

<i>This is the first of two blog posts about our recent participation in the Pandemic Response Hackathon. Our project (CoronaRank) was one of only 5 projects out of 230 submissions chosen to present at the closing ceremony. For the technical details of our CoronaRank solution (Markov Chains, R, Shiny, and how to quickly manipulate a dataset of >100GB) see the follow-up article.</i> [embed]https://www.youtube.com/watch?v=28068sY4mU4[/embed] The COVID-19 pandemic is putting an unprecedented strain on communities, healthcare systems, and the economy. Much of the effort towards containing the spread of the virus remains with taking individual responsibility for the benefit of the wider community. Various governmental agencies and international organizations are putting policies in place aimed at containing the pandemic and maximizing the efficiency of healthcare service delivery. <b>What can a data science company do to assist these efforts?</b> Our <a href="https://appsilon.com/data-for-good/" target="_blank" rel="noopener noreferrer">Data for Good initiative</a> aims at bridging the gap between tech expertise and those in need of such support who are at the forefront of the fight for a sustainable future of our planet. Committed to this vision, we set out to contribute our data science skills to a project which could reduce the impact of the COVID-19 pandemic.  We recently got this chance during a hackathon centered around finding solutions for the global pandemic. During the hackathon, we developed <a href="https://devpost.com/software/coronarank">CoronaRank</a> – an algorithm that provides users with a personal coronavirus risk score and generates heat maps of risky areas.  <h2>Pandemic Response Hackathon</h2> <a href="https://devpost.com" target="_blank" rel="noopener noreferrer">Devpost</a> is a platform that provides the tech community with an opportunity to contribute to overcoming various global challenges. Their recent <a href="https://hackcovid19.devpost.com" target="_blank" rel="noopener noreferrer">Pandemic Response Hackathon</a> asked the participants to develop technologies to solve what appears to be the greatest public health challenge in decades. The hackathon launched on the 27th of March. Over the course of the next three days more than 2,000 participants got involved and submitted upwards of 230 projects across four tracks: <ul><li style="font-weight: 400;">Public Health and Information Sharing</li><li style="font-weight: 400;">Epidemiology & Science of the Disease</li><li style="font-weight: 400;">Keeping our Health Workers Safe</li><li style="font-weight: 400;">Second-Order Societal Impacts</li></ul> 30 different organizations committed resources including cloud computing from Amazon AWS, visualization tools from Mapbox, datasets from Veraset, and many others. We entered the hackathon in collaboration with <a href="https://www.linkedin.com/in/ewaknitter/" target="_blank" rel="noopener noreferrer">Ewa Knitter</a>, an infectious disease epidemiologist who kindly offered to support our efforts. <h2>Problems we set out to tackle</h2> After initial discussions, we identified a number of problems particularly compelling in the current outbreak and we realized that they can be addressed using geolocation data. Specifically: <ul><li style="font-weight: 400;">COVID-19 tests are a limited resource, and there’s not an obvious way to decide who should be tested. </li><li style="font-weight: 400;">Since few tests are being done, and partly because many infected people are asymptomatic, it’s difficult to know which people and areas to avoid. </li><li style="font-weight: 400;">Supply chain management in the healthcare sector is going to be extremely difficult moving forward and policymakers need information on the current potential hotspots where an outbreak might be imminent.</li><li style="font-weight: 400;">Many young healthy people are ignoring social distancing guidance on the basis that they have a low personal risk. We need a way to illustrate how breaking isolation can affect communities.  </li></ul> <h2>Our solution</h2> To address these problems, we decided to create heat maps of pandemic hotspots with high human interaction. Such heat maps would give public officials an idea of the locations for the next potential outbreak and provide the users with information about the risk of non-compliance with public health measures. To achieve this we took inspiration from Google's PageRank algorithm, which ranks web pages based partly on their interactions and connections with other popular web pages. We replicated this methodology in epidemiology with Markov Chain modeling. The resulting <b>CoronaRank</b> is an algorithm that uses geolocation data, epidemiology data, self-reporting, and Markov Chain modeling to assess the likelihood of coronavirus exposure. To create and implement CoronaRank we made use of the <a href="https://www.veraset.com" target="_blank" rel="noopener noreferrer">Veraset</a> database for New York. Veraset provides anonymized phone geolocation data giving each individual a unique identifier.  The challenge was to analyze this large dataset (over 100GB of data per day) in a limited timeframe. However, building on our previous experience with Big Data, we were able to quickly develop the algorithm. We went on to embed it within a web application -- <b>Community Shield</b> -- designed for use on smartphones, which displays pandemic hotspots – areas with high activity in a recent period, as well as give the user a risk score depending on how many interactions they had in these hotspot areas. <img class="wp-image-3790 size-full" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65a9b67709e020e3be059b9e_Screen-Shot-2020-04-03-at-09.08.05.webp" alt="" width="2560" height="1286" /> Heat map of New York. Darker (red) circles indicate locations with higher risk. An individual’s CoronaRank is the likelihood that they may be infected with COVID-19. Confirmed cases are assigned a CoronaRank of 1. Non-confirmed persons are assigned a CoronaRank of 0<x<1 based on the interactions or possible interactions with others based on geolocation data from the past two weeks obtained from phones. <img class="size-full wp-image-3784" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65b022815d4ca14b90405cda_googletakeout.webp" alt="" width="1186" height="1024" /> <em>Demo of user input.</em> The more you travel to risky places, the higher your CoronaRank. The more high-rank people visit a place, the riskier it becomes.  <img class="wp-image-3792" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65b022815d4ca14b90405d04_Screen-Shot-2020-04-03-at-09.10.11.webp" alt="Risky profile" width="500" height="409" /> A high-risk individual (CoronaRank of 0.9) visited a number of high-risk areas in Manhattan recently. You can test out the demo of the <a href="https://internal.appsilon.ai/coronarank/" target="_blank" rel="noopener noreferrer">CoronaRank app</a>. For now, it includes three predefined risk profiles to showcase the app’s capabilities. <h2>Our plans for the future</h2> We plan to develop the CoronaRank algorithm further by including a self-reporting feature. This way, the user can anonymously provide information about their COVID-related symptoms (if any). This will affect their CoronaRank and by extension that of all other people they met in the recent weeks. This would be very valuable to public health organizations that do not have the capacity to screen and test each citizen. We also aim to integrate Google Takeout to import personal location data into the app to make it fully user-specific and improve the UI.  We hope to partner with governmental and international institutions to get endorsement for the app and deliver it to the public. A long-term collaboration would help to turn the app into a comprehensive tool to educate individuals and drive informed healthcare delivery policy for public institutions. To make this a reality we need to obtain cloud resources to make this app available at scale. Please don't hesitate to reach out if you would like to provide resources or collaborate with us on the project. 

Contact us!
Damian's Avatar
Damian Rodziewicz
Head of Sales
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
covid-19
data for good
data analytics
shiny dashboard
ai&research