Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Smartphone dependence classification using tensor factorization

  • Jingyun Choi ,

    Contributed equally to this work with: Jingyun Choi, Mi Jung Rho

    Affiliation Department of Computer Science and Engineering, Pohang University of Science and Technology, Pohang, Republic of Korea

  • Mi Jung Rho ,

    Contributed equally to this work with: Jingyun Choi, Mi Jung Rho

    Affiliation Department of Medical Informatics, College of Medicine, The Catholic University of Korea, Seoul, Republic of Korea

  • Yejin Kim,

    Affiliation Department of Creative IT Engineering, Pohang University of Science and Technology, Pohang, Republic of Korea

  • In Hye Yook,

    Affiliation Department of Medical Informatics, College of Medicine, The Catholic University of Korea, Seoul, Republic of Korea

  • Hwanjo Yu,

    Affiliation Department of Computer Science and Engineering, Pohang University of Science and Technology, Pohang, Republic of Korea

  • Dai-Jin Kim ,

    kdj922@chollian.net (DK); iychoi@catholic.ac.kr (IC)

    ‡ These authors also contributed equally to this work.

    Affiliation Department of Psychiatry, College of Medicine, Seoul St. Mary’s Hospital, The Catholic University of Korea, Seoul, Republic of Korea

  • In Young Choi

    kdj922@chollian.net (DK); iychoi@catholic.ac.kr (IC)

    ‡ These authors also contributed equally to this work.

    Affiliation Department of Medical Informatics, College of Medicine, The Catholic University of Korea, Seoul, Republic of Korea

Correction

21 Sep 2017: The PLOS ONE Staff (2017) Correction: Smartphone dependence classification using tensor factorization. PLOS ONE 12(9): e0185506. https://doi.org/10.1371/journal.pone.0185506 View correction

Abstract

Excessive smartphone use causes personal and social problems. To address this issue, we sought to derive usage patterns that were directly correlated with smartphone dependence based on usage data. This study attempted to classify smartphone dependence using a data-driven prediction algorithm. We developed a mobile application to collect smartphone usage data. A total of 41,683 logs of 48 smartphone users were collected from March 8, 2015, to January 8, 2016. The participants were classified into the control group (SUC) or the addiction group (SUD) using the Korean Smartphone Addiction Proneness Scale for Adults (S-Scale) and a face-to-face offline interview by a psychiatrist and a clinical psychologist (SUC = 23 and SUD = 25). We derived usage patterns using tensor factorization and found the following six optimal usage patterns: 1) social networking services (SNS) during daytime, 2) web surfing, 3) SNS at night, 4) mobile shopping, 5) entertainment, and 6) gaming at night. The membership vectors of the six patterns obtained a significantly better prediction performance than the raw data. For all patterns, the usage times of the SUD were much longer than those of the SUC. From our findings, we concluded that usage patterns and membership vectors were effective tools to assess and predict smartphone dependence and could provide an intervention guideline to predict and treat smartphone dependence based on usage data.

Introduction

Excessive smartphone dependence causes personal and social problems. There is considerable debate over smartphone dependence among adults and its consequent impact on health in a global context. Many researchers and nations are concerned about smartphone dependence. Various studies have been conducted to find factors associated with smartphone dependence and to prevent and manage smartphone dependence [16].

In particular, the provision of an appropriate intervention is important for the prevention and management of smartphone dependence. To provide an appropriate intervention for smartphone dependence, the degree of risk needs to be assessed using diverse data, including surveys, diaries, medical records, usage data, and positional or physiological monitoring data. Currently available screening and intervention data are based on self-reported surveys that may contain confounding information. Thus, the following issues must be considered for these analyses: what data to collect, how to collect them, and how to use them.

Recent information technology developments have opened the door to new approaches, including remote usage monitoring data and data mining tools. Smartphones also enable the easy collection of monitoring data and thus serve as an ancillary monitoring device. Therefore, smartphone usage data are valuable and easy to collect, and assessments based on real-world data are important for personalized prevention and management.

