Skip to main content

Fourteen days free-living evaluation of an open-source algorithm for counting steps in healthy adults with a large variation in physical activity level

Abstract

Background

The number of steps by an individual, has traditionally been assessed with a pedometer, but increasingly with an accelerometer. The ActiLife software (AL) is the most common way to process accelerometer data to steps, but it is not open source which could aid understanding of measurement errors. The aim of this study was to compare assessment of steps from the open-source algorithm part of the GGIR package and two closed algorithms, AL normal (n) and low frequency extension (lfe) algorithms to Yamax pedometer, as reference. Free-living in healthy adults with a wide range of activity level was studied.

Results

A total 46 participants divided by activity level into a low-medium active group and a high active group, wore both an accelerometer and a pedometer for 14 days. In total 614 complete days were analyzed. A significant correlation between Yamax and all three algorithms was shown but all comparisons were significantly different with paired t-tests except for ALn vs Yamax. The mean bias shows that ALn slightly overestimated steps in the low-medium active group and slightly underestimated steps in high active group. The mean percentage error (MAPE) was 17% and 9% respectively. The ALlfe overestimated steps by approximately 6700/day in both groups and the MAPE was 88% in the low-medium active group and 43% in the high active group. The open-source algorithm underestimated steps with a systematic error related to activity level. The MAPE was 28% in the low-medium active group and 48% in the high active group.

Conclusion

The open-source algorithm captures steps fairly well in low-medium active individuals when comparing with Yamax pedometer, but did not show satisfactory results in more active individuals, indicating that it must be modified before implemented in population research. The AL algorithm without the low frequency extension measures similar number of steps as Yamax in free-living and is a useful alternative before a valid open-source algorithm is available.

Peer Review reports

Background

Physical activity brings major health benefits by lowering the risk for cardiovascular disease as well as other lifestyle related diseases, depression and musculoskeletal injuries [1]. Both for surveillance and research, it is of importance to measure physical activity, for example to determine compliance to national recommendations and to study the importance of physical activity to health. Number of steps provide important health benefits from physical activity since most of the body is engaged in the activity. The activities performed producing steps, like walking, running or in some sports, are easily accessible for most people [2]. A common way to measure steps in research is with pedometers because they are cheap, small, easy to use [3]. Because of this, pedometers are often used in epidemiological research [3]. Modern pedometers consist of an accelerometer where the information to determine steps is used only. However, accelerometer data can provide additional information such as intensity level, energy expenditure for different activities and even data on sleep [4]. Nevertheless, the number of is steps is still a useful metric because of its simplicity but the accelerometer signal needs to be processed.

A number of factors have to be taken into consideration, including body position and sampling rate, that determines how strong the accelerometer signal is [5]. Further, a frequency filter is applied to reduce noise [6]. Placement at the hip has shown the be the most reliable position to register steps [7]. The most common accelerometer is the ActiGraph with the model GT3X [7], which has its own software called ActiLife (AL) for processing data [8]. However, it is rather expensive and the algorithm for processing data is not accessible. This makes it hard to analyze and understand measurement errors, which is a problem in research. A low frequency extension (lfe) filter has been added to AL to detect activities at a lower intensity. However, ALlfe has shown to have difficulties filtering out noise compared with the normal AL filter (ALn) in free-living, contributing to overestimation of steps compared to a criterion pedometer [9]. Early studies comparing accelerometer and pedometer steps found strong correlation but low agreement, were the accelerometer often reported more steps when using AL than the pedometer [10]. A more recent study in free-living shows a slight underestimation of steps from accelerometer data when using ALn compared with pedometers [11]. Other brands of accelerometers such as the Axivity only provides the raw acceleration data which means that an algorithm for steps needs to be developed.

