File size: 2,766 Bytes
ae419ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@article{alam2022review,
  title={Vision-Based Human Fall Detection Systems Using Deep Learning: A Review},
  author={Alam, Ekram and Sufian, Abu and Dutta, Paramartha and Leo, Marco},
  journal={Computers in Biology and Medicine},
  volume={146},
  pages={105626},
  year={2022}
}

@article{urfd,
  title={Human Fall Detection on Embedded Platform Using Depth Maps and Wireless Accelerometer},
  author={Kepski, Michal and Kwolek, Bogdan},
  journal={Computer Methods and Programs in Biomedicine},
  volume={117},
  number={3},
  pages={489--501},
  year={2014}
}

@inproceedings{mcfd,
  title={Fall Detection Using Body Geometry and Human Motion Analysis},
  author={Auvinet, Edouard and Multon, Franck and Saint-Arnaud, Alain and Rousseau, Jacqueline and Meunier, Jean},
  booktitle={International Conference on Aging, Disability and Independence},
  year={2011}
}

@inproceedings{yan2018stgcn,
  title={Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition},
  author={Yan, Sijie and Xiong, Yuanjun and Lin, Dahua},
  booktitle={AAAI Conference on Artificial Intelligence},
  year={2018}
}

@inproceedings{shi2019agcn,
  title={Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition},
  author={Shi, Lei and Zhang, Yifan and Cheng, Jian and Lu, Hanqing},
  booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2019}
}

@inproceedings{chen2021ctrgcn,
  title={Channel-Wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition},
  author={Chen, Yuxin and Zhang, Ziqi and Yuan, Chunfeng and Li, Bing and Deng, Ying and Hu, Weiming},
  booktitle={IEEE/CVF International Conference on Computer Vision},
  year={2021}
}

@inproceedings{duan2022posec3d,
  title={Revisiting Skeleton-Based Action Recognition},
  author={Duan, Haodong and Zhao, Yue and Chen, Kai and Shao, Dahua and Lin, Dahua and Dai, Bo},
  booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2022}
}

@article{yu2025tcnte,
  title={A Real-Time Skeleton-Based Fall Detection Algorithm Based on Temporal Convolutional Networks and Transformer Encoder},
  author={Yu, Xiaoqun and Wang, Chenfeng and Wu, Wenyu and Xiong, Shuping},
  journal={Pervasive and Mobile Computing},
  volume={102},
  pages={102016},
  year={2025}
}

@misc{yolov8,
  title={Ultralytics YOLOv8},
  author={{Ultralytics}},
  year={2023},
  howpublished={\url{https://github.com/ultralytics/ultralytics}}
}

@inproceedings{lin2017focal,
  title={Focal Loss for Dense Object Detection},
  author={Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Dollar, Piotr},
  booktitle={IEEE International Conference on Computer Vision},
  pages={2980--2988},
  year={2017}
}