Additionally, a large-scale real-world data analysis requires a machine learning technique due to the size of the data. Large-scale data must be decomposed into meaningful concepts (i.e., usage patterns or phenotypes) to reduce the problem and obtain effective predictions. Tensor factorization is a well-known dimensionality reduction method that is used to derive meaningful concepts from large-scale electronic health record (EHR) data [79]. Tensor factorization is a powerful method because it can capture relationships in high-dimensional data [8].

Accordingly, the aim of this study was to derive usage patterns that were directly correlated with smartphone dependence from usage data, including Apps and timeslots. Additionally, we attempted to predict smartphone dependence using a data-driven prediction algorithm.

Materials and methods

Our data analysis procedure consisted of the following three steps: 1) collection of smartphone usage log data, 2) derivation of smartphone usage patterns via tensor factorization, and 3) prediction of smartphone dependence based on the patterns.

2.1 Collecting smartphone usage log data

First, we developed a smartphone usage monitoring application [10] to collect smartphone usage log data. Smartphone users could freely download the smartphone usage monitoring application, which only supported Android, from Android application stores. Once the application is installed and executed, it runs as a background application to monitor usage. If smartphone users permit access to application usage by tapping “on” on the application access screen, data are sent to the MindsCare PC application [10]. After the data are successfully stored and integrated, we can monitor smartphone usage log data in the MindsCare PC application. The development languages and tools used to develop the smartphone usage monitoring application were Android native, Android SDK, JavaScript Object Notation (JSON), and Google's Android Open API. Smartphone usage log data were collected with the application event collection API (UsageEvents, AppOpsManager, and UsageStatsManager), which were supported after Android OS 5.0 (Lollipop). Details on the smartphone usage monitoring application can be found in a previous work [10].

For this study, 62 participants were recruited by a professional polling company (Hankook Research, Inc.) from November 26 to December 26, 2014. However, 10 participants were excluded because their smartphones did not support Android applications. Additionally, four participants were excluded from our data analysis because they uninstalled or forced our monitoring application to stop, which resulted in unsuccessful log collection.

The log data were collected from 48 smartphone users through our developed application. Each user was classified into either the control group (SUC) or the addiction group (SUD) using the Korean Smartphone Addiction Proneness Scale for Adults (S-Scale) [11] and a face-to-face offline interview with a psychiatrist and a clinical psychologist [12]. The S-Scale has the advantage of reflecting Korean society [13]; its 15 questionnaire items are listed in S1 Appendix [11]. The Korean version of the Mini International Neuropsychiatric Interview (MINI) was used for the structured interview [14]. We preprocessed the collected log data to obtain events. One event contained information on how much the user used particular Apps every 10 minutes over the course of one day. Fig 1 shows one event for a specific user.

A user could have multiple events, because the log data were collected over several days from March 8, 2015, to January 8, 2016. Finally, we collected 760 events for 16 Apps × 144 time slots. We aimed to identify the time slots and Apps that were used primarily during the day. For the remainder of this study, we analyzed the events by representing the users as events.

2.2 Deriving smartphone usage patterns via tensor factorization

First, we introduced a dummy App to indicate the unused time for each time slot. The usage time of the dummy App was defined as 10 minutes–the sum of the usage time from 16 Apps. Therefore, we transformed the collected events into the events for 17 Apps (including the dummy category) × 144 time slots. Then, we represented the two-dimensional events in a three-dimensional tensor. A tensor is a natural representation of high-dimensional data [15]. We constructed a three-dimensional tensor for multiple events to analyze the interaction between the time slots and the Apps among the events (Fig 2).

To derive usage patterns, we decomposed the constructed tensor X into R components using CP-APR tensor decomposition [16] as follows: , where ar, br, and cr are vectors, λr is a scalar, and ° is the outer product of the vectors (Fig 3). More details about tensor factorization can be found in S2 Appendix.

thumbnail
Fig 3. Generating usage patterns via tensor factorization.