To determine the true number of steps, visual step counting (direct observation) is considered the golden standard [12]. However, this is only possible in a laboratory setting and not in free-living conditions, in which case a camera attached to the body can be used instead. This is only possible for a few hours due to the discomfort. Therefore, a true free-living golden standard for steps is not yet accessible. Instead, free-living studies are mostly designed for concurrent validity, where two or more devices are compared to determine their agreement.

To get a standardize method for discerning the number of steps from accelerometer data, it necessitates that the algorithm is open source, making it is easy to analyze and share between researchers. Some popular algorithms used for steps in accelerometers are peak detection, autocorrelation, and continuous wavelet transformation (CWT) methods [13]. CWT has shown good accuracy against steps counted by a body camera in semi free-living setting in healthy subjects [14, 15]. Even though these algorithms seem to perform well, they are hard to replicate without a vast programing knowledge since they are not open source. An open-source algorithm based on autocorrelation is available that has been used as part of the rehabilitation for cardiovascular patients and showed low errors compared with manual step count in a controlled setting [12]. Another popular method is peak detection which seems to perform the best overall, when comparing different algorithms across different positions and activities [13]. It scans the signal for peaks over a set threshold and uses different constraints to eliminate false peaks [12]. An open-source algorithm based on peak detection has been presented in a semi free-living setting, with a 95% accuracy when compared to manually counted steps [16] and 89% accuracy in a controlled setting [17]. This algorithm is open source and performs well in a controlled setting, but might have to be further developed before tested in free-living.

A proposed method that is also based on peak detection is an open-source algorithm [18] that is part of GGIR that is a widely used package on processing accelerometer data [19]. It is based on an algorithm that implements constraints to detect and eliminate false steps [20]:

  • • Periodicity: Time difference between two peaks for the same activity (walking, running etc) is rather fixed since they take place at the same speed. So, a more varying time difference between peaks will be identified as activities other than steps and therefor discarded.

  • • Similarity: The acceleration for steps should look similar in nature, which means that the peaks in a window look similar or are discarded.

  • • Continuity: The number of neighboring windows of acceleration surpassing a threshold to form bouts of gait over a certain period.

Compared with a conventional peak detection method, the constraints improved the accuracy by 6.6% for normal walking,9.5% for free walking and 58.9% for data that includes false steps [20] in healthy individuals. The algorithm has also been tested on patients with cardiovascular disease in a controlled setting wearing a accelerometer on the wrist [12], and in 30 participants walking 350 m regular, semi-regular and unstructured with a video recording as reference [21]. Both the studies showed satisfying results. The accuracy of this open-source algorithm has shown promising results, but it still needs to be tested on a larger data set with a variety of activity levels, in a free-living setting over multiple days. It also needs to be compared to other commonly used accelerometer step count methods such as AL before it can be implemented in larger epidemiological studies.

Therefore, the aim of this study was to compare assessment of steps from the open-source algorithm part of the GGIR package and the ALn and ALlfe algorithms to Yamax pedometer (as reference), during free-living over multiple days, in healthy adults with a wide range of physical activity levels.

Results

Steps from a total of 614 days were used in this study. The participants were categorized into low-medium and high active groups for analysis purpose and are presented in Table 1.

Table 1 Participant characteristics

Both AL algorithms and Yamax showed strong correlation in both groups, with a slightly stronger correlation between Yamax and ALn (Table 2). The correlation between Yamax and GGIR were strong in the low-medium active group, but lower in the high active group. The Yamax and ALn had similar mean values for steps in both groups with a small overestimation in the low-medium active group and small underestimation in the high active group. In contrast, ALlfe overestimated steps and GGIR underestimated steps in comparison to Yamax in both groups. These differences are also reflected in the large mean absolute percent error (MAPE) for ALlfe versus Yamax in both groups, especially in the low-medium active group. The MAPE for GGIR versus Yamax was instead larger in the high active group.

Table 2 Daily steps determined from the different accelerometer algorithms and from the Yamax pedometer in the low-medium and high active groups

