Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Taking Measure

Just a Standard Blog

Developing an Exposure Notification System to Blunt the Spread of COVID-19 and Future Pandemics

a man and a woman walking toward one another with exposure notification system bracelets on. "Waves" coming off the bracelets show that they are coming too close to one another.
Credit: N. Hanacek/NIST

I am part of a grassroots effort at the National Institute of Standards and Technology (NIST) that is developing an exposure notification system for pandemics in general, though we hope it could be used in at least a limited fashion during the current COVID-19 pandemic. We are fortunate at NIST to have all the expertise required to tackle this multidisciplinary problem, solutions to which have the potential to save many lives and hasten economic recovery by helping to reopen our nation.

Contact tracing has been used to blunt the spread of pandemics since the 19th century. In its usual form, health workers conduct interviews with folks who have tested positive for the infectious disease to find out whom they have been in contact with during a certain period before testing. They also learn the length of time people were together and how close they got to one another. The health worker then traces those contacts to let them know they may have been exposed so that they can self-isolate or get tested. This process can be slow and labor-intensive and may not identify every contact. It relies on the infected person remembering all their contacts and the health worker being able to locate those individuals in a timely fashion to stop them from further spreading the disease.

Contact Tracing 2.0

Our work was inspired by and builds off the Exposure Notification System that Google and Apple partnered to develop as an electronic complement to manual contact tracing. They developed software to enable all kinds of smartphones to exchange standardized Bluetooth Low Energy (BLE) messages. This allows third-party developers to develop apps that estimate the proximity of people carrying smartphones based on the strength of received BLE signals and estimate the duration of a contact.*

Whereas the Google and Apple system requires that a user have a smartphone, we at NIST have focused on the development of stand-alone devices for exposure notification that can be worn as a pendant or bracelet. There are several reasons for choosing a wearable device over a smartphone. First, not everyone has a smartphone. Second, people may have a lot of personal data on their phones and may be reluctant to install an exposure notification app that interacts with health authorities. They may be concerned about the unauthorized extraction and use of the data on their phones. Third, interacting with a smartphone may be a barrier to certain segments of society such as the elderly. Finally, small children under 10 may not only not have a smartphone but might also not be capable of being responsible for one. (Think of how well a 6-year-old typically cares for things.) Because small children’s symptoms are often mild or absent, it is especially important that we have an exposure notification system for them that can overcome these challenges.

For these reasons, we are aiming to develop a device that is not only small and wearable but also inexpensive and easy to use. The device would have a simple user interface: a push-button for occasionally checking the proximity data collected on the device against a database of infected people, a green LED to indicate that you are safe, and a red LED to indicate that you have come into close contact with an infected person. The device may also be equipped with a buzzer or vibrator to instantly warn you if you get within 6 feet of another person wearing the device. That would allow the person to maintain appropriate social distance. Our target price for the device is $10, and we expect it to run for three months before the battery needs replacement. This would enable widespread adoption in smaller communities such as workplaces, schools and nursing homes.

Focusing on Accuracy

Here at NIST’s campus in Gaithersburg, Maryland, I have worked with Chang Li and Lu Shi to develop a wearable exposure notification device based on a Raspberry Pi computing platform. This modular device is smaller than a deck of playing cards, and it uses a rechargeable battery. One advantage of this platform is that it has a Wi-Fi interface, making it possible for users to upload proximity data without the need for a smartphone or laptop.

COVID exposure notification device false positive vs. false positive curve
Achievable performance with the M out of N detector for medically significant contacts, where one can operate the detector on any point on the curve.
Credit: N. Moayeri/NIST

We are also developing algorithms for detecting medically significant contacts based on the strength of received BLE signals. We know that these signals do not allow researchers to estimate the distance between the devices with a high degree of accuracy and that this may result in false positives, or false alarms. It may also lead to false negatives, the worst-case scenario in which a contact is made but not detected, which could lead to more infections. Unfortunately, typically such an algorithm cannot have both a low false-positive rate and a low false-negative rate. We’re striving to find a detection algorithm that minimizes the false positive rate subject to the false-negative rate being below some prescribed tolerable level.

To this end, we carried out a five-week campaign to collect Bluetooth data under various conditions. We tested scenarios where two or more devices were at different distances and either in line of sight of each other or separated by walls made of different construction materials. The campaign resulted in a rich hoard of data that we will use to inform our future efforts.

Of course, there is only so much one can do with Bluetooth technology. Soon, we plan to explore proximity detection based on other signals such as ultra-wideband radio frequency signals or ultrasound, which are expected to allow a much more accurate job of detecting contacts.

A Tour de Force in Boulder

Sae Woo Nam, Katy Keenan and Krister Shalm and their colleagues at the NIST campus in Boulder, Colorado, have been contributing greatly to this effort.

Sae Woo has developed several prototype wearable devices using inexpensive BLE computer components and 3D-printed cases, with specific attention to maximizing the battery life of these devices. Hardware and software systems are also being developed that store the database of infected individuals as well as the interface between the wearable devices and that system. In this setup, the device would connect to the internet via a laptop or a smartphone and upload the records of encounters with other devices. The system then computes whether you have had contact with infected individuals, and it sends you a notification.