Each component consists of the event factor ar, the time slot factor br, the App factor cr and the weight λr.

https://doi.org/10.1371/journal.pone.0177629.g003

Using br and cr, we defined the rth usage pattern that represented the time slots and Apps that were mainly used during the day. br represents how much the 144 time slots are involved in the rth pattern. Similarly, cr represents how much the 17 Apps are involved in the rth pattern. λrar contains the degree to which the events have usage time associated with the rth pattern. λrar was defined as the membership values of events to the rth pattern. Using the patterns, one event (17 Apps × 144 time slots) can be expressed as R membership values. We defined the set of R membership values for an event as a membership vector. After deriving the patterns, we used forward feature selection [17] to delete patterns that were not significant for the prediction of smartphone dependence. Details on the vector representation of an event via CP-APR can be found in previous reports [7,8,16]. We used the cp_apr function in the Matlab Tensor Toolbox [18].

2.3 Predicting smartphone dependence according to patterns

We predicted whether an event was from an addicted user using logistic regression. The membership vectors were used as the features of the prediction model. We used accuracy, recall, precision, and the area under the curve (AUC) of the prediction model to evaluate the prediction performance. Accuracy is defined as the ratio of true predictions, and recall is considered the ratio of the events that are correctly predicted among the actually addicted cases. Precision is defined as the ratio of the events from actually addicted users among the predicted events from addicted users. We performed the prediction with stratified 10-fold cross validation.

2.4 Ethics

This study was approved by the Catholic University’s Institutional Review Board (IRB number: KC15EISI0103). The data from the participants were de-identified. All users provided written informed consent prior to taking part in the study.

Results

3.1 Collecting smartphone usage log data

The participants included 48 smartphone users from Seoul and Gyeonggi-do Province in South Korea (Table 1). Approximately 52.1% of the participants were classified in the addiction group. The participants’ ages ranged from the 20 to 39 years. A total of 25 participants were in their 20s (control group = 11 and addiction group = 14), whereas 23 participants were in their 30s (control group = 12 and addiction group = 11). There were 29 males (control group = 17 and addiction group = 12) and 19 females (control group = 6 and addiction group = 13).

thumbnail
Table 1. Demographic characteristics of the participants.

https://doi.org/10.1371/journal.pone.0177629.t001

For each participant, log data were collected for an average of 15.8 days. In total, we had 760 events with 41,683 non-zero values for 760 events × 144 time slots × 16 Apps. Among the 760 events, 381 events (50.1%) were from the addiction group and 379 events (49.9%) were from the control group. We observed 876 Android programs and grouped them into 16 Apps according to their properties (Table 2).

3.2 Deriving smartphone usage patterns via tensor factorization

We derived six patterns after tensor factorization and forward feature selection by setting R = 10. These six patterns were as follows: social networking services (SNS) during daytime, web surfing, SNS at night, mobile shopping, entertainment, and gaming at night (Table 3 and Fig 4). For each pattern, we visualized the involvement of the time slots and Apps to observe the time slots and Apps that were used primarily during the day. We reported the two most involved Apps for each pattern.

thumbnail
Fig 4. Visualization of the six patterns.

(A) SNS during daytime, (B) web surfing, (C) SNS at night, (D) mobile shopping, (E) entertainment, and (F) gaming at night. The x-axis is the time slot (10 minutes), whereas the y-axis represents the involvement in time slots.

https://doi.org/10.1371/journal.pone.0177629.g004

Additionally, we calculated the ratio indicating how many events were relevant to the pattern by counting the number of events with a membership value to the pattern that was larger than one and dividing by the total number of events (i.e., 760). The ratio for the addiction group was calculated using the same process. The six patterns were statistically significant (i.e., p-values < 0.05) for the prediction of smartphone dependence (Table 4). Positive coefficient estimates indicated that increasing the corresponding values of the membership vector raised the probability of smartphone dependence.