Altogether, the results confirm a systematic error where ALlfe overestimates and GGIR underestimates the number of steps compared to Yamax. In the case of GGIR, the systematic error was depended on the activity level. This is further highlighted in the Bland–Altman plots presented in Fig. 1, which reveals the distribution of the measurement errors at an individual level. The systematic error and the larger individual variation in the measurement error correspond to the larger MAPE for ALlfe and GGIR compared to ALn. Although the mean difference between ALlfe and Yamax was the same in both groups, the MAPE was larger in the low-medium active group as the error in relation to the total number of steps is larger. The Bland–Altman plot for GGIR versus Yamax visualizes the differential systematic error with increasing underestimation by increasing number of steps. This figure also reveals the larger individual variation in the error in the high active group corresponding to the difference in MAPE between the groups, which confirms a larger random error.

Fig. 1
figure 1

Difference in daily steps for each of the algorithms compared to Yamax across the range of steps. Each circle representing one day. Horizontal lines indicate mean (± 2sd) difference

Discussion

The results of this study shows that the ALn algorithm performs closest to Yamax across the range of physical activity level, with a small measurement error both at group and individual level. This seems to be in accordance with what previous studies have shown in a free-living setting when comparing with a pedometer in a healthy population in the same age span but without regulation in activity level [11]. Hence, ALn is suitable to be used in a variety of populations. The ALlfe largely overestimated by approximately 6700 steps/day compared to Yamax and this systematic error was similar in both groups. That ALlfe tends to generate more steps compared with the other measurements follows the trend in previous studies [9]. ALlfe is made to capture steps in a low active group such as elderly with walking impairments, who are at a much lower activity level than the low-medium group in this study. This means that the results shown here might have been expected since ALlfe records noise at a low frequency which might not be actual steps, noise that the ALn filters out. In addition, there was a large individual variation in the error (random error), especially in the low-moderate active group were the MAPE is 88% compared to 43% in the high active group. When looking at the Bland–Altman plot in Fig. 1 this difference in MAPE can be hard to understand. This is explained in relation to the total number of steps, were individuals in the high active group takes more steps which means that the percentage shown by MAPE becomes smaller. If the individual error would instead be presented as mean absolute error (MAE), the groups would probably be more similar.

The open-source GGIR algorithm underestimates steps compared with Yamax. It is clear that the systematic error is related to activity level where the underestimation becomes larger the higher the step output is. This is highlighted by the mean difference of -1129 in the low-medium group and -7412 in the high active group and the visualization in the Bland–Altman plot in Fig. 1. This is most likely a result by the constraints put in the algorithm to remove false steps. When the step frequency increases, too many real steps are filtered out. Since most participants in the high active group are long distance runners it is possible that the GGIR algorithm have problems detecting activities such as running which could explain the discrepancy between the algorithms in the high active group. This makes sense since the GGIR algorithm has only been developed for walking at different speeds and not for running [20]. The individual error (random error) is high across both groups with a MAPE of 48% in the high active and 28% in the low-medium. However, since the low-medium group still can be physically active up to 3 h per week, it is possible that the measurement error is related to activities of higher intensities such as running in this group as well.

A previous study of cardiac rehabilitation showed a MAPE of 4% in normal walking and 11% in running when comparing the GGIR algorithm to visual step count [12], which is much lower than our study shows. However, the participants are not the same where one could imagine that the cardiac patients take smaller and slower steps compared with healthy adults. The periodicity constraint regarding time intervals between peaks to identify bouts of steps is set to a time threshold to eliminate false steps. This time threshold is set in relation to steps while walking [20]. Therefore, we suggest that the threshold is changed to include peaks closer together to capture higher intensity activities such as running. If the time threshold is expanded, it might lead to more false steps recorded, but the similarity and continuity constraints are in place as well to help address and remove false steps withing the threshold of the periodicity constrain which means that this should not be a problem.

Strengths and limitations