a small, blue 3D-printed box, which is a wearable exposure notification device, next to an RSA remote token and an ID card for scale. The ID card is about the size of a credit card and the device is about one third its size.
The Boulder exposure notification system device (blue box) with ID card and RSA token for scale. ID card is about the size of a playing card.
Credit: S. W. Nam/NIST

Katy is running a pilot study using these devices to determine how well the system can detect medically significant contacts. Data from the pilot study will enable us to measure the false positive and false negative rates of device and system designs.

COVID modeling
Expected number of deaths after one year in a nursing home as a function of fraction of the population participating in exposure notification and extent of isolation from the general population, as predicted by our modeling work.
Credit: K. Shalm/NIST

Krister is leading our epidemiological modeling efforts, which provide qualitative information about effectiveness of contact tracing. With this model, we have determined parameters such as the required adoption rate and tolerable false positive and false negative rates for an electronic notification system to stop outbreaks. The modeling shows that a good exposure notification system makes it possible to reopen businesses safely.

Paying Attention to Privacy Concerns

For an exposure notification system to be effective in reducing the spread of COVID-19, most of the population would have to use it. Many people might be concerned about whether the system would preserve their privacy.

Naomi Lefkovitz has been using the NIST Privacy Framework to help the team prioritize the privacy requirements for the complete system, from policy considerations to technical capabilities, including the specifications for a privacy-preserving user interface to transmit and receive exposure notifications.

To implement the technical privacy requirements, Rene Peralta at NIST’s Gaithersburg campus has developed a cryptographic system that uses encounter IDs instead of device IDs. An encounter ID is obtained by combining the IDs of the two devices involved in an encounter and encrypting that information. This method, used in our pilot study, provides strong anonymity; it prevents cyberattacks that could result from the broadcasting of device IDs. Enabling this high degree of privacy is based upon the assumption that users of the system are “good actors” insofar as they must voluntarily enter their positive status in the system. This assumption may hold better in smaller communities where the bonds between users might be closer. However, this assumption remains an open question for research and could potentially benefit from the application of game theory to test it.

Nevertheless, the cryptographic encounter IDs provide an additional benefit. They produce anonymized data about the use of buildings (or other spaces) so that decisions can be made about occupant capacity and environmental controls management. These kinds of decisions are an essential part of being able to reopen society.

Putting It To the Test

NIST’s Omid Sadjadi and Craig Greenberg, along with their collaborators at the MIT Lincoln Laboratory, just brought the NIST TC4TL [Too Close for Too Long] Challenge to a successful conclusion. They made training and test sets of data available to challenge participants to train and fine-tune their proximity detection algorithms. The participants were able to run their algorithms on test data sets and upload their data onto the challenge website to get instantaneous performance evaluation results based on a published set of criteria. The website also hosted a leaderboard so that the participants and the public at large could see how different algorithms were faring against each other. Due to the limitations of the data available, the TC4TL Challenge dealt with how close two BLE devices were and not the duration of their encounters.

Finally, NIST’s Heather Evans and Michelle Stephens coordinate the activities of our group, which involves staff from across at least six different laboratory divisions at NIST. The projects I have described came together as part of the “How Can NIST Help?” effort, led by a team including Heather and Michelle. They ensure that we stay informed about our colleagues’ progress and help our messages reach senior management and outside stakeholders.

To summarize, NIST has a robust program to develop exposure notification systems and the requisite standards for COVID-19 and future pandemics. Our program of research is comprehensive, and it is addressing all issues related to this problem. We know that COVID-19 will not be the last pandemic to plague humankind. NIST is doing all it can to make our nation better equipped to deal with them all.

Get more details and NIST contacts for these projects on our exposure notification project page.

NIST will also hold a virtual workshop, "Challenges for Digital Proximity Detection in Pandemics: Privacy, Accuracy, and Impact," Jan. 26, 2021 through Jan. 28, 2021 from 10 a.m. to 3:30 p.m. EST.

*The Centers for Disease Control and Prevention (CDC) currently defines a medically significant or “close” contact as: “Someone who was within 6 feet of an infected person for a cumulative total of 15 minutes or more over a 24-hour period starting from 2 days before illness onset (or, for asymptomatic patients, 2 days prior to test specimen collection) until the time the patient is isolated.’’ The CDC’s current definition is new as of October 21, 2020, and may change as researchers learn more about how the disease is transmitted. We are looking into how this new definition might affect our work and will re-evaluate our approach as new definitions are released in the future.

**updated Nov. 19, 2020, to include details about NIST's January 2021 workshop.  

About the author

Nader Moayeri

Nader Moayeri has been a senior research scientist with the Advanced Network Technologies Division at NIST since 1997. His research interests are in wireless networking, indoor localization and tracking, and the Internet of Things. He received a Ph.D. in electrical engineering – systems from the University of Michigan in 1986.

Related posts

Comments

Add new comment

CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Please be respectful when posting comments. We will post all comments without editing as long as they are appropriate for a public, family friendly website, are on topic and do not contain profanity, personal attacks, misleading or false information/accusations or promote specific commercial products, services or organizations. Comments that violate our comment policy or include links to non-government organizations/web pages will not be posted.