To observe differences in usage times between the SUD and the SUC, we identified the median value for the usage times of each pattern (Table 5). We excluded events that showed a membership value of the pattern of zero when finding the median value. For all patterns, the median value was much longer for the SUD than for the SUC. A significant difference between the two groups was found in the entertainment pattern. Entertainment Apps were mainly used at dawn (i.e., 12 AM—5 AM). The median value of the SUD showed a membership value for the entertainment pattern that was longer than the median value of the SUC between 12 AM and 5 AM. For the SUD and SUC groups, the median values of the entertainment patterns were 36.1 minutes and 10.5 minutes, respectively. In the mobile shopping pattern, we found no significant differences between the two groups. We also performed a t-test to compare the means of the usage times between the two groups. For all patterns, the means of both groups were not the same according to the t-values.

thumbnail
Table 5. Median values and t-test results for usage times of each pattern.

https://doi.org/10.1371/journal.pone.0177629.t005

3.3 Predicting smartphone dependence according to usage patterns

Next, we demonstrated the effectiveness of the six patterns and membership vectors for the prediction of smartphone dependence. We compared our prediction results with the raw feature matrix with 760 × 2448 columns, in which each row consisted of an event (a 17 Apps × 144 timeslots matrix was converted into a 1 × 2,448 vector). Table 6 provides the means and standard deviations of the prediction performance over 10-fold cross validation.

As a result, we found that the membership vectors of our patterns obtained a significantly better prediction performance than the raw data. The AUC obtained by the membership vectors was 0.8183, whereas the AUC of the raw data was only 0.7068. In terms of accuracy, the membership vectors achieved an increase of almost 6.5%. These results demonstrate the effectiveness of using the patterns and membership vectors.

Discussion

This study derived usage patterns that were directly correlated with smartphone dependence using smartphone usage data, including Apps and timeslots. We classified smartphone dependence using a data-driven prediction algorithm. Based on the results of this study, we obtained the following conclusions.

First, we identified the six patterns of smartphone use as follows: 1) SNS during daytime, 2) web surfing, 3) SNS at night, 4) mobile shopping, 5) entertainment, and 6) gaming at night.

The SNS patterns were the dominant patterns, including SNS during daytime and SNS at night. According to the Seven Shades of Mobile report of the seven primary motivations for mobile usage, 19% of individuals show a primary motivation to socialize, such as interacting with other people [19]. In our study, we observed a difference in usage timeslots, with the usage time much longer for the SUD than for the SUC.

The second smartphone usage pattern was the web surfing pattern. In this case, users used the smartphone for constant web surfing all day. The usage time of the SUD was also much longer than the usage time of the SUC.

The third pattern was the mobile shopping pattern. The usage times of the mobile shopping pattern did not significantly differ between the two groups. In this study, mobile shopping Apps were mainly services related to purchasing goods, such as books, tickets, used cars, used market items, gifts, or game items, and accessing discount information. Smartphone users usually used an App for these functions. Shopping, such as looking for and purchasing a product, is an ordinary lifestyle [19].

The next pattern was the entertainment pattern. The users intensively used smartphones for entertainment from midnight to dawn (i.e., 12 AM - 5AM). The usage time of the SUD was also much longer than the usage time of the SUC between 12 AM and 5 AM. For the SUD and SUC groups, the median values of the entertainment patterns were 36.1 minutes and 10.5 minutes, respectively. The contents of the entertainment Apps included news, sports, books, cartoons, travel, music, video, and information sharing. This usage timeslot was unique from midnight to dawn, which highlighted an abnormal but important result.

Finally, we obtained interesting results for gaming at night. A significant difference between the two groups was found for time spent gaming at night. Game Apps were mainly used in the afternoon (i.e., 5 PM—12 AM). The SUD, which often had a membership value for gaming at night, used the game Apps longer than the SUC between 5 PM and 12 AM. In the SUD and SUC groups, the median values of the gaming at night patterns were 30.8 minutes and 6.3 minutes, respectively. Thus, the six usage patterns were identified as useful features for the classification of smartphone dependence.