To our knowledge, no other study has evaluated open-source algorithms for counting steps in free-living over such an extended number of days. Another strength in this study is the number of participants covering a large span of activity levels. Because the Yamax pedometer is rather large, the participants were instructed to take it off during the night, which they did not do with the accelerometers. This means that if the participants went up during the night to for example drink water or go to the bathroom, those steps were not recorded by the pedometer. When running the algorithms on the accelerometer data, it is hard to remove a specific number of hours to compensate for this difference. Consequently, steps taken during the night, for example going to the bathroom or kitchen, were not registered by the pedometer. There is no golden standard method for counting steps in free-living over an extended amount of time, but the Yamax pedometer is often used in research and was therefore chosen as the reference method in this study. Because of this, we can only say how the algorithms in question perform in relation to Yamax as concurrent validity.

Conclusion

This study shows that the GGIR open-source algorithm captures steps fairly well in a low-medium active group when compared with the Yamax pedometer but does not show satisfactory results on higher activity levels, which means that the algorithm must be modified before implemented in a larger variation of populations. The ALn algorithm measures steps close to the Yamax pedometer in free-living and is therefore a suitable alternative for measuring steps in free-living before a valid open-source algorithm is available.

Methods

Study design

The study is part of the methodological project Measuring Energy expenditure and Diary intake at different Activity Levels (MEDAL) and evaluated the accuracy of one open-source and two closed-source algorithms to determine steps from accelerometer data collected at the right hip during free-living for two weeks. The Axivity AX3 accelerometer (Axivity Ltd., Newcastle upon Tyne, UK) with a sampling rate of 100 Hz and range of 8 g and the Yamax SW-200 Digi-Walker Pedometer (Yamax, Bridgnorth, UK) were used in this study. The Yamax SW-200 has demonstrated good accuracy when measuring steps in free-living [22] and was used as reference. The number of steps from the pedometer was logged by the participants for each day in an activity diary. The participants could also write down if they for some reason removed the monitors and what type of physical activity they performed during the day and for how long. The pedometer was taken off during the night, but the accelerometer was worn for 24 h.

Participant characteristics

Participants between 18–40 years old were recruited by distributing leaflets at Gothenburg university, from Facebook online advertisement and from local running sports clubs. Data was collected from 46 participants including 25 females and 21 males. The MEDAL project targeted individuals with a large variation in physical activity and recruited participants into a low-moderate active group (< 150 min/week of vigorous physical activity) and high active group (> 300 min/week of vigorous physical activity). Further, individuals with mainly non-ambulatory activities not including steps, such as cycling, swimming or strength training, were excluded. This means that the high active participants in the study mainly consisted of runners but also some football players. This study has been approved by the Swedish Ethical Review Authority (2019–05,316, 2020–00,010) and has been performed in accordance with the Declaration of Helsinki. The participants provided informed consent to participation. One male and one female in the low-medium active group chose to withdraw from participation after the first week and the first day, respectively.

Algorithms

An open-source algorithm and two closed-source algorithms was used to calculate steps from the accelerometers. The open-source algorithm is based on the peak detection method, which seems to be the most accurate way to measure steps when compared with other commonly used methods [13]. This peak detection algorithm is a part of the GGIR package [19] and the detailed information on how to run the algorithm can be found [18]. When comparing with other open-source algorithms, there are several reasons why choosing this algorithm:

  • • GGIR is a well-known package when it comes processing accelerometer data, which means that many researchers use it

  • • The algorithm is based on a peak detection method and addresses the problem with detecting false steps by adding constraints: Periodicity, similarity, and continuity

  • • The algorithm is designed to work on different locations on the body and has been tested in laboratory and semi-free-living setting in several studies [12, 20, 21]

  • • This algorithm provides better step count accuracy and fewer false steps when compared with a normal peak detection method [20]

  • • It has been tested on patients with cardiovascular disease as well as healthy participants [12, 20]

  • • It is free, easily accessible, and ready to be used with minimal programing knowledge

