Skip to main content

OPINION article

Front. Public Health, 18 March 2021
Sec. Digital Public Health

Benefits of Mobile Contact Tracing on COVID-19: Tracing Capacity Perspectives

  • 1School of Computing, Korea Advanced Institute of Science and Technology, Daejeon, South Korea
  • 2Department of Computer Science and Engineering, Kangwon National University, Chuncheon, South Korea

1. Introduction

For effectively suppressing COVID-19's spread, contact tracing has been widely used to identify, isolate, and follow-up with those who have come in close contact with an infected person (or “close contacts”). Traditionally, contact tracers in local health offices interview an infected person to identify visited places (or hotspots) and then check any close contacts. For the accurate recall of travel history, several countries including South Korea corroborate multiple data sources, such as cell location or credit card transactions (1).

Beside this traditional approach, various mobile apps were introduced to help improve travel history tracking including automated GPS tracking (e.g., Israel's HaMagen) and manual place QR-code scanning (e.g., New Zealand's NZ COVID Tracer and Korea's KI Pass). Alternatively, mobile apps maintain individuals' “encounter history” (instead of place visit history) by leveraging peer-to-peer wireless beaconing (i.e., self-announcing its presence to nearby devices) with Bluetooth Low Energy (BLE) in smartphones, such as Google-Apple's Exposure Notification and Singapore's BlueTrace and TraceTogether. This encounter history can be used later to judge whether a user had a risky encounter with an infected person.

We argue that traditional manual contact tracing can be greatly improved by leveraging the wisdom of crowds. Local community members install mobile apps to self-collect “breadcrumbs” for contact tracing, such as GPS traces, place QR-codes, and wireless encounter histories, which can offer near real-time assessment (2). However, there is a systematic lack of adoption of mobile apps in many countries, and success stories of mobile apps are scarce. This is partly because local health authorities are unsure about the benefits of mobile apps, mostly worrying that a lack of app adoption fails to achieve digital herd immunity (3). We emphasize the importance of adopting contact tracing apps via “contact tracing capacity modeling.” Our model clearly demonstrates that the adoption of contact tracing model apps can potentially increase contact tracing capacity. Furthermore, this capacity increment thanks to crowd participation will greatly help local authorities to better handle confirmed cases in the early or late phases of the pandemics. In the following, we present our approach of contact tracing capacity modeling and its benefits for contact tracing. We then discuss practical challenges related to application adoptions by citizens and health authorities as well as technical implementation issues.

2. Contact Tracing Capacity Modeling

A limited resource model is considered (Figure 1): for the local health authority, there are n contact tracers, each having a fixed processing rate μ (e.g., on average, this person can deal with μ people per day). Assuming independence, the total contact tracing capacity would be simply given as . The contact tracers may use existing infrastructure including cell location data or GPS apps to improve their processing rate μ (and lower the error rates).

FIGURE 1
www.frontiersin.org

Figure 1. Contract-tracing capacity modeling.

Let's assume that newly diagnosed people are visiting the authority at the rate of λ, which may vary over time. When both incoming and processing patterns follow exponential distributions (as in M/M/n queue) (4), the number of waitlisted people is proportional to system utilization (ρ=λnμ), and it is represented as ρ1-ρ. If utilization is close to 1, the number of people waiting would dramatically increase, and tracing would be significantly delayed. If local authorities keep the same number of contact tracers or do not sacrifice the quality of contact tracing, there is only a limited number of incoming people for whom contact tracing can be performed; the rest should be excluded due to tracing delay. Therefore, we can easily find that any existing contact tracing system is susceptible to overloading. If a mass infection happens due to super spreading events (e.g., church gathering or indoor parties), overloading could lead to a suspension in normal contact tracing. From a utilization perspective, this phase transition is quite evident in mass infection scenarios.

Fortunately, the adoption of contact tracing mobile apps could help increase the overall contact tracing capacity as follows. When a mobile app's adoption rate is β, the incoming rate of infected persons with an app would be λβ. If the app supports automatic identification of close contacts (which are narrowcast to the target users via the app), the overall contact tracing capacity (without considering its effectiveness) increases from to +λβ. This kind of capacity scaling due to crowd participation (or crowdsourcing) is also observed in peer-to-peer file sharing, such as BitTorrent, where the service capacity for file downloading linearly increases with the number of participants (5).

3. Why Is It Beneficial?

In normal operations where the incoming infection rate is manageable (i.e., stable zone), mobile apps' value is less obvious, particularly when the contact tracers can have infrastructure support including cell location data and credit card transactions for accurate contact tracing, as in Korea. During a massive outbreak, however, the contact tracers' utilization quickly increases to the maximum, and the system becomes unstable. In both situations, mobile apps' adoption is beneficial because early quarantine notice via the mobile app's narrowcasting to exposed people helps prevent further virus spreading. In the unstable zone, the incoming rate of new infection rapidly increases. If mobile apps are adopted, the overall tracing capacity also increases proportionally (i.e., λβ where β is the adoption rate). In the early or late stages of virus spreading, capacity increment helps local authorities to better handle each confirmed case (i.e., fast identification of close contacts before it is too late). Our concept of capacity scaling provides an alternative view on epidemic dissemination modeling where mobile app adoption rate of β helps reduce the infection rate (R0) by a factor of 1−β2 because two parties should have their apps installed for suppression (6).

4. Practical Challenges

There are a few practical challenges in implementing and adopting such mobile apps. A good news is that recent studies show that a majority of people are generally willing to install mobile apps [e.g., 74.8%, as per Altmann et al. (7)]. Of course, there are differences across different counties, and some countries, such as Australia show lower rates of adoption (e.g., 37% downloaded, 19% intended, 28% refused, and 16% undecided). High adoption rates are related to the fact that during pandemics, people are willing to trade their privacy for personal and public safety (e.g., disclosing location traces) if they saw clear benefits (8, 9). This kind of altruistic behavior was also observed in a recent study on wearable data tracking campaigns in Germany (10).

However, adoption rates considerably drop if detection accuracy is low (8, 11). For accuracy measurements of different tracing technologies, we can consider precision (how precise is it to identify visits or encounters?) and recall (how accurately does it capture all visits or encounters?). We note that one size does not fit all, and different technologies have different precision/recall characteristics. Cell ID tracking can only offer kilometer level location accuracy (low precision and recall). Fine-grained location tracking is feasible with GPS, but it does not work indoors, such as a large department store (low indoor recall). Place check-in or wireless beaconing can precisely identify place visits or people encounters, but voluntary participation (e.g., manual QR-code scanning, mobile app adoption) is required. Furthermore, according to a recent study in Australia (11), major barriers of COVIDSafe app adoption included privacy concerns (and distrust toward surveillance), technical difficulties, and misbeliefs about the app's operations (data management and key features). The authors noted that privacy concerns could be amplified due to misbeliefs on data management or features; e.g., data could be shared after the pandemic ends or the app can inform whether it is safe to leave the house (11).

Additionally, there are practical implementation challenges of contact tracing technologies. The first is technical implementation issues. Currently, only Google-Apple API supports full operations of “background” contact tracing (12). Various battery optimization techniques are employed in recent smartphones, which tend to remove background applications (e.g., clearing unused apps from active states). Lack of proper control on battery optimization setting may lead to failure in collecting contact trace information using smartphones. Another implementation challenge is rather infrastructural due to a lack of digital transformation in legacy contact tracing systems (13). This may be because the digital acquisition of administrative data is lagging behind due to a lack of human resource training or integration into existing work tasks.

The current modeling argues that mobile apps can potentially increase contact tracing capacity. This argument assumes that mobile technologies can be seamlessly integrated into existing contact tracing practices in local health authorities. This assumption is challenged not only by a lack of digital transformation in the health authorities' work practices, but also by a diversity of needs in pandemic handling. For example, often times, health authorities want a sense of control on mobile contact tracing (e.g., centralized data collection and information sharing), but this need conflicts with the privacy-by-design principle in Bluetooth-based contact tracing mobile apps (i.e., decentralized data collection and anonymized data sharing). Privacy protection is an important aspect to assure, but people are often willing to sacrifice their privacy as long as it helps to contact tracing during pandemics (9).

Author Contributions

UL wrote the manuscript. AK provided the detailed feedback for paper organization and visualizations. All authors contributed to the manuscript submission, read, and approved the submitted version.

Funding

This research was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Korea government (MSIT) (2020R1A4A10187747).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

1. Park YJ, Cho SY, Lee J, Lee I, Park WH, Jeong S, et al. Development and utilization of a rapid and accurate epidemic investigation support system for COVID-19. Osong Public Health Res Perspect. (2020) 11:118–27. doi: 10.24171/j.phrp.2020.11.3.06

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Angulo FJ, Finelli L, Swerdlow DL. Reopening society and the need for real-time assessment of COVID-19 at the community level. JAMA. (2020) 323:2247–8. doi: 10.1001/jama.2020.7872

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Hinch R, Probert W, Nurtay A, Kendall M, Wymant C, Hall M, et al. Effective Configurations of a Digital Contact Tracing App: A Report to NHSX. (2020). Available online at: https://github.com/BDI-pathogens/covid-19_instant_tracing/blob/master/Report

Google Scholar

4. Kleinrock L. Theory, Volume 1, Queueing Systems. New York, NY: Wiley-Interscience (1975).

Google Scholar

5. Qiu D, Srikant R. Modeling and performance analysis of BitTorrent-like peer-to-peer networks. SIGCOMM Comput Commun Rev. (2004) 34:367–78. doi: 10.1145/1015467.1015508

CrossRef Full Text | Google Scholar

6. Bulchandani VB, Shivam S, Moudgalya S, Sondhi SL. Digital herd immunity and COVID-19. medRxiv. (2020). Available online at: https://www.medrxiv.org/content/early/2020/05/26/2020.04.15.20066720

Google Scholar

7. Altmann S, Milsom L, Zillessen H, Blasone R, Gerdon F, Bach R, et al. Acceptability of app-based contact tracing for COVID-19: cross-country survey evidence. SSRN. (2020). doi: 10.2139/ssrn.3590505

CrossRef Full Text | Google Scholar

8. Cohen IG, Gostin LO, Weitzner DJ. Digital smartphone tracking for COVID-19: public health and civil liberties in tension. JAMA. (2020) 323:2371–2. doi: 10.1001/jama.2020.8570

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Li T, Faklaris C, King J, Agarwal Y, Dabbish L, Hong JI, et al. Decentralized is not risk-free: understanding public perceptions of privacy-utility trade-offs in COVID-19 contact-tracing apps. arXiv. (2020) 200511957.

Google Scholar

10. Diethei D, Niess J, Stellmacher C, Stefanidi E, Schöning J. Sharing heartbeats: motivations of citizen scientists in times of crises. In: CHI Conference on Human Factors in Computing Systems. CHI '21. New York, NY: Association for Computing Machinery (2021).

Google Scholar

11. Thomas R, Michaleff ZA, Greenwood H, Abukmail E, Glasziou P. Concerns and misconceptions about the Australian Government's COVIDSafe app: cross-sectional survey study. JMIR Public Health Surveill. (2020) 6:e23081. doi: 10.2196/23081

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Google Apple. Exposure Notifications: Helping Fight COVID-19. (2020). Available online at: https://www.google.com/covid19/exposurenotifications/ (accessed July 23, 2020).

Google Scholar

13. Murray CJ, Alamro NMS, Hwang H, Lee U. Digital public health and COVID-19. Lancet Public Health. (2020) 5:e469–70. doi: 10.1016/S2468-2667(20)30187-0

CrossRef Full Text | Google Scholar

Keywords: COVID-19, contact tracing, mobile contact tracing, contact tracing app, contact tracing capacity modeling, digital contact tracing

Citation: Lee U and Kim A (2021) Benefits of Mobile Contact Tracing on COVID-19: Tracing Capacity Perspectives. Front. Public Health 9:586615. doi: 10.3389/fpubh.2021.586615

Received: 24 July 2020; Accepted: 25 February 2021;
Published: 18 March 2021.

Edited by:

Pietro Ghezzi, Brighton and Sussex Medical School, United Kingdom

Reviewed by:

Angelo D'Ambrosio, Freiburg University Medical Center, Germany

Copyright © 2021 Lee and Kim. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Uichin Lee, uclee@kaist.ac.kr

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.