Additionally, the membership vectors of the usage patterns showed a significantly better prediction performance than the raw data. The positive coefficient estimates (patterns of SNS during daytime, web surfing, SNS at night, entertainment, and gaming at night) indicated that higher corresponding values of the membership vector were associated with a greater probability of smartphone addiction and that there was a low probability of smartphone addiction if the corresponding values (mobile shopping pattern) increased. Thus, the use of membership vectors can provide significantly better prediction than raw data. By identifying the data source and analysis methods, our results may contribute to a customized prevention and management service for smartphone dependence based on the membership vectors of the six identified patterns. Accordingly, usage patterns and membership vectors are effective tools for the assessment and prediction of smartphone dependence. Indeed, we can easily capture the usage patterns of smartphone users based on the derived patterns.

This study has some limitations. First, we used a total of 41,683 logs of 48 smartphone users. To generalize the findings, future research should obtain more usage data. Second, although numerous types of smartphone users exist with variations in region and age, our study was limited to users who lived in Seoul and Gyeonggi-do Province and were between the ages of 20 and 39 years. Future research should be conducted using a more diverse population.

Nevertheless, this study has important implications. We used tensor factorization to obtain meaningful patterns from large-scale data. Indeed, various studies in healthcare have attempted to use tensor factorization as a new approach [7,9,20,21]. The analysis of raw data is very challenging, because these data are usually noisy and do not easily map to meaningful concepts (i.e., usage patterns) that are directly used or needed by clinical researchers. Thus, smartphone usage data need to be analyzed using a machine learning method to reduce noise and identify meaningful patterns. Specifically, the user’s usage per day can be expressed as a membership vector with usage patterns after decomposing a tensor. Using the membership vector, we could determine which derived pattern was dominant throughout the day without using log data. Comparison of the raw data and our representation revealed that the membership vector was more compact and interpretable. Using this process, studies such as ours may help establish an intervention service to predict and treat smartphone dependence. Additionally, computational prediction can easily assess smartphone dependence without human effort and provide earlier interventions. Thus, a computational algorithm should be used as a complementary tool with a human decision to improve efficacy. Taken together, our findings provide an intervention guideline for the prediction and treatment of smartphone dependence based on smartphone usage data.

Conclusions

This study discovered smartphone usage patterns and predicted smartphone dependence according to derived patterns. First, we collected smartphone usage log data. Using tensor factorization, we derived smartphone usage patterns. To predict smartphone dependence, we used the membership vectors as the features of the prediction model. As a result, we identified six usage patterns that significantly predicted smartphone dependence. Moreover, the membership vectors of our usage patterns obtained a significantly better prediction performance than the raw data. These results demonstrate that usage patterns and membership vectors are effective tools for the assessment and prediction of smartphone dependence. Our findings provide an intervention guideline for the prediction and treatment of smartphone dependence based on usage data.

Supporting information

Author Contributions

  1. Conceptualization: IC DK.
  2. Data curation: JC IY.
  3. Formal analysis: JC.
  4. Funding acquisition: DK HY.
  5. Investigation: JC YK IY HY.
  6. Methodology: JC HY.
  7. Project administration: IC DK.
  8. Resources: MR IC IY.
  9. Software: JC.
  10. Supervision: JC MR IC.
  11. Validation: MR IC.
  12. Visualization: JC.
  13. Writing – original draft: JC MR YK IY HY DK IC.
  14. Writing – review & editing: JC MR YK IY HY DK IC.