Accelerometer data were also processed in the AL software (ActiGraph LCC, Pensacola, FL, USA) with the normal filter (ALn) and the low frequency extension filter (ALlfe) [8].

Statistical analysis

The data for each participant consisted of four measures of number of steps from each day. One from the Yamax pedometer and one for each of the algorithms used to calculate steps from the accelerometer. Days which had missing data from at least one of the algorithms were removed from analysis. This resulted in 28 days or 4% of the data removed. Two outlier days from the same participant were identified as technical error based on the large difference (> 45,000 steps) and removed from analysis. The statistical evaluation included Pearson correlation, mean (sd) difference accompanied with paired t-tests to determine measurement bias, mean absolute percent error (MAPE) for the absolute size of error, and Bland–Altman plots for visualization of different components of measurement errors, i.e. systematic error (differential or non-differential) and random error (individual variation).

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

References

  1. Posadzki P, Pieper D, Bajpai R, Makaruk H, Könsgen N, Neuhaus AL, et al. Exercise/physical activity and health outcomes: an overview of Cochrane systematic reviews. BMC Public Health. 2020;20(1):1724.

    Article  Google Scholar 

  2. Lee IM, Buchner DM. The importance of walking to public health. Med Sci Sports Exerc. 2008;40(7):S512–8.

    Article  Google Scholar 

  3. Tudor-Locke C, Craig CL, Brown WJ, Clemes SA, De Cocker K, Giles-Corti B, et al. How many steps/day are enough? for adults. Int J Behav Nutr Phys Act. 2011;28(8):79.

    Article  Google Scholar 

  4. Ainsworth B, Cahalin L, Buman M, Ross R. The current State of physical activity assessment tools. Prog Cardiovasc Dis. 2015;57(4):387–95.

    Article  Google Scholar 

  5. Arvidsson D, Fridolfsson J, Börjesson M. Measurement of physical activity in clinical practice using accelerometers. J Intern Med. 2019;286(2):137–53.

    Google Scholar 

  6. Ao B, Wang Y, Liu H, Li D, Song L, Li J. Context impacts in accelerometer-based walk detection and step counting. Sensors. 2018;18(11):3604.

    Article  Google Scholar 

  7. Migueles JH, Cadenas-Sanchez C, Ekelund U, Delisle Nyström C, Mora-Gonzalez J, Löf M, et al. Accelerometer data collection and processing criteria to assess physical activity and other outcomes: a systematic review and practical considerations. Sports Med. 2017;47(9):1821–45.

    Article  Google Scholar 

  8. ActiLife | ActiGraph [Internet]. [cited 2022 May 2]. Available from: https://actigraphcorp.com/actilife/.

  9. Feito Y, Garner HR, Bassett DR. Evaluation of actiGraph’s low-frequency filter in laboratory and free-living environments. Med Sci Sports Exerc. 2015;47(1):211–7.

    Article  Google Scholar 

  10. Tudor-Locke C, Ainsworth BE, Thompson RW, Matthews CE. Comparison of pedometer and accelerometer measures of free-living physical activity: Medicine & Science in Sports & Exercise. 2002;34(12):2045–51.

    Google Scholar 

  11. Lee JA, Williams SM, Brown DD, Laurson KR. Concurrent validation of the Actigraph gt3x+, polar active accelerometer, Omron HJ-720 and Yamax digiwalker SW-701 pedometer step counts in lab-based and free-living settings. J Sports Sci. 2015;33(10):991–1000.

    Article  Google Scholar 

  12. Femiano R, Werner C, Wilhelm M, Eser P. Validation of open-source step-counting algorithms for wrist-worn tri-axial accelerometers in cardiovascular patients. Gait Posture. 2022;92:206–11.

    Article  Google Scholar 

  13. Brajdic A, Harle R. Walk detection and step counting on unconstrained smartphones. In: Proceedings of the 2013 ACM international joint conference on Pervasive and ubiquitous computing [Internet]. New York, NY, USA: Association for Computing Machinery; 2013 [cited 2022 Mar 23]. p. 225–34. (UbiComp ’13). Available from: https://doi.org/10.1145/2493432.2493449.

  14. Hickey A, Din SD, Rochester L, Godfrey A. Detecting free-living steps and walking bouts: validating an algorithm for macro gait analysis. Physiol Meas. 2016;38(1):N1-15.

    Article  Google Scholar 

  15. Fortune E, Lugade V, Morrow M, Kaufman K. Validity of using tri-axial accelerometers to measure human movement – Part II: step counts at a wide range of gait velocities. Med Eng Phys. 2014;36(6):659–69.

    Article  Google Scholar 

  16. Salvi D, Velardo C, Brynes J, Tarassenko L. An optimised algorithm for accurate steps counting from smart-phone accelerometry. In: 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC) [Internet]. Honolulu, HI: IEEE; 2018 [cited 2022 Mar 23]. p. 4423–7. Available from: https://ieeexplore.ieee.org/document/8513319/.

  17. Brondin A, Nordström M, Olsson CM, Salvi D. Open source step counter algorithm for wearable devices. In: 10th International Conference on the Internet of Things Companion [Internet]. New York, NY, USA: Association for Computing Machinery; 2020 [cited 2022 Mar 25]. p. 1–7. (IoT ’20 Companion). Available from: https://doi.org/10.1145/3423423.3423431

  18. ShimmerEngineering PM. Verisense-Toolbox [Internet]. 2021 [cited 2022 May 3]. Available from: https://github.com/ShimmerEngineering/Verisense-Toolbox.

  19. Migueles JH, Rowlands AV, Huber F, Sabia S, van Hees VT. GGIR: a research community-driven open source r package for generating physical activity and sleep outcomes from multi-day raw accelerometer data. Journal for the Measurement of Physical Behaviour. 2019;2(3):188–96.

    Article  Google Scholar 

  20. Gu F, Khoshelham K, Shang J, Yu F, Wei Z. Robust and accurate smartphone-based step counting for indoor localization. IEEE Sens J. 2017;17(11):3453–60.

    Article  Google Scholar 

  21. Patterson MR. Development of an algorithm to count steps from 24hr wrist accelerometry data. :5.

  22. Coffman MJ, Reeve CL, Butler S, Keeling M, Talbot LA. Accuracy of the Yamax CW-701 pedometer for measuring steps in controlled and free-living conditions. Digit Health. 2016;14(2):2055207616652526.

    Google Scholar 

