REVIEW 5 major objections 4 minor 72 references
Construction and optimization of health behavior prediction model for the elderly in smart elderly care
T0 review · 5 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper claims that a modular smart elderly-care platform can accurately predict elderly health behaviors and manage them dynamically through data fusion, missing-data handling, nonlinear prediction, and privacy protection.
desk verdict A plausible system description with an unsupported accuracy claim: no dataset, no metrics, no implementation details, so the central empirical result is unverifiable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is the modular data-processing and prediction pipeline. An attention-based multimodal fusion network standardises and weights data from wearables, smart-home sensors, medical records, and environmental monitors; Gaussian-process interpolation fills short gaps while a self-supervised comparative-learning framework handles long missing stretches; a nonlinear predictor with emergency detection captures sudden behavioral shifts; and federated learning, training on local devices without sharing raw data, plus differential privacy protects sensitive information. The dynamic-management side is carried by a set of utility and differential equations that allocate resources according to predicted health status and cost-benefit ratios.
What would settle it
Run the proposed pipeline on a described elderly cohort with documented falls, hospitalisations, or disease-recurrence events, holding out outcome labels, and compare predicted health status to ground truth; then inspect whether Figure 5's scatter can be regenerated from the raw predictions and whether the model beats the traditional questionnaire-based baseline on the same data. If the figure cannot be reproduced from real predictions, that settles the accuracy claim.
Extended reading notes
Core claim
The central claim is that a smart elderly-care platform organised as an integrated service model can predict the health behaviors of older adults accurately and manage them dynamically. The platform draws on real-time IoT data from wearables, smart-home sensors, and environmental monitors; fuses those streams with medical records through an attention-based multimodal fusion network; repairs short data gaps with Gaussian-process interpolation and long gaps with a self-supervised comparative-learning framework; detects sudden, nonlinear behavioral changes; and protects privacy with federated learning and differential privacy. The paper asserts that this combination significantly raises prediction accuracy and robustness relative to traditional methods, and that it transfers across community, home, and hospital care settings.
Load-bearing premise
The load-bearing premise is that the tables and figures labeled as experimental results were produced by applying the proposed model to real multi-source elderly data; the paper gives no dataset description, sample size, collection protocol, or prediction-generation details, so if these exhibits are illustrative, the accuracy claim has no empirical basis.
Editorial extensions
If this is right
- In community care, the platform could predict fall risk and issue early warnings rather than reacting after a fall.
- In home care, it could identify abnormal living habits such as prolonged sitting or elevated nighttime activity and alert caregivers.
- In hospital care, it could use historical medical records to flag disease-recurrence risk and propose interventions to staff.
- The dynamic resource-allocation equations would let care managers shift staffing, equipment, and social-support resources as predicted health status changes.
- Training on local devices through federated learning plus differential privacy could keep raw health data out of central servers while still updating prediction models.
Reading between the lines
- The accuracy claim is not yet testable from the paper alone: no dataset, sample size, collection protocol, or prediction-generation details are reported, and Tables 1-2 describe market research rather than model performance. Reproducing Figure 5 from real held-out data would be the first test.
- Because each module is an established technique, the claimed gain would have to come from the integration; ablating modules one at a time would show which component contributes the accuracy improvement.
- A meaningful field endpoint for this technology would be prevention of falls or unplanned hospitalisations, not just predicted health status; the paper stops at prediction, so connecting predicted risk to actual outcomes is the natural next study.
- The privacy guarantee depends on implementation parameters the paper does not report, such as the differential-privacy budget and federated-learning aggregation design; a deployment would need to specify them before the privacy claim could be verified.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a smart elderly care service model intended to predict health behaviors of older adults by integrating multimodal data fusion, missing-data interpolation, nonlinear prediction, emergency detection, and privacy-preserving techniques (federated learning and differential privacy). The methodology section presents a set of differential and resource-allocation equations (Eqs. 1-8) describing resource utility, health dynamics, environmental effects, cost, and cost-benefit analysis. The experimental section reports market-research results (Tables 1-2, Figures 2-4), a scatter plot of predicted versus actual health status (Figure 5), a time-series trend plot (Figure 6), and six qualitative 'extended experiments' comparing population subgroups. The abstract and conclusion claim that the model achieves accurate prediction, good robustness, and effective dynamic management of elderly health behaviors.
Significance. If the central accuracy and robustness claims were supported by quantitative evidence, the paper could be of practical interest to the smart-elderly-care community, particularly because it addresses real challenges such as heterogeneous data sources, missing data, nonlinear behavior changes, and privacy. However, the manuscript currently supplies no dataset, no baseline comparison, no evaluation metrics, and no reproducible implementation. The equations in Section 3.2 are not connected to the claimed CNN-LSTM/attention architecture or to the reported figures, and the experimental exhibits are largely market-research summaries or qualitative epidemiological statements that do not test the model. The paper therefore cannot currently serve as a scientific demonstration of a prediction model; its contribution is limited to an architectural sketch and a list of challenges.
major comments (5)
- [4.3.2, Figures 5-6] The central claim that the model 'performs well in prediction accuracy' rests entirely on the qualitative statement that 'most prediction points are close to' the ideal line in Figure 5. No dataset is named, no sample size or collection protocol is given, no train/test split is described, no evaluation metric (e.g., MAE, RMSE, AUC, F1) is reported, and Figures 5 and 6 have no axes, units, or uncertainty information. Without these details, the scatter plot cannot support the accuracy and robustness claims made in the Abstract and Section 5.
- [4.3.1, Tables 1-2 and Figures 2-4] Tables 1-2 and Figures 2-4 are market-research importance and coverage percentages, not model predictions or model evaluations. The Conclusion (Section 5) states that experiments 'verified the superior performance of the model,' but these exhibits do not measure any prediction outcome. Because the market research is used to guide model design and is then cited as evidence that the platform meets user needs, this part of the validation is circular and should be replaced by an independent evaluation on held-out data or against external benchmarks.
- [3.2, Eqs. (1)-(8)] The mathematical model consists of generic differential and resource-allocation equations with unestimated parameters (e.g., a_i, b_i, theta_i, delta_i, alpha_1..3, beta, gamma, lambda, delta, eta, C0, gamma_1..3, lambda_1..3). The text does not state how these parameters are estimated, what values they take, or how the equations connect to the CNN-LSTM with attention model claimed in Contribution 2 or to the multimodal fusion and self-supervised modules described in Section 4.3.1. Consequently, Eqs. (1)-(8) do not constitute an operational prediction model and cannot be verified.
- [4.3.3 Extended Experiment] The six 'extended experiments' report qualitative expectations such as 'urban elderly have a higher incidence of cardiovascular disease' and 'low-income groups have a higher incidence of chronic diseases,' with no statistical tests, effect sizes, confidence intervals, or linkage to the proposed model's predictions. These statements are general epidemiological patterns that would hold independently of the model; they provide no evidence about prediction accuracy, robustness, or emergency-detection performance.
- [4.2 and 4.3.1, privacy and data-processing modules] Modules for Gaussian-process interpolation, self-supervised learning, federated learning, and differential privacy are named, but the manuscript provides no implementation details, hyperparameters, training protocol, or privacy/utility trade-off analysis. The claims that the system is privacy-preserving and robust to data loss are therefore unsupported by either quantitative results or a concrete architectural specification.
minor comments (4)
- [4.3.2] The figure numbering is inconsistent: the text says 'Figure 1 shows the comparison between the importance of functions in market research and the current availability,' but the relevant figure is Figure 2, not Figure 1.
- [4.3.1, Tables 1-2] Tables 1 and 2 appear as single-line rows with columns separated only by spaces in the text, making the alignment difficult to read; they should be formatted as proper tables with clear column headers.
- [4.2, Revised Evaluation Strategy] This subsection is written as a plan ('will be analyzed', 'will be gathered') rather than a report of completed experiments; it should either be moved to future work or converted into actual results with data and outcomes.
- [Introduction, Contribution 2] The contribution says the deep learning model 'significantly improves the accuracy of prediction,' but no comparison to any baseline method (e.g., CNN-only, LSTM-only, traditional classifiers) is reported anywhere in the paper.
Circularity Check
Model functions are designed from the market research results, and the same market research is then presented as the experimental evidence that the model performs well, making the user-needs validation self-confirming.
-
fitted input called prediction
[Sections 4.3.1-4.3.2 and Abstract]
"Before model design, this study conducted detailed market research to understand the gap between current market demand and existing smart elderly care services and guided the model design in a data-driven manner. ... In the experimental design, based on multi-source data sets and market research results, the model demonstrates excellent performance in health behavior prediction, emergency detection, and personalized services."
The market research is used twice: in Section 4.3.1 it guides and optimizes the model design ('According to the survey results, the model was designed with priority given to improving the coverage and practical application effects of these functions'), and in Section 4.3.2 the same survey-based importance/availability and coverage comparisons are the 'experimental results' used to conclude that the model 'performs well in multiple dimensions' and 'demonstrates efficient prediction capabilities.' No independent model output or external benchmark is used for this part of the validation, so the claim that the model meets user needs is aligned with the same survey that set the design goals by construction.
full rationale
The identified circularity is the market-research input/validation loop: the model's functional priorities are selected from market research, and the experimental section then cites that same market research as evidence of good performance and of meeting actual needs. This makes the user-needs portion of the central claim self-confirming rather than independently tested. The quantitative prediction-accuracy claim (Figure 5) is unsupported because the paper gives no axes, units, dataset description, train/test split, or evaluation metric, but that is a missing-evidence problem rather than a demonstrated reduction by construction, so it is not scored as a separate circular step. The paper's self-citations by the co-author (e.g., refs. [11], [12], [38]) appear only as generic contextual support for IoT and deep learning and are not load-bearing for the prediction claim; no uniqueness theorem or ansatz is imported from prior work. Overall, the circularity is partial: the user-needs validation reduces to its own input, while the accuracy claim is merely unsubstantiated.
Assumptions & free parameters
free parameters (7)
- a_i, b_i, theta_i, delta_i (utility coefficients and indices, Eq. 1) =
not reported, never estimated
- alpha_1, alpha_2, alpha_3, beta (health dynamics coefficients, Eq. 2) =
not reported
- alpha, kappa, beta (Eq. 3) =
not reported
- lambda, gamma (Eq. 4) =
not reported
- C0, delta, eta (Eq. 5) =
not reported
- gamma_1, gamma_2, gamma_3 (Eq. 6) =
not reported
- lambda_1, lambda_2, lambda_3 (Eq. 7) =
not reported
assumptions (5)
- domain assumption Healthy Aging theory should guide platform design (Section 3.1)
- domain assumption Theory of Planned Behavior is applicable to modeling elderly health behavior (Section 3.1)
- ad hoc to paper Health status H(t) obeys the linear differential equation in Eq. 2
- ad hoc to paper Resource allocation follows the logistic rule in Eq. 4
- domain assumption Multimodal attention-based fusion and federated learning improve accuracy and privacy as claimed
Cite this review
Pith. "Pith review of Construction and optimization of health behavior prediction model for the elderly in smart elderly care." pith.science (2026). https://pith.science/paper/U4XHYSIS
@misc{pith2026241202062,
author = {Pith},
title = {Pith review of: Construction and optimization of health behavior prediction model for the elderly in smart elderly care},
year = {2026},
howpublished = {\url{https://pith.science/paper/U4XHYSIS}},
note = {Machine review of arXiv:2412.02062}
}
read the original abstract
With the intensification of global aging, health management of the elderly has become a focus of social attention. This study designs and implements a smart elderly care service model to address issues such as data diversity, health status complexity, long-term dependence and data loss, sudden changes in behavior, and data privacy in the prediction of health behaviors of the elderly. The model achieves accurate prediction and dynamic management of health behaviors of the elderly through modules such as multimodal data fusion, data loss processing, nonlinear prediction, emergency detection, and privacy protection. In the experimental design, based on multi-source data sets and market research results, the model demonstrates excellent performance in health behavior prediction, emergency detection, and personalized services. The experimental results show that the model can effectively improve the accuracy and robustness of health behavior prediction and meet the actual application needs in the field of smart elderly care. In the future, with the integration of more data and further optimization of technology, the model will provide more powerful technical support for smart elderly care services.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Artificial intelligence in elderly healthcare: A scoping review
Ma B, Yang J, Wong FKY , Wong AKC, Ma T, Meng J, et al. Artificial intelligence in elderly healthcare: A scoping review. Ageing Research Reviews 83 (2023) 101808. doi:https://doi.org/10.1016/j.arr.2022. 101808
-
[2]
Digital health platforms for the elderly? key adoption and usage barriers and ways to address them
Frishammar J, Ess´en A, Bergstr¨om F, Ekman T. Digital health platforms for the elderly? key adoption and usage barriers and ways to address them. Technological Forecasting and Social Change 189 (2023) 122319. doi:https://doi.org/10.1016/j.techfore.2023.122319. Frontiers 18 Sample et al
-
[3]
Ernst ME, Broder JC, Wolfe R, Woods RL, Nelson MR, Ryan J, et al. Health characteristics and aspirin use in participants at the baseline of the aspirin in reducing events in the elderly – extension (aspree-xt) observational study. Contemporary Clinical Trials 130 (2023) 107231. doi:https: //doi.org/10.1016/j.cct.2023.107231
arXiv 2023
-
[4]
Wang C, Sui M, Sun D, Zhang Z, Zhou Y . Theoretical analysis of meta reinforcement learning: Generalization bounds and convergence guarantees (New York, NY , USA: Association for Computing Machinery) (2024), CMNM ’24, 153–159. doi:10.1145/3677779.3677804
arXiv 2024
-
[5]
A machine learning approach for accurate and real-time dna sequence identification
Wang Y , Alangari M, Hihath J, Das AK, Anantram M. A machine learning approach for accurate and real-time dna sequence identification. BMC genomics 22 (2021) 1–10
work page 2021
-
[6]
Yuan S, Zhou L. Gta-net: An iot-integrated 3d human pose estimation system for real-time adolescent sports posture correction. Alexandria Engineering Journal 112 (2025) 585–597
work page 2025
-
[7]
Optimizing automated picking systems in warehouse robots using machine learning
Li K, Wang J, Wu X, Peng X, Chang R, Deng X, et al. Optimizing automated picking systems in warehouse robots using machine learning. arXiv preprint arXiv:2408.16633 (2024)
arXiv 2024
-
[8]
Wang J, Wang Z, Liu G. Recording brain activity while listening to music using wearable eeg devices combined with bidirectional long short-term memory networks. Alexandria Engineering Journal 109 (2024) 1–10
work page 2024
Show all 72 references
-
[9]
Deep reinforcement learning-based obstacle avoidance for robot movement in warehouse environments
Li K, Chen J, Yu D, Dajun T, Qiu X, Jieting L, et al. Deep reinforcement learning-based obstacle avoidance for robot movement in warehouse environments. arXiv preprint arXiv:2409.14972 (2024)
2024 arXiv
-
[10]
Music genre classification with transformer classifier.Proceedings of the 2020 4th international conference on digital signal processing (2020), 155–159
Zhuang Y , Chen Y , Zheng J. Music genre classification with transformer classifier.Proceedings of the 2020 4th international conference on digital signal processing (2020), 155–159
2020
-
[11]
Application of deep learning models based on efficientdet and openpose in user-oriented motion rehabilitation robot control
Sui M, Jiang L, Lyu T, Wang H, Zhou L, Chen P, et al. Application of deep learning models based on efficientdet and openpose in user-oriented motion rehabilitation robot control. Journal of Intelligence Technology and Innovation2 (2024) 47–77
2024
-
[12]
Enhancing visual question answering through ranking- based hybrid training and multimodal fusion
Chen P, Zhang Z, Dong Y , Zhou L, Wang H. Enhancing visual question answering through ranking- based hybrid training and multimodal fusion. Journal of Intelligence Technology and Innovation2 (2024) 19–46
2024
-
[13]
Image anomaly detection and prediction scheme based on ssa optimized resnet50-bigru model
Wan Q, Zhang Z, Jiang L, Wang Z, Zhou Y . Image anomaly detection and prediction scheme based on ssa optimized resnet50-bigru model. arXiv preprint arXiv:2406.13987 (2024)
2024 arXiv
-
[14]
Expected file-delivery time of dtn protocol over asymmetric space internetwork channels
Cao B, Wang R, Sabbagh A, Peng S, Zhao K, Fraire JA, et al. Expected file-delivery time of dtn protocol over asymmetric space internetwork channels. 2018 6th IEEE International Conference on Wireless for Space and Extreme Environments (WiSEE)(IEEE) (2018), 147–151
2018
-
[15]
Xi X, Zhang C, Jia W, Jiang R. Enhancing human pose estimation in sports training: Integrating spatiotemporal transformer for improved accuracy and real-time performance.Alexandria Engineering Journal 109 (2024) 144–156
2024
-
[16]
Performance analysis of dna crossbar arrays for high-density memory storage applications
De A, Mohammad H, Wang Y , Kubendran R, Das AK, Anantram M. Performance analysis of dna crossbar arrays for high-density memory storage applications. Scientific Reports 13 (2023) 6650
2023
-
[17]
Mix of experts language model for named entity recognition
Chen X, Li K, Song T, Guo J. Mix of experts language model for named entity recognition. arXiv preprint arXiv:2404.19192 (2024)
2024 arXiv
-
[18]
Fortifying the global data fortress: a multidimensional examination of cyber security indexes and data protection measures across 193 nations
Weng Y , Wu J, et al. Fortifying the global data fortress: a multidimensional examination of cyber security indexes and data protection measures across 193 nations. International Journal of Frontiers in Engineering Technology 6 (2024) 13–28
2024
-
[19]
Application of deep learning for automatic identification of hazardous materials and urban safety supervision
Yan T, Wu J, Kumar M, Zhou Y . Application of deep learning for automatic identification of hazardous materials and urban safety supervision. Journal of Organizational and End User Computing (JOEUC) 36 (2024) 1–20. Frontiers 19 Sample et al
2024
-
[20]
Research on empirical correction models of gps block iif and bds satellite inter-frequency clock bias
Gong X, Gu S, Lou Y , Zheng F, Yang X, Wang Z, et al. Research on empirical correction models of gps block iif and bds satellite inter-frequency clock bias. Journal of Geodesy 94 (2020) 1–11
2020
-
[21]
Automatic news generation and fact-checking system based on language processing
Peng X, Xu Q, Feng Z, Zhao H, Tan L, Zhou Y , et al. Automatic news generation and fact-checking system based on language processing. Journal of Industrial Engineering and Applied Science 2 (2024) 1–11
2024
-
[22]
Classification of dna sequences: Performance evaluation of multiple machine learning methods
Wang Y , Khandelwal V , Das AK, Anantram M. Classification of dna sequences: Performance evaluation of multiple machine learning methods. 2022 IEEE 22nd International Conference on Nanotechnology (NANO) (IEEE) (2022), 333–336
2022
-
[23]
Using automated vehicle data as a fitness tracker for sustainability
Wang X, Onwumelu S, Sprinkle J. Using automated vehicle data as a fitness tracker for sustainability. 2024 Forum for Innovative Sustainable Transportation Systems (FISTS)(IEEE) (2024), 1–6
2024
-
[24]
Ai based elderly fall prediction system using wearable sensors: A smart home-care technology with iot
Kulurkar P, kumar Dixit C, Bharathi V , Monikavishnuvarthini A, Dhakne A, Preethi P. Ai based elderly fall prediction system using wearable sensors: A smart home-care technology with iot. Measurement: Sensors 25 (2023) 100614
2023
-
[25]
Heart rate prediction with contactless active assisted living technology: a smart home approach for older adults
Wang K, Cao S, Kaur J, Ghafurian M, Butt ZA, Morita P. Heart rate prediction with contactless active assisted living technology: a smart home approach for older adults. Frontiers in artificial intelligence 6 (2024) 1342427
2024
-
[26]
Smart solutions for detecting, predicting, monitoring, and managing dementia in the elderly: A survey
Addae S, Kim J, Smith A, Kang M, Rajana P. Smart solutions for detecting, predicting, monitoring, and managing dementia in the elderly: A survey. IEEE Access (2024)
2024
-
[27]
An elderly health monitoring system based on biological and behavioral indicators in internet of things
Hosseinzadeh M, Koohpayehzadeh J, Ghafour MY , Ahmed AM, Asghari P, Souri A, et al. An elderly health monitoring system based on biological and behavioral indicators in internet of things. Journal of Ambient Intelligence and Humanized Computing (2023) 1–11
2023
-
[28]
Identification of prognostic biomarkers for stage iii non-small cell lung carcinoma in female nonsmokers using machine learning
Zheng H, Zhang Q, Gong Y , Liu Z, Chen S. Identification of prognostic biomarkers for stage iii non-small cell lung carcinoma in female nonsmokers using machine learning. arXiv preprint arXiv:2408.16068 (2024)
2024 arXiv
-
[29]
Robust domain generalization for multi-modal object recognition
Qiao Y , Li K, Lin J, Wei R, Jiang C, Luo Y , et al. Robust domain generalization for multi-modal object recognition. 2024 5th International Conference on Artificial Intelligence and Electromechanical Automation (AIEA) (IEEE) (2024), 392–397
2024
-
[30]
Big data and machine learning in defence.International Journal of Computer Science and Information Technology 16 (2024) 25–35
Weng Y . Big data and machine learning in defence.International Journal of Computer Science and Information Technology 16 (2024) 25–35
2024
-
[31]
Triz method for urban building energy optimization: Gwo-sarima-lstm forecasting model
Zheng S, Liu S, Zhang Z, Gu D, Xia C, Pang H, et al. Triz method for urban building energy optimization: Gwo-sarima-lstm forecasting model. Journal of Intelligence Technology and Innovation 2 (2024) 78–103
2024
-
[32]
Iot-based 3d pose estimation and motion optimization for athletes: Application of c3d and openpose
Ren F, Ren C, Lyu T. Iot-based 3d pose estimation and motion optimization for athletes: Application of c3d and openpose. arXiv preprint arXiv:2411.12676 (2024)
2024 arXiv
-
[33]
Risk analysis in customer relationship management via qrcnn-lstm and cross-attention mechanism
Huang Y , Der Leu J, Lu B, Zhou Y . Risk analysis in customer relationship management via qrcnn-lstm and cross-attention mechanism. Journal of Organizational and End User Computing (JOEUC) 36 (2024) 1–22
2024
-
[34]
Performance evaluation of quic with bbr in satellite internet
Wang Y , Zhao K, Li W, Fraire J, Sun Z, Fang Y . Performance evaluation of quic with bbr in satellite internet. 2018 6th IEEE International Conference on Wireless for Space and Extreme Environments (WiSEE) (IEEE) (2018), 195–199
2018
-
[35]
Deep learning-based anomaly detection and log analysis for computer networks
Wang S, Jiang R, Wang Z, Zhou Y . Deep learning-based anomaly detection and log analysis for computer networks. Journal of Information and Computing 2 (2024) 34–63
2024
-
[36]
Regional bds satellite clock estimation with triple- frequency ambiguity resolution based on undifferenced observation
Yang X, Gu S, Gong X, Song W, Lou Y , Liu J. Regional bds satellite clock estimation with triple- frequency ambiguity resolution based on undifferenced observation. GPS Solutions 23 (2019) 1–11. Frontiers 20 Sample et al
2019
-
[37]
Cross-border commodity pricing strategy optimization via mixed neural network for time series analysis
Wang L, Hu Y , Zhou Y . Cross-border commodity pricing strategy optimization via mixed neural network for time series analysis. arXiv preprint arXiv:2408.12115 (2024)
2024 arXiv
-
[38]
Dsem-nerf: Multimodal feature fusion and global-local attention for enhanced 3d scene reconstruction
Liu D, Wang Z, Chen P. Dsem-nerf: Multimodal feature fusion and global-local attention for enhanced 3d scene reconstruction. Information Fusion (2024) 102752
2024
-
[39]
Epigenetic-based age acceleration in a representative sample of older americans: Associations with aging-related morbidity and mortality
Faul JD, Kim JK, Levine ME, Thyagarajan B, Weir DR, Crimmins EM. Epigenetic-based age acceleration in a representative sample of older americans: Associations with aging-related morbidity and mortality. Proceedings of the National Academy of Sciences 120 (2023) e2215840120
2023
-
[40]
Health problems related to quality of life among aging in iraq
Younis NM, Ibrahim RM, Ahmed MM. Health problems related to quality of life among aging in iraq. Journal of Current Medical Research and Opinion 7 (2024) 3015–24
2024
-
[41]
Older adults’ acceptance of the covid-19 vaccine: Application of the health belief model
Ibrahim FM, Fadila DE, Elmawla DAEA. Older adults’ acceptance of the covid-19 vaccine: Application of the health belief model. Nursing Open 10 (2023) 6989–7002
2023
-
[42]
Learning adversarial semantic embeddings for zero-shot recognition in open worlds
Li T, Pang G, Bai X, Zheng J, Zhou L, Ning X. Learning adversarial semantic embeddings for zero-shot recognition in open worlds. Pattern Recognition 149 (2024) 110258
2024
-
[43]
Trajectory tracking using frenet coordinates with deep deterministic policy gradient
Jiang T, Liu L, Jiang J, Zheng T, Jin Y , Xu K. Trajectory tracking using frenet coordinates with deep deterministic policy gradient. arXiv preprint arXiv:2411.13885 (2024)
2024 arXiv
-
[44]
Td3 based collision free motion planning for robot navigation
Liu H, Shen Y , Zhou C, Zou Y , Gao Z, Wang Q. Td3 based collision free motion planning for robot navigation. arXiv preprint arXiv:2405.15460 (2024)
2024 arXiv
-
[45]
Deep learning powered estimate of the extrinsic parameters on unmanned surface vehicles
Shen Y , Liu H, Zhou C, Wang W, Gao Z, Wang Q. Deep learning powered estimate of the extrinsic parameters on unmanned surface vehicles. arXiv preprint arXiv:2406.04821 (2024)
2024 arXiv
-
[46]
Adapi: Facilitating dnn model adaptivity for efficient private inference in edge computing
Zhou T, Zhao J, Luo Y , Xie X, Wen W, Ding C, et al. Adapi: Facilitating dnn model adaptivity for efficient private inference in edge computing. arXiv preprint arXiv:2407.05633 (2024)
2024 arXiv
-
[47]
Can smart home technologies help older adults manage their chronic condition? a systematic literature review
Facchinetti G, Petrucci G, Albanesi B, De Marinis MG, Piredda M. Can smart home technologies help older adults manage their chronic condition? a systematic literature review. International journal of environmental research and public health20 (2023) 1205
2023
-
[48]
Factors that predict the acceptance and adoption of smart home technology by seniors in australia: a structural equation model with longitudinal data
Sorwar G, Aggar C, Penman O, Seton C, Ward A. Factors that predict the acceptance and adoption of smart home technology by seniors in australia: a structural equation model with longitudinal data. Informatics for Health and Social Care 48 (2023) 80–94
2023
-
[49]
New opportunities for the early detection and treatment of cognitive decline: adherence challenges and the promise of smart and person-centered technologies
He Z, Dieciuc M, Carr D, Chakraborty S, Singh A, Fowe IE, et al. New opportunities for the early detection and treatment of cognitive decline: adherence challenges and the promise of smart and person-centered technologies. BMC Digital Health 1 (2023) 7
2023
-
[50]
Maxk-gnn: Extremely fast gpu kernel design for accelerating graph neural networks training
Peng H, Xie X, Shivdikar K, Hasan MA, Zhao J, Huang S, et al. Maxk-gnn: Extremely fast gpu kernel design for accelerating graph neural networks training. Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Syste...
2024
-
[51]
Accel-gcn: High-performance gpu accelerator design for graph convolution networks
Xie X, Peng H, Hasan A, Huang S, Zhao J, Fang H, et al. Accel-gcn: High-performance gpu accelerator design for graph convolution networks. 2023 IEEE/ACM International Conference on Computer Aided Design (ICCAD) (IEEE) (2023), 01–09
2023
-
[52]
Reinforcement learning with communication latency with application to stop-and-go wave dissipation
Richardson A, Wang X, Dubey A, Sprinkle J. Reinforcement learning with communication latency with application to stop-and-go wave dissipation. 2024 IEEE Intelligent Vehicles Symposium (IV) (IEEE) (2024), 1187–1193
2024
-
[53]
Complex scene understanding and object detection algorithm assisted by artificial intelligence
Zhu B, Liu G. Complex scene understanding and object detection algorithm assisted by artificial intelligence. Academic Journal of Science and Technology12 (2024) 12–15
2024
-
[54]
Dpmpc-planner: A real-time uav trajectory planning framework for complex static environments with dynamic obstacles
Xu Z, Deng D, Dong Y , Shimada K. Dpmpc-planner: A real-time uav trajectory planning framework for complex static environments with dynamic obstacles. 2022 International Conference on Robotics and Automation (ICRA) (IEEE) (2022), 250–256. Frontiers 21 Sample et al
2022
-
[55]
Comprehensive overview of artificial intelligence applications in modern industries
Weng Y , Wu J, Kelly T, Johnson W. Comprehensive overview of artificial intelligence applications in modern industries. arXiv preprint arXiv:2409.13059 (2024)
2024 arXiv
-
[56]
Dualvd: An adaptive dual encoding model for deep visual understanding in visual dialogue
Jiang X, Yu J, Qin Z, Zhuang Y , Zhang X, Hu Y , et al. Dualvd: An adaptive dual encoding model for deep visual understanding in visual dialogue. Proceedings of the AAAI conference on artificial intelligence (2020), vol. 34, 11125–11132
2020
-
[57]
Motion sensor–based fall prevention for senior care: A hidden markov model with generative adversarial network approach
Yu S, Chai Y , Samtani S, Liu H, Chen H. Motion sensor–based fall prevention for senior care: A hidden markov model with generative adversarial network approach. Information Systems Research 35 (2024) 1–15
2024
-
[58]
Preventing falls: the use of machine learning for the prediction of future falls in individuals without history of fall
Bargiotas I, Wang D, Mantilla J, Quijoux F, Moreau A, Vidal C, et al. Preventing falls: the use of machine learning for the prediction of future falls in individuals without history of fall. Journal of neurology 270 (2023) 618–631
2023
-
[59]
Learning optimal inter-class margin adaptively for few-shot class-incremental learning via neural collapse-based meta-learning
Ran H, Li W, Li L, Tian S, Ning X, Tiwari P. Learning optimal inter-class margin adaptively for few-shot class-incremental learning via neural collapse-based meta-learning. Information Processing & Management 61 (2024) 103664. doi:https://doi.org/10.1016/j.ipm.2024.103664
2024
-
[60]
Coarse to fine-based image–point cloud fusion network for 3d object detection
Hao M, Zhang Z, Li L, Dong K, Cheng L, Tiwari P, et al. Coarse to fine-based image–point cloud fusion network for 3d object detection. Information Fusion 112 (2024) 102551. doi:https: //doi.org/10.1016/j.inffus.2024.102551
2024
-
[61]
Machine learning techniques in adaptive and personalized systems for health and wellness
Oyebode O, Fowles J, Steeves D, Orji R. Machine learning techniques in adaptive and personalized systems for health and wellness. International Journal of Human–Computer Interaction 39 (2023) 1938–1962
2023
-
[62]
Decentralized semantic provision of personal health streams
Calbimonte JP, Aidonopoulos O, Dubosson F, Pocklington B, Kebets I, Legris PM, et al. Decentralized semantic provision of personal health streams. Journal of web semantics 76 (2023) 100774
2023
-
[63]
The german network for personalized medicine to enhance patient care and translational research
Illert AL, Stenzinger A, Bitzer M, Horak P, Gaidzik VI, M ¨oller Y , et al. The german network for personalized medicine to enhance patient care and translational research. Nature Medicine 29 (2023) 1298–1301
2023
-
[64]
Prediction of adverse health outcomes using an electronic frailty index among nonfrail and prefrail community elders
Lin KP, Li HY , Chen JH, Lu FP, Wen CJ, Chou YC, et al. Prediction of adverse health outcomes using an electronic frailty index among nonfrail and prefrail community elders. BMC geriatrics 23 (2023) 474
2023
-
[65]
Application of machine learning in measurement of ageing and geriatric diseases: a systematic review
Das A, Dhillon P. Application of machine learning in measurement of ageing and geriatric diseases: a systematic review. BMC geriatrics 23 (2023) 841
2023
-
[66]
Behavioral determinants of healthy aging
Peel NM, McClure RJ, Bartlett HP. Behavioral determinants of healthy aging. American journal of preventive medicine 28 (2005) 298–304
2005
-
[67]
The theory of planned behavior
Ajzen I. The theory of planned behavior. Organizational behavior and human decision processes 50 (1991) 179–211
1991
-
[68]
Health behavior: Theory, research, and practice(John Wiley & Sons) (2015)
Glanz K, Rimer BK, Viswanath K. Health behavior: Theory, research, and practice(John Wiley & Sons) (2015)
2015
-
[69]
The use of theory in health behavior research from 2000 to 2005: a systematic review
Painter JE, Borba CP, Hynes M, Mays D, Glanz K. The use of theory in health behavior research from 2000 to 2005: a systematic review. Annals of behavioral medicine 35 (2008) 358–362
2008
-
[70]
Self-rated health compared with objectively measured health status as a tool for mortality risk screening in older adults: 10-year follow-up of the bambu´ı cohort study of aging
Lima-Costa MF, Cesar CC, Chor D, Proietti FA. Self-rated health compared with objectively measured health status as a tool for mortality risk screening in older adults: 10-year follow-up of the bambu´ı cohort study of aging. American journal of epidemiology 175 (2012) 228–235
2012
-
[71]
Predicting frailty condition in elderly using multidimensional socioclinical databases
Bertini F, Bergami G, Montesi D, Veronese G, Marchesini G, Pandolfi P. Predicting frailty condition in elderly using multidimensional socioclinical databases. Proceedings of the IEEE 106 (2018) 723–737. Frontiers 22 Sample et al
2018
-
[72]
Factors predicting health services use among older people in china: An analysis of the china health and retirement longitudinal study 2013
Gong CH, Kendig H, He X. Factors predicting health services use among older people in china: An analysis of the china health and retirement longitudinal study 2013. BMC health services research 16 (2016) 1–16. Frontiers 23
2016
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.