References

  1. 1. Kim Y, Jeong J-E, Cho H, Jung D-J, Kwak M, Rho MJ, et al. Personality factors predicting smartphone addiction predisposition: behavioral inhibition and activation systems, impulsivity, and self-control. PLoS One. 2016;11: e0159788. pmid:27533112
  2. 2. Mok J-Y, Choi S-W, Kim D-J, Choi J-S, Lee J, Ahn H, et al. Latent class analysis on internet and smartphone addiction in college students. Neuropsychiatr Dis Treat. 2014;10: 817. pmid:24899806
  3. 3. Takao M, Takahashi S, Kitamura M. Addictive personality and problematic mobile phone use. Cyberpsychol Behav. 2009;12: 501–507. pmid:19817562
  4. 4. Billieux J, Van der Linden M, d'Acremont M, Ceschi G, Zermatten A. Does impulsivity relate to perceived dependence on and actual use of the mobile phone? Appl Cogn Psychol. 2007;21: 527–537.
  5. 5. Park N, Lee H. Social implications of smartphone use: Korean college students' smartphone use and psychological well-being. Cyberpsychol Behav Soc Netw. 2012;15: 491–497. pmid:22817650
  6. 6. Samaha M, Hawi NS. Relationships among smartphone addiction, stress, academic performance, and satisfaction with life. Comput Human Behav. 2016;57: 321–325.
  7. 7. Ho JC, Ghosh J, Sun J. Marble: high-throughput phenotyping from electronic health records via sparse nonnegative tensor factorization. In: 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining: New York: ACM; 2014. pp. 115–124.
  8. 8. Ho JC, Ghosh J, Steinhubl SR, Stewart WF, Denny JC, Malin BA, et al. Limestone: high-throughput candidate phenotype generation via tensor factorization. J Biomed Inform. 2014;52: 199–211. pmid:25038555
  9. 9. Wang Y, Chen R, Ghosh J, Denny JC, Kho A, Chen Y, et al. Rubik: knowledge guided tensor factorization and completion for health data analytics. In: Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. Sydney: ACM; 2015. pp. 1265–1274.
  10. 10. Lee S-J, Rho M, Yook I, Park S-H, Jang K-S, Park B-J, et al. Design, development and implementation of a smartphone overdependence management system for the self-control of smart devices. Appl Sci. 2016;6: 440.
  11. 11. Shin KW, Kim DI, Jung YJ. Development of Korean smart phone addiction proneness scale for youth and adults. Seoul: Korean National Information Society Agency; 2011.
  12. 12. Yoo S, Kim Y, Noh J, Oh K, Kim C, Namkoong K, et al. Validity of Korean version of the mini-international neuropsychiatric interview. Anxiety Mood. 2006;2: 50–55.
  13. 13. Lee H, Ahn H, Choi S, Choi W. The SAMS: smartphone addiction management system and verification. J Med Syst. 2014;38: 1. pmid:24395031
  14. 14. Sheehan DV, Lecrubier Y, Sheehan KH, Amorim P, Janavs J, Weiller E, et al. The Mini-International Neuropsychiatric Interview (MINI): the development and validation of a structured diagnostic psychiatric interview for DSM-IV and ICD-10. J Clin Psychiatry. 1998;59: 38–66.
  15. 15. Kolda TG, Bader BW. Tensor decompositions and applications. SIAM Rev. 2009;51: 455–500.
  16. 16. Chi EC, Kolda TG. On tensors, sparsity, and nonnegative factorizations. SIAM J Matrix Anal Appl. 2012;33: 1272–1299.
  17. 17. Jain A, Zongker D. Feature selection: evaluation, application, and small sample performance. IEEE Trans Pattern Anal Mach Intell. 1997;19: 153–158.
  18. 18. Bader BW, Kolda TG. Matlab tensor toolbox version 2.6. 2015. Available from: http://www.sandia.gov/~tgkolda/TensorToolbox/index-2.6.html.
  19. 19. AOL-BBDO Mobile Research. Seven shades of mobile: the hidden motivations of mobile users. 2012. Available from: http://advertising.aol.com/research/research-reports/seven-shades-mobile.
  20. 20. Li Y, Ngom A. Non-negative matrix and tensor factorization based classification of clinical microarray gene expression data. In: IEEE International Conference on Bioinformatics and Biomedicine: Hong Kong: IEEE; 2010. pp. 438–443.
  21. 21. Lee H, Kim Y-D, Cichocki A, Choi S. Nonnegative tensor factorization for continuous EEG classification. Int J Neural Syst. 2007;17: 305–317. pmid:17696294