Download references

Acknowledgements

We would like to thank Helene Dellborg for her support in the recruitment of participants and to Jean Chelimo, Jonathan Lohaller, Christian Greven, Emilia Kristiansson and Mari Wollmar for their support in the data collection.

Funding

Open access funding provided by University of Gothenburg. The Swedish Heart Lung Foundation. The funding body played no role in the design of the study and collection, analysis, interpretation of data, and in writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

JF, MB cand DA contributed to the design of the MEDAL project. IH and JF contributed to collection and analysis of data in the MEDAL project. IH, JF, MB and DA contributed to the design of this study. IH drafted the manuscript. IH, JF, MB and DA contributed to development and approvement of final manuscript. The author(s) read and approved the final manuscript

Corresponding author

Correspondence to Daniel Arvidsson.

Ethics declarations

Ethics approval and consent to participate

This study has been approved by the Swedish Ethical Review Authority (2019–05316, 2020–00010) and has been performed in accordance with the Declaration of Helsinki. The participants provided informed consent to participation.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Holm, I., Fridolfsson, J., Börjesson, M. et al. Fourteen days free-living evaluation of an open-source algorithm for counting steps in healthy adults with a large variation in physical activity level. BMC biomed eng 5, 3 (2023). https://doi.org/10.1186/s42490-023-00071-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s42490-023-00071-9

Keywords