minhy112 commited on
Commit
ae419ed
·
verified ·
1 Parent(s): 45acb1e

Upload project files excluding raw data folder

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. .ipynb_checkpoints/PLAN-checkpoint.md +1175 -0
  3. PLAN.md +1175 -0
  4. README.md +58 -0
  5. configs/default.yaml +28 -0
  6. paper/.ipynb_checkpoints/main-checkpoint.pdf +3 -0
  7. paper/README.md +18 -0
  8. paper/main.aux +57 -0
  9. paper/main.bbl +45 -0
  10. paper/main.blg +46 -0
  11. paper/main.log +732 -0
  12. paper/main.pdf +3 -0
  13. paper/main.tex +309 -0
  14. paper/references.bib +77 -0
  15. requirements.txt +8 -0
  16. results/MCFD/agcn/best.pt +3 -0
  17. results/MCFD/agcn/history.json +178 -0
  18. results/MCFD/agcn/metrics_test_clean.json +14 -0
  19. results/MCFD/ctrgcn/best.pt +3 -0
  20. results/MCFD/ctrgcn/history.json +178 -0
  21. results/MCFD/ctrgcn/metrics_test_clean.json +14 -0
  22. results/MCFD/lstm/best.pt +3 -0
  23. results/MCFD/lstm/history.json +35 -0
  24. results/MCFD/lstm/metrics_test_clean.json +14 -0
  25. results/MCFD/posec3d/best.pt +3 -0
  26. results/MCFD/posec3d/history.json +244 -0
  27. results/MCFD/posec3d/metrics_test_clean.json +14 -0
  28. results/MCFD/stgcn/best.pt +3 -0
  29. results/MCFD/stgcn/history.json +35 -0
  30. results/MCFD/stgcn/metrics_test_clean.json +14 -0
  31. results/MCFD/tcnte/best.pt +3 -0
  32. results/MCFD/tcnte/history.json +519 -0
  33. results/MCFD/tcnte/metrics_test_clean.json +14 -0
  34. results/Synthetic/agcn/best.pt +3 -0
  35. results/Synthetic/agcn/history.json +13 -0
  36. results/Synthetic/agcn/metrics_test_clean.json +14 -0
  37. results/Synthetic/ctrgcn/best.pt +3 -0
  38. results/Synthetic/ctrgcn/history.json +13 -0
  39. results/Synthetic/ctrgcn/metrics_test_clean.json +14 -0
  40. results/Synthetic/dynafall/best.pt +3 -0
  41. results/Synthetic/dynafall/history.json +13 -0
  42. results/Synthetic/dynafall/metrics_robust_clean.json +14 -0
  43. results/Synthetic/dynafall/metrics_robust_low_conf.json +14 -0
  44. results/Synthetic/dynafall/metrics_robust_lower_body.json +14 -0
  45. results/Synthetic/dynafall/metrics_robust_missing_10.json +14 -0
  46. results/Synthetic/dynafall/metrics_robust_missing_20.json +14 -0
  47. results/Synthetic/dynafall/metrics_robust_missing_30.json +14 -0
  48. results/Synthetic/dynafall/metrics_robust_upper_body.json +14 -0
  49. results/Synthetic/dynafall/metrics_test_clean.json +14 -0
  50. results/Synthetic/lstm/best.pt +3 -0
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ paper/.ipynb_checkpoints/main-checkpoint.pdf filter=lfs diff=lfs merge=lfs -text
62
+ paper/main.pdf filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/PLAN-checkpoint.md ADDED
@@ -0,0 +1,1175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dưới đây là **kế hoạch hoàn chỉnh phiên bản mạnh hơn** cho paper phát hiện té ngã, có dataset link, mô tả dataset, method lấy từ các paper khác, proposed method, thí nghiệm, bảng kết quả và lộ trình chạy.
2
+
3
+ # 1. Hướng paper chốt
4
+
5
+ ## Tên paper đề xuất
6
+
7
+ **DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking**
8
+
9
+ Tên này tốt hơn tên cũ vì nó thể hiện 2 điểm:
10
+
11
+ 1. Có **model riêng**: DynaFall.
12
+ 2. Có **benchmark với các method mạnh từ paper khác**: ST-GCN, 2s-AGCN, CTR-GCN, PoseC3D, TCNTE-style.
13
+
14
+ Ý tưởng chính:
15
+
16
+ ```text
17
+ RGB Video
18
+ → YOLO Pose
19
+ → 17-keypoint skeleton sequence
20
+ → Joint / Bone / Dynamics features
21
+ → Compare with strong skeleton methods
22
+ → Proposed DynaFall-GCN
23
+ → Fall / Non-fall
24
+ ```
25
+
26
+ Paper sẽ không còn đơn giản là “dùng CNN/LSTM/Transformer để phân loại té ngã”, mà thành:
27
+
28
+ > Một framework phát hiện té ngã dựa trên skeleton, chạy lại các method skeleton action recognition mạnh trên cùng dataset, sau đó đề xuất model chuyên biệt cho fall detection bằng keypoint dynamics và confidence-aware dropout.
29
+
30
+ ---
31
+
32
+ # 2. Dataset dùng trong paper
33
+
34
+ Tôi khuyên dùng **2 dataset chính + 1 dataset backup/extension**.
35
+
36
+ ## Dataset chính 1: UR Fall Detection Dataset — URFD
37
+
38
+ **Link dataset:** UR Fall Detection Dataset. ([Fenix][1])
39
+
40
+ **Mô tả:** URFD gồm **70 sequences**, trong đó có **30 fall sequences** và **40 activities of daily living — ADL sequences**. Fall events được ghi bằng **2 Microsoft Kinect cameras** kèm dữ liệu accelerometer; ADL events được ghi bằng camera 0 và accelerometer. ([Fenix][1])
41
+
42
+ **Vì sao nên dùng:**
43
+
44
+ * Nhỏ, dễ chạy nhanh.
45
+ * Rất phổ biến trong fall detection.
46
+ * Phù hợp để debug pipeline trước.
47
+ * Có RGB video để trích xuất YOLO pose.
48
+
49
+ **Vai trò trong paper:**
50
+
51
+ ```text
52
+ Dataset kiểm tra nhanh + benchmark chính.
53
+ ```
54
+
55
+ ---
56
+
57
+ ## Dataset chính 2: Multiple Cameras Fall Dataset — MCFD
58
+
59
+ **Link dataset:** Multiple Cameras Fall Dataset. ([Iro Montéal][2])
60
+
61
+ **Mô tả:** MCFD có **24 scenarios** được ghi bằng **8 IP video cameras**. **22 scenarios đầu** chứa fall và các sự kiện gây nhầm lẫn; **2 scenarios cuối** chỉ chứa các sự kiện gây nhầm lẫn. ([Iro Montéal][2])
62
+
63
+ **Vì sao nên dùng:**
64
+
65
+ * Có nhiều góc camera.
66
+ * Phù hợp để kiểm tra robustness.
67
+ * Paper nhìn mạnh hơn URFD-only.
68
+ * Có các tình huống dễ gây nhầm: ngồi, cúi, nằm, chuyển động gần giống fall.
69
+
70
+ **Vai trò trong paper:**
71
+
72
+ ```text
73
+ Dataset kiểm tra multi-view + robustness.
74
+ ```
75
+
76
+ ---
77
+
78
+ ## Dataset backup/extension: UP-Fall Detection Dataset
79
+
80
+ **Link dataset:** UP-Fall / Challenge UP data page. ([Google Sites][3])
81
+
82
+ **Mô tả:** Trang Challenge UP mô tả UP-Fall là dataset lớn cho fall detection, gồm **11 activities**, **3 trials per activity**, thực hiện bởi **12 subjects**, bao gồm 6 hoạt động hằng ngày và 5 kiểu té ngã, thu bằng wearable sensors, ambient sensors và vision devices. ([Google Sites][3]) Paper gốc về UP-Fall cũng nhấn mạnh đây là dataset multimodal cho fall detection và human activity recognition. ([MDPI][4])
83
+
84
+ **Khi nào dùng:**
85
+
86
+ * Nếu MCFD tải khó hoặc xử lý annotation khó.
87
+ * Nếu muốn paper mạnh hơn và có thêm dataset thứ 3.
88
+ * Nếu muốn hướng “multimodal dataset nhưng chỉ dùng RGB-derived pose”.
89
+
90
+ **Khuyến nghị thực tế:**
91
+ Paper 8 trang cho hội nghị Q4 thì dùng **URFD + MCFD** là đủ. UP-Fall để backup.
92
+
93
+ ---
94
+
95
+ # 3. Dataset protocol chốt
96
+
97
+ Trong paper ghi rõ:
98
+
99
+ ```text
100
+ Although some datasets provide depth, accelerometer, or multimodal signals, this study only uses RGB videos to extract human skeleton keypoints. This ensures a consistent vision-based evaluation protocol across all datasets.
101
+ ```
102
+
103
+ Tức là:
104
+
105
+ | Dataset | Dữ liệu gốc có gì | Mình dùng gì |
106
+ | ---------------- | ------------------------- | -------------------------- |
107
+ | URFD | RGB, depth, accelerometer | Chỉ RGB → YOLO Pose |
108
+ | MCFD | Multi-camera RGB video | RGB → YOLO Pose |
109
+ | UP-Fall nếu dùng | wearable, ambient, vision | Chỉ RGB/vision → YOLO Pose |
110
+
111
+ Điểm này rất quan trọng để reviewer thấy so sánh công bằng.
112
+
113
+ ---
114
+
115
+ # 4. Proposed method
116
+
117
+ ## Tên model
118
+
119
+ **DynaFall-GCN**
120
+
121
+ ## Ý tưởng
122
+
123
+ Model của mình không chỉ dùng skeleton thô, mà có 3 stream:
124
+
125
+ ```text
126
+ Stream 1: Joint stream
127
+ - x, y, confidence của 17 keypoints
128
+
129
+ Stream 2: Bone stream
130
+ - vector xương giữa các keypoints
131
+
132
+ Stream 3: Dynamics stream
133
+ - velocity
134
+ - acceleration
135
+ - torso angle
136
+ - hip drop
137
+ - body aspect ratio
138
+ - center-of-body motion
139
+ ```
140
+
141
+ Sau đó dùng:
142
+
143
+ ```text
144
+ Graph-temporal encoder
145
+ + confidence-aware keypoint dropout
146
+ + classification head
147
+ ```
148
+
149
+ ---
150
+
151
+ # 5. Pipeline tổng thể
152
+
153
+ ```text
154
+ Input RGB Video
155
+
156
+ Frame Sampling
157
+ T = 32 frames
158
+
159
+ YOLOv8/YOLO11 Pose Extraction
160
+ 17 COCO keypoints per frame
161
+
162
+ Pose Normalization
163
+ bbox-centered normalization
164
+
165
+ Feature Construction
166
+ joint + bone + dynamics
167
+
168
+ Comparative Methods
169
+ ST-GCN / 2s-AGCN / CTR-GCN / PoseC3D / TCNTE-style
170
+
171
+ Proposed DynaFall-GCN
172
+ joint stream + bone stream + dynamics stream
173
+
174
+ Robustness Evaluation
175
+ missing keypoints / lower-body occlusion / low-confidence mask
176
+
177
+ Fall / Non-fall Prediction
178
+ ```
179
+
180
+ ---
181
+
182
+ # 6. Các method từ paper khác để chạy lại
183
+
184
+ Đây là phần giúp paper “hay hơn” và không bị đơn giản.
185
+
186
+ ## 6.1 LSTM baseline
187
+
188
+ Dùng để kiểm tra sequence baseline.
189
+
190
+ Input:
191
+
192
+ ```text
193
+ 32 frames × 17 keypoints × 3
194
+ → flatten
195
+ → 32 × 51
196
+ ```
197
+
198
+ Vai trò:
199
+
200
+ ```text
201
+ Basic temporal baseline.
202
+ ```
203
+
204
+ ---
205
+
206
+ ## 6.2 ST-GCN
207
+
208
+ **Paper:** Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, AAAI 2018.
209
+
210
+ ST-GCN mô hình hóa skeleton như một graph không-thời gian, trong đó keypoints là nodes, bones là edges, và mô hình học cả quan hệ không gian giữa khớp và quan hệ thời gian giữa frames. ([AAAI Publications][5])
211
+
212
+ Áp dụng vào paper:
213
+
214
+ ```text
215
+ Input: N × C × T × V × M
216
+ C = 3
217
+ T = 32
218
+ V = 17
219
+ M = 1
220
+ Output = Fall / Non-fall
221
+ ```
222
+
223
+ Vai trò:
224
+
225
+ ```text
226
+ Classic graph-based skeleton baseline.
227
+ ```
228
+
229
+ ---
230
+
231
+ ## 6.3 2s-AGCN
232
+
233
+ **Paper:** Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition, CVPR 2019.
234
+
235
+ 2s-AGCN mạnh hơn ST-GCN vì graph topology có thể được học thích nghi, không cố định hoàn toàn. Method này cũng dùng hai stream: **joint stream** và **bone stream**, trong đó bone stream chứa thông tin độ dài và hướng xương. ([arXiv][6])
236
+
237
+ Áp dụng:
238
+
239
+ ```text
240
+ Joint stream: keypoint coordinates
241
+ Bone stream: bone vectors
242
+ Final prediction: score fusion
243
+ ```
244
+
245
+ Vai trò:
246
+
247
+ ```text
248
+ Adaptive graph + bone information baseline.
249
+ ```
250
+
251
+ ---
252
+
253
+ ## 6.4 CTR-GCN
254
+
255
+ **Paper:** Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition, ICCV 2021.
256
+
257
+ CTR-GCN học graph topology theo từng channel, giúp mô hình học các quan hệ khớp khác nhau cho từng loại feature. Đây là một baseline GCN mạnh cho skeleton action recognition. ([arXiv][7])
258
+
259
+ Áp dụng:
260
+
261
+ ```text
262
+ Input: joint + bone skeleton sequence
263
+ Graph: COCO 17-keypoint topology
264
+ Output: Fall / Non-fall
265
+ ```
266
+
267
+ Vai trò:
268
+
269
+ ```text
270
+ Strong graph-based baseline.
271
+ ```
272
+
273
+ ---
274
+
275
+ ## 6.5 PoseC3D / PoseConv3D
276
+
277
+ **Paper:** Revisiting Skeleton-based Action Recognition, CVPR 2022.
278
+
279
+ PoseC3D/PoseConv3D không dùng graph sequence trực tiếp, mà chuyển pose thành **3D heatmap volume**. Paper gốc cho rằng cách này hiệu quả hơn trong học spatiotemporal features, robust hơn với pose estimation noise và generalize tốt hơn trong cross-dataset settings. ([CVF Open Access][8])
280
+
281
+ Áp dụng:
282
+
283
+ ```text
284
+ YOLO keypoints
285
+ → 3D pose heatmap volume
286
+ → 3D CNN
287
+ → Fall / Non-fall
288
+ ```
289
+
290
+ Vai trò:
291
+
292
+ ```text
293
+ Heatmap-based skeleton baseline.
294
+ ```
295
+
296
+ ---
297
+
298
+ ## 6.6 TCNTE-style
299
+
300
+ **Paper:** Real-time skeleton-based fall detection algorithm based on Temporal Convolutional Networks and Transformer Encoder, 2025.
301
+
302
+ TCNTE kết hợp **Temporal Convolutional Network** với **Transformer Encoder** cho fall detection thời gian thực, dùng YOLOv8 pose extraction, BoT-SORT tracking, và weighted focal loss để xử lý mất cân bằng lớp. ([ScienceDirect][9])
303
+
304
+ Áp dụng:
305
+
306
+ ```text
307
+ TCN + Transformer Encoder
308
+ Input: skeleton sequence
309
+ Loss: weighted focal loss
310
+ Output: Fall / Non-fall
311
+ ```
312
+
313
+ Vai trò:
314
+
315
+ ```text
316
+ Recent fall-specific temporal baseline.
317
+ ```
318
+
319
+ ---
320
+
321
+ # 7. Bảng method chính trong paper
322
+
323
+ Nên đưa bảng này vào phần **Experimental Setup**.
324
+
325
+ | Method | Loại | Nguồn gốc | Input | Vai trò |
326
+ | ---------------- | ----------------- | ------------------- | ----------------------- | --------------------------- |
327
+ | LSTM | Sequence model | baseline phổ biến | joint sequence | baseline cơ bản |
328
+ | ST-GCN | Graph-based | AAAI 2018 | joint graph | skeleton baseline kinh điển |
329
+ | 2s-AGCN | Adaptive GCN | CVPR 2019 | joint + bone | baseline mạnh hơn ST-GCN |
330
+ | CTR-GCN | Refined GCN | ICCV 2021 | joint + bone | strong GCN baseline |
331
+ | PoseC3D | Heatmap 3D CNN | CVPR 2022 | pose heatmap | khác hướng GCN |
332
+ | TCNTE-style | TCN + Transformer | fall detection 2025 | skeleton sequence | fall-specific baseline |
333
+ | **DynaFall-GCN** | Proposed | ours | joint + bone + dynamics | model chính |
334
+
335
+ ---
336
+
337
+ # 8. Điểm mới của DynaFall-GCN so với các method kia
338
+
339
+ | Thành phần | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE | DynaFall-GCN |
340
+ | --------------------------------- | -------------- | -------------- | -------------- | --------------- | ------------------------- | ------------ |
341
+ | Joint stream | Có | Có | Có | Heatmap | Có | Có |
342
+ | Bone stream | Không | Có | Có | Không trực tiếp | Không rõ | Có |
343
+ | Velocity/Acceleration | Không | Không | Không | Không trực tiếp | Có thể có motion temporal | Có rõ |
344
+ | Torso angle | Không | Không | Không | Không | Không | Có |
345
+ | Hip drop | Không | Không | Không | Không | Không | Có |
346
+ | Body aspect ratio | Không | Không | Không | Không | Không | Có |
347
+ | Confidence-aware dropout | Không | Không | Không | Không | Không rõ | Có |
348
+ | Robustness test missing keypoints | Không bắt buộc | Không bắt buộc | Không bắt buộc | Có thể robust | Không bắt buộc | Có |
349
+
350
+ Thông điệp chính:
351
+
352
+ > Các method skeleton action recognition mạnh học action nói chung, còn DynaFall-GCN đưa thêm fall-specific dynamics và robustness training để phù hợp hơn với bài toán té ngã.
353
+
354
+ ---
355
+
356
+ # 9. Chi tiết xử lý dữ liệu
357
+
358
+ ## Step 1: Download dataset
359
+
360
+ Tải:
361
+
362
+ 1. **URFD** từ trang chính thức. ([Fenix][1])
363
+ 2. **MCFD** từ trang dataset của Université de Montréal. ([Iro Montéal][2])
364
+ 3. **UP-Fall** chỉ dùng nếu cần backup hoặc mở rộng. ([Google Sites][3])
365
+
366
+ ---
367
+
368
+ ## Step 2: Chuẩn hóa thư mục
369
+
370
+ ```text
371
+ fall_project/
372
+ ├── data/
373
+ │ ├── raw/
374
+ │ │ ├── URFD/
375
+ │ │ ├── MCFD/
376
+ │ │ └── UPFall_optional/
377
+ │ ├── poses/
378
+ │ ├── clips/
379
+ │ └── splits/
380
+ ├── src/
381
+ ├── configs/
382
+ ├── results/
383
+ └── paper/
384
+ ```
385
+
386
+ ---
387
+
388
+ ## Step 3: Trích xuất pose
389
+
390
+ Dùng:
391
+
392
+ ```text
393
+ YOLOv8n-pose hoặc YOLO11n-pose
394
+ ```
395
+
396
+ Output mỗi frame:
397
+
398
+ ```text
399
+ 17 keypoints × 3
400
+ x, y, confidence
401
+ ```
402
+
403
+ Nếu có nhiều người trong frame:
404
+
405
+ ```text
406
+ Chọn người có bbox lớn nhất.
407
+ ```
408
+
409
+ Lý do:
410
+
411
+ ```text
412
+ Fall datasets thường chỉ có một subject chính.
413
+ ```
414
+
415
+ ---
416
+
417
+ ## Step 4: Normalize keypoints
418
+
419
+ Với mỗi frame:
420
+
421
+ ```text
422
+ x_norm = (x - bbox_center_x) / bbox_width
423
+ y_norm = (y - bbox_center_y) / bbox_height
424
+ confidence giữ nguyên
425
+ ```
426
+
427
+ Output:
428
+
429
+ ```text
430
+ T × 17 × 3
431
+ ```
432
+
433
+ Trong đó:
434
+
435
+ ```text
436
+ T = 32 frames
437
+ ```
438
+
439
+ ---
440
+
441
+ ## Step 5: Tạo clip
442
+
443
+ Dùng:
444
+
445
+ ```text
446
+ clip length = 32 frames
447
+ stride = 16
448
+ ```
449
+
450
+ Nếu video ngắn:
451
+
452
+ ```text
453
+ uniform sampling hoặc padding frame cuối
454
+ ```
455
+
456
+ Quan trọng:
457
+
458
+ ```text
459
+ Chia train/val/test theo video trước, rồi mới tạo clip.
460
+ Không random clip trực tiếp vì sẽ leak dữ liệu.
461
+ ```
462
+
463
+ ---
464
+
465
+ # 10. Feature engineering cho proposed model
466
+
467
+ ## 10.1 Joint features
468
+
469
+ ```text
470
+ x, y, confidence
471
+ ```
472
+
473
+ Shape:
474
+
475
+ ```text
476
+ 32 × 17 × 3
477
+ ```
478
+
479
+ ---
480
+
481
+ ## 10.2 Bone features
482
+
483
+ Dựa trên COCO skeleton edges:
484
+
485
+ ```text
486
+ bone_vector = child_joint - parent_joint
487
+ ```
488
+
489
+ Các cạnh chính:
490
+
491
+ ```text
492
+ nose-eye-ear
493
+ shoulder-elbow-wrist
494
+ shoulder-hip
495
+ hip-knee-ankle
496
+ left-right shoulder
497
+ left-right hip
498
+ ```
499
+
500
+ Shape:
501
+
502
+ ```text
503
+ 32 × 17 × 3
504
+ ```
505
+
506
+ ---
507
+
508
+ ## 10.3 Dynamics features
509
+
510
+ Tạo thêm:
511
+
512
+ ```text
513
+ velocity = p_t - p_{t-1}
514
+ acceleration = v_t - v_{t-1}
515
+ torso angle
516
+ hip drop
517
+ body aspect ratio
518
+ center-of-body velocity
519
+ ```
520
+
521
+ Fall thường có:
522
+
523
+ ```text
524
+ torso angle thay đổi nhanh
525
+ hip y-coordinate tụt nhanh
526
+ bbox height/width thay đổi
527
+ center-of-body velocity lớn
528
+ ```
529
+
530
+ Đây là điểm giúp model chuyên biệt cho fall detection.
531
+
532
+ ---
533
+
534
+ # 11. Mô hình DynaFall-GCN
535
+
536
+ ## Kiến trúc đề xuất
537
+
538
+ ```text
539
+ Input skeleton sequence
540
+
541
+ Confidence-aware keypoint dropout
542
+
543
+ Joint GCN branch
544
+
545
+ Bone GCN branch
546
+
547
+ Dynamics temporal branch
548
+
549
+ Feature fusion
550
+
551
+ MLP classifier
552
+
553
+ Fall / Non-fall
554
+ ```
555
+
556
+ ## Chi tiết 3 branch
557
+
558
+ ### Branch 1: Joint GCN
559
+
560
+ Học quan hệ giữa các khớp.
561
+
562
+ ```text
563
+ Input: normalized joint coordinates
564
+ Encoder: lightweight ST-GCN / graph-temporal block
565
+ ```
566
+
567
+ ### Branch 2: Bone GCN
568
+
569
+ Học hướng và độ thay đổi của xương.
570
+
571
+ ```text
572
+ Input: bone vectors
573
+ Encoder: graph-temporal block
574
+ ```
575
+
576
+ ### Branch 3: Dynamics branch
577
+
578
+ Học các đặc trưng rơi.
579
+
580
+ ```text
581
+ Input: velocity, acceleration, torso angle, hip drop, aspect ratio
582
+ Encoder: TCN + attention pooling
583
+ ```
584
+
585
+ ### Fusion
586
+
587
+ ```text
588
+ f = concat(f_joint, f_bone, f_dyn)
589
+ logits = MLP(f)
590
+ ```
591
+
592
+ ---
593
+
594
+ # 12. Confidence-aware keypoint dropout
595
+
596
+ Đây là điểm mới dễ viết.
597
+
598
+ ## Ý tưởng
599
+
600
+ Trong thực tế, pose estimator có thể mất keypoint do:
601
+
602
+ ```text
603
+ che khuất
604
+ camera góc xấu
605
+ người nằm sát sàn
606
+ motion blur
607
+ ```
608
+
609
+ Do đó, khi train, mình chủ động mask keypoints.
610
+
611
+ ## Cách làm
612
+
613
+ Nếu confidence thấp:
614
+
615
+ ```text
616
+ conf < 0.3
617
+ ```
618
+
619
+ thì xác suất bị mask cao hơn.
620
+
621
+ Ví dụ:
622
+
623
+ ```text
624
+ high-confidence keypoint: mask probability = 0.1
625
+ low-confidence keypoint: mask probability = 0.5
626
+ ```
627
+
628
+ Khi mask:
629
+
630
+ ```text
631
+ x = 0
632
+ y = 0
633
+ confidence = 0
634
+ velocity = 0
635
+ acceleration = 0
636
+ ```
637
+
638
+ ---
639
+
640
+ # 13. Thí nghiệm cần chạy
641
+
642
+ ## Experiment 1: Main comparison
643
+
644
+ Chạy tất cả method trên từng dataset.
645
+
646
+ ```text
647
+ URFD train/test
648
+ MCFD train/test
649
+ ```
650
+
651
+ Bảng:
652
+
653
+ | Method | URFD Acc | URFD Recall | URFD F1 | MCFD Acc | MCFD Recall | MCFD F1 |
654
+ | ---------------- | -------: | ----------: | ------: | -------: | ----------: | ------: |
655
+ | LSTM | | | | | | |
656
+ | ST-GCN | | | | | | |
657
+ | 2s-AGCN | | | | | | |
658
+ | CTR-GCN | | | | | | |
659
+ | PoseC3D | | | | | | |
660
+ | TCNTE-style | | | | | | |
661
+ | **DynaFall-GCN** | | | | | | |
662
+
663
+ ---
664
+
665
+ ## Experiment 2: Ablation study
666
+
667
+ Chỉ chạy trên model của mình.
668
+
669
+ | Variant | Joint | Bone | Dynamics | Dropout | F1 | Recall |
670
+ | ------- | ----- | ---- | -------- | ------------------------ | -: | -----: |
671
+ | A1 | ✓ | | | | | |
672
+ | A2 | ✓ | ✓ | | | | |
673
+ | A3 | ✓ | ✓ | ✓ | | | |
674
+ | A4 | ✓ | ✓ | ✓ | Random dropout | | |
675
+ | A5 | ✓ | ✓ | ✓ | Confidence-aware dropout | | |
676
+
677
+ Mục tiêu:
678
+
679
+ ```text
680
+ Bone giúp tăng F1.
681
+ Dynamics giúp tăng Recall.
682
+ Confidence-aware dropout giúp robustness tốt hơn.
683
+ ```
684
+
685
+ ---
686
+
687
+ ## Experiment 3: Robustness under missing keypoints
688
+
689
+ Tạo test set bị mất keypoint:
690
+
691
+ ```text
692
+ Clean
693
+ Missing-10
694
+ Missing-20
695
+ Missing-30
696
+ Upper-body missing
697
+ Lower-body missing
698
+ Low-confidence masking
699
+ ```
700
+
701
+ Bảng:
702
+
703
+ | Method | Clean F1 | Missing-10 | Missing-20 | Missing-30 | Lower-body missing |
704
+ | ---------------- | -------: | ---------: | ---------: | ---------: | -----------------: |
705
+ | ST-GCN | | | | | |
706
+ | 2s-AGCN | | | | | |
707
+ | CTR-GCN | | | | | |
708
+ | PoseC3D | | | | | |
709
+ | TCNTE-style | | | | | |
710
+ | **DynaFall-GCN** | | | | | |
711
+
712
+ Đây là bảng nên nhấn mạnh trong paper.
713
+
714
+ ---
715
+
716
+ ## Experiment 4: Cross-dataset generalization
717
+
718
+ ```text
719
+ Train URFD → Test MCFD
720
+ Train MCFD → Test URFD
721
+ ```
722
+
723
+ Bảng:
724
+
725
+ | Train | Test | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE-style | Ours |
726
+ | ----- | ---- | -----: | ------: | ------: | ------: | ----------: | ---: |
727
+ | URFD | MCFD | | | | | | |
728
+ | MCFD | URFD | | | | | | |
729
+
730
+ Nếu kết quả thấp cũng không sao. Cross-dataset thường khó. Chỉ cần proposed giảm ít hơn baseline.
731
+
732
+ ---
733
+
734
+ ## Experiment 5: Runtime / Efficiency
735
+
736
+ Báo cáo:
737
+
738
+ ```text
739
+ Parameters
740
+ FLOPs nếu tính được
741
+ Inference time per clip
742
+ FPS
743
+ ```
744
+
745
+ Bảng:
746
+
747
+ | Method | Params | FPS | F1 |
748
+ | ------------ | -----: | --: | -: |
749
+ | ST-GCN | | | |
750
+ | CTR-GCN | | | |
751
+ | PoseC3D | | | |
752
+ | TCNTE-style | | | |
753
+ | DynaFall-GCN | | | |
754
+
755
+ ---
756
+
757
+ # 14. Metrics bắt buộc
758
+
759
+ Dùng:
760
+
761
+ ```text
762
+ Accuracy
763
+ Precision
764
+ Recall / Sensitivity
765
+ Specificity
766
+ F1-score
767
+ Macro-F1
768
+ FPS
769
+ ```
770
+
771
+ Trong fall detection, cần nhấn mạnh:
772
+
773
+ ```text
774
+ Recall quan trọng hơn Accuracy vì bỏ sót fall nguy hiểm hơn báo nhầm.
775
+ ```
776
+
777
+ ---
778
+
779
+ # 15. Training setup
780
+
781
+ ## Split
782
+
783
+ Nếu dataset nhỏ:
784
+
785
+ ```text
786
+ 5-fold cross-validation
787
+ ```
788
+
789
+ Nếu muốn nhanh:
790
+
791
+ ```text
792
+ 70% train
793
+ 15% validation
794
+ 15% test
795
+ ```
796
+
797
+ Nhưng phải là:
798
+
799
+ ```text
800
+ video-level split
801
+ ```
802
+
803
+ không phải frame-level split.
804
+
805
+ ## Seeds
806
+
807
+ Tối thiểu:
808
+
809
+ ```text
810
+ 7, 13, 21
811
+ ```
812
+
813
+ Tốt hơn:
814
+
815
+ ```text
816
+ 7, 13, 21, 42, 100
817
+ ```
818
+
819
+ ## Hyperparameters gợi ý
820
+
821
+ | Setting | Value |
822
+ | -------------- | ---------------------------------: |
823
+ | Clip length | 32 |
824
+ | Stride | 16 |
825
+ | Batch size | 16 hoặc 32 |
826
+ | Epochs | 80–100 |
827
+ | Optimizer | AdamW |
828
+ | Learning rate | 1e-3 hoặc 5e-4 |
829
+ | Weight decay | 1e-4 |
830
+ | Early stopping | patience 10 |
831
+ | Loss | CrossEntropy / Weighted Focal Loss |
832
+
833
+ ---
834
+
835
+ # 16. Cấu trúc paper 8 trang
836
+
837
+ ## Title
838
+
839
+ **DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking**
840
+
841
+ ## Abstract
842
+
843
+ Nêu 5 ý:
844
+
845
+ ```text
846
+ fall detection quan trọng
847
+ RGB-based methods có privacy/computation issue
848
+ skeleton-based methods nhẹ hơn nhưng dễ bị pose noise
849
+ paper benchmark các skeleton methods mạnh
850
+ đề xuất DynaFall-GCN với dynamics + confidence-aware dropout
851
+ ```
852
+
853
+ ## 1. Introduction
854
+
855
+ Flow:
856
+
857
+ ```text
858
+ Fall detection quan trọng cho elderly care
859
+ Wearable sensors bất tiện, RGB video có privacy concern
860
+ Skeleton/keypoints là hướng nhẹ và privacy-preserving
861
+ Gap: nhiều bài chỉ so baseline đơn giản, ít benchmark method GCN/PoseC3D mạnh trên fall datasets
862
+ Gap: ít kiểm thử robustness khi mất keypoint
863
+ Contribution
864
+ ```
865
+
866
+ ## 2. Related Work
867
+
868
+ Chia 4 phần:
869
+
870
+ ```text
871
+ 2.1 Vision-based fall detection
872
+ 2.2 Skeleton-based action recognition
873
+ 2.3 Graph-based skeleton models
874
+ 2.4 Robust fall detection under occlusion
875
+ ```
876
+
877
+ ## 3. Proposed Method
878
+
879
+ ```text
880
+ 3.1 Overview
881
+ 3.2 Pose extraction
882
+ 3.3 Skeleton normalization
883
+ 3.4 Joint, bone, and dynamics representation
884
+ 3.5 Confidence-aware keypoint dropout
885
+ 3.6 DynaFall-GCN architecture
886
+ ```
887
+
888
+ ## 4. Experiments
889
+
890
+ ```text
891
+ 4.1 Datasets
892
+ 4.2 Comparative methods
893
+ 4.3 Evaluation protocol
894
+ 4.4 Implementation details
895
+ 4.5 Metrics
896
+ ```
897
+
898
+ ## 5. Results and Discussion
899
+
900
+ ```text
901
+ 5.1 Main comparison
902
+ 5.2 Ablation study
903
+ 5.3 Robustness analysis
904
+ 5.4 Cross-dataset generalization
905
+ 5.5 Runtime analysis
906
+ 5.6 Error analysis
907
+ ```
908
+
909
+ ## 6. Conclusion
910
+
911
+ Nêu:
912
+
913
+ ```text
914
+ DynaFall-GCN hiệu quả và robust
915
+ skeleton giúp privacy-preserving
916
+ hạn chế: dataset vẫn là simulated falls
917
+ future work: real-world elderly care, edge deployment, multimodal fusion
918
+ ```
919
+
920
+ ---
921
+
922
+ # 17. Figures nên có
923
+
924
+ ## Figure 1: Overall framework
925
+
926
+ ```text
927
+ RGB Video
928
+ → Pose Extraction
929
+ → Skeleton Normalization
930
+ → Joint/Bone/Dynamics Features
931
+ → Comparative Skeleton Methods
932
+ → DynaFall-GCN
933
+ → Fall / Non-fall
934
+ ```
935
+
936
+ ## Figure 2: DynaFall-GCN architecture
937
+
938
+ ```text
939
+ Joint Stream
940
+ Bone Stream
941
+ Dynamics Stream
942
+ → Fusion
943
+ → Classifier
944
+ ```
945
+
946
+ ## Figure 3: Robustness scenarios
947
+
948
+ ```text
949
+ Clean skeleton
950
+ Missing-10
951
+ Missing-20
952
+ Missing-30
953
+ Lower-body occlusion
954
+ ```
955
+
956
+ ---
957
+
958
+ # 18. Bảng cần có trong paper
959
+
960
+ Tối thiểu nên có 5 bảng:
961
+
962
+ ```text
963
+ Table 1. Dataset statistics
964
+ Table 2. Main comparison with related methods
965
+ Table 3. Ablation study
966
+ Table 4. Robustness under missing keypoints
967
+ Table 5. Cross-dataset generalization
968
+ ```
969
+
970
+ Nếu thiếu trang thì bỏ Table 5 hoặc đưa vào phụ lục, nhưng **không nên bỏ Table 3 và Table 4**.
971
+
972
+ ---
973
+
974
+ # 19. Lộ trình chạy thực nghiệm
975
+
976
+ ## Phase 1: Dataset + pose extraction
977
+
978
+ Làm:
979
+
980
+ ```text
981
+ Download URFD + MCFD
982
+ Extract frames
983
+ Run YOLO pose
984
+ Save keypoints
985
+ Visual check skeleton
986
+ ```
987
+
988
+ Output:
989
+
990
+ ```text
991
+ URFD_keypoints.pkl
992
+ MCFD_keypoints.pkl
993
+ ```
994
+
995
+ ---
996
+
997
+ ## Phase 2: Build clips
998
+
999
+ Làm:
1000
+
1001
+ ```text
1002
+ video-level split
1003
+ 32-frame clips
1004
+ stride 16
1005
+ normalize skeleton
1006
+ generate joint/bone/dynamics features
1007
+ ```
1008
+
1009
+ Output:
1010
+
1011
+ ```text
1012
+ URFD_train.pkl / val.pkl / test.pkl
1013
+ MCFD_train.pkl / val.pkl / test.pkl
1014
+ ```
1015
+
1016
+ ---
1017
+
1018
+ ## Phase 3: Chạy baseline dễ trước
1019
+
1020
+ Chạy:
1021
+
1022
+ ```text
1023
+ LSTM
1024
+ ST-GCN
1025
+ ```
1026
+
1027
+ Mục tiêu:
1028
+
1029
+ ```text
1030
+ kiểm tra data pipeline đúng chưa
1031
+ ```
1032
+
1033
+ ---
1034
+
1035
+ ## Phase 4: Chạy method từ paper khác
1036
+
1037
+ Chạy:
1038
+
1039
+ ```text
1040
+ 2s-AGCN
1041
+ CTR-GCN
1042
+ PoseC3D
1043
+ TCNTE-style
1044
+ ```
1045
+
1046
+ ---
1047
+
1048
+ ## Phase 5: Chạy proposed
1049
+
1050
+ Chạy:
1051
+
1052
+ ```text
1053
+ DynaFall-GCN joint only
1054
+ DynaFall-GCN joint + bone
1055
+ DynaFall-GCN joint + bone + dynamics
1056
+ DynaFall-GCN full + confidence-aware dropout
1057
+ ```
1058
+
1059
+ ---
1060
+
1061
+ ## Phase 6: Robustness test
1062
+
1063
+ Test tất cả model chính trên:
1064
+
1065
+ ```text
1066
+ Clean
1067
+ Missing-10
1068
+ Missing-20
1069
+ Missing-30
1070
+ Lower-body missing
1071
+ Low-confidence masking
1072
+ ```
1073
+
1074
+ ---
1075
+
1076
+ ## Phase 7: Viết paper
1077
+
1078
+ Thứ tự viết nên là:
1079
+
1080
+ ```text
1081
+ Method
1082
+ Experiments
1083
+ Results
1084
+ Introduction
1085
+ Related Work
1086
+ Abstract
1087
+ Conclusion
1088
+ ```
1089
+
1090
+ ---
1091
+
1092
+ # 20. Bản tối giản nếu thiếu thời gian
1093
+
1094
+ Nếu deadline gấp, chỉ làm:
1095
+
1096
+ ```text
1097
+ Datasets:
1098
+ URFD + MCFD
1099
+
1100
+ Methods:
1101
+ LSTM
1102
+ ST-GCN
1103
+ 2s-AGCN
1104
+ CTR-GCN
1105
+ TCNTE-style
1106
+ DynaFall-GCN
1107
+
1108
+ Bỏ nếu không kịp:
1109
+ PoseC3D
1110
+ Cross-dataset
1111
+ 5 seeds
1112
+ ```
1113
+
1114
+ Nhưng giữ bắt buộc:
1115
+
1116
+ ```text
1117
+ Main comparison
1118
+ Ablation
1119
+ Robustness missing keypoints
1120
+ ```
1121
+
1122
+ ---
1123
+
1124
+ # 21. Kế hoạch cuối cùng nên theo
1125
+
1126
+ Chốt hướng như sau:
1127
+
1128
+ ```text
1129
+ Paper title:
1130
+ DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking
1131
+
1132
+ Datasets:
1133
+ URFD + MCFD
1134
+ UP-Fall optional
1135
+
1136
+ Pose extractor:
1137
+ YOLOv8n-pose hoặc YOLO11n-pose
1138
+
1139
+ Compared methods:
1140
+ LSTM
1141
+ ST-GCN
1142
+ 2s-AGCN
1143
+ CTR-GCN
1144
+ PoseC3D nếu kịp
1145
+ TCNTE-style
1146
+
1147
+ Proposed:
1148
+ DynaFall-GCN
1149
+ = joint stream
1150
+ + bone stream
1151
+ + fall-specific dynamics stream
1152
+ + confidence-aware keypoint dropout
1153
+
1154
+ Experiments:
1155
+ Main results
1156
+ Ablation
1157
+ Robustness
1158
+ Cross-dataset nếu kịp
1159
+ Runtime/FPS
1160
+
1161
+ Main claim:
1162
+ DynaFall-GCN is a lightweight and privacy-preserving skeleton-based fall detection model that achieves competitive performance and better robustness under missing or unreliable keypoints.
1163
+ ```
1164
+
1165
+ Đây là kế hoạch hợp lý nhất cho hội nghị Q4: **đủ mới, đủ method từ paper khác, đủ thí nghiệm, nhưng vẫn chạy được trong thời gian ngắn**.
1166
+
1167
+ [1]: https://fenix.ur.edu.pl/~mkepski/ds/uf.html?utm_source=chatgpt.com "UR Fall Detection Dataset"
1168
+ [2]: https://www.iro.umontreal.ca/~labimage/Dataset/?utm_source=chatgpt.com "Multiple cameras fall dataset"
1169
+ [3]: https://sites.google.com/up.edu.mx/challenge-up-2019/data?utm_source=chatgpt.com "Challenge UP - Data"
1170
+ [4]: https://www.mdpi.com/1424-8220/19/9/1988?utm_source=chatgpt.com "UP-Fall Detection Dataset: A Multimodal Approach"
1171
+ [5]: https://ojs.aaai.org/index.php/aaai/article/view/12328?utm_source=chatgpt.com "Spatial Temporal Graph Convolutional Networks ..."
1172
+ [6]: https://arxiv.org/abs/1805.07694?utm_source=chatgpt.com "Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition"
1173
+ [7]: https://arxiv.org/abs/2107.12213?utm_source=chatgpt.com "Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition"
1174
+ [8]: https://openaccess.thecvf.com/content/CVPR2022/html/Duan_Revisiting_Skeleton-Based_Action_Recognition_CVPR_2022_paper.html?utm_source=chatgpt.com "Related Material - CVPR 2022 Open Access Repository"
1175
+ [9]: https://www.sciencedirect.com/science/article/abs/pii/S1574119225000057?utm_source=chatgpt.com "A Real-time skeleton-based fall detection algorithm ..."
PLAN.md ADDED
@@ -0,0 +1,1175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dưới đây là **kế hoạch hoàn chỉnh phiên bản mạnh hơn** cho paper phát hiện té ngã, có dataset link, mô tả dataset, method lấy từ các paper khác, proposed method, thí nghiệm, bảng kết quả và lộ trình chạy.
2
+
3
+ # 1. Hướng paper chốt
4
+
5
+ ## Tên paper đề xuất
6
+
7
+ **DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking**
8
+
9
+ Tên này tốt hơn tên cũ vì nó thể hiện 2 điểm:
10
+
11
+ 1. Có **model riêng**: DynaFall.
12
+ 2. Có **benchmark với các method mạnh từ paper khác**: ST-GCN, 2s-AGCN, CTR-GCN, PoseC3D, TCNTE-style.
13
+
14
+ Ý tưởng chính:
15
+
16
+ ```text
17
+ RGB Video
18
+ → YOLO Pose
19
+ → 17-keypoint skeleton sequence
20
+ → Joint / Bone / Dynamics features
21
+ → Compare with strong skeleton methods
22
+ → Proposed DynaFall-GCN
23
+ → Fall / Non-fall
24
+ ```
25
+
26
+ Paper sẽ không còn đơn giản là “dùng CNN/LSTM/Transformer để phân loại té ngã”, mà thành:
27
+
28
+ > Một framework phát hiện té ngã dựa trên skeleton, chạy lại các method skeleton action recognition mạnh trên cùng dataset, sau đó đề xuất model chuyên biệt cho fall detection bằng keypoint dynamics và confidence-aware dropout.
29
+
30
+ ---
31
+
32
+ # 2. Dataset dùng trong paper
33
+
34
+ Tôi khuyên dùng **2 dataset chính + 1 dataset backup/extension**.
35
+
36
+ ## Dataset chính 1: UR Fall Detection Dataset — URFD
37
+
38
+ **Link dataset:** UR Fall Detection Dataset. ([Fenix][1])
39
+
40
+ **Mô tả:** URFD gồm **70 sequences**, trong đó có **30 fall sequences** và **40 activities of daily living — ADL sequences**. Fall events được ghi bằng **2 Microsoft Kinect cameras** kèm dữ liệu accelerometer; ADL events được ghi bằng camera 0 và accelerometer. ([Fenix][1])
41
+
42
+ **Vì sao nên dùng:**
43
+
44
+ * Nhỏ, dễ chạy nhanh.
45
+ * Rất phổ biến trong fall detection.
46
+ * Phù hợp để debug pipeline trước.
47
+ * Có RGB video để trích xuất YOLO pose.
48
+
49
+ **Vai trò trong paper:**
50
+
51
+ ```text
52
+ Dataset kiểm tra nhanh + benchmark chính.
53
+ ```
54
+
55
+ ---
56
+
57
+ ## Dataset chính 2: Multiple Cameras Fall Dataset — MCFD
58
+
59
+ **Link dataset:** Multiple Cameras Fall Dataset. ([Iro Montéal][2])
60
+
61
+ **Mô tả:** MCFD có **24 scenarios** được ghi bằng **8 IP video cameras**. **22 scenarios đầu** chứa fall và các sự kiện gây nhầm lẫn; **2 scenarios cuối** chỉ chứa các sự kiện gây nhầm lẫn. ([Iro Montéal][2])
62
+
63
+ **Vì sao nên dùng:**
64
+
65
+ * Có nhiều góc camera.
66
+ * Phù hợp để kiểm tra robustness.
67
+ * Paper nhìn mạnh hơn URFD-only.
68
+ * Có các tình huống dễ gây nhầm: ngồi, cúi, nằm, chuyển động gần giống fall.
69
+
70
+ **Vai trò trong paper:**
71
+
72
+ ```text
73
+ Dataset kiểm tra multi-view + robustness.
74
+ ```
75
+
76
+ ---
77
+
78
+ ## Dataset backup/extension: UP-Fall Detection Dataset
79
+
80
+ **Link dataset:** UP-Fall / Challenge UP data page. ([Google Sites][3])
81
+
82
+ **Mô tả:** Trang Challenge UP mô tả UP-Fall là dataset lớn cho fall detection, gồm **11 activities**, **3 trials per activity**, thực hiện bởi **12 subjects**, bao gồm 6 hoạt động hằng ngày và 5 kiểu té ngã, thu bằng wearable sensors, ambient sensors và vision devices. ([Google Sites][3]) Paper gốc về UP-Fall cũng nhấn mạnh đây là dataset multimodal cho fall detection và human activity recognition. ([MDPI][4])
83
+
84
+ **Khi nào dùng:**
85
+
86
+ * Nếu MCFD tải khó hoặc xử lý annotation khó.
87
+ * Nếu muốn paper mạnh hơn và có thêm dataset thứ 3.
88
+ * Nếu muốn hướng “multimodal dataset nhưng chỉ dùng RGB-derived pose”.
89
+
90
+ **Khuyến nghị thực tế:**
91
+ Paper 8 trang cho hội nghị Q4 thì dùng **URFD + MCFD** là đủ. UP-Fall để backup.
92
+
93
+ ---
94
+
95
+ # 3. Dataset protocol chốt
96
+
97
+ Trong paper ghi rõ:
98
+
99
+ ```text
100
+ Although some datasets provide depth, accelerometer, or multimodal signals, this study only uses RGB videos to extract human skeleton keypoints. This ensures a consistent vision-based evaluation protocol across all datasets.
101
+ ```
102
+
103
+ Tức là:
104
+
105
+ | Dataset | Dữ liệu gốc có gì | Mình dùng gì |
106
+ | ---------------- | ------------------------- | -------------------------- |
107
+ | URFD | RGB, depth, accelerometer | Chỉ RGB → YOLO Pose |
108
+ | MCFD | Multi-camera RGB video | RGB → YOLO Pose |
109
+ | UP-Fall nếu dùng | wearable, ambient, vision | Chỉ RGB/vision → YOLO Pose |
110
+
111
+ Điểm này rất quan trọng để reviewer thấy so sánh công bằng.
112
+
113
+ ---
114
+
115
+ # 4. Proposed method
116
+
117
+ ## Tên model
118
+
119
+ **DynaFall-GCN**
120
+
121
+ ## Ý tưởng
122
+
123
+ Model của mình không chỉ dùng skeleton thô, mà có 3 stream:
124
+
125
+ ```text
126
+ Stream 1: Joint stream
127
+ - x, y, confidence của 17 keypoints
128
+
129
+ Stream 2: Bone stream
130
+ - vector xương giữa các keypoints
131
+
132
+ Stream 3: Dynamics stream
133
+ - velocity
134
+ - acceleration
135
+ - torso angle
136
+ - hip drop
137
+ - body aspect ratio
138
+ - center-of-body motion
139
+ ```
140
+
141
+ Sau đó dùng:
142
+
143
+ ```text
144
+ Graph-temporal encoder
145
+ + confidence-aware keypoint dropout
146
+ + classification head
147
+ ```
148
+
149
+ ---
150
+
151
+ # 5. Pipeline tổng thể
152
+
153
+ ```text
154
+ Input RGB Video
155
+
156
+ Frame Sampling
157
+ T = 32 frames
158
+
159
+ YOLOv8/YOLO11 Pose Extraction
160
+ 17 COCO keypoints per frame
161
+
162
+ Pose Normalization
163
+ bbox-centered normalization
164
+
165
+ Feature Construction
166
+ joint + bone + dynamics
167
+
168
+ Comparative Methods
169
+ ST-GCN / 2s-AGCN / CTR-GCN / PoseC3D / TCNTE-style
170
+
171
+ Proposed DynaFall-GCN
172
+ joint stream + bone stream + dynamics stream
173
+
174
+ Robustness Evaluation
175
+ missing keypoints / lower-body occlusion / low-confidence mask
176
+
177
+ Fall / Non-fall Prediction
178
+ ```
179
+
180
+ ---
181
+
182
+ # 6. Các method từ paper khác để chạy lại
183
+
184
+ Đây là phần giúp paper “hay hơn” và không bị đơn giản.
185
+
186
+ ## 6.1 LSTM baseline
187
+
188
+ Dùng để kiểm tra sequence baseline.
189
+
190
+ Input:
191
+
192
+ ```text
193
+ 32 frames × 17 keypoints × 3
194
+ → flatten
195
+ → 32 × 51
196
+ ```
197
+
198
+ Vai trò:
199
+
200
+ ```text
201
+ Basic temporal baseline.
202
+ ```
203
+
204
+ ---
205
+
206
+ ## 6.2 ST-GCN
207
+
208
+ **Paper:** Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, AAAI 2018.
209
+
210
+ ST-GCN mô hình hóa skeleton như một graph không-thời gian, trong đó keypoints là nodes, bones là edges, và mô hình học cả quan hệ không gian giữa khớp và quan hệ thời gian giữa frames. ([AAAI Publications][5])
211
+
212
+ Áp dụng vào paper:
213
+
214
+ ```text
215
+ Input: N × C × T × V × M
216
+ C = 3
217
+ T = 32
218
+ V = 17
219
+ M = 1
220
+ Output = Fall / Non-fall
221
+ ```
222
+
223
+ Vai trò:
224
+
225
+ ```text
226
+ Classic graph-based skeleton baseline.
227
+ ```
228
+
229
+ ---
230
+
231
+ ## 6.3 2s-AGCN
232
+
233
+ **Paper:** Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition, CVPR 2019.
234
+
235
+ 2s-AGCN mạnh hơn ST-GCN vì graph topology có thể được học thích nghi, không cố định hoàn toàn. Method này cũng dùng hai stream: **joint stream** và **bone stream**, trong đó bone stream chứa thông tin độ dài và hướng xương. ([arXiv][6])
236
+
237
+ Áp dụng:
238
+
239
+ ```text
240
+ Joint stream: keypoint coordinates
241
+ Bone stream: bone vectors
242
+ Final prediction: score fusion
243
+ ```
244
+
245
+ Vai trò:
246
+
247
+ ```text
248
+ Adaptive graph + bone information baseline.
249
+ ```
250
+
251
+ ---
252
+
253
+ ## 6.4 CTR-GCN
254
+
255
+ **Paper:** Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition, ICCV 2021.
256
+
257
+ CTR-GCN học graph topology theo từng channel, giúp mô hình học các quan hệ khớp khác nhau cho từng loại feature. Đây là một baseline GCN mạnh cho skeleton action recognition. ([arXiv][7])
258
+
259
+ Áp dụng:
260
+
261
+ ```text
262
+ Input: joint + bone skeleton sequence
263
+ Graph: COCO 17-keypoint topology
264
+ Output: Fall / Non-fall
265
+ ```
266
+
267
+ Vai trò:
268
+
269
+ ```text
270
+ Strong graph-based baseline.
271
+ ```
272
+
273
+ ---
274
+
275
+ ## 6.5 PoseC3D / PoseConv3D
276
+
277
+ **Paper:** Revisiting Skeleton-based Action Recognition, CVPR 2022.
278
+
279
+ PoseC3D/PoseConv3D không dùng graph sequence trực tiếp, mà chuyển pose thành **3D heatmap volume**. Paper gốc cho rằng cách này hiệu quả hơn trong học spatiotemporal features, robust hơn với pose estimation noise và generalize tốt hơn trong cross-dataset settings. ([CVF Open Access][8])
280
+
281
+ Áp dụng:
282
+
283
+ ```text
284
+ YOLO keypoints
285
+ → 3D pose heatmap volume
286
+ → 3D CNN
287
+ → Fall / Non-fall
288
+ ```
289
+
290
+ Vai trò:
291
+
292
+ ```text
293
+ Heatmap-based skeleton baseline.
294
+ ```
295
+
296
+ ---
297
+
298
+ ## 6.6 TCNTE-style
299
+
300
+ **Paper:** Real-time skeleton-based fall detection algorithm based on Temporal Convolutional Networks and Transformer Encoder, 2025.
301
+
302
+ TCNTE kết hợp **Temporal Convolutional Network** với **Transformer Encoder** cho fall detection thời gian thực, dùng YOLOv8 pose extraction, BoT-SORT tracking, và weighted focal loss để xử lý mất cân bằng lớp. ([ScienceDirect][9])
303
+
304
+ Áp dụng:
305
+
306
+ ```text
307
+ TCN + Transformer Encoder
308
+ Input: skeleton sequence
309
+ Loss: weighted focal loss
310
+ Output: Fall / Non-fall
311
+ ```
312
+
313
+ Vai trò:
314
+
315
+ ```text
316
+ Recent fall-specific temporal baseline.
317
+ ```
318
+
319
+ ---
320
+
321
+ # 7. Bảng method chính trong paper
322
+
323
+ Nên đưa bảng này vào phần **Experimental Setup**.
324
+
325
+ | Method | Loại | Nguồn gốc | Input | Vai trò |
326
+ | ---------------- | ----------------- | ------------------- | ----------------------- | --------------------------- |
327
+ | LSTM | Sequence model | baseline phổ biến | joint sequence | baseline cơ bản |
328
+ | ST-GCN | Graph-based | AAAI 2018 | joint graph | skeleton baseline kinh điển |
329
+ | 2s-AGCN | Adaptive GCN | CVPR 2019 | joint + bone | baseline mạnh hơn ST-GCN |
330
+ | CTR-GCN | Refined GCN | ICCV 2021 | joint + bone | strong GCN baseline |
331
+ | PoseC3D | Heatmap 3D CNN | CVPR 2022 | pose heatmap | khác hướng GCN |
332
+ | TCNTE-style | TCN + Transformer | fall detection 2025 | skeleton sequence | fall-specific baseline |
333
+ | **DynaFall-GCN** | Proposed | ours | joint + bone + dynamics | model chính |
334
+
335
+ ---
336
+
337
+ # 8. Điểm mới của DynaFall-GCN so với các method kia
338
+
339
+ | Thành phần | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE | DynaFall-GCN |
340
+ | --------------------------------- | -------------- | -------------- | -------------- | --------------- | ------------------------- | ------------ |
341
+ | Joint stream | Có | Có | Có | Heatmap | Có | Có |
342
+ | Bone stream | Không | Có | Có | Không trực tiếp | Không rõ | Có |
343
+ | Velocity/Acceleration | Không | Không | Không | Không trực tiếp | Có thể có motion temporal | Có rõ |
344
+ | Torso angle | Không | Không | Không | Không | Không | Có |
345
+ | Hip drop | Không | Không | Không | Không | Không | Có |
346
+ | Body aspect ratio | Không | Không | Không | Không | Không | Có |
347
+ | Confidence-aware dropout | Không | Không | Không | Không | Không rõ | Có |
348
+ | Robustness test missing keypoints | Không bắt buộc | Không bắt buộc | Không bắt buộc | Có thể robust | Không bắt buộc | Có |
349
+
350
+ Thông điệp chính:
351
+
352
+ > Các method skeleton action recognition mạnh học action nói chung, còn DynaFall-GCN đưa thêm fall-specific dynamics và robustness training để phù hợp hơn với bài toán té ngã.
353
+
354
+ ---
355
+
356
+ # 9. Chi tiết xử lý dữ liệu
357
+
358
+ ## Step 1: Download dataset
359
+
360
+ Tải:
361
+
362
+ 1. **URFD** từ trang chính thức. ([Fenix][1])
363
+ 2. **MCFD** từ trang dataset của Université de Montréal. ([Iro Montéal][2])
364
+ 3. **UP-Fall** chỉ dùng nếu cần backup hoặc mở rộng. ([Google Sites][3])
365
+
366
+ ---
367
+
368
+ ## Step 2: Chuẩn hóa thư mục
369
+
370
+ ```text
371
+ fall_project/
372
+ ├── data/
373
+ │ ├── raw/
374
+ │ │ ├── URFD/
375
+ │ │ ├── MCFD/
376
+ │ │ └── UPFall_optional/
377
+ │ ├── poses/
378
+ │ ├── clips/
379
+ │ └── splits/
380
+ ├── src/
381
+ ├── configs/
382
+ ├── results/
383
+ └── paper/
384
+ ```
385
+
386
+ ---
387
+
388
+ ## Step 3: Trích xuất pose
389
+
390
+ Dùng:
391
+
392
+ ```text
393
+ YOLOv8n-pose hoặc YOLO11n-pose
394
+ ```
395
+
396
+ Output mỗi frame:
397
+
398
+ ```text
399
+ 17 keypoints × 3
400
+ x, y, confidence
401
+ ```
402
+
403
+ Nếu có nhiều người trong frame:
404
+
405
+ ```text
406
+ Chọn người có bbox lớn nhất.
407
+ ```
408
+
409
+ Lý do:
410
+
411
+ ```text
412
+ Fall datasets thường chỉ có một subject chính.
413
+ ```
414
+
415
+ ---
416
+
417
+ ## Step 4: Normalize keypoints
418
+
419
+ Với mỗi frame:
420
+
421
+ ```text
422
+ x_norm = (x - bbox_center_x) / bbox_width
423
+ y_norm = (y - bbox_center_y) / bbox_height
424
+ confidence giữ nguyên
425
+ ```
426
+
427
+ Output:
428
+
429
+ ```text
430
+ T × 17 × 3
431
+ ```
432
+
433
+ Trong đó:
434
+
435
+ ```text
436
+ T = 32 frames
437
+ ```
438
+
439
+ ---
440
+
441
+ ## Step 5: Tạo clip
442
+
443
+ Dùng:
444
+
445
+ ```text
446
+ clip length = 32 frames
447
+ stride = 16
448
+ ```
449
+
450
+ Nếu video ngắn:
451
+
452
+ ```text
453
+ uniform sampling hoặc padding frame cuối
454
+ ```
455
+
456
+ Quan trọng:
457
+
458
+ ```text
459
+ Chia train/val/test theo video trước, rồi mới tạo clip.
460
+ Không random clip trực tiếp vì sẽ leak dữ liệu.
461
+ ```
462
+
463
+ ---
464
+
465
+ # 10. Feature engineering cho proposed model
466
+
467
+ ## 10.1 Joint features
468
+
469
+ ```text
470
+ x, y, confidence
471
+ ```
472
+
473
+ Shape:
474
+
475
+ ```text
476
+ 32 × 17 × 3
477
+ ```
478
+
479
+ ---
480
+
481
+ ## 10.2 Bone features
482
+
483
+ Dựa trên COCO skeleton edges:
484
+
485
+ ```text
486
+ bone_vector = child_joint - parent_joint
487
+ ```
488
+
489
+ Các cạnh chính:
490
+
491
+ ```text
492
+ nose-eye-ear
493
+ shoulder-elbow-wrist
494
+ shoulder-hip
495
+ hip-knee-ankle
496
+ left-right shoulder
497
+ left-right hip
498
+ ```
499
+
500
+ Shape:
501
+
502
+ ```text
503
+ 32 × 17 × 3
504
+ ```
505
+
506
+ ---
507
+
508
+ ## 10.3 Dynamics features
509
+
510
+ Tạo thêm:
511
+
512
+ ```text
513
+ velocity = p_t - p_{t-1}
514
+ acceleration = v_t - v_{t-1}
515
+ torso angle
516
+ hip drop
517
+ body aspect ratio
518
+ center-of-body velocity
519
+ ```
520
+
521
+ Fall thường có:
522
+
523
+ ```text
524
+ torso angle thay đổi nhanh
525
+ hip y-coordinate tụt nhanh
526
+ bbox height/width thay đổi
527
+ center-of-body velocity lớn
528
+ ```
529
+
530
+ Đây là điểm giúp model chuyên biệt cho fall detection.
531
+
532
+ ---
533
+
534
+ # 11. Mô hình DynaFall-GCN
535
+
536
+ ## Kiến trúc đề xuất
537
+
538
+ ```text
539
+ Input skeleton sequence
540
+
541
+ Confidence-aware keypoint dropout
542
+
543
+ Joint GCN branch
544
+
545
+ Bone GCN branch
546
+
547
+ Dynamics temporal branch
548
+
549
+ Feature fusion
550
+
551
+ MLP classifier
552
+
553
+ Fall / Non-fall
554
+ ```
555
+
556
+ ## Chi tiết 3 branch
557
+
558
+ ### Branch 1: Joint GCN
559
+
560
+ Học quan hệ giữa các khớp.
561
+
562
+ ```text
563
+ Input: normalized joint coordinates
564
+ Encoder: lightweight ST-GCN / graph-temporal block
565
+ ```
566
+
567
+ ### Branch 2: Bone GCN
568
+
569
+ Học hướng và độ thay đổi của xương.
570
+
571
+ ```text
572
+ Input: bone vectors
573
+ Encoder: graph-temporal block
574
+ ```
575
+
576
+ ### Branch 3: Dynamics branch
577
+
578
+ Học các đặc trưng rơi.
579
+
580
+ ```text
581
+ Input: velocity, acceleration, torso angle, hip drop, aspect ratio
582
+ Encoder: TCN + attention pooling
583
+ ```
584
+
585
+ ### Fusion
586
+
587
+ ```text
588
+ f = concat(f_joint, f_bone, f_dyn)
589
+ logits = MLP(f)
590
+ ```
591
+
592
+ ---
593
+
594
+ # 12. Confidence-aware keypoint dropout
595
+
596
+ Đây là điểm mới dễ viết.
597
+
598
+ ## Ý tưởng
599
+
600
+ Trong thực tế, pose estimator có thể mất keypoint do:
601
+
602
+ ```text
603
+ che khuất
604
+ camera góc xấu
605
+ người nằm sát sàn
606
+ motion blur
607
+ ```
608
+
609
+ Do đó, khi train, mình chủ động mask keypoints.
610
+
611
+ ## Cách làm
612
+
613
+ Nếu confidence thấp:
614
+
615
+ ```text
616
+ conf < 0.3
617
+ ```
618
+
619
+ thì xác suất bị mask cao hơn.
620
+
621
+ Ví dụ:
622
+
623
+ ```text
624
+ high-confidence keypoint: mask probability = 0.1
625
+ low-confidence keypoint: mask probability = 0.5
626
+ ```
627
+
628
+ Khi mask:
629
+
630
+ ```text
631
+ x = 0
632
+ y = 0
633
+ confidence = 0
634
+ velocity = 0
635
+ acceleration = 0
636
+ ```
637
+
638
+ ---
639
+
640
+ # 13. Thí nghiệm cần chạy
641
+
642
+ ## Experiment 1: Main comparison
643
+
644
+ Chạy tất cả method trên từng dataset.
645
+
646
+ ```text
647
+ URFD train/test
648
+ MCFD train/test
649
+ ```
650
+
651
+ Bảng:
652
+
653
+ | Method | URFD Acc | URFD Recall | URFD F1 | MCFD Acc | MCFD Recall | MCFD F1 |
654
+ | ---------------- | -------: | ----------: | ------: | -------: | ----------: | ------: |
655
+ | LSTM | | | | | | |
656
+ | ST-GCN | | | | | | |
657
+ | 2s-AGCN | | | | | | |
658
+ | CTR-GCN | | | | | | |
659
+ | PoseC3D | | | | | | |
660
+ | TCNTE-style | | | | | | |
661
+ | **DynaFall-GCN** | | | | | | |
662
+
663
+ ---
664
+
665
+ ## Experiment 2: Ablation study
666
+
667
+ Chỉ chạy trên model của mình.
668
+
669
+ | Variant | Joint | Bone | Dynamics | Dropout | F1 | Recall |
670
+ | ------- | ----- | ---- | -------- | ------------------------ | -: | -----: |
671
+ | A1 | ✓ | | | | | |
672
+ | A2 | ✓ | ✓ | | | | |
673
+ | A3 | ✓ | ✓ | ✓ | | | |
674
+ | A4 | ✓ | ✓ | ✓ | Random dropout | | |
675
+ | A5 | ✓ | ✓ | ✓ | Confidence-aware dropout | | |
676
+
677
+ Mục tiêu:
678
+
679
+ ```text
680
+ Bone giúp tăng F1.
681
+ Dynamics giúp tăng Recall.
682
+ Confidence-aware dropout giúp robustness tốt hơn.
683
+ ```
684
+
685
+ ---
686
+
687
+ ## Experiment 3: Robustness under missing keypoints
688
+
689
+ Tạo test set bị mất keypoint:
690
+
691
+ ```text
692
+ Clean
693
+ Missing-10
694
+ Missing-20
695
+ Missing-30
696
+ Upper-body missing
697
+ Lower-body missing
698
+ Low-confidence masking
699
+ ```
700
+
701
+ Bảng:
702
+
703
+ | Method | Clean F1 | Missing-10 | Missing-20 | Missing-30 | Lower-body missing |
704
+ | ---------------- | -------: | ---------: | ---------: | ---------: | -----------------: |
705
+ | ST-GCN | | | | | |
706
+ | 2s-AGCN | | | | | |
707
+ | CTR-GCN | | | | | |
708
+ | PoseC3D | | | | | |
709
+ | TCNTE-style | | | | | |
710
+ | **DynaFall-GCN** | | | | | |
711
+
712
+ Đây là bảng nên nhấn mạnh trong paper.
713
+
714
+ ---
715
+
716
+ ## Experiment 4: Cross-dataset generalization
717
+
718
+ ```text
719
+ Train URFD → Test MCFD
720
+ Train MCFD → Test URFD
721
+ ```
722
+
723
+ Bảng:
724
+
725
+ | Train | Test | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE-style | Ours |
726
+ | ----- | ---- | -----: | ------: | ------: | ------: | ----------: | ---: |
727
+ | URFD | MCFD | | | | | | |
728
+ | MCFD | URFD | | | | | | |
729
+
730
+ Nếu kết quả thấp cũng không sao. Cross-dataset thường khó. Chỉ cần proposed giảm ít hơn baseline.
731
+
732
+ ---
733
+
734
+ ## Experiment 5: Runtime / Efficiency
735
+
736
+ Báo cáo:
737
+
738
+ ```text
739
+ Parameters
740
+ FLOPs nếu tính được
741
+ Inference time per clip
742
+ FPS
743
+ ```
744
+
745
+ Bảng:
746
+
747
+ | Method | Params | FPS | F1 |
748
+ | ------------ | -----: | --: | -: |
749
+ | ST-GCN | | | |
750
+ | CTR-GCN | | | |
751
+ | PoseC3D | | | |
752
+ | TCNTE-style | | | |
753
+ | DynaFall-GCN | | | |
754
+
755
+ ---
756
+
757
+ # 14. Metrics bắt buộc
758
+
759
+ Dùng:
760
+
761
+ ```text
762
+ Accuracy
763
+ Precision
764
+ Recall / Sensitivity
765
+ Specificity
766
+ F1-score
767
+ Macro-F1
768
+ FPS
769
+ ```
770
+
771
+ Trong fall detection, cần nhấn mạnh:
772
+
773
+ ```text
774
+ Recall quan trọng hơn Accuracy vì bỏ sót fall nguy hiểm hơn báo nhầm.
775
+ ```
776
+
777
+ ---
778
+
779
+ # 15. Training setup
780
+
781
+ ## Split
782
+
783
+ Nếu dataset nhỏ:
784
+
785
+ ```text
786
+ 5-fold cross-validation
787
+ ```
788
+
789
+ Nếu muốn nhanh:
790
+
791
+ ```text
792
+ 70% train
793
+ 15% validation
794
+ 15% test
795
+ ```
796
+
797
+ Nhưng phải là:
798
+
799
+ ```text
800
+ video-level split
801
+ ```
802
+
803
+ không phải frame-level split.
804
+
805
+ ## Seeds
806
+
807
+ Tối thiểu:
808
+
809
+ ```text
810
+ 7, 13, 21
811
+ ```
812
+
813
+ Tốt hơn:
814
+
815
+ ```text
816
+ 7, 13, 21, 42, 100
817
+ ```
818
+
819
+ ## Hyperparameters gợi ý
820
+
821
+ | Setting | Value |
822
+ | -------------- | ---------------------------------: |
823
+ | Clip length | 32 |
824
+ | Stride | 16 |
825
+ | Batch size | 16 hoặc 32 |
826
+ | Epochs | 80–100 |
827
+ | Optimizer | AdamW |
828
+ | Learning rate | 1e-3 hoặc 5e-4 |
829
+ | Weight decay | 1e-4 |
830
+ | Early stopping | patience 10 |
831
+ | Loss | CrossEntropy / Weighted Focal Loss |
832
+
833
+ ---
834
+
835
+ # 16. Cấu trúc paper 8 trang
836
+
837
+ ## Title
838
+
839
+ **DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking**
840
+
841
+ ## Abstract
842
+
843
+ Nêu 5 ý:
844
+
845
+ ```text
846
+ fall detection quan trọng
847
+ RGB-based methods có privacy/computation issue
848
+ skeleton-based methods nhẹ hơn nhưng dễ bị pose noise
849
+ paper benchmark các skeleton methods mạnh
850
+ đề xuất DynaFall-GCN với dynamics + confidence-aware dropout
851
+ ```
852
+
853
+ ## 1. Introduction
854
+
855
+ Flow:
856
+
857
+ ```text
858
+ Fall detection quan trọng cho elderly care
859
+ Wearable sensors bất tiện, RGB video có privacy concern
860
+ Skeleton/keypoints là hướng nhẹ và privacy-preserving
861
+ Gap: nhiều bài chỉ so baseline đơn giản, ít benchmark method GCN/PoseC3D mạnh trên fall datasets
862
+ Gap: ít kiểm thử robustness khi mất keypoint
863
+ Contribution
864
+ ```
865
+
866
+ ## 2. Related Work
867
+
868
+ Chia 4 phần:
869
+
870
+ ```text
871
+ 2.1 Vision-based fall detection
872
+ 2.2 Skeleton-based action recognition
873
+ 2.3 Graph-based skeleton models
874
+ 2.4 Robust fall detection under occlusion
875
+ ```
876
+
877
+ ## 3. Proposed Method
878
+
879
+ ```text
880
+ 3.1 Overview
881
+ 3.2 Pose extraction
882
+ 3.3 Skeleton normalization
883
+ 3.4 Joint, bone, and dynamics representation
884
+ 3.5 Confidence-aware keypoint dropout
885
+ 3.6 DynaFall-GCN architecture
886
+ ```
887
+
888
+ ## 4. Experiments
889
+
890
+ ```text
891
+ 4.1 Datasets
892
+ 4.2 Comparative methods
893
+ 4.3 Evaluation protocol
894
+ 4.4 Implementation details
895
+ 4.5 Metrics
896
+ ```
897
+
898
+ ## 5. Results and Discussion
899
+
900
+ ```text
901
+ 5.1 Main comparison
902
+ 5.2 Ablation study
903
+ 5.3 Robustness analysis
904
+ 5.4 Cross-dataset generalization
905
+ 5.5 Runtime analysis
906
+ 5.6 Error analysis
907
+ ```
908
+
909
+ ## 6. Conclusion
910
+
911
+ Nêu:
912
+
913
+ ```text
914
+ DynaFall-GCN hiệu quả và robust
915
+ skeleton giúp privacy-preserving
916
+ hạn chế: dataset vẫn là simulated falls
917
+ future work: real-world elderly care, edge deployment, multimodal fusion
918
+ ```
919
+
920
+ ---
921
+
922
+ # 17. Figures nên có
923
+
924
+ ## Figure 1: Overall framework
925
+
926
+ ```text
927
+ RGB Video
928
+ → Pose Extraction
929
+ → Skeleton Normalization
930
+ → Joint/Bone/Dynamics Features
931
+ → Comparative Skeleton Methods
932
+ → DynaFall-GCN
933
+ → Fall / Non-fall
934
+ ```
935
+
936
+ ## Figure 2: DynaFall-GCN architecture
937
+
938
+ ```text
939
+ Joint Stream
940
+ Bone Stream
941
+ Dynamics Stream
942
+ → Fusion
943
+ → Classifier
944
+ ```
945
+
946
+ ## Figure 3: Robustness scenarios
947
+
948
+ ```text
949
+ Clean skeleton
950
+ Missing-10
951
+ Missing-20
952
+ Missing-30
953
+ Lower-body occlusion
954
+ ```
955
+
956
+ ---
957
+
958
+ # 18. Bảng cần có trong paper
959
+
960
+ Tối thiểu nên có 5 bảng:
961
+
962
+ ```text
963
+ Table 1. Dataset statistics
964
+ Table 2. Main comparison with related methods
965
+ Table 3. Ablation study
966
+ Table 4. Robustness under missing keypoints
967
+ Table 5. Cross-dataset generalization
968
+ ```
969
+
970
+ Nếu thiếu trang thì bỏ Table 5 hoặc đưa vào phụ lục, nhưng **không nên bỏ Table 3 và Table 4**.
971
+
972
+ ---
973
+
974
+ # 19. Lộ trình chạy thực nghiệm
975
+
976
+ ## Phase 1: Dataset + pose extraction
977
+
978
+ Làm:
979
+
980
+ ```text
981
+ Download URFD + MCFD
982
+ Extract frames
983
+ Run YOLO pose
984
+ Save keypoints
985
+ Visual check skeleton
986
+ ```
987
+
988
+ Output:
989
+
990
+ ```text
991
+ URFD_keypoints.pkl
992
+ MCFD_keypoints.pkl
993
+ ```
994
+
995
+ ---
996
+
997
+ ## Phase 2: Build clips
998
+
999
+ Làm:
1000
+
1001
+ ```text
1002
+ video-level split
1003
+ 32-frame clips
1004
+ stride 16
1005
+ normalize skeleton
1006
+ generate joint/bone/dynamics features
1007
+ ```
1008
+
1009
+ Output:
1010
+
1011
+ ```text
1012
+ URFD_train.pkl / val.pkl / test.pkl
1013
+ MCFD_train.pkl / val.pkl / test.pkl
1014
+ ```
1015
+
1016
+ ---
1017
+
1018
+ ## Phase 3: Chạy baseline dễ trước
1019
+
1020
+ Chạy:
1021
+
1022
+ ```text
1023
+ LSTM
1024
+ ST-GCN
1025
+ ```
1026
+
1027
+ Mục tiêu:
1028
+
1029
+ ```text
1030
+ kiểm tra data pipeline đúng chưa
1031
+ ```
1032
+
1033
+ ---
1034
+
1035
+ ## Phase 4: Chạy method từ paper khác
1036
+
1037
+ Chạy:
1038
+
1039
+ ```text
1040
+ 2s-AGCN
1041
+ CTR-GCN
1042
+ PoseC3D
1043
+ TCNTE-style
1044
+ ```
1045
+
1046
+ ---
1047
+
1048
+ ## Phase 5: Chạy proposed
1049
+
1050
+ Chạy:
1051
+
1052
+ ```text
1053
+ DynaFall-GCN joint only
1054
+ DynaFall-GCN joint + bone
1055
+ DynaFall-GCN joint + bone + dynamics
1056
+ DynaFall-GCN full + confidence-aware dropout
1057
+ ```
1058
+
1059
+ ---
1060
+
1061
+ ## Phase 6: Robustness test
1062
+
1063
+ Test tất cả model chính trên:
1064
+
1065
+ ```text
1066
+ Clean
1067
+ Missing-10
1068
+ Missing-20
1069
+ Missing-30
1070
+ Lower-body missing
1071
+ Low-confidence masking
1072
+ ```
1073
+
1074
+ ---
1075
+
1076
+ ## Phase 7: Viết paper
1077
+
1078
+ Thứ tự viết nên là:
1079
+
1080
+ ```text
1081
+ Method
1082
+ Experiments
1083
+ Results
1084
+ Introduction
1085
+ Related Work
1086
+ Abstract
1087
+ Conclusion
1088
+ ```
1089
+
1090
+ ---
1091
+
1092
+ # 20. Bản tối giản nếu thiếu thời gian
1093
+
1094
+ Nếu deadline gấp, chỉ làm:
1095
+
1096
+ ```text
1097
+ Datasets:
1098
+ URFD + MCFD
1099
+
1100
+ Methods:
1101
+ LSTM
1102
+ ST-GCN
1103
+ 2s-AGCN
1104
+ CTR-GCN
1105
+ TCNTE-style
1106
+ DynaFall-GCN
1107
+
1108
+ Bỏ nếu không kịp:
1109
+ PoseC3D
1110
+ Cross-dataset
1111
+ 5 seeds
1112
+ ```
1113
+
1114
+ Nhưng giữ bắt buộc:
1115
+
1116
+ ```text
1117
+ Main comparison
1118
+ Ablation
1119
+ Robustness missing keypoints
1120
+ ```
1121
+
1122
+ ---
1123
+
1124
+ # 21. Kế hoạch cuối cùng nên theo
1125
+
1126
+ Chốt hướng như sau:
1127
+
1128
+ ```text
1129
+ Paper title:
1130
+ DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking
1131
+
1132
+ Datasets:
1133
+ URFD + MCFD
1134
+ UP-Fall optional
1135
+
1136
+ Pose extractor:
1137
+ YOLOv8n-pose hoặc YOLO11n-pose
1138
+
1139
+ Compared methods:
1140
+ LSTM
1141
+ ST-GCN
1142
+ 2s-AGCN
1143
+ CTR-GCN
1144
+ PoseC3D nếu kịp
1145
+ TCNTE-style
1146
+
1147
+ Proposed:
1148
+ DynaFall-GCN
1149
+ = joint stream
1150
+ + bone stream
1151
+ + fall-specific dynamics stream
1152
+ + confidence-aware keypoint dropout
1153
+
1154
+ Experiments:
1155
+ Main results
1156
+ Ablation
1157
+ Robustness
1158
+ Cross-dataset nếu kịp
1159
+ Runtime/FPS
1160
+
1161
+ Main claim:
1162
+ DynaFall-GCN is a lightweight and privacy-preserving skeleton-based fall detection model that achieves competitive performance and better robustness under missing or unreliable keypoints.
1163
+ ```
1164
+
1165
+ Đây là kế hoạch hợp lý nhất cho hội nghị Q4: **đủ mới, đủ method từ paper khác, đủ thí nghiệm, nhưng vẫn chạy được trong thời gian ngắn**.
1166
+
1167
+ [1]: https://fenix.ur.edu.pl/~mkepski/ds/uf.html?utm_source=chatgpt.com "UR Fall Detection Dataset"
1168
+ [2]: https://www.iro.umontreal.ca/~labimage/Dataset/?utm_source=chatgpt.com "Multiple cameras fall dataset"
1169
+ [3]: https://sites.google.com/up.edu.mx/challenge-up-2019/data?utm_source=chatgpt.com "Challenge UP - Data"
1170
+ [4]: https://www.mdpi.com/1424-8220/19/9/1988?utm_source=chatgpt.com "UP-Fall Detection Dataset: A Multimodal Approach"
1171
+ [5]: https://ojs.aaai.org/index.php/aaai/article/view/12328?utm_source=chatgpt.com "Spatial Temporal Graph Convolutional Networks ..."
1172
+ [6]: https://arxiv.org/abs/1805.07694?utm_source=chatgpt.com "Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition"
1173
+ [7]: https://arxiv.org/abs/2107.12213?utm_source=chatgpt.com "Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition"
1174
+ [8]: https://openaccess.thecvf.com/content/CVPR2022/html/Duan_Revisiting_Skeleton-Based_Action_Recognition_CVPR_2022_paper.html?utm_source=chatgpt.com "Related Material - CVPR 2022 Open Access Repository"
1175
+ [9]: https://www.sciencedirect.com/science/article/abs/pii/S1574119225000057?utm_source=chatgpt.com "A Real-time skeleton-based fall detection algorithm ..."
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DynaFall experiments
2
+
3
+ This repository implements the experiment plan in `PLAN.md` for skeleton-based fall detection.
4
+
5
+ ## Structure
6
+
7
+ ```text
8
+ data/raw/ Raw videos: data/raw/URFD and data/raw/MCFD
9
+ data/poses/ Extracted YOLO pose files
10
+ data/processed/ Video-level splits and 32-frame clips
11
+ configs/default.yaml Main experiment config
12
+ src/dynafall/ Dataset, features, models, training, evaluation
13
+ scripts/ Entry-point scripts
14
+ results/ Metrics, checkpoints, tables
15
+ ```
16
+
17
+ ## Quick smoke test
18
+
19
+ ```bash
20
+ python scripts/make_synthetic_dataset.py --dataset Synthetic --videos 24
21
+ python scripts/prepare_clips.py --dataset Synthetic
22
+ python scripts/train.py --dataset Synthetic --method dynafall --epochs 2
23
+ python scripts/evaluate.py --dataset Synthetic --method dynafall
24
+ ```
25
+
26
+ ## Real data workflow
27
+
28
+ Place videos under:
29
+
30
+ ```text
31
+ data/raw/URFD/fall/*.avi
32
+ data/raw/URFD/nonfall/*.avi
33
+ data/raw/MCFD/fall/*.avi
34
+ data/raw/MCFD/nonfall/*.avi
35
+ ```
36
+
37
+ Any common video extension is accepted. Labels are inferred from the parent directory name:
38
+ `fall`, `falls`, `1`, `positive` map to fall; all other directory names map to non-fall.
39
+
40
+ Then run:
41
+
42
+ ```bash
43
+ python scripts/extract_pose.py --dataset URFD
44
+ python scripts/prepare_clips.py --dataset URFD
45
+ python scripts/run_experiments.py --dataset URFD --methods lstm stgcn agcn ctrgcn posec3d tcnte dynafall
46
+ python scripts/robustness.py --dataset URFD --methods stgcn agcn ctrgcn posec3d tcnte dynafall
47
+ python scripts/aggregate_results.py
48
+ ```
49
+
50
+ Repeat for `MCFD`. Cross-dataset evaluation:
51
+
52
+ ```bash
53
+ python scripts/evaluate.py --dataset MCFD --method dynafall --checkpoint results/URFD/dynafall/best.pt --tag trainURFD_testMCFD
54
+ ```
55
+
56
+ ## Notes
57
+
58
+ The graph baselines are compact reimplementations designed for small fall datasets and a COCO-17 pose layout. They preserve the paper-level comparison categories: LSTM, ST-GCN-style graph temporal model, two-stream adaptive GCN, CTR-GCN-style channel topology refinement, PoseC3D-style heatmap volume, TCN+Transformer, and DynaFall-GCN.
configs/default.yaml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 7
2
+ clip_len: 32
3
+ stride: 16
4
+ batch_size: 16
5
+ epochs: 80
6
+ patience: 10
7
+ lr: 0.001
8
+ weight_decay: 0.0001
9
+ num_workers: 2
10
+ device: auto
11
+ pose_model: yolov8n-pose.pt
12
+ conf_threshold: 0.25
13
+ splits:
14
+ train: 0.7
15
+ val: 0.15
16
+ test: 0.15
17
+ model:
18
+ hidden: 96
19
+ dropout: 0.25
20
+ num_classes: 2
21
+ loss:
22
+ name: focal
23
+ gamma: 2.0
24
+ dropout:
25
+ enabled: true
26
+ high_conf_prob: 0.10
27
+ low_conf_prob: 0.50
28
+ low_conf_threshold: 0.30
paper/.ipynb_checkpoints/main-checkpoint.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e12f6ac51d492ec90cfe8c6b93c2562ad2499f9151345d9c95897eec159a6fc
3
+ size 256352
paper/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Paper draft
2
+
3
+ This folder contains an anonymous Springer LNCS-style draft.
4
+
5
+ Files:
6
+ - `main.tex`: anonymous paper draft.
7
+ - `references.bib`: bibliography source kept for reference.
8
+
9
+ The manuscript intentionally does not include author names, affiliations, email addresses, or acknowledgments to satisfy double-blind review.
10
+
11
+ Compile with the official Springer LNCS/Proceedings LaTeX package linked from the ICTA submission page. The submitted manuscript uses an inline `thebibliography` block so references remain numbered in citation order:
12
+
13
+ ```bash
14
+ pdflatex main
15
+ pdflatex main
16
+ ```
17
+
18
+ If `llncs.cls` is missing locally, download the official Springer proceedings LaTeX package and place it in this directory or in the TeX search path.
paper/main.aux ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \relax
2
+ \citation{alam2022review}
3
+ \providecommand \oddpage@label [2]{}
4
+ \@writefile{toc}{\contentsline {title}{DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking}{1}{}\protected@file@percent }
5
+ \@writefile{toc}{\authcount {1}}
6
+ \@writefile{toc}{\contentsline {author}{Anonymous Submission}{1}{}\protected@file@percent }
7
+ \@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{}\protected@file@percent }
8
+ \citation{urfd}
9
+ \citation{mcfd}
10
+ \citation{alam2022review}
11
+ \citation{urfd}
12
+ \citation{mcfd}
13
+ \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Overall RGB-to-skeleton fall-detection pipeline used for all experiments.}}{2}{}\protected@file@percent }
14
+ \newlabel{fig:pipeline}{{1}{2}{}{}{}}
15
+ \@writefile{toc}{\contentsline {section}{\numberline {2}Related Work}{2}{}\protected@file@percent }
16
+ \citation{yan2018stgcn}
17
+ \citation{shi2019agcn}
18
+ \citation{chen2021ctrgcn}
19
+ \citation{duan2022posec3d}
20
+ \citation{yu2025tcnte}
21
+ \citation{yolov8}
22
+ \@writefile{toc}{\contentsline {section}{\numberline {3}Method}{3}{}\protected@file@percent }
23
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Pose Extraction and Normalization}{3}{}\protected@file@percent }
24
+ \citation{lin2017focal}
25
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Feature Construction}{4}{}\protected@file@percent }
26
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.3}DynaFall-GCN}{4}{}\protected@file@percent }
27
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Confidence-Aware Keypoint Dropout}{4}{}\protected@file@percent }
28
+ \@writefile{toc}{\contentsline {section}{\numberline {4}Experimental Setup}{4}{}\protected@file@percent }
29
+ \@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Datasets, Splits, and Metrics}{4}{}\protected@file@percent }
30
+ \@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces DynaFall-GCN architecture with joint, bone, and fall-specific dynamics streams.}}{5}{}\protected@file@percent }
31
+ \newlabel{fig:architecture}{{2}{5}{}{}{}}
32
+ \@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Dataset statistics after RGB video collection and pose extraction.}}{5}{}\protected@file@percent }
33
+ \newlabel{tab:datasets}{{1}{5}{}{}{}}
34
+ \@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Compared Methods}{5}{}\protected@file@percent }
35
+ \@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Main comparison over three seeds. Precision, recall, and F1 are computed for the fall class.}}{6}{}\protected@file@percent }
36
+ \newlabel{tab:main}{{2}{6}{}{}{}}
37
+ \@writefile{toc}{\contentsline {section}{\numberline {5}Results}{6}{}\protected@file@percent }
38
+ \@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Main Comparison}{6}{}\protected@file@percent }
39
+ \@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Ablation Study}{6}{}\protected@file@percent }
40
+ \@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces DynaFall-GCN ablation over three seeds. Precision, recall, and F1 are fall-class metrics.}}{7}{}\protected@file@percent }
41
+ \newlabel{tab:ablation}{{3}{7}{}{}{}}
42
+ \@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Runtime and efficiency summary. Left: mean fall-class F1 across URFD and MCFD. Right: inference throughput in clips/s.}}{7}{}\protected@file@percent }
43
+ \newlabel{fig:runtime}{{3}{7}{}{}{}}
44
+ \@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Runtime and Efficiency}{7}{}\protected@file@percent }
45
+ \@writefile{toc}{\contentsline {section}{\numberline {6}Discussion}{7}{}\protected@file@percent }
46
+ \bibcite{alam2022review}{1}
47
+ \bibcite{urfd}{2}
48
+ \bibcite{mcfd}{3}
49
+ \bibcite{yan2018stgcn}{4}
50
+ \bibcite{shi2019agcn}{5}
51
+ \bibcite{chen2021ctrgcn}{6}
52
+ \bibcite{duan2022posec3d}{7}
53
+ \bibcite{yu2025tcnte}{8}
54
+ \bibcite{yolov8}{9}
55
+ \bibcite{lin2017focal}{10}
56
+ \@writefile{toc}{\contentsline {section}{\numberline {7}Conclusion}{8}{}\protected@file@percent }
57
+ \gdef \@abspage@last{8}
paper/main.bbl ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \begin{thebibliography}{1}
2
+ \providecommand{\url}[1]{\texttt{#1}}
3
+ \providecommand{\urlprefix}{URL }
4
+ \providecommand{\doi}[1]{https://doi.org/#1}
5
+
6
+ \bibitem{mcfd}
7
+ Auvinet, E., Multon, F., Saint-Arnaud, A., Rousseau, J., Meunier, J.: Fall
8
+ detection using body geometry and human motion analysis. In: International
9
+ Conference on Aging, Disability and Independence (2011)
10
+
11
+ \bibitem{chen2021ctrgcn}
12
+ Chen, Y., Zhang, Z., Yuan, C., Li, B., Deng, Y., Hu, W.: Channel-wise topology
13
+ refinement graph convolution for skeleton-based action recognition. In:
14
+ IEEE/CVF International Conference on Computer Vision (2021)
15
+
16
+ \bibitem{duan2022posec3d}
17
+ Duan, H., Zhao, Y., Chen, K., Shao, D., Lin, D., Dai, B.: Revisiting
18
+ skeleton-based action recognition. In: IEEE/CVF Conference on Computer Vision
19
+ and Pattern Recognition (2022)
20
+
21
+ \bibitem{urfd}
22
+ Kepski, M., Kwolek, B.: Human fall detection on embedded platform using depth
23
+ maps and wireless accelerometer. Computer Methods and Programs in Biomedicine
24
+ \textbf{117}(3), 489--501 (2014)
25
+
26
+ \bibitem{lin2017focal}
27
+ Lin, T.Y., Goyal, P., Girshick, R., He, K., Dollar, P.: Focal loss for dense
28
+ object detection. IEEE Transactions on Pattern Analysis and Machine
29
+ Intelligence \textbf{42}(2), 318--327 (2020)
30
+
31
+ \bibitem{shi2019agcn}
32
+ Shi, L., Zhang, Y., Cheng, J., Lu, H.: Two-stream adaptive graph convolutional
33
+ networks for skeleton-based action recognition. In: IEEE/CVF Conference on
34
+ Computer Vision and Pattern Recognition (2019)
35
+
36
+ \bibitem{yolov8}
37
+ {Ultralytics}: Ultralytics yolov8.
38
+ \url{https://github.com/ultralytics/ultralytics} (2023)
39
+
40
+ \bibitem{yan2018stgcn}
41
+ Yan, S., Xiong, Y., Lin, D.: Spatial temporal graph convolutional networks for
42
+ skeleton-based action recognition. In: AAAI Conference on Artificial
43
+ Intelligence (2018)
44
+
45
+ \end{thebibliography}
paper/main.blg ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is BibTeX, Version 0.99d (TeX Live 2023/Debian)
2
+ Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
3
+ The top-level auxiliary file: main.aux
4
+ The style file: splncs04.bst
5
+ Database file #1: references.bib
6
+ You've used 8 entries,
7
+ 2850 wiz_defined-function locations,
8
+ 637 strings with 5990 characters,
9
+ and the built_in function-call counts, 4333 in all, are:
10
+ = -- 326
11
+ > -- 176
12
+ < -- 4
13
+ + -- 72
14
+ - -- 64
15
+ * -- 272
16
+ := -- 581
17
+ add.period$ -- 8
18
+ call.type$ -- 8
19
+ change.case$ -- 66
20
+ chr.to.int$ -- 0
21
+ cite$ -- 8
22
+ duplicate$ -- 385
23
+ empty$ -- 392
24
+ format.name$ -- 71
25
+ if$ -- 919
26
+ int.to.chr$ -- 0
27
+ int.to.str$ -- 8
28
+ missing$ -- 82
29
+ newline$ -- 30
30
+ num.names$ -- 16
31
+ pop$ -- 179
32
+ preamble$ -- 1
33
+ purify$ -- 48
34
+ quote$ -- 0
35
+ skip$ -- 100
36
+ stack$ -- 0
37
+ substring$ -- 168
38
+ swap$ -- 195
39
+ text.length$ -- 4
40
+ text.prefix$ -- 0
41
+ top$ -- 0
42
+ type$ -- 32
43
+ warning$ -- 0
44
+ while$ -- 30
45
+ width$ -- 9
46
+ write$ -- 79
paper/main.log ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2026.7.3) 3 JUL 2026 11:07
2
+ entering extended mode
3
+ restricted \write18 enabled.
4
+ %&-line parsing enabled.
5
+ **main.tex
6
+ (./main.tex
7
+ LaTeX2e <2023-11-01> patch level 1
8
+ L3 programming layer <2024-01-22>
9
+ (/usr/share/texlive/texmf-dist/tex/latex/llncs/llncs.cls
10
+ Document Class: llncs 2024/01/29 v2.24
11
+ LaTeX document class for Lecture Notes in Computer Science
12
+ (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
13
+ Document Class: article 2023/05/17 v1.4n Standard LaTeX document class
14
+ (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
15
+ File: size10.clo 2023/05/17 v1.4n Standard LaTeX file (size option)
16
+ )
17
+ \c@part=\count187
18
+ \c@section=\count188
19
+ \c@subsection=\count189
20
+ \c@subsubsection=\count190
21
+ \c@paragraph=\count191
22
+ \c@subparagraph=\count192
23
+ \c@figure=\count193
24
+ \c@table=\count194
25
+ \abovecaptionskip=\skip48
26
+ \belowcaptionskip=\skip49
27
+ \bibindent=\dimen140
28
+ )
29
+ (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty
30
+ Package: multicol 2023/03/30 v1.9f multicolumn formatting (FMi)
31
+ \c@tracingmulticols=\count195
32
+ \mult@box=\box51
33
+ \multicol@leftmargin=\dimen141
34
+ \c@unbalance=\count196
35
+ \c@collectmore=\count197
36
+ \doublecol@number=\count198
37
+ \multicoltolerance=\count199
38
+ \multicolpretolerance=\count266
39
+ \full@width=\dimen142
40
+ \page@free=\dimen143
41
+ \premulticols=\dimen144
42
+ \postmulticols=\dimen145
43
+ \multicolsep=\skip50
44
+ \multicolbaselineskip=\skip51
45
+ \partial@page=\box52
46
+ \last@line=\box53
47
+ \mc@boxedresult=\box54
48
+ \maxbalancingoverflow=\dimen146
49
+ \mult@rightbox=\box55
50
+ \mult@grightbox=\box56
51
+ \mult@firstbox=\box57
52
+ \mult@gfirstbox=\box58
53
+ \@tempa=\box59
54
+ \@tempa=\box60
55
+ \@tempa=\box61
56
+ \@tempa=\box62
57
+ \@tempa=\box63
58
+ \@tempa=\box64
59
+ \@tempa=\box65
60
+ \@tempa=\box66
61
+ \@tempa=\box67
62
+ \@tempa=\box68
63
+ \@tempa=\box69
64
+ \@tempa=\box70
65
+ \@tempa=\box71
66
+ \@tempa=\box72
67
+ \@tempa=\box73
68
+ \@tempa=\box74
69
+ \@tempa=\box75
70
+ \@tempa=\box76
71
+ \@tempa=\box77
72
+ \@tempa=\box78
73
+ \@tempa=\box79
74
+ \@tempa=\box80
75
+ \@tempa=\box81
76
+ \@tempa=\box82
77
+ \@tempa=\box83
78
+ \@tempa=\box84
79
+ \@tempa=\box85
80
+ \@tempa=\box86
81
+ \@tempa=\box87
82
+ \@tempa=\box88
83
+ \@tempa=\box89
84
+ \@tempa=\box90
85
+ \@tempa=\box91
86
+ \@tempa=\box92
87
+ \@tempa=\box93
88
+ \@tempa=\box94
89
+ \c@minrows=\count267
90
+ \c@columnbadness=\count268
91
+ \c@finalcolumnbadness=\count269
92
+ \last@try=\dimen147
93
+ \multicolovershoot=\dimen148
94
+ \multicolundershoot=\dimen149
95
+ \mult@nat@firstbox=\box95
96
+ \colbreak@box=\box96
97
+ \mc@col@check@num=\count270
98
+ )
99
+ (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/aliascnt.sty
100
+ Package: aliascnt 2018/09/07 v1.5 Alias counters (HO)
101
+ )
102
+ \c@chapter=\count271
103
+ LaTeX Font Info: Redeclaring math symbol \Gamma on input line 379.
104
+ LaTeX Font Info: Redeclaring math symbol \Delta on input line 380.
105
+ LaTeX Font Info: Redeclaring math symbol \Theta on input line 381.
106
+ LaTeX Font Info: Redeclaring math symbol \Lambda on input line 382.
107
+ LaTeX Font Info: Redeclaring math symbol \Xi on input line 383.
108
+ LaTeX Font Info: Redeclaring math symbol \Pi on input line 384.
109
+ LaTeX Font Info: Redeclaring math symbol \Sigma on input line 385.
110
+ LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 386.
111
+ LaTeX Font Info: Redeclaring math symbol \Phi on input line 387.
112
+ LaTeX Font Info: Redeclaring math symbol \Psi on input line 388.
113
+ LaTeX Font Info: Redeclaring math symbol \Omega on input line 389.
114
+ LaTeX Info: Redefining \vec on input line 394.
115
+ \tocchpnum=\dimen150
116
+ \tocsecnum=\dimen151
117
+ \tocsectotal=\dimen152
118
+ \tocsubsecnum=\dimen153
119
+ \tocsubsectotal=\dimen154
120
+ \tocsubsubsecnum=\dimen155
121
+ \tocsubsubsectotal=\dimen156
122
+ \tocparanum=\dimen157
123
+ \tocparatotal=\dimen158
124
+ \tocsubparanum=\dimen159
125
+ \@tempcntc=\count272
126
+ \fnindent=\dimen160
127
+ \c@@inst=\count273
128
+ \c@@auth=\count274
129
+ \c@auco=\count275
130
+ \instindent=\dimen161
131
+ \authrun=\box97
132
+ \authorrunning=\toks17
133
+ \tocauthor=\toks18
134
+ \titrun=\box98
135
+ \titlerunning=\toks19
136
+ \toctitle=\toks20
137
+ \c@theorem=\count276
138
+ \c@case=\count277
139
+ \c@conjecture=\count278
140
+ \c@corollary=\count279
141
+ \c@definition=\count280
142
+ \c@example=\count281
143
+ \c@exercise=\count282
144
+ \c@lemma=\count283
145
+ \c@note=\count284
146
+ \c@problem=\count285
147
+ \c@property=\count286
148
+ \c@proposition=\count287
149
+ \c@question=\count288
150
+ \c@solution=\count289
151
+ \c@remark=\count290
152
+ \headlineindent=\dimen162
153
+ )
154
+ (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
155
+ Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
156
+ )
157
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
158
+ Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
159
+
160
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
161
+ Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
162
+ \KV@toks@=\toks21
163
+ )
164
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
165
+ Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR)
166
+
167
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
168
+ Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
169
+ )
170
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
171
+ File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
172
+ )
173
+ Package graphics Info: Driver file: pdftex.def on input line 107.
174
+
175
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
176
+ File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
177
+ ))
178
+ \Gin@req@height=\dimen163
179
+ \Gin@req@width=\dimen164
180
+ )
181
+ (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty
182
+ Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
183
+ \heavyrulewidth=\dimen165
184
+ \lightrulewidth=\dimen166
185
+ \cmidrulewidth=\dimen167
186
+ \belowrulesep=\dimen168
187
+ \belowbottomsep=\dimen169
188
+ \aboverulesep=\dimen170
189
+ \abovetopsep=\dimen171
190
+ \cmidrulesep=\dimen172
191
+ \cmidrulekern=\dimen173
192
+ \defaultaddspace=\dimen174
193
+ \@cmidla=\count291
194
+ \@cmidlb=\count292
195
+ \@aboverulesep=\dimen175
196
+ \@belowrulesep=\dimen176
197
+ \@thisruleclass=\count293
198
+ \@lastruleclass=\count294
199
+ \@thisrulewidth=\dimen177
200
+ )
201
+ (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty
202
+ Package: multirow 2021/03/15 v2.8 Span multiple rows of a table
203
+ \multirow@colwidth=\skip52
204
+ \multirow@cntb=\count295
205
+ \multirow@dima=\skip53
206
+ \bigstrutjot=\dimen178
207
+ )
208
+ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
209
+ Package: amsmath 2023/05/13 v2.17o AMS math features
210
+ \@mathmargin=\skip54
211
+
212
+ For additional information on amsmath, use the `?' option.
213
+ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
214
+ Package: amstext 2021/08/26 v2.01 AMS text
215
+
216
+ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
217
+ File: amsgen.sty 1999/11/30 v2.0 generic functions
218
+ \@emptytoks=\toks22
219
+ \ex@=\dimen179
220
+ ))
221
+ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
222
+ Package: amsbsy 1999/11/29 v1.2d Bold Symbols
223
+ \pmbraise@=\dimen180
224
+ )
225
+ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
226
+ Package: amsopn 2022/04/08 v2.04 operator names
227
+ )
228
+ \inf@bad=\count296
229
+ LaTeX Info: Redefining \frac on input line 234.
230
+ \uproot@=\count297
231
+ \leftroot@=\count298
232
+ LaTeX Info: Redefining \overline on input line 399.
233
+ LaTeX Info: Redefining \colon on input line 410.
234
+ \classnum@=\count299
235
+ \DOTSCASE@=\count300
236
+ LaTeX Info: Redefining \ldots on input line 496.
237
+ LaTeX Info: Redefining \dots on input line 499.
238
+ LaTeX Info: Redefining \cdots on input line 620.
239
+ \Mathstrutbox@=\box99
240
+ \strutbox@=\box100
241
+ LaTeX Info: Redefining \big on input line 722.
242
+ LaTeX Info: Redefining \Big on input line 723.
243
+ LaTeX Info: Redefining \bigg on input line 724.
244
+ LaTeX Info: Redefining \Bigg on input line 725.
245
+ \big@size=\dimen181
246
+ LaTeX Font Info: Redeclaring font encoding OML on input line 743.
247
+ LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
248
+
249
+
250
+ Package amsmath Warning: Unable to redefine math accent \vec.
251
+
252
+ \macc@depth=\count301
253
+ LaTeX Info: Redefining \bmod on input line 905.
254
+ LaTeX Info: Redefining \pmod on input line 910.
255
+ LaTeX Info: Redefining \smash on input line 940.
256
+ LaTeX Info: Redefining \relbar on input line 970.
257
+ LaTeX Info: Redefining \Relbar on input line 971.
258
+ \c@MaxMatrixCols=\count302
259
+ \dotsspace@=\muskip16
260
+ \c@parentequation=\count303
261
+ \dspbrk@lvl=\count304
262
+ \tag@help=\toks23
263
+ \row@=\count305
264
+ \column@=\count306
265
+ \maxfields@=\count307
266
+ \andhelp@=\toks24
267
+ \eqnshift@=\dimen182
268
+ \alignsep@=\dimen183
269
+ \tagshift@=\dimen184
270
+ \tagwidth@=\dimen185
271
+ \totwidth@=\dimen186
272
+ \lineht@=\dimen187
273
+ \@envbody=\toks25
274
+ \multlinegap=\skip55
275
+ \multlinetaggap=\skip56
276
+ \mathdisplay@stack=\toks26
277
+ LaTeX Info: Redefining \[ on input line 2953.
278
+ LaTeX Info: Redefining \] on input line 2954.
279
+ ) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
280
+ \Urlmuskip=\muskip17
281
+ Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
282
+ )
283
+ (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty
284
+ Package: adjustbox 2022/10/17 v1.3a Adjusting TeX boxes (trim, clip, ...)
285
+
286
+ (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
287
+ Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
288
+
289
+ (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
290
+ (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
291
+ \XKV@toks=\toks27
292
+ \XKV@tempa@toks=\toks28
293
+ )
294
+ \XKV@depth=\count308
295
+ File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
296
+ ))
297
+ (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty
298
+ Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back
299
+ -ends (calc, etex, pgfmath)
300
+ )
301
+ (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty
302
+ Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material
303
+
304
+ (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty
305
+ Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes
306
+ \collectedbox=\box101
307
+ )
308
+ \tc@llx=\dimen188
309
+ \tc@lly=\dimen189
310
+ \tc@urx=\dimen190
311
+ \tc@ury=\dimen191
312
+ Package trimclip Info: Using driver 'tc-pdftex.def'.
313
+
314
+ (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
315
+ File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex
316
+ ))
317
+ \adjbox@Width=\dimen192
318
+ \adjbox@Height=\dimen193
319
+ \adjbox@Depth=\dimen194
320
+ \adjbox@Totalheight=\dimen195
321
+ \adjbox@pwidth=\dimen196
322
+ \adjbox@pheight=\dimen197
323
+ \adjbox@pdepth=\dimen198
324
+ \adjbox@ptotalheight=\dimen199
325
+
326
+ (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
327
+ Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection
328
+ \c@checkoddpage=\count309
329
+ )
330
+ (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty
331
+ Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
332
+ \@vwid@box=\box102
333
+ \sift@deathcycles=\count310
334
+ \@vwid@loff=\dimen256
335
+ \@vwid@roff=\dimen257
336
+ ))
337
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
338
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
339
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
340
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
341
+ \pgfutil@everybye=\toks29
342
+ \pgfutil@tempdima=\dimen258
343
+ \pgfutil@tempdimb=\dimen259
344
+ )
345
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
346
+ \pgfutil@abb=\box103
347
+ )
348
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
349
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex)
350
+ Package: pgfrcs 2023-01-15 v3.1.10 (3.1.10)
351
+ ))
352
+ Package: pgf 2023-01-15 v3.1.10 (3.1.10)
353
+
354
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
355
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
356
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
357
+ Package: pgfsys 2023-01-15 v3.1.10 (3.1.10)
358
+
359
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
360
+ \pgfkeys@pathtoks=\toks30
361
+ \pgfkeys@temptoks=\toks31
362
+
363
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered
364
+ .code.tex
365
+ \pgfkeys@tmptoks=\toks32
366
+ ))
367
+ \pgf@x=\dimen260
368
+ \pgf@y=\dimen261
369
+ \pgf@xa=\dimen262
370
+ \pgf@ya=\dimen263
371
+ \pgf@xb=\dimen264
372
+ \pgf@yb=\dimen265
373
+ \pgf@xc=\dimen266
374
+ \pgf@yc=\dimen267
375
+ \pgf@xd=\dimen268
376
+ \pgf@yd=\dimen269
377
+ \w@pgf@writea=\write3
378
+ \r@pgf@reada=\read2
379
+ \c@pgf@counta=\count311
380
+ \c@pgf@countb=\count312
381
+ \c@pgf@countc=\count313
382
+ \c@pgf@countd=\count314
383
+ \t@pgf@toka=\toks33
384
+ \t@pgf@tokb=\toks34
385
+ \t@pgf@tokc=\toks35
386
+ \pgf@sys@id@count=\count315
387
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
388
+ File: pgf.cfg 2023-01-15 v3.1.10 (3.1.10)
389
+ )
390
+ Driver file for pgf: pgfsys-pdftex.def
391
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
392
+ File: pgfsys-pdftex.def 2023-01-15 v3.1.10 (3.1.10)
393
+
394
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de
395
+ f
396
+ File: pgfsys-common-pdf.def 2023-01-15 v3.1.10 (3.1.10)
397
+ )))
398
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.
399
+ tex
400
+ File: pgfsyssoftpath.code.tex 2023-01-15 v3.1.10 (3.1.10)
401
+ \pgfsyssoftpath@smallbuffer@items=\count316
402
+ \pgfsyssoftpath@bigbuffer@items=\count317
403
+ )
404
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.
405
+ tex
406
+ File: pgfsysprotocol.code.tex 2023-01-15 v3.1.10 (3.1.10)
407
+ )) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
408
+ Package: xcolor 2023/11/15 v3.01 LaTeX color extensions (UK)
409
+
410
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
411
+ File: color.cfg 2016/01/02 v1.6 sample color configuration
412
+ )
413
+ Package xcolor Info: Driver file: pdftex.def on input line 274.
414
+
415
+ (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)
416
+ Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1350.
417
+ Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1354.
418
+ Package xcolor Info: Model `RGB' extended on input line 1366.
419
+ Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1368.
420
+ Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1369.
421
+ Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1370.
422
+ Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1371.
423
+ Package xcolor Info: Model `Gray' substituted by `gray' on input line 1372.
424
+ Package xcolor Info: Model `wave' substituted by `hsb' on input line 1373.
425
+ )
426
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
427
+ Package: pgfcore 2023-01-15 v3.1.10 (3.1.10)
428
+
429
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
430
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
431
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
432
+ \pgfmath@dimen=\dimen270
433
+ \pgfmath@count=\count318
434
+ \pgfmath@box=\box104
435
+ \pgfmath@toks=\toks36
436
+ \pgfmath@stack@operand=\toks37
437
+ \pgfmath@stack@operation=\toks38
438
+ )
439
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex)
440
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code
441
+ .tex)
442
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet
443
+ ric.code.tex)
444
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod
445
+ e.tex)
446
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison
447
+ .code.tex)
448
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.
449
+ tex)
450
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code
451
+ .tex)
452
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.
453
+ tex)
454
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari
455
+ thmetics.code.tex)
456
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex)
457
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
458
+ \c@pgfmathroundto@lastzeros=\count319
459
+ ))
460
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
461
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te
462
+ x
463
+ File: pgfcorepoints.code.tex 2023-01-15 v3.1.10 (3.1.10)
464
+ \pgf@picminx=\dimen271
465
+ \pgf@picmaxx=\dimen272
466
+ \pgf@picminy=\dimen273
467
+ \pgf@picmaxy=\dimen274
468
+ \pgf@pathminx=\dimen275
469
+ \pgf@pathmaxx=\dimen276
470
+ \pgf@pathminy=\dimen277
471
+ \pgf@pathmaxy=\dimen278
472
+ \pgf@xx=\dimen279
473
+ \pgf@xy=\dimen280
474
+ \pgf@yx=\dimen281
475
+ \pgf@yy=\dimen282
476
+ \pgf@zx=\dimen283
477
+ \pgf@zy=\dimen284
478
+ )
479
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.
480
+ code.tex
481
+ File: pgfcorepathconstruct.code.tex 2023-01-15 v3.1.10 (3.1.10)
482
+ \pgf@path@lastx=\dimen285
483
+ \pgf@path@lasty=\dimen286
484
+ )
485
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code
486
+ .tex
487
+ File: pgfcorepathusage.code.tex 2023-01-15 v3.1.10 (3.1.10)
488
+ \pgf@shorten@end@additional=\dimen287
489
+ \pgf@shorten@start@additional=\dimen288
490
+ )
491
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te
492
+ x
493
+ File: pgfcorescopes.code.tex 2023-01-15 v3.1.10 (3.1.10)
494
+ \pgfpic=\box105
495
+ \pgf@hbox=\box106
496
+ \pgf@layerbox@main=\box107
497
+ \pgf@picture@serial@count=\count320
498
+ )
499
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c
500
+ ode.tex
501
+ File: pgfcoregraphicstate.code.tex 2023-01-15 v3.1.10 (3.1.10)
502
+ \pgflinewidth=\dimen289
503
+ )
504
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation
505
+ s.code.tex
506
+ File: pgfcoretransformations.code.tex 2023-01-15 v3.1.10 (3.1.10)
507
+ \pgf@pt@x=\dimen290
508
+ \pgf@pt@y=\dimen291
509
+ \pgf@pt@temp=\dimen292
510
+ )
511
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
512
+ File: pgfcorequick.code.tex 2023-01-15 v3.1.10 (3.1.10)
513
+ )
514
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t
515
+ ex
516
+ File: pgfcoreobjects.code.tex 2023-01-15 v3.1.10 (3.1.10)
517
+ )
518
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing
519
+ .code.tex
520
+ File: pgfcorepathprocessing.code.tex 2023-01-15 v3.1.10 (3.1.10)
521
+ )
522
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te
523
+ x
524
+ File: pgfcorearrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
525
+ \pgfarrowsep=\dimen293
526
+ )
527
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
528
+ File: pgfcoreshade.code.tex 2023-01-15 v3.1.10 (3.1.10)
529
+ \pgf@max=\dimen294
530
+ \pgf@sys@shading@range@num=\count321
531
+ \pgf@shadingcount=\count322
532
+ )
533
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
534
+ File: pgfcoreimage.code.tex 2023-01-15 v3.1.10 (3.1.10)
535
+ )
536
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.
537
+ tex
538
+ File: pgfcoreexternal.code.tex 2023-01-15 v3.1.10 (3.1.10)
539
+ \pgfexternal@startupbox=\box108
540
+ )
541
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te
542
+ x
543
+ File: pgfcorelayers.code.tex 2023-01-15 v3.1.10 (3.1.10)
544
+ )
545
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c
546
+ ode.tex
547
+ File: pgfcoretransparency.code.tex 2023-01-15 v3.1.10 (3.1.10)
548
+ )
549
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.
550
+ tex
551
+ File: pgfcorepatterns.code.tex 2023-01-15 v3.1.10 (3.1.10)
552
+ )
553
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
554
+ File: pgfcorerdf.code.tex 2023-01-15 v3.1.10 (3.1.10)
555
+ )))
556
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
557
+ File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
558
+ \pgfnodeparttextbox=\box109
559
+ ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
560
+ File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10)
561
+ )
562
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65
563
+ .sty
564
+ Package: pgfcomp-version-0-65 2023-01-15 v3.1.10 (3.1.10)
565
+ \pgf@nodesepstart=\dimen295
566
+ \pgf@nodesepend=\dimen296
567
+ )
568
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18
569
+ .sty
570
+ Package: pgfcomp-version-1-18 2023-01-15 v3.1.10 (3.1.10)
571
+ )) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
572
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
573
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
574
+ (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty
575
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
576
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
577
+ Package: pgffor 2023-01-15 v3.1.10 (3.1.10)
578
+ \pgffor@iter=\dimen297
579
+ \pgffor@skip=\dimen298
580
+ \pgffor@stack=\toks39
581
+ \pgffor@toks=\toks40
582
+ ))
583
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
584
+ Package: tikz 2023-01-15 v3.1.10 (3.1.10)
585
+
586
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers
587
+ .code.tex
588
+ File: pgflibraryplothandlers.code.tex 2023-01-15 v3.1.10 (3.1.10)
589
+ \pgf@plot@mark@count=\count323
590
+ \pgfplotmarksize=\dimen299
591
+ )
592
+ \tikz@lastx=\dimen300
593
+ \tikz@lasty=\dimen301
594
+ \tikz@lastxsaved=\dimen302
595
+ \tikz@lastysaved=\dimen303
596
+ \tikz@lastmovetox=\dimen304
597
+ \tikz@lastmovetoy=\dimen305
598
+ \tikzleveldistance=\dimen306
599
+ \tikzsiblingdistance=\dimen307
600
+ \tikz@figbox=\box110
601
+ \tikz@figbox@bg=\box111
602
+ \tikz@tempbox=\box112
603
+ \tikz@tempbox@bg=\box113
604
+ \tikztreelevel=\count324
605
+ \tikznumberofchildren=\count325
606
+ \tikznumberofcurrentchild=\count326
607
+ \tikz@fig@count=\count327
608
+
609
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
610
+ File: pgfmodulematrix.code.tex 2023-01-15 v3.1.10 (3.1.10)
611
+ \pgfmatrixcurrentrow=\count328
612
+ \pgfmatrixcurrentcolumn=\count329
613
+ \pgf@matrix@numberofcolumns=\count330
614
+ )
615
+ \tikz@expandcount=\count331
616
+
617
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik
618
+ zlibrarytopaths.code.tex
619
+ File: tikzlibrarytopaths.code.tex 2023-01-15 v3.1.10 (3.1.10)
620
+ )))
621
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.
622
+ code.tex
623
+ File: pgflibraryarrows.meta.code.tex 2023-01-15 v3.1.10 (3.1.10)
624
+ \pgfarrowinset=\dimen308
625
+ \pgfarrowlength=\dimen309
626
+ \pgfarrowwidth=\dimen310
627
+ \pgfarrowlinewidth=\dimen311
628
+ )
629
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik
630
+ zlibrarypositioning.code.tex
631
+ File: tikzlibrarypositioning.code.tex 2023-01-15 v3.1.10 (3.1.10)
632
+ )
633
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik
634
+ zlibraryshapes.geometric.code.tex
635
+ File: tikzlibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10)
636
+
637
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape
638
+ s.geometric.code.tex
639
+ File: pgflibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10)
640
+ ))
641
+ (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik
642
+ zlibraryfit.code.tex
643
+ File: tikzlibraryfit.code.tex 2023-01-15 v3.1.10 (3.1.10)
644
+ )
645
+ (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
646
+ File: l3backend-pdftex.def 2024-01-04 L3 backend support: PDF output (pdfTeX)
647
+ \l__color_backend_stack_int=\count332
648
+ \l__pdf_internal_box=\box114
649
+ )
650
+ (./main.aux)
651
+ \openout1 = `main.aux'.
652
+
653
+ LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21.
654
+ LaTeX Font Info: ... okay on input line 21.
655
+ LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21.
656
+ LaTeX Font Info: ... okay on input line 21.
657
+ LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21.
658
+ LaTeX Font Info: ... okay on input line 21.
659
+ LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21.
660
+ LaTeX Font Info: ... okay on input line 21.
661
+ LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 21.
662
+ LaTeX Font Info: ... okay on input line 21.
663
+ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21.
664
+ LaTeX Font Info: ... okay on input line 21.
665
+ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21.
666
+ LaTeX Font Info: ... okay on input line 21.
667
+ (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
668
+ [Loading MPS to PDF converter (version 2006.09.02).]
669
+ \scratchcounter=\count333
670
+ \scratchdimen=\dimen312
671
+ \scratchbox=\box115
672
+ \nofMPsegments=\count334
673
+ \nofMParguments=\count335
674
+ \everyMPshowfont=\toks41
675
+ \MPscratchCnt=\count336
676
+ \MPscratchDim=\dimen313
677
+ \MPnumerator=\count337
678
+ \makeMPintoPDFobject=\count338
679
+ \everyMPtoPDFconversion=\toks42
680
+ ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
681
+ Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
682
+ Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
683
+ 85.
684
+
685
+ (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
686
+ File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
687
+ e
688
+ ))
689
+ [1
690
+
691
+ {/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf/fonts/enc/
692
+ dvips/cm-super/cm-super-t1.enc}{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-su
693
+ per-ts1.enc}] [2] [3] [4] [5] [6] [7]
694
+ LaTeX Font Info: Trying to load font information for T1+cmtt on input line 3
695
+ 02.
696
+
697
+ (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd
698
+ File: t1cmtt.fd 2023/04/13 v2.5m Standard LaTeX font definitions
699
+ ) [8] (./main.aux)
700
+ ***********
701
+ LaTeX2e <2023-11-01> patch level 1
702
+ L3 programming layer <2024-01-22>
703
+ ***********
704
+ )
705
+ Here is how much of TeX's memory you used:
706
+ 15625 strings out of 474222
707
+ 314614 string characters out of 5748734
708
+ 1945975 words of memory out of 5000000
709
+ 37598 multiletter control sequences out of 15000+600000
710
+ 568379 words of font info for 57 fonts, out of 8000000 for 9000
711
+ 1141 hyphenation exceptions out of 8191
712
+ 84i,11n,93p,1573b,809s stack positions out of 10000i,1000n,20000p,200000b,200000s
713
+ </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></us
714
+ r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share
715
+ /texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texliv
716
+ e/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/texmf-
717
+ dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/f
718
+ onts/type1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/ty
719
+ pe1/public/amsfonts/cm/cmsy9.pfb></usr/share/texmf/fonts/type1/public/cm-super/
720
+ sfbx0900.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfbx1000.pfb></usr/s
721
+ hare/texmf/fonts/type1/public/cm-super/sfbx1200.pfb></usr/share/texmf/fonts/typ
722
+ e1/public/cm-super/sfbx1440.pfb></usr/share/texmf/fonts/type1/public/cm-super/s
723
+ frm0700.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfrm0900.pfb></usr/sh
724
+ are/texmf/fonts/type1/public/cm-super/sfrm1000.pfb></usr/share/texmf/fonts/type
725
+ 1/public/cm-super/sftt0900.pfb>
726
+ Output written on main.pdf (8 pages, 282223 bytes).
727
+ PDF statistics:
728
+ 114 PDF objects out of 1000 (max. 8388607)
729
+ 72 compressed objects within 1 object stream
730
+ 0 named destinations out of 1000 (max. 500000)
731
+ 13 words of extra memory for PDF output out of 10000 (max. 10000000)
732
+
paper/main.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d208b41809dc236697cea51fc0aa93b8e941d7211e869c4813277ef53acfce97
3
+ size 282223
paper/main.tex ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \documentclass[runningheads]{llncs}
2
+
3
+ \usepackage[T1]{fontenc}
4
+ \usepackage{graphicx}
5
+ \usepackage{booktabs}
6
+ \usepackage{multirow}
7
+ \usepackage{amsmath}
8
+ \usepackage{url}
9
+ \usepackage{adjustbox}
10
+ \usepackage{tikz}
11
+ \usetikzlibrary{arrows.meta,positioning,shapes.geometric,fit}
12
+ \emergencystretch=2em
13
+
14
+ \title{DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking}
15
+ \titlerunning{DynaFall for Skeleton-Based Fall Detection}
16
+
17
+ \author{Anonymous Submission}
18
+ \authorrunning{Anonymous}
19
+ \institute{}
20
+
21
+ \begin{document}
22
+ \maketitle
23
+
24
+ \begin{abstract}
25
+ Automatic fall detection is a safety-critical problem for elderly-care and assisted-living environments, but vision-based systems must balance accuracy, privacy, robustness, and computational cost. This paper presents DynaFall-GCN, a skeleton-based fall-detection framework that converts RGB videos into 17-keypoint pose sequences and performs classification only on normalized skeleton features. Unlike generic action-recognition models that mainly learn joint trajectories, DynaFall-GCN explicitly combines three complementary streams: joint coordinates, bone vectors, and fall-oriented dynamics including velocity, acceleration, torso angle, hip-drop motion, body aspect ratio, and center-of-body displacement. A confidence-aware keypoint dropout strategy is further used to expose the model to pose-estimation failures during training. To make the evaluation stronger than a single-model report, we benchmark DynaFall-GCN against LSTM, ST-GCN, 2s-AGCN-style adaptive GCN, CTR-GCN-style refined GCN, PoseC3D-style heatmap CNN, and a TCN--Transformer baseline on URFD and MCFD. Experiments are conducted over three random seeds with video-level URFD splits and scenario-level MCFD splits. DynaFall-GCN achieves the best URFD F1 and macro-F1, and the highest MCFD fall recall among the evaluated methods. Ablation and efficiency results show that explicit dynamics are the most reliable contributor to clean-set performance, while confidence-aware dropout shifts the detector toward higher sensitivity under challenging multi-view conditions.
26
+ \keywords{Fall detection \and Skeleton action recognition \and Graph convolutional networks \and Keypoint dynamics \and Pose estimation}
27
+ \end{abstract}
28
+
29
+ \section{Introduction}
30
+ Falls are a major risk for older adults because delayed assistance after a fall can lead to severe injury, long-lie complications, loss of independence, and higher care cost. Vision-based fall detection is attractive because it does not require the user to wear or recharge a device, and recent surveys show that deep learning has become a dominant direction for non-intrusive fall monitoring~\cite{alam2022review}. However, raw RGB video also introduces practical concerns: appearance cues may encode private information, background and clothing can bias a classifier, and large video models can be expensive for continuous deployment.
31
+
32
+ Skeleton-based recognition is a pragmatic compromise. A pose estimator first converts each frame into body keypoints, after which the fall classifier only sees motion geometry rather than raw appearance. This representation is compact, privacy-friendlier, and naturally aligned with the physical structure of a fall: rapid center-of-body motion, torso rotation, hip descent, and a transition from upright to horizontal posture. At the same time, skeleton-based fall detection is not solved by simply applying a small recurrent model. Pose keypoints can be noisy near the floor, cameras can observe the same fall from very different viewpoints, and fall datasets are usually small and imbalanced. These issues motivate a careful benchmark, not only a proposed model.
33
+
34
+ This work focuses on two established fall datasets: UR Fall Detection (URFD)~\cite{urfd} and Multiple Cameras Fall Dataset (MCFD)~\cite{mcfd}. URFD is useful for controlled RGB-to-skeleton experiments, while MCFD stresses multi-view generalization. The complete processing pipeline is shown in Fig.~\ref{fig:pipeline}. We use a consistent protocol: all available videos are converted to pose clips, train/validation/test splits are formed before clip generation, and all compared methods use the same clips, optimizer, weighted focal loss, and seeds.
35
+
36
+ The contributions are threefold. First, we build a unified RGB-to-skeleton benchmark for URFD and MCFD with a leakage-aware split protocol. Second, we compare representative sequence, graph, heatmap, and temporal-attention baselines under the same experimental setting. Third, we propose DynaFall-GCN, a lightweight three-stream model that augments joint and bone features with fall-specific dynamics and confidence-aware keypoint dropout. Tables~\ref{tab:datasets}--\ref{tab:ablation} and Fig.~\ref{fig:runtime} report the dataset statistics, main results, ablation, and efficiency trade-offs.
37
+
38
+ \begin{figure}[t]
39
+ \centering
40
+ \begin{tikzpicture}[
41
+ node distance=0.55cm,
42
+ block/.style={draw, rounded corners, align=center, minimum height=0.72cm, minimum width=2.15cm, font=\scriptsize},
43
+ arrow/.style={-{Latex[length=2mm]}, thick}
44
+ ]
45
+ \node[block] (rgb) {RGB video};
46
+ \node[block, right=of rgb] (sample) {Frame sampling\\$T=32$};
47
+ \node[block, right=of sample] (pose) {YOLO pose\\17 keypoints};
48
+ \node[block, right=of pose] (norm) {Box-centered\\normalization};
49
+ \node[block, below=of norm] (feat) {Joint + bone\\+ dynamics};
50
+ \node[block, left=of feat] (models) {Baselines and\\DynaFall-GCN};
51
+ \node[block, left=of models] (pred) {Fall /\\non-fall};
52
+ \draw[arrow] (rgb) -- (sample);
53
+ \draw[arrow] (sample) -- (pose);
54
+ \draw[arrow] (pose) -- (norm);
55
+ \draw[arrow] (norm) -- (feat);
56
+ \draw[arrow] (feat) -- (models);
57
+ \draw[arrow] (models) -- (pred);
58
+ \end{tikzpicture}
59
+ \caption{Overall RGB-to-skeleton fall-detection pipeline used for all experiments.}
60
+ \label{fig:pipeline}
61
+ \end{figure}
62
+
63
+ \section{Related Work}
64
+ \textbf{Vision-based fall detection.}
65
+ Deep vision-based fall detection has moved from handcrafted motion and silhouette descriptors to CNN, recurrent, temporal-convolution, transformer, and pose-based models. A recent review emphasizes that non-intrusive vision systems are promising but still face dataset bias, class imbalance, viewpoint variation, occlusion, and real-time deployment constraints~\cite{alam2022review}. These issues motivate our evaluation protocol: Table~\ref{tab:main} reports accuracy together with precision, recall, fall-class F1, and macro-F1 instead of accuracy alone.
66
+
67
+ \textbf{Fall datasets and evaluation protocol.}
68
+ URFD combines falls and activities of daily living with RGB, depth, and inertial measurements~\cite{urfd}. MCFD contains multi-camera fall scenarios and confounding non-fall activities observed from eight cameras~\cite{mcfd}. Because these datasets are small, leakage prevention is critical. In MCFD, camera-level splitting can place different views of the same scenario into both training and testing, so we use scenario-level splitting as summarized in Table~\ref{tab:datasets}.
69
+
70
+ \textbf{Graph-based skeleton recognition.}
71
+ Skeleton action recognition provides stronger building blocks than classical fall-detection baselines. ST-GCN models joints and bones as a spatial-temporal graph~\cite{yan2018stgcn}. 2s-AGCN improves this by learning adaptive topology and adding a bone stream~\cite{shi2019agcn}, while CTR-GCN refines topology channel-wise for more flexible joint aggregation~\cite{chen2021ctrgcn}. These models motivate our joint and bone streams, but they are designed for general action recognition rather than fall-specific motion mechanics.
72
+
73
+ \textbf{Heatmap and temporal-attention alternatives.}
74
+ PoseC3D/PoseConv3D converts skeletons into 3D heatmap volumes and applies 3D CNNs, giving a non-GCN comparison for pose-based recognition~\cite{duan2022posec3d}. More recently, TCNTE combines temporal convolutions and Transformer Encoder modules for real-time skeleton-based fall detection and uses weighted focal loss for imbalance~\cite{yu2025tcnte}. Our TCN--Transformer baseline follows this motivation, while DynaFall-GCN adds explicit fall-oriented measurements such as torso angle and hip-drop motion.
75
+
76
+ \textbf{Position of this work.}
77
+ The main gap is that strong skeleton action-recognition models and fall-specific temporal models are rarely compared under one leakage-aware RGB-to-skeleton protocol. In addition, many methods rely on learned temporal features but do not explicitly encode fall mechanics. DynaFall-GCN is designed to fill this gap: it keeps the compactness of skeleton models, borrows the joint/bone reasoning that makes graph models effective, and adds dynamics features that are physically tied to falls. Fig.~\ref{fig:architecture} summarizes this design.
78
+
79
+ \section{Method}
80
+ \subsection{Pose Extraction and Normalization}
81
+ Each RGB frame is processed by YOLOv8 pose~\cite{yolov8}. If multiple people are detected, the person with the largest bounding box is selected because both URFD and MCFD focus on one dominant subject. Each frame is represented by 17 COCO keypoints with $(x,y,c)$ coordinates, where $c$ is the pose confidence. Coordinates are normalized by the visible person box:
82
+ \begin{equation}
83
+ x' = \frac{x - x_c}{w}, \qquad y' = \frac{y - y_c}{h},
84
+ \end{equation}
85
+ where $(x_c,y_c)$ is the box center and $(w,h)$ is the box size. Videos are converted into clips of 32 frames with stride 16; shorter sequences are padded by repeating the final frame.
86
+
87
+ \subsection{Feature Construction}
88
+ For a clip with normalized joints $P_t \in \mathrm{R}^{17 \times 3}$ at time $t$, DynaFall-GCN builds three complementary feature groups. The joint feature is the normalized keypoint tensor itself. The bone feature is computed from the COCO skeleton edges:
89
+ \begin{equation}
90
+ B_t^{(i,j)} = P_t^{j} - P_t^{i},
91
+ \end{equation}
92
+ where $(i,j)$ is a connected joint pair. This representation emphasizes body configuration, limb direction, and posture change. The dynamics feature is designed around fall mechanics. It includes first-order velocity $V_t=P_t-P_{t-1}$, second-order acceleration $A_t=V_t-V_{t-1}$, torso angle from shoulder and hip centers, hip vertical displacement, body aspect ratio, and center-of-body velocity. These descriptors encode the rapid downward movement and upright-to-horizontal transition that distinguish a fall from many activities of daily living.
93
+
94
+ \subsection{DynaFall-GCN}
95
+ DynaFall-GCN uses three streams as shown in Fig.~\ref{fig:architecture}. The joint stream receives normalized keypoints and learns spatial-temporal dependencies over the human-body graph. The bone stream receives bone vectors and focuses on posture and limb orientation. The dynamics stream receives the fall-oriented features above and models short-term motion using temporal convolutions followed by attention pooling. Joint and bone streams use lightweight graph-temporal encoders with adaptive adjacency so that the model can learn both physical skeleton links and task-dependent joint relations. The resulting embeddings are concatenated and classified by a multilayer perceptron.
96
+
97
+ \begin{figure}[t]
98
+ \centering
99
+ \begin{tikzpicture}[
100
+ node distance=0.38cm and 0.7cm,
101
+ block/.style={draw, rounded corners, align=center, minimum height=0.64cm, minimum width=2.25cm, font=\scriptsize},
102
+ stream/.style={draw, rounded corners, align=center, minimum height=0.64cm, minimum width=2.55cm, font=\scriptsize},
103
+ arrow/.style={-{Latex[length=2mm]}, thick}
104
+ ]
105
+ \node[block] (input) {Pose clip\\$32 \times 17 \times 3$};
106
+ \node[block, below=of input] (drop) {Confidence-aware\\keypoint dropout};
107
+ \node[stream, below left=0.6cm and 1.8cm of drop] (joint) {Joint GCN\\coordinates};
108
+ \node[stream, below=0.6cm of drop] (bone) {Bone GCN\\bone vectors};
109
+ \node[stream, below right=0.6cm and 1.8cm of drop] (dyn) {Dynamics TCN\\fall cues};
110
+ \node[block, below=1.05cm of bone] (fusion) {Feature fusion\\concatenation};
111
+ \node[block, below=of fusion] (head) {MLP classifier};
112
+ \node[block, below=of head] (out) {Fall / non-fall};
113
+ \draw[arrow] (input) -- (drop);
114
+ \draw[arrow] (drop) -- (joint);
115
+ \draw[arrow] (drop) -- (bone);
116
+ \draw[arrow] (drop) -- (dyn);
117
+ \draw[arrow] (joint) -- (fusion);
118
+ \draw[arrow] (bone) -- (fusion);
119
+ \draw[arrow] (dyn) -- (fusion);
120
+ \draw[arrow] (fusion) -- (head);
121
+ \draw[arrow] (head) -- (out);
122
+ \end{tikzpicture}
123
+ \caption{DynaFall-GCN architecture with joint, bone, and fall-specific dynamics streams.}
124
+ \label{fig:architecture}
125
+ \end{figure}
126
+
127
+ \subsection{Confidence-Aware Keypoint Dropout}
128
+ Pose estimation can fail during occlusion, motion blur, or when the body is close to the floor. During training, DynaFall applies confidence-aware keypoint dropout: high-confidence joints are masked with probability 0.100, while joints with confidence below 0.300 are masked with probability 0.500. Masking sets coordinates, confidence, and derived motion values to zero. Weighted focal loss~\cite{lin2017focal} is used for all methods to reduce class-imbalance effects.
129
+
130
+ \section{Experimental Setup}
131
+ \subsection{Datasets, Splits, and Metrics}
132
+ URFD is evaluated with video-level splits. MCFD is evaluated with scenario-level splits so that camera views of one scenario never appear in different splits. Table~\ref{tab:datasets} summarizes the processed RGB-to-pose data used in our experiments. We use seeds 7, 13, and 21. For each seed, the split ratio is 70\% train, 15\% validation, and 15\% test at the video or scenario level. Unless otherwise stated, precision, recall, and F1-score are computed for the positive fall class:
133
+ \begin{equation}
134
+ F1_{\mathrm{fall}}=\frac{2P_{\mathrm{fall}}R_{\mathrm{fall}}}{P_{\mathrm{fall}}+R_{\mathrm{fall}}}.
135
+ \end{equation}
136
+ Macro-F1 is the unweighted mean of the fall-class and non-fall-class F1 scores. Recall is reported explicitly because missing a true fall is usually more costly than producing a false alarm.
137
+
138
+ \begin{table}[t]
139
+ \centering
140
+ \caption{Dataset statistics after RGB video collection and pose extraction.}
141
+ \label{tab:datasets}
142
+ \small
143
+ \begin{adjustbox}{width=\textwidth}
144
+ \begin{tabular}{lrrrrrl}
145
+ \toprule
146
+ Dataset & Scenarios & Videos & Fall videos & Non-fall videos & Frames & Split unit \\
147
+ \midrule
148
+ URFD & -- & 70 & 30 & 40 & 11,936 & Video \\
149
+ MCFD & 24 & 192 & 176 & 16 & 261,139 & Scenario \\
150
+ \bottomrule
151
+ \end{tabular}
152
+ \end{adjustbox}
153
+ \end{table}
154
+
155
+ \subsection{Compared Methods}
156
+ All models use the same extracted pose clips, optimizer, loss, and seed protocol. The baselines are intentionally diverse: LSTM tests a simple sequence model, ST-GCN tests fixed graph reasoning, 2s-AGCN and CTR-GCN test stronger adaptive graph reasoning, PoseC3D tests a heatmap representation, and TCNTE tests a recent fall-oriented temporal design. DynaFall-GCN is evaluated as the proposed joint--bone--dynamics model.
157
+
158
+ \section{Results}
159
+ \subsection{Main Comparison}
160
+ Table~\ref{tab:main} reports mean and standard deviation across three seeds. On URFD, DynaFall-GCN obtains the best accuracy, fall-class F1, and macro-F1. This indicates that explicit dynamics are useful when pose quality is relatively stable and the clips are short. On MCFD, the scenario-level split is harder because the same physical fall is not shared across cameras between train and test. Under this stricter setting, AGCN gives the highest accuracy and macro-F1, while DynaFall-GCN reaches the highest fall recall and F1. This trade-off is important: DynaFall-GCN is more sensitive to falls, whereas AGCN is more balanced across both classes.
161
+
162
+ \begin{table}[t]
163
+ \centering
164
+ \caption{Main comparison over three seeds. Precision, recall, and F1 are computed for the fall class.}
165
+ \label{tab:main}
166
+ \small
167
+ \begin{adjustbox}{width=\textwidth}
168
+ \begin{tabular}{llccccc}
169
+ \toprule
170
+ Dataset & Method & Acc. & Prec. & Recall & F1 & Macro-F1 \\
171
+ \midrule
172
+ \multirow{7}{*}{URFD}
173
+ & LSTM & 0.762$\pm$0.051 & 0.519$\pm$0.131 & 0.654$\pm$0.196 & 0.565$\pm$0.118 & 0.700$\pm$0.069 \\
174
+ & ST-GCN & 0.742$\pm$0.059 & 0.480$\pm$0.126 & 0.614$\pm$0.167 & 0.531$\pm$0.130 & 0.676$\pm$0.081 \\
175
+ & AGCN & 0.652$\pm$0.206 & 0.467$\pm$0.223 & \textbf{0.813$\pm$0.162} & 0.556$\pm$0.143 & 0.626$\pm$0.185 \\
176
+ & CTR-GCN & 0.732$\pm$0.138 & \textbf{0.587$\pm$0.292} & 0.696$\pm$0.233 & 0.568$\pm$0.045 & 0.679$\pm$0.096 \\
177
+ & PoseC3D & 0.626$\pm$0.083 & 0.320$\pm$0.079 & 0.560$\pm$0.393 & 0.386$\pm$0.164 & 0.545$\pm$0.040 \\
178
+ & TCNTE & 0.702$\pm$0.169 & 0.489$\pm$0.265 & 0.718$\pm$0.156 & 0.558$\pm$0.203 & 0.665$\pm$0.170 \\
179
+ & DynaFall & \textbf{0.770$\pm$0.032} & 0.524$\pm$0.012 & 0.714$\pm$0.179 & \textbf{0.597$\pm$0.053} & \textbf{0.716$\pm$0.014} \\
180
+ \midrule
181
+ \multirow{7}{*}{MCFD}
182
+ & LSTM & 0.643$\pm$0.002 & 0.588$\pm$0.047 & 0.567$\pm$0.123 & 0.571$\pm$0.065 & 0.630$\pm$0.018 \\
183
+ & ST-GCN & 0.644$\pm$0.015 & 0.601$\pm$0.030 & 0.500$\pm$0.011 & 0.546$\pm$0.019 & 0.626$\pm$0.005 \\
184
+ & AGCN & \textbf{0.670$\pm$0.005} & \textbf{0.611$\pm$0.057} & 0.642$\pm$0.025 & 0.625$\pm$0.017 & \textbf{0.665$\pm$0.007} \\
185
+ & CTR-GCN & 0.587$\pm$0.047 & 0.510$\pm$0.054 & 0.768$\pm$0.077 & 0.613$\pm$0.062 & 0.581$\pm$0.043 \\
186
+ & PoseC3D & 0.553$\pm$0.086 & 0.522$\pm$0.145 & 0.583$\pm$0.270 & 0.509$\pm$0.118 & 0.538$\pm$0.077 \\
187
+ & TCNTE & 0.633$\pm$0.019 & 0.564$\pm$0.038 & 0.645$\pm$0.038 & 0.600$\pm$0.020 & 0.630$\pm$0.018 \\
188
+ & DynaFall & 0.616$\pm$0.057 & 0.541$\pm$0.059 & \textbf{0.772$\pm$0.115} & \textbf{0.631$\pm$0.048} & 0.607$\pm$0.060 \\
189
+ \bottomrule
190
+ \end{tabular}
191
+ \end{adjustbox}
192
+ \end{table}
193
+
194
+ \subsection{Ablation Study}
195
+ Table~\ref{tab:ablation} studies DynaFall-GCN components. Joint-only modeling is a reasonable baseline, but adding bone information improves URFD performance because bone vectors capture posture and body orientation. Adding explicit dynamics gives the most consistent clean-set gains: it improves F1 and macro-F1 relative to the joint-only and joint+bone variants on both datasets. Random dropout mainly increases recall on URFD, while confidence-aware dropout strongly increases MCFD recall but can reduce macro-F1. This supports a deployment-oriented interpretation: when missed falls are unacceptable, sensitivity-oriented training may be preferred, but threshold calibration is needed to control false alarms.
196
+
197
+ \begin{table}[t]
198
+ \centering
199
+ \caption{DynaFall-GCN ablation over three seeds. Precision, recall, and F1 are fall-class metrics.}
200
+ \label{tab:ablation}
201
+ \small
202
+ \begin{adjustbox}{width=\textwidth}
203
+ \begin{tabular}{llccccc}
204
+ \toprule
205
+ Dataset & Variant & Acc. & Prec. & Recall & F1 & Macro-F1 \\
206
+ \midrule
207
+ \multirow{5}{*}{URFD}
208
+ & A1 Joint & 0.666$\pm$0.040 & 0.394$\pm$0.050 & 0.731$\pm$0.226 & 0.507$\pm$0.098 & 0.623$\pm$0.030 \\
209
+ & A2 Joint+Bone & 0.748$\pm$0.115 & 0.563$\pm$0.192 & 0.658$\pm$0.253 & 0.558$\pm$0.118 & 0.687$\pm$0.098 \\
210
+ & A3 +Dynamics & \textbf{0.769$\pm$0.095} & \textbf{0.618$\pm$0.337} & 0.614$\pm$0.063 & \textbf{0.576$\pm$0.118} & \textbf{0.708$\pm$0.095} \\
211
+ & A4 +Random Dropout & 0.727$\pm$0.087 & 0.507$\pm$0.112 & \textbf{0.752$\pm$0.297} & 0.565$\pm$0.059 & 0.675$\pm$0.020 \\
212
+ & A5 +Confidence Dropout & 0.663$\pm$0.128 & 0.411$\pm$0.077 & 0.703$\pm$0.274 & 0.503$\pm$0.085 & 0.611$\pm$0.092 \\
213
+ \midrule
214
+ \multirow{5}{*}{MCFD}
215
+ & A1 Joint & 0.631$\pm$0.008 & 0.581$\pm$0.053 & 0.517$\pm$0.083 & 0.543$\pm$0.040 & 0.617$\pm$0.015 \\
216
+ & A2 Joint+Bone & 0.630$\pm$0.075 & 0.589$\pm$0.074 & 0.567$\pm$0.161 & 0.562$\pm$0.071 & 0.611$\pm$0.062 \\
217
+ & A3 +Dynamics & \textbf{0.649$\pm$0.013} & \textbf{0.591$\pm$0.045} & 0.605$\pm$0.061 & 0.595$\pm$0.016 & \textbf{0.642$\pm$0.007} \\
218
+ & A4 +Random Dropout & 0.605$\pm$0.025 & 0.536$\pm$0.033 & 0.566$\pm$0.059 & 0.550$\pm$0.034 & 0.598$\pm$0.025 \\
219
+ & A5 +Confidence Dropout & 0.597$\pm$0.106 & 0.537$\pm$0.118 & \textbf{0.708$\pm$0.030} & \textbf{0.604$\pm$0.071} & 0.594$\pm$0.109 \\
220
+ \bottomrule
221
+ \end{tabular}
222
+ \end{adjustbox}
223
+ \end{table}
224
+
225
+ \subsection{Runtime and Efficiency}
226
+ Fig.~\ref{fig:runtime} replaces the runtime table with a visual efficiency summary. All methods are lightweight compared with RGB video models because they operate on 32-frame skeleton clips. PoseC3D has the smallest parameter count in this compact implementation, but it also gives the lowest mean F1. DynaFall-GCN has 0.307M parameters, remains above 1000 clips/s on URFD and 4200 clips/s on MCFD, and achieves the best average fall-class F1 across the two datasets. This makes it a practical compromise between accuracy and efficiency.
227
+
228
+ \begin{figure}[t]
229
+ \centering
230
+ \resizebox{\textwidth}{!}{%
231
+ \begin{tikzpicture}[x=0.68cm,y=3.6cm]
232
+ \scriptsize
233
+ \draw[->] (-0.45,0) -- (6.85,0);
234
+ \draw[->] (-0.45,0) -- (-0.45,0.66);
235
+ \foreach \y/\lab in {0.0/0.000,0.2/0.200,0.4/0.400,0.6/0.600}
236
+ \draw (-0.50,\y) -- (-0.40,\y) node[left=1pt] {\lab};
237
+ \foreach \name/\x/\f in {LSTM/0/0.568,ST-GCN/1/0.539,AGCN/2/0.590,CTR-GCN/3/0.590,PoseC3D/4/0.447,TCNTE/5/0.579,DynaFall/6/0.614} {
238
+ \draw[fill=black!55] (\x-0.24,0) rectangle (\x+0.24,\f);
239
+ \node[rotate=35, anchor=east] at (\x,-0.035) {\name};
240
+ }
241
+ \node[rotate=90] at (-1.05,0.33) {Mean fall-class F1};
242
+ \begin{scope}[xshift=6.8cm,x=0.68cm,y=0.82cm]
243
+ \draw[->] (-0.45,0) -- (6.85,0);
244
+ \draw[->] (-0.45,0) -- (-0.45,5.0);
245
+ \foreach \y/\lab in {1/1k,2/2k,3/3k,4/4k}
246
+ \draw (-0.50,\y) -- (-0.40,\y) node[left=1pt] {\lab};
247
+ \foreach \name/\x/\u/\m in {LSTM/0/1.235/4.268,ST-GCN/1/1.126/4.249,AGCN/2/1.081/4.363,CTR-GCN/3/1.060/4.231,PoseC3D/4/1.023/3.978,TCNTE/5/1.086/4.334,DynaFall/6/1.024/4.285} {
248
+ \draw[fill=black!25] (\x-0.22,0) rectangle (\x-0.03,\u);
249
+ \draw[fill=black!65] (\x+0.03,0) rectangle (\x+0.22,\m);
250
+ \node[rotate=35, anchor=east] at (\x,-0.24) {\name};
251
+ }
252
+ \node[fill=black!25, minimum width=0.30cm, minimum height=0.12cm] at (4.45,4.80) {};
253
+ \node[right] at (4.65,4.80) {URFD};
254
+ \node[fill=black!65, minimum width=0.30cm, minimum height=0.12cm] at (5.45,4.80) {};
255
+ \node[right] at (5.65,4.80) {MCFD};
256
+ \node[rotate=90] at (-1.05,2.5) {clips/s};
257
+ \end{scope}
258
+ \end{tikzpicture}
259
+ }
260
+ \caption{Runtime and efficiency summary. Left: mean fall-class F1 across URFD and MCFD. Right: inference throughput in clips/s.}
261
+ \label{fig:runtime}
262
+ \end{figure}
263
+
264
+ \section{Discussion}
265
+ The results show two operating regimes. On URFD, DynaFall-GCN performs best because pose quality is stable and explicit posture-transition cues are reliable. On MCFD, scenario-level splitting makes the problem harder: test clips come from unseen scenarios and viewpoints. AGCN therefore gives stronger macro-F1, while DynaFall-GCN still gives the highest fall recall. This is useful in safety monitoring, where a sensitivity-oriented model can be preferable if decision thresholds are calibrated to control false alarms.
266
+
267
+ The ablation in Table~\ref{tab:ablation} explains the model behavior. Bone features encode body configuration, while dynamics features encode fast downward motion and loss of upright support. Confidence-aware dropout is more nuanced: it does not always improve clean-set macro-F1, but it raises MCFD recall, making it suitable when missed-fall reduction is the priority.
268
+
269
+ \section{Conclusion}
270
+ This paper presented DynaFall-GCN, a skeleton-based fall detector that combines joint, bone, and fall-specific dynamics features with confidence-aware keypoint dropout. Under a unified RGB-to-skeleton protocol on URFD and MCFD, DynaFall-GCN achieves the best URFD fall-class F1 and macro-F1 and the highest MCFD fall recall, while remaining lightweight. Future work should test real non-staged falls, improve cross-view calibration, and integrate on-device pose estimation.
271
+
272
+ \begingroup
273
+ \footnotesize
274
+ \begin{thebibliography}{10}
275
+ \setlength{\itemsep}{0pt}
276
+ \setlength{\parsep}{0pt}
277
+ \bibitem{alam2022review}
278
+ Alam, E., Sufian, A., Dutta, P., Leo, M.: Vision-based human fall detection systems using deep learning: A review. Comput. Biol. Med. \textbf{146}, 105626 (2022)
279
+
280
+ \bibitem{urfd}
281
+ Kepski, M., Kwolek, B.: Human fall detection on embedded platform using depth maps and wireless accelerometer. Comput. Methods Programs Biomed. \textbf{117}(3), 489--501 (2014)
282
+
283
+ \bibitem{mcfd}
284
+ Auvinet, E., Multon, F., Saint-Arnaud, A., Rousseau, J., Meunier, J.: Fall detection using body geometry and human motion analysis. In: ICADI (2011)
285
+
286
+ \bibitem{yan2018stgcn}
287
+ Yan, S., Xiong, Y., Lin, D.: Spatial temporal graph convolutional networks for skeleton-based action recognition. In: AAAI (2018)
288
+
289
+ \bibitem{shi2019agcn}
290
+ Shi, L., Zhang, Y., Cheng, J., Lu, H.: Two-stream adaptive graph convolutional networks for skeleton-based action recognition. In: CVPR (2019)
291
+
292
+ \bibitem{chen2021ctrgcn}
293
+ Chen, Y., Zhang, Z., Yuan, C., Li, B., Deng, Y., Hu, W.: Channel-wise topology refinement graph convolution for skeleton-based action recognition. In: ICCV (2021)
294
+
295
+ \bibitem{duan2022posec3d}
296
+ Duan, H., Zhao, Y., Chen, K., Shao, D., Lin, D., Dai, B.: Revisiting skeleton-based action recognition. In: CVPR (2022)
297
+
298
+ \bibitem{yu2025tcnte}
299
+ Yu, X., Wang, C., Wu, W., Xiong, S.: Real-time skeleton-based fall detection using temporal convolutional networks and transformer encoder. Pervasive Mob. Comput. \textbf{102}, 102016 (2025)
300
+
301
+ \bibitem{yolov8}
302
+ Ultralytics: YOLOv8. \url{https://github.com/ultralytics/ultralytics} (2023)
303
+
304
+ \bibitem{lin2017focal}
305
+ Lin, T.Y., Goyal, P., Girshick, R., He, K., Dollar, P.: Focal loss for dense object detection. In: ICCV, pp. 2980--2988 (2017)
306
+ \end{thebibliography}
307
+ \endgroup
308
+
309
+ \end{document}
paper/references.bib ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @article{alam2022review,
2
+ title={Vision-Based Human Fall Detection Systems Using Deep Learning: A Review},
3
+ author={Alam, Ekram and Sufian, Abu and Dutta, Paramartha and Leo, Marco},
4
+ journal={Computers in Biology and Medicine},
5
+ volume={146},
6
+ pages={105626},
7
+ year={2022}
8
+ }
9
+
10
+ @article{urfd,
11
+ title={Human Fall Detection on Embedded Platform Using Depth Maps and Wireless Accelerometer},
12
+ author={Kepski, Michal and Kwolek, Bogdan},
13
+ journal={Computer Methods and Programs in Biomedicine},
14
+ volume={117},
15
+ number={3},
16
+ pages={489--501},
17
+ year={2014}
18
+ }
19
+
20
+ @inproceedings{mcfd,
21
+ title={Fall Detection Using Body Geometry and Human Motion Analysis},
22
+ author={Auvinet, Edouard and Multon, Franck and Saint-Arnaud, Alain and Rousseau, Jacqueline and Meunier, Jean},
23
+ booktitle={International Conference on Aging, Disability and Independence},
24
+ year={2011}
25
+ }
26
+
27
+ @inproceedings{yan2018stgcn,
28
+ title={Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition},
29
+ author={Yan, Sijie and Xiong, Yuanjun and Lin, Dahua},
30
+ booktitle={AAAI Conference on Artificial Intelligence},
31
+ year={2018}
32
+ }
33
+
34
+ @inproceedings{shi2019agcn,
35
+ title={Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition},
36
+ author={Shi, Lei and Zhang, Yifan and Cheng, Jian and Lu, Hanqing},
37
+ booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition},
38
+ year={2019}
39
+ }
40
+
41
+ @inproceedings{chen2021ctrgcn,
42
+ title={Channel-Wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition},
43
+ author={Chen, Yuxin and Zhang, Ziqi and Yuan, Chunfeng and Li, Bing and Deng, Ying and Hu, Weiming},
44
+ booktitle={IEEE/CVF International Conference on Computer Vision},
45
+ year={2021}
46
+ }
47
+
48
+ @inproceedings{duan2022posec3d,
49
+ title={Revisiting Skeleton-Based Action Recognition},
50
+ author={Duan, Haodong and Zhao, Yue and Chen, Kai and Shao, Dahua and Lin, Dahua and Dai, Bo},
51
+ booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition},
52
+ year={2022}
53
+ }
54
+
55
+ @article{yu2025tcnte,
56
+ title={A Real-Time Skeleton-Based Fall Detection Algorithm Based on Temporal Convolutional Networks and Transformer Encoder},
57
+ author={Yu, Xiaoqun and Wang, Chenfeng and Wu, Wenyu and Xiong, Shuping},
58
+ journal={Pervasive and Mobile Computing},
59
+ volume={102},
60
+ pages={102016},
61
+ year={2025}
62
+ }
63
+
64
+ @misc{yolov8,
65
+ title={Ultralytics YOLOv8},
66
+ author={{Ultralytics}},
67
+ year={2023},
68
+ howpublished={\url{https://github.com/ultralytics/ultralytics}}
69
+ }
70
+
71
+ @inproceedings{lin2017focal,
72
+ title={Focal Loss for Dense Object Detection},
73
+ author={Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Dollar, Piotr},
74
+ booktitle={IEEE International Conference on Computer Vision},
75
+ pages={2980--2988},
76
+ year={2017}
77
+ }
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ numpy>=2.0.0
2
+ pandas>=2.2.0
3
+ scikit-learn>=1.5.0
4
+ torch>=2.4.0
5
+ opencv-python>=4.10.0
6
+ ultralytics>=8.3.0
7
+ PyYAML>=6.0.0
8
+ tqdm>=4.66.0
results/MCFD/agcn/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b543ce3bce34b29f41c2528d6a2fd0d95eb6c527b391bc759fad4e23eb68c94e
3
+ size 867809
results/MCFD/agcn/history.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.10004046732046974,
5
+ "val_fps": 3134.4307448275636,
6
+ "val_accuracy": 0.3697478991596639,
7
+ "val_precision": 0.9356060606060606,
8
+ "val_recall": 0.15632911392405063,
9
+ "val_specificity": 0.9697508896797153,
10
+ "val_f1": 0.2678958785249458,
11
+ "val_macro_f1": 0.3573085950001778
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.0952134209069903,
16
+ "val_fps": 3989.2144291239,
17
+ "val_accuracy": 0.438375350140056,
18
+ "val_precision": 0.9586374695863747,
19
+ "val_recall": 0.24936708860759493,
20
+ "val_specificity": 0.9697508896797153,
21
+ "val_f1": 0.39578101456554493,
22
+ "val_macro_f1": 0.43557040261639657
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.09230573286970654,
27
+ "val_fps": 4118.985734226191,
28
+ "val_accuracy": 0.44677871148459386,
29
+ "val_precision": 0.9540229885057471,
30
+ "val_recall": 0.2626582278481013,
31
+ "val_specificity": 0.9644128113879004,
32
+ "val_f1": 0.4119106699751861,
33
+ "val_macro_f1": 0.44482708465705095
34
+ },
35
+ {
36
+ "epoch": 4,
37
+ "loss": 0.08984891978091163,
38
+ "val_fps": 3756.089846434585,
39
+ "val_accuracy": 0.5088702147525677,
40
+ "val_precision": 0.9012158054711246,
41
+ "val_recall": 0.37531645569620253,
42
+ "val_specificity": 0.8843416370106761,
43
+ "val_f1": 0.5299374441465594,
44
+ "val_macro_f1": 0.5078817230507968
45
+ },
46
+ {
47
+ "epoch": 5,
48
+ "loss": 0.08813056671797974,
49
+ "val_fps": 3946.4217176482607,
50
+ "val_accuracy": 0.5004668534080299,
51
+ "val_precision": 0.909967845659164,
52
+ "val_recall": 0.35822784810126584,
53
+ "val_specificity": 0.900355871886121,
54
+ "val_f1": 0.5140781108083561,
55
+ "val_macro_f1": 0.5000745981515363
56
+ },
57
+ {
58
+ "epoch": 6,
59
+ "loss": 0.08850927808761767,
60
+ "val_fps": 3977.7542180338896,
61
+ "val_accuracy": 0.6718020541549953,
62
+ "val_precision": 0.8968325791855204,
63
+ "val_recall": 0.6272151898734177,
64
+ "val_specificity": 0.797153024911032,
65
+ "val_f1": 0.7381750465549348,
66
+ "val_macro_f1": 0.6492626327208695
67
+ },
68
+ {
69
+ "epoch": 7,
70
+ "loss": 0.0875586135081745,
71
+ "val_fps": 4063.5771939174692,
72
+ "val_accuracy": 0.41876750700280113,
73
+ "val_precision": 0.9970326409495549,
74
+ "val_recall": 0.21265822784810126,
75
+ "val_specificity": 0.998220640569395,
76
+ "val_f1": 0.350547730829421,
77
+ "val_macro_f1": 0.4122827374045711
78
+ },
79
+ {
80
+ "epoch": 8,
81
+ "loss": 0.08657941715353396,
82
+ "val_fps": 4129.31866378651,
83
+ "val_accuracy": 0.45518207282913165,
84
+ "val_precision": 0.9619686800894854,
85
+ "val_recall": 0.2721518987341772,
86
+ "val_specificity": 0.9697508896797153,
87
+ "val_f1": 0.4242723236309818,
88
+ "val_macro_f1": 0.4536071409913881
89
+ },
90
+ {
91
+ "epoch": 9,
92
+ "loss": 0.08473612372889669,
93
+ "val_fps": 4016.697393823691,
94
+ "val_accuracy": 0.450046685340803,
95
+ "val_precision": 0.9808612440191388,
96
+ "val_recall": 0.25949367088607594,
97
+ "val_specificity": 0.9857651245551602,
98
+ "val_f1": 0.41041041041041043,
99
+ "val_macro_f1": 0.44754991211684125
100
+ },
101
+ {
102
+ "epoch": 10,
103
+ "loss": 0.08441147508469016,
104
+ "val_fps": 4224.448727227852,
105
+ "val_accuracy": 0.41876750700280113,
106
+ "val_precision": 0.9827089337175793,
107
+ "val_recall": 0.2158227848101266,
108
+ "val_specificity": 0.9893238434163701,
109
+ "val_f1": 0.353918007265179,
110
+ "val_macro_f1": 0.41285208806194884
111
+ },
112
+ {
113
+ "epoch": 11,
114
+ "loss": 0.08371498034509714,
115
+ "val_fps": 3946.110962148607,
116
+ "val_accuracy": 0.45471521942110177,
117
+ "val_precision": 0.9598214285714286,
118
+ "val_recall": 0.2721518987341772,
119
+ "val_specificity": 0.9679715302491103,
120
+ "val_f1": 0.4240631163708087,
121
+ "val_macro_f1": 0.45316630995845397
122
+ },
123
+ {
124
+ "epoch": 12,
125
+ "loss": 0.08121818716447805,
126
+ "val_fps": 4093.604896901611,
127
+ "val_accuracy": 0.5028011204481793,
128
+ "val_precision": 0.9432013769363167,
129
+ "val_recall": 0.3468354430379747,
130
+ "val_specificity": 0.9412811387900356,
131
+ "val_f1": 0.5071726052753355,
132
+ "val_macro_f1": 0.5027619974092175
133
+ },
134
+ {
135
+ "epoch": 13,
136
+ "loss": 0.08042114470340046,
137
+ "val_fps": 4088.9173874767603,
138
+ "val_accuracy": 0.465452847805789,
139
+ "val_precision": 0.9718004338394793,
140
+ "val_recall": 0.28354430379746837,
141
+ "val_specificity": 0.9768683274021353,
142
+ "val_f1": 0.43900048995590396,
143
+ "val_macro_f1": 0.4642617251384513
144
+ },
145
+ {
146
+ "epoch": 14,
147
+ "loss": 0.07871276757197611,
148
+ "val_fps": 3936.6529261234623,
149
+ "val_accuracy": 0.511204481792717,
150
+ "val_precision": 0.9333333333333333,
151
+ "val_recall": 0.3632911392405063,
152
+ "val_specificity": 0.9270462633451957,
153
+ "val_f1": 0.5230068337129841,
154
+ "val_macro_f1": 0.5109050444294935
155
+ },
156
+ {
157
+ "epoch": 15,
158
+ "loss": 0.07788032612706217,
159
+ "val_fps": 4058.6236299958105,
160
+ "val_accuracy": 0.5634920634920635,
161
+ "val_precision": 0.9271523178807947,
162
+ "val_recall": 0.4430379746835443,
163
+ "val_specificity": 0.902135231316726,
164
+ "val_f1": 0.5995717344753747,
165
+ "val_macro_f1": 0.5599192689821717
166
+ },
167
+ {
168
+ "epoch": 16,
169
+ "loss": 0.0775182641240185,
170
+ "val_fps": 4044.822823388296,
171
+ "val_accuracy": 0.569094304388422,
172
+ "val_precision": 0.9121706398996235,
173
+ "val_recall": 0.460126582278481,
174
+ "val_specificity": 0.8754448398576512,
175
+ "val_f1": 0.6116954143878839,
176
+ "val_macro_f1": 0.563844560890848
177
+ }
178
+ ]
results/MCFD/agcn/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "agcn",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 4337.702795788146,
7
+ "params": 208520,
8
+ "accuracy": 0.6852678571428571,
9
+ "precision": 0.8030412744388125,
10
+ "recall": 0.6589423648247178,
11
+ "specificity": 0.7293532338308458,
12
+ "f1": 0.7238903394255874,
13
+ "macro_f1": 0.6789866922041432
14
+ }
results/MCFD/ctrgcn/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685e6073cd104bf13b391c5eac183652a5a683bbbfe68ca62f61e5258da61f40
3
+ size 1535165
results/MCFD/ctrgcn/history.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.10115521957037622,
5
+ "val_fps": 3916.4185443643028,
6
+ "val_accuracy": 0.5560224089635855,
7
+ "val_precision": 0.8887515451174289,
8
+ "val_recall": 0.4550632911392405,
9
+ "val_specificity": 0.8398576512455516,
10
+ "val_f1": 0.6019254918375889,
11
+ "val_macro_f1": 0.5500392630691903
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.0979851155612251,
16
+ "val_fps": 3930.0279331313577,
17
+ "val_accuracy": 0.3412698412698413,
18
+ "val_precision": 0.9941520467836257,
19
+ "val_recall": 0.10759493670886076,
20
+ "val_specificity": 0.998220640569395,
21
+ "val_f1": 0.1941747572815534,
22
+ "val_macro_f1": 0.3185638887078908
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.09610443587246192,
27
+ "val_fps": 3983.2557743756643,
28
+ "val_accuracy": 0.4696545284780579,
29
+ "val_precision": 0.8639344262295082,
30
+ "val_recall": 0.33354430379746836,
31
+ "val_specificity": 0.8523131672597865,
32
+ "val_f1": 0.4812785388127854,
33
+ "val_macro_f1": 0.46938807551909567
34
+ },
35
+ {
36
+ "epoch": 4,
37
+ "loss": 0.09342363508107318,
38
+ "val_fps": 4143.628063231366,
39
+ "val_accuracy": 0.39822595704948643,
40
+ "val_precision": 0.9833887043189369,
41
+ "val_recall": 0.18734177215189873,
42
+ "val_specificity": 0.9911032028469751,
43
+ "val_f1": 0.3147262094630516,
44
+ "val_macro_f1": 0.38915669607567893
45
+ },
46
+ {
47
+ "epoch": 5,
48
+ "loss": 0.09133928454083826,
49
+ "val_fps": 4006.6160123772993,
50
+ "val_accuracy": 0.4084967320261438,
51
+ "val_precision": 0.9264305177111717,
52
+ "val_recall": 0.21518987341772153,
53
+ "val_specificity": 0.9519572953736655,
54
+ "val_f1": 0.3492552645095018,
55
+ "val_macro_f1": 0.4035536057250119
56
+ },
57
+ {
58
+ "epoch": 6,
59
+ "loss": 0.09130121225998677,
60
+ "val_fps": 3958.759546833165,
61
+ "val_accuracy": 0.6241830065359477,
62
+ "val_precision": 0.8918099089989889,
63
+ "val_recall": 0.5582278481012658,
64
+ "val_specificity": 0.8096085409252669,
65
+ "val_f1": 0.6866485013623979,
66
+ "val_macro_f1": 0.6086303731301785
67
+ },
68
+ {
69
+ "epoch": 7,
70
+ "loss": 0.08848687835813589,
71
+ "val_fps": 3879.0833979112163,
72
+ "val_accuracy": 0.5859010270774977,
73
+ "val_precision": 0.8811881188118812,
74
+ "val_recall": 0.5069620253164557,
75
+ "val_specificity": 0.8078291814946619,
76
+ "val_f1": 0.6436319807151466,
77
+ "val_macro_f1": 0.5747407814439243
78
+ },
79
+ {
80
+ "epoch": 8,
81
+ "loss": 0.08724830102457129,
82
+ "val_fps": 3976.8811610127977,
83
+ "val_accuracy": 0.45704948646125115,
84
+ "val_precision": 0.9464668094218416,
85
+ "val_recall": 0.27974683544303797,
86
+ "val_specificity": 0.9555160142348754,
87
+ "val_f1": 0.4318514899853444,
88
+ "val_macro_f1": 0.4559793882649118
89
+ },
90
+ {
91
+ "epoch": 9,
92
+ "loss": 0.08591482387098368,
93
+ "val_fps": 3958.81335050971,
94
+ "val_accuracy": 0.4393090569561158,
95
+ "val_precision": 0.9501187648456056,
96
+ "val_recall": 0.25316455696202533,
97
+ "val_specificity": 0.9626334519572953,
98
+ "val_f1": 0.39980009995002497,
99
+ "val_macro_f1": 0.43686895054443864
100
+ },
101
+ {
102
+ "epoch": 10,
103
+ "loss": 0.08534977833252831,
104
+ "val_fps": 3910.2815384837972,
105
+ "val_accuracy": 0.42810457516339867,
106
+ "val_precision": 0.947103274559194,
107
+ "val_recall": 0.2379746835443038,
108
+ "val_specificity": 0.9626334519572953,
109
+ "val_f1": 0.38037430450177034,
110
+ "val_macro_f1": 0.4246908366895501
111
+ },
112
+ {
113
+ "epoch": 11,
114
+ "loss": 0.08508303862453018,
115
+ "val_fps": 3933.3533502889377,
116
+ "val_accuracy": 0.4098972922502334,
117
+ "val_precision": 0.898989898989899,
118
+ "val_recall": 0.22531645569620254,
119
+ "val_specificity": 0.9288256227758007,
120
+ "val_f1": 0.3603238866396761,
121
+ "val_macro_f1": 0.4063317873406353
122
+ },
123
+ {
124
+ "epoch": 12,
125
+ "loss": 0.0829382371077694,
126
+ "val_fps": 4062.3340534008466,
127
+ "val_accuracy": 0.5219421101774043,
128
+ "val_precision": 0.9186746987951807,
129
+ "val_recall": 0.3860759493670886,
130
+ "val_specificity": 0.9039145907473309,
131
+ "val_f1": 0.5436720142602496,
132
+ "val_macro_f1": 0.520855614973262
133
+ },
134
+ {
135
+ "epoch": 13,
136
+ "loss": 0.08236354132968077,
137
+ "val_fps": 3984.950983377803,
138
+ "val_accuracy": 0.4169000933706816,
139
+ "val_precision": 0.9635854341736695,
140
+ "val_recall": 0.21772151898734177,
141
+ "val_specificity": 0.9768683274021353,
142
+ "val_f1": 0.3551884357253485,
143
+ "val_macro_f1": 0.4115098548460573
144
+ },
145
+ {
146
+ "epoch": 14,
147
+ "loss": 0.08053340387136042,
148
+ "val_fps": 4090.831176365699,
149
+ "val_accuracy": 0.49533146591970123,
150
+ "val_precision": 0.9528130671506352,
151
+ "val_recall": 0.3322784810126582,
152
+ "val_specificity": 0.9537366548042705,
153
+ "val_f1": 0.4927264195213515,
154
+ "val_macro_f1": 0.4953181563468346
155
+ },
156
+ {
157
+ "epoch": 15,
158
+ "loss": 0.07969231103758159,
159
+ "val_fps": 3818.7140201431444,
160
+ "val_accuracy": 0.6190476190476191,
161
+ "val_precision": 0.9116379310344828,
162
+ "val_recall": 0.5354430379746835,
163
+ "val_specificity": 0.8540925266903915,
164
+ "val_f1": 0.6746411483253588,
165
+ "val_macro_f1": 0.6075908444329496
166
+ },
167
+ {
168
+ "epoch": 16,
169
+ "loss": 0.07879969071113264,
170
+ "val_fps": 3918.3975140927073,
171
+ "val_accuracy": 0.5084033613445378,
172
+ "val_precision": 0.9428571428571428,
173
+ "val_recall": 0.3550632911392405,
174
+ "val_specificity": 0.9395017793594306,
175
+ "val_f1": 0.5158620689655172,
176
+ "val_macro_f1": 0.50828665325943
177
+ }
178
+ ]
results/MCFD/ctrgcn/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "ctrgcn",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 4142.889289836818,
7
+ "params": 374984,
8
+ "accuracy": 0.6655505952380952,
9
+ "precision": 0.8091482649842271,
10
+ "recall": 0.6096256684491979,
11
+ "specificity": 0.7592039800995025,
12
+ "f1": 0.6953575059301932,
13
+ "macro_f1": 0.6623179282228285
14
+ }
results/MCFD/lstm/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b352091be2adaf0c60542a81d08f801d4e0d1bb5fa0486a4a6514151d9897b1f
3
+ size 462662
results/MCFD/lstm/history.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.13412656985786603,
5
+ "val_fps": 3971.9944165583393,
6
+ "val_accuracy": 0.7703081232492998,
7
+ "val_precision": 0.7706467661691542,
8
+ "val_recall": 0.980379746835443,
9
+ "val_specificity": 0.1797153024911032,
10
+ "val_f1": 0.8629526462395544,
11
+ "val_macro_f1": 0.5770094643301518
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.12558948784301352,
16
+ "val_fps": 3955.109527686606,
17
+ "val_accuracy": 0.7754435107376284,
18
+ "val_precision": 0.7988036976617727,
19
+ "val_recall": 0.9297468354430379,
20
+ "val_specificity": 0.3416370106761566,
21
+ "val_f1": 0.8593155893536122,
22
+ "val_macro_f1": 0.6516231125958812
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.11973153530339711,
27
+ "val_fps": 4123.892664527366,
28
+ "val_accuracy": 0.7670401493930906,
29
+ "val_precision": 0.8144269924374636,
30
+ "val_recall": 0.8860759493670886,
31
+ "val_specificity": 0.43238434163701067,
32
+ "val_f1": 0.8487420430433464,
33
+ "val_macro_f1": 0.6710715291358864
34
+ }
35
+ ]
results/MCFD/lstm/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "lstm",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 4186.835521132716,
7
+ "params": 114818,
8
+ "accuracy": 0.6517857142857143,
9
+ "precision": 0.6488640892785971,
10
+ "recall": 0.9673202614379085,
11
+ "specificity": 0.12338308457711443,
12
+ "f1": 0.7767175572519084,
13
+ "macro_f1": 0.4930885083556839
14
+ }
results/MCFD/posec3d/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d035ec1bc13904954aff1829e814c475b3f84cda93848a7ef7f58f67619ff4
3
+ size 63921
results/MCFD/posec3d/history.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.10217119398900174,
5
+ "val_fps": 3656.50104612873,
6
+ "val_accuracy": 0.28291316526610644,
7
+ "val_precision": 0.84375,
8
+ "val_recall": 0.03417721518987342,
9
+ "val_specificity": 0.9822064056939501,
10
+ "val_f1": 0.06569343065693431,
11
+ "val_macro_f1": 0.24193762441937622
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.09731143623186586,
16
+ "val_fps": 3547.91571222601,
17
+ "val_accuracy": 0.26283846872082167,
18
+ "val_precision": 1.0,
19
+ "val_recall": 0.0006329113924050633,
20
+ "val_specificity": 1.0,
21
+ "val_f1": 0.001265022137887413,
22
+ "val_macro_f1": 0.20854964018474098
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.09620521088979724,
27
+ "val_fps": 3642.8764576204126,
28
+ "val_accuracy": 0.32866479925303455,
29
+ "val_precision": 0.9493670886075949,
30
+ "val_recall": 0.0949367088607595,
31
+ "val_specificity": 0.9857651245551602,
32
+ "val_f1": 0.17261219792865362,
33
+ "val_macro_f1": 0.30390232834374553
34
+ },
35
+ {
36
+ "epoch": 4,
37
+ "loss": 0.09444303353570838,
38
+ "val_fps": 3610.701546726241,
39
+ "val_accuracy": 0.3141923436041083,
40
+ "val_precision": 1.0,
41
+ "val_recall": 0.07025316455696203,
42
+ "val_specificity": 1.0,
43
+ "val_f1": 0.13128326434062684,
44
+ "val_macro_f1": 0.2823790020121954
45
+ },
46
+ {
47
+ "epoch": 5,
48
+ "loss": 0.09451987360007583,
49
+ "val_fps": 3783.594217081561,
50
+ "val_accuracy": 0.5070028011204482,
51
+ "val_precision": 0.8540540540540541,
52
+ "val_recall": 0.4,
53
+ "val_specificity": 0.8078291814946619,
54
+ "val_f1": 0.5448275862068965,
55
+ "val_macro_f1": 0.5035746892337944
56
+ },
57
+ {
58
+ "epoch": 6,
59
+ "loss": 0.09331116356625196,
60
+ "val_fps": 3657.283943711066,
61
+ "val_accuracy": 0.30438842203548083,
62
+ "val_precision": 1.0,
63
+ "val_recall": 0.056962025316455694,
64
+ "val_specificity": 1.0,
65
+ "val_f1": 0.10778443113772455,
66
+ "val_macro_f1": 0.2688883900141568
67
+ },
68
+ {
69
+ "epoch": 7,
70
+ "loss": 0.09331376635909251,
71
+ "val_fps": 3639.6938368377128,
72
+ "val_accuracy": 0.2880485527544351,
73
+ "val_precision": 1.0,
74
+ "val_recall": 0.03481012658227848,
75
+ "val_specificity": 1.0,
76
+ "val_f1": 0.0672782874617737,
77
+ "val_macro_f1": 0.24579467411971284
78
+ },
79
+ {
80
+ "epoch": 8,
81
+ "loss": 0.09261355322709948,
82
+ "val_fps": 3646.997401587179,
83
+ "val_accuracy": 0.3520074696545285,
84
+ "val_precision": 0.9571428571428572,
85
+ "val_recall": 0.12721518987341773,
86
+ "val_specificity": 0.9839857651245552,
87
+ "val_f1": 0.2245810055865922,
88
+ "val_macro_f1": 0.33402265997052144
89
+ },
90
+ {
91
+ "epoch": 9,
92
+ "loss": 0.09247916392163612,
93
+ "val_fps": 3784.38539006663,
94
+ "val_accuracy": 0.46078431372549017,
95
+ "val_precision": 0.841091492776886,
96
+ "val_recall": 0.33164556962025316,
97
+ "val_specificity": 0.8238434163701067,
98
+ "val_f1": 0.47571493418066274,
99
+ "val_macro_f1": 0.46034665498076865
100
+ },
101
+ {
102
+ "epoch": 10,
103
+ "loss": 0.09164904068608087,
104
+ "val_fps": 3746.254735996759,
105
+ "val_accuracy": 0.44864612511671337,
106
+ "val_precision": 0.9235668789808917,
107
+ "val_recall": 0.27531645569620256,
108
+ "val_specificity": 0.9359430604982206,
109
+ "val_f1": 0.42418332520721597,
110
+ "val_macro_f1": 0.44764920850598144
111
+ },
112
+ {
113
+ "epoch": 11,
114
+ "loss": 0.09135045006488597,
115
+ "val_fps": 3730.431618928083,
116
+ "val_accuracy": 0.28057889822595705,
117
+ "val_precision": 1.0,
118
+ "val_recall": 0.024683544303797468,
119
+ "val_specificity": 1.0,
120
+ "val_f1": 0.04817788758492897,
121
+ "val_macro_f1": 0.23497074491816805
122
+ },
123
+ {
124
+ "epoch": 12,
125
+ "loss": 0.09147095468198181,
126
+ "val_fps": 3683.6886127132557,
127
+ "val_accuracy": 0.5859010270774977,
128
+ "val_precision": 0.7194426852438252,
129
+ "val_recall": 0.7189873417721518,
130
+ "val_specificity": 0.2117437722419929,
131
+ "val_f1": 0.7192149414371637,
132
+ "val_macro_f1": 0.46538524849635965
133
+ },
134
+ {
135
+ "epoch": 13,
136
+ "loss": 0.09101124636074276,
137
+ "val_fps": 3724.331666140878,
138
+ "val_accuracy": 0.33286647992530344,
139
+ "val_precision": 1.0,
140
+ "val_recall": 0.09556962025316455,
141
+ "val_specificity": 1.0,
142
+ "val_f1": 0.17446562680531486,
143
+ "val_macro_f1": 0.3073659900575732
144
+ },
145
+ {
146
+ "epoch": 14,
147
+ "loss": 0.09165158919915663,
148
+ "val_fps": 3787.654097807469,
149
+ "val_accuracy": 0.4780578898225957,
150
+ "val_precision": 0.8357558139534884,
151
+ "val_recall": 0.3639240506329114,
152
+ "val_specificity": 0.798932384341637,
153
+ "val_f1": 0.5070546737213404,
154
+ "val_macro_f1": 0.47624559082892415
155
+ },
156
+ {
157
+ "epoch": 15,
158
+ "loss": 0.09028075870323113,
159
+ "val_fps": 3679.6292521915902,
160
+ "val_accuracy": 0.3618113912231559,
161
+ "val_precision": 0.9819004524886877,
162
+ "val_recall": 0.13734177215189874,
163
+ "val_specificity": 0.9928825622775801,
164
+ "val_f1": 0.24097723486951694,
165
+ "val_macro_f1": 0.3452167688644806
166
+ },
167
+ {
168
+ "epoch": 16,
169
+ "loss": 0.09013592564472969,
170
+ "val_fps": 3802.481168526258,
171
+ "val_accuracy": 0.35527544351073764,
172
+ "val_precision": 0.9853658536585366,
173
+ "val_recall": 0.12784810126582277,
174
+ "val_specificity": 0.994661921708185,
175
+ "val_f1": 0.22633053221288515,
176
+ "val_macro_f1": 0.3368547418967587
177
+ },
178
+ {
179
+ "epoch": 17,
180
+ "loss": 0.09048822282490648,
181
+ "val_fps": 3644.9348088242136,
182
+ "val_accuracy": 0.3104575163398693,
183
+ "val_precision": 1.0,
184
+ "val_recall": 0.06518987341772152,
185
+ "val_specificity": 1.0,
186
+ "val_f1": 0.12240047534165181,
187
+ "val_macro_f1": 0.27727097969312503
188
+ },
189
+ {
190
+ "epoch": 18,
191
+ "loss": 0.089875658604711,
192
+ "val_fps": 3727.8665597599506,
193
+ "val_accuracy": 0.32866479925303455,
194
+ "val_precision": 1.0,
195
+ "val_recall": 0.08987341772151898,
196
+ "val_specificity": 1.0,
197
+ "val_f1": 0.16492450638792103,
198
+ "val_macro_f1": 0.30182212829154054
199
+ },
200
+ {
201
+ "epoch": 19,
202
+ "loss": 0.08958346086863785,
203
+ "val_fps": 3658.1168641926465,
204
+ "val_accuracy": 0.5760971055088702,
205
+ "val_precision": 0.7094763092269327,
206
+ "val_recall": 0.720253164556962,
207
+ "val_specificity": 0.1708185053380783,
208
+ "val_f1": 0.714824120603015,
209
+ "val_macro_f1": 0.4446847875742348
210
+ },
211
+ {
212
+ "epoch": 20,
213
+ "loss": 0.08948933731727356,
214
+ "val_fps": 3824.6645835849695,
215
+ "val_accuracy": 0.373015873015873,
216
+ "val_precision": 0.9876543209876543,
217
+ "val_recall": 0.1518987341772152,
218
+ "val_specificity": 0.994661921708185,
219
+ "val_f1": 0.2633022490400439,
220
+ "val_macro_f1": 0.3587945621470029
221
+ },
222
+ {
223
+ "epoch": 21,
224
+ "loss": 0.08952507244345975,
225
+ "val_fps": 3620.5778052596556,
226
+ "val_accuracy": 0.4976657329598506,
227
+ "val_precision": 0.794392523364486,
228
+ "val_recall": 0.43037974683544306,
229
+ "val_specificity": 0.6868327402135231,
230
+ "val_f1": 0.5582922824302134,
231
+ "val_macro_f1": 0.4880206000895656
232
+ },
233
+ {
234
+ "epoch": 22,
235
+ "loss": 0.08912930570638469,
236
+ "val_fps": 3608.4476960904117,
237
+ "val_accuracy": 0.3828197945845005,
238
+ "val_precision": 0.9961538461538462,
239
+ "val_recall": 0.1639240506329114,
240
+ "val_specificity": 0.998220640569395,
241
+ "val_f1": 0.28152173913043477,
242
+ "val_macro_f1": 0.3703026044261012
243
+ }
244
+ ]
results/MCFD/posec3d/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "posec3d",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 3741.17066541071,
7
+ "params": 14466,
8
+ "accuracy": 0.5070684523809523,
9
+ "precision": 0.5920781893004116,
10
+ "recall": 0.6838978015448604,
11
+ "specificity": 0.2109452736318408,
12
+ "f1": 0.6346843121036669,
13
+ "macro_f1": 0.4385542772639547
14
+ }
results/MCFD/stgcn/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed20268699b7d9bb897cb94594c908f2be6fd9f1587ddcab93bbcd837cfad559
3
+ size 430405
results/MCFD/stgcn/history.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.1345855339766399,
5
+ "val_fps": 3749.472548126596,
6
+ "val_accuracy": 0.7226890756302521,
7
+ "val_precision": 0.7879672897196262,
8
+ "val_recall": 0.8537974683544304,
9
+ "val_specificity": 0.3540925266903915,
10
+ "val_f1": 0.8195625759416768,
11
+ "val_macro_f1": 0.6103861266805158
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.12828448044930646,
16
+ "val_fps": 3952.838195876346,
17
+ "val_accuracy": 0.7100840336134454,
18
+ "val_precision": 0.8565055762081785,
19
+ "val_recall": 0.7291139240506329,
20
+ "val_specificity": 0.6565836298932385,
21
+ "val_f1": 0.7876923076923077,
22
+ "val_macro_f1": 0.6653693326541008
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.12449156771946736,
27
+ "val_fps": 3674.3579758648907,
28
+ "val_accuracy": 0.6844070961718021,
29
+ "val_precision": 0.8662884927066451,
30
+ "val_recall": 0.6765822784810127,
31
+ "val_specificity": 0.7064056939501779,
32
+ "val_f1": 0.759772565742715,
33
+ "val_macro_f1": 0.6499543100822418
34
+ }
35
+ ]
results/MCFD/stgcn/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "stgcn",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 4238.144418851585,
7
+ "params": 103394,
8
+ "accuracy": 0.6793154761904762,
9
+ "precision": 0.6868456986800182,
10
+ "recall": 0.8966131907308378,
11
+ "specificity": 0.3154228855721393,
12
+ "f1": 0.7778350515463918,
13
+ "macro_f1": 0.600815921495121
14
+ }
results/MCFD/tcnte/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f332d0fd0113260256f02196f93839e283dc00b6042c59fa405d204a4205d0f
3
+ size 851281
results/MCFD/tcnte/history.json ADDED
@@ -0,0 +1,519 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.10085570655454923,
5
+ "val_fps": 3850.5905707038996,
6
+ "val_accuracy": 0.511204481792717,
7
+ "val_precision": 0.9131782945736434,
8
+ "val_recall": 0.37278481012658227,
9
+ "val_specificity": 0.900355871886121,
10
+ "val_f1": 0.529438202247191,
11
+ "val_macro_f1": 0.5104694653780879
12
+ },
13
+ {
14
+ "epoch": 2,
15
+ "loss": 0.0920358574052425,
16
+ "val_fps": 4097.261154995775,
17
+ "val_accuracy": 0.43790849673202614,
18
+ "val_precision": 0.9921465968586387,
19
+ "val_recall": 0.239873417721519,
20
+ "val_specificity": 0.994661921708185,
21
+ "val_f1": 0.38634046890927626,
22
+ "val_macro_f1": 0.43391097519537886
23
+ },
24
+ {
25
+ "epoch": 3,
26
+ "loss": 0.08832261883009347,
27
+ "val_fps": 4140.825891191272,
28
+ "val_accuracy": 0.4911297852474323,
29
+ "val_precision": 0.9748062015503876,
30
+ "val_recall": 0.3183544303797468,
31
+ "val_specificity": 0.9768683274021353,
32
+ "val_f1": 0.4799618320610687,
33
+ "val_macro_f1": 0.49089499281298404
34
+ },
35
+ {
36
+ "epoch": 4,
37
+ "loss": 0.08536651412745175,
38
+ "val_fps": 3992.569396520161,
39
+ "val_accuracy": 0.39775910364145656,
40
+ "val_precision": 0.9898648648648649,
41
+ "val_recall": 0.18544303797468353,
42
+ "val_specificity": 0.994661921708185,
43
+ "val_f1": 0.31236673773987206,
44
+ "val_macro_f1": 0.3883262260127932
45
+ },
46
+ {
47
+ "epoch": 5,
48
+ "loss": 0.08266990156193263,
49
+ "val_fps": 4080.0118669786925,
50
+ "val_accuracy": 0.4126984126984127,
51
+ "val_precision": 0.9938650306748467,
52
+ "val_recall": 0.20506329113924052,
53
+ "val_specificity": 0.99644128113879,
54
+ "val_f1": 0.33997901364113325,
55
+ "val_macro_f1": 0.4054815169130813
56
+ },
57
+ {
58
+ "epoch": 6,
59
+ "loss": 0.08162742966623943,
60
+ "val_fps": 4020.9438473275504,
61
+ "val_accuracy": 0.503734827264239,
62
+ "val_precision": 0.9905123339658444,
63
+ "val_recall": 0.330379746835443,
64
+ "val_specificity": 0.9911032028469751,
65
+ "val_f1": 0.49549121974371146,
66
+ "val_macro_f1": 0.5036022933812724
67
+ },
68
+ {
69
+ "epoch": 7,
70
+ "loss": 0.08149332543582617,
71
+ "val_fps": 4238.426590306563,
72
+ "val_accuracy": 0.4715219421101774,
73
+ "val_precision": 0.9912280701754386,
74
+ "val_recall": 0.28607594936708863,
75
+ "val_specificity": 0.9928825622775801,
76
+ "val_f1": 0.444007858546169,
77
+ "val_macro_f1": 0.4702245698424795
78
+ },
79
+ {
80
+ "epoch": 8,
81
+ "loss": 0.07727231089286134,
82
+ "val_fps": 4093.4655048230225,
83
+ "val_accuracy": 0.5252100840336135,
84
+ "val_precision": 0.9577235772357724,
85
+ "val_recall": 0.37278481012658227,
86
+ "val_specificity": 0.9537366548042705,
87
+ "val_f1": 0.5366742596810934,
88
+ "val_macro_f1": 0.5249192265375309
89
+ },
90
+ {
91
+ "epoch": 9,
92
+ "loss": 0.07708407426186532,
93
+ "val_fps": 4077.4532346459714,
94
+ "val_accuracy": 0.5088702147525677,
95
+ "val_precision": 0.9258064516129032,
96
+ "val_recall": 0.3632911392405063,
97
+ "val_specificity": 0.9181494661921709,
98
+ "val_f1": 0.5218181818181818,
99
+ "val_macro_f1": 0.5085098586634096
100
+ },
101
+ {
102
+ "epoch": 10,
103
+ "loss": 0.07348613941061513,
104
+ "val_fps": 4178.102348136931,
105
+ "val_accuracy": 0.5476190476190477,
106
+ "val_precision": 0.9433962264150944,
107
+ "val_recall": 0.41139240506329117,
108
+ "val_specificity": 0.9306049822064056,
109
+ "val_f1": 0.5729396209784046,
110
+ "val_macro_f1": 0.5460231603651329
111
+ },
112
+ {
113
+ "epoch": 11,
114
+ "loss": 0.07192961391747082,
115
+ "val_fps": 3901.8413411044517,
116
+ "val_accuracy": 0.5088702147525677,
117
+ "val_precision": 0.9429530201342282,
118
+ "val_recall": 0.3556962025316456,
119
+ "val_specificity": 0.9395017793594306,
120
+ "val_f1": 0.5165441176470589,
121
+ "val_macro_f1": 0.5087464421252372
122
+ },
123
+ {
124
+ "epoch": 12,
125
+ "loss": 0.07018912238428919,
126
+ "val_fps": 4081.138769960058,
127
+ "val_accuracy": 0.5196078431372549,
128
+ "val_precision": 0.946515397082658,
129
+ "val_recall": 0.369620253164557,
130
+ "val_specificity": 0.9412811387900356,
131
+ "val_f1": 0.5316340464269458,
132
+ "val_macro_f1": 0.519290909174182
133
+ },
134
+ {
135
+ "epoch": 13,
136
+ "loss": 0.0701279526180488,
137
+ "val_fps": 3931.66553445532,
138
+ "val_accuracy": 0.5396825396825397,
139
+ "val_precision": 0.9486404833836858,
140
+ "val_recall": 0.39746835443037976,
141
+ "val_specificity": 0.9395017793594306,
142
+ "val_f1": 0.56021409455843,
143
+ "val_macro_f1": 0.5386770766621729
144
+ },
145
+ {
146
+ "epoch": 14,
147
+ "loss": 0.07136695828825533,
148
+ "val_fps": 3663.14724819471,
149
+ "val_accuracy": 0.5513538748832867,
150
+ "val_precision": 0.8993548387096775,
151
+ "val_recall": 0.44113924050632913,
152
+ "val_specificity": 0.8612099644128114,
153
+ "val_f1": 0.591932059447983,
154
+ "val_macro_f1": 0.5468732355301087
155
+ },
156
+ {
157
+ "epoch": 15,
158
+ "loss": 0.06652718700319742,
159
+ "val_fps": 3711.086271423145,
160
+ "val_accuracy": 0.5168067226890757,
161
+ "val_precision": 0.9346092503987241,
162
+ "val_recall": 0.37088607594936707,
163
+ "val_specificity": 0.9270462633451957,
164
+ "val_f1": 0.5310376076121431,
165
+ "val_macro_f1": 0.5163613651926868
166
+ },
167
+ {
168
+ "epoch": 16,
169
+ "loss": 0.06348201281094815,
170
+ "val_fps": 4060.9925181705253,
171
+ "val_accuracy": 0.5662931839402428,
172
+ "val_precision": 0.9003690036900369,
173
+ "val_recall": 0.46329113924050636,
174
+ "val_specificity": 0.8558718861209964,
175
+ "val_f1": 0.6117843710823234,
176
+ "val_macro_f1": 0.5602549565617857
177
+ },
178
+ {
179
+ "epoch": 17,
180
+ "loss": 0.0651745786265963,
181
+ "val_fps": 4035.349183937207,
182
+ "val_accuracy": 0.5709617180205415,
183
+ "val_precision": 0.9199491740787802,
184
+ "val_recall": 0.4582278481012658,
185
+ "val_specificity": 0.8879003558718861,
186
+ "val_f1": 0.6117448246725813,
187
+ "val_macro_f1": 0.5661749684134947
188
+ },
189
+ {
190
+ "epoch": 18,
191
+ "loss": 0.060917166974422086,
192
+ "val_fps": 4023.0947352137973,
193
+ "val_accuracy": 0.5723622782446312,
194
+ "val_precision": 0.8933649289099526,
195
+ "val_recall": 0.4772151898734177,
196
+ "val_specificity": 0.8398576512455516,
197
+ "val_f1": 0.6221122112211221,
198
+ "val_macro_f1": 0.5648195464707761
199
+ },
200
+ {
201
+ "epoch": 19,
202
+ "loss": 0.06612300161224459,
203
+ "val_fps": 4007.706403943383,
204
+ "val_accuracy": 0.5415499533146592,
205
+ "val_precision": 0.9164345403899722,
206
+ "val_recall": 0.41645569620253164,
207
+ "val_specificity": 0.8932384341637011,
208
+ "val_f1": 0.5726718885987816,
209
+ "val_macro_f1": 0.5391053299992901
210
+ },
211
+ {
212
+ "epoch": 20,
213
+ "loss": 0.06228086257356082,
214
+ "val_fps": 3946.4649070229502,
215
+ "val_accuracy": 0.545751633986928,
216
+ "val_precision": 0.9129251700680272,
217
+ "val_recall": 0.42468354430379746,
218
+ "val_specificity": 0.8861209964412812,
219
+ "val_f1": 0.5796976241900648,
220
+ "val_macro_f1": 0.5427690761884809
221
+ },
222
+ {
223
+ "epoch": 21,
224
+ "loss": 0.05918252908262011,
225
+ "val_fps": 4008.715464844745,
226
+ "val_accuracy": 0.5606909430438842,
227
+ "val_precision": 0.895910780669145,
228
+ "val_recall": 0.45759493670886076,
229
+ "val_specificity": 0.8505338078291815,
230
+ "val_f1": 0.6057813154587348,
231
+ "val_macro_f1": 0.5548674632117079
232
+ },
233
+ {
234
+ "epoch": 22,
235
+ "loss": 0.05738968637037209,
236
+ "val_fps": 4041.114440586426,
237
+ "val_accuracy": 0.5564892623716153,
238
+ "val_precision": 0.8850855745721271,
239
+ "val_recall": 0.4582278481012658,
240
+ "val_specificity": 0.8327402135231317,
241
+ "val_f1": 0.603836530442035,
242
+ "val_macro_f1": 0.550062485793658
243
+ },
244
+ {
245
+ "epoch": 23,
246
+ "loss": 0.0618406231282611,
247
+ "val_fps": 4056.466660711892,
248
+ "val_accuracy": 0.5770308123249299,
249
+ "val_precision": 0.9342783505154639,
250
+ "val_recall": 0.4588607594936709,
251
+ "val_specificity": 0.9092526690391459,
252
+ "val_f1": 0.6154499151103565,
253
+ "val_macro_f1": 0.5727664513311119
254
+ },
255
+ {
256
+ "epoch": 24,
257
+ "loss": 0.05784103912188434,
258
+ "val_fps": 3674.54295708663,
259
+ "val_accuracy": 0.6055088702147525,
260
+ "val_precision": 0.8964401294498382,
261
+ "val_recall": 0.5259493670886076,
262
+ "val_specificity": 0.8291814946619217,
263
+ "val_f1": 0.6629437574790586,
264
+ "val_macro_f1": 0.5937116086213526
265
+ },
266
+ {
267
+ "epoch": 25,
268
+ "loss": 0.05663871155060647,
269
+ "val_fps": 3814.9659188790138,
270
+ "val_accuracy": 0.5798319327731093,
271
+ "val_precision": 0.912621359223301,
272
+ "val_recall": 0.4759493670886076,
273
+ "val_specificity": 0.8718861209964412,
274
+ "val_f1": 0.6256239600665557,
275
+ "val_macro_f1": 0.5734502779056183
276
+ },
277
+ {
278
+ "epoch": 26,
279
+ "loss": 0.055105293738242564,
280
+ "val_fps": 4110.675356711506,
281
+ "val_accuracy": 0.5985060690943044,
282
+ "val_precision": 0.8973509933774835,
283
+ "val_recall": 0.5145569620253164,
284
+ "val_specificity": 0.8345195729537367,
285
+ "val_f1": 0.6540627514078842,
286
+ "val_macro_f1": 0.5878767594636751
287
+ },
288
+ {
289
+ "epoch": 27,
290
+ "loss": 0.053442715592788646,
291
+ "val_fps": 3772.547274277149,
292
+ "val_accuracy": 0.5513538748832867,
293
+ "val_precision": 0.9165545087483177,
294
+ "val_recall": 0.4310126582278481,
295
+ "val_specificity": 0.8896797153024911,
296
+ "val_f1": 0.5863108049935428,
297
+ "val_macro_f1": 0.548127355581932
298
+ },
299
+ {
300
+ "epoch": 28,
301
+ "loss": 0.05449098952980805,
302
+ "val_fps": 4097.708849013137,
303
+ "val_accuracy": 0.5429505135387488,
304
+ "val_precision": 0.9012016021361816,
305
+ "val_recall": 0.4272151898734177,
306
+ "val_specificity": 0.8683274021352313,
307
+ "val_f1": 0.579647917561185,
308
+ "val_macro_f1": 0.5394403270670376
309
+ },
310
+ {
311
+ "epoch": 29,
312
+ "loss": 0.051690250134278894,
313
+ "val_fps": 4074.740261818418,
314
+ "val_accuracy": 0.611577964519141,
315
+ "val_precision": 0.9030172413793104,
316
+ "val_recall": 0.5303797468354431,
317
+ "val_specificity": 0.8398576512455516,
318
+ "val_f1": 0.6682615629984051,
319
+ "val_macro_f1": 0.5998965472649683
320
+ },
321
+ {
322
+ "epoch": 30,
323
+ "loss": 0.05760920379900728,
324
+ "val_fps": 4095.004276021274,
325
+ "val_accuracy": 0.6274509803921569,
326
+ "val_precision": 0.8902195608782435,
327
+ "val_recall": 0.5645569620253165,
328
+ "val_specificity": 0.8042704626334519,
329
+ "val_f1": 0.6909372579395817,
330
+ "val_macro_f1": 0.6110385467136217
331
+ },
332
+ {
333
+ "epoch": 31,
334
+ "loss": 0.05437249663723008,
335
+ "val_fps": 3986.0442445740355,
336
+ "val_accuracy": 0.6171802054154996,
337
+ "val_precision": 0.8966597077244259,
338
+ "val_recall": 0.5436708860759494,
339
+ "val_specificity": 0.8238434163701067,
340
+ "val_f1": 0.6769109535066982,
341
+ "val_macro_f1": 0.6036330254360525
342
+ },
343
+ {
344
+ "epoch": 32,
345
+ "loss": 0.05123214777984182,
346
+ "val_fps": 4184.958080534249,
347
+ "val_accuracy": 0.6045751633986928,
348
+ "val_precision": 0.8903088391906283,
349
+ "val_recall": 0.529113924050633,
350
+ "val_specificity": 0.8167259786476868,
351
+ "val_f1": 0.6637554585152838,
352
+ "val_macro_f1": 0.5919343864814379
353
+ },
354
+ {
355
+ "epoch": 33,
356
+ "loss": 0.05163691386569839,
357
+ "val_fps": 3962.844577665711,
358
+ "val_accuracy": 0.6022408963585434,
359
+ "val_precision": 0.9155251141552512,
360
+ "val_recall": 0.5075949367088608,
361
+ "val_specificity": 0.8683274021352313,
362
+ "val_f1": 0.6530944625407166,
363
+ "val_macro_f1": 0.593505655778017
364
+ },
365
+ {
366
+ "epoch": 34,
367
+ "loss": 0.051648908634185156,
368
+ "val_fps": 4176.424816087942,
369
+ "val_accuracy": 0.6059757236227824,
370
+ "val_precision": 0.9,
371
+ "val_recall": 0.5240506329113924,
372
+ "val_specificity": 0.8362989323843416,
373
+ "val_f1": 0.6624,
374
+ "val_macro_f1": 0.5946529147982063
375
+ },
376
+ {
377
+ "epoch": 35,
378
+ "loss": 0.04855069010976845,
379
+ "val_fps": 3658.422542279308,
380
+ "val_accuracy": 0.5732959850606909,
381
+ "val_precision": 0.8854166666666666,
382
+ "val_recall": 0.48417721518987344,
383
+ "val_specificity": 0.8238434163701067,
384
+ "val_f1": 0.6260229132569558,
385
+ "val_macro_f1": 0.5646418914110867
386
+ },
387
+ {
388
+ "epoch": 36,
389
+ "loss": 0.04994714245287842,
390
+ "val_fps": 3890.497311736381,
391
+ "val_accuracy": 0.5933706816059757,
392
+ "val_precision": 0.9079401611047181,
393
+ "val_recall": 0.49936708860759493,
394
+ "val_specificity": 0.8576512455516014,
395
+ "val_f1": 0.6443446304614128,
396
+ "val_macro_f1": 0.5848426149582269
397
+ },
398
+ {
399
+ "epoch": 37,
400
+ "loss": 0.04879177145303869,
401
+ "val_fps": 3921.6370564224535,
402
+ "val_accuracy": 0.6335200746965453,
403
+ "val_precision": 0.8388746803069054,
404
+ "val_recall": 0.6227848101265823,
405
+ "val_specificity": 0.6637010676156584,
406
+ "val_f1": 0.7148565201598256,
407
+ "val_macro_f1": 0.6010598734045373
408
+ },
409
+ {
410
+ "epoch": 38,
411
+ "loss": 0.05096233196253656,
412
+ "val_fps": 4071.6557654294024,
413
+ "val_accuracy": 0.6251167133520075,
414
+ "val_precision": 0.8904522613065327,
415
+ "val_recall": 0.5607594936708861,
416
+ "val_specificity": 0.806049822064057,
417
+ "val_f1": 0.6881553398058252,
418
+ "val_macro_f1": 0.6091449607162538
419
+ },
420
+ {
421
+ "epoch": 39,
422
+ "loss": 0.0486308291618222,
423
+ "val_fps": 4121.749462498118,
424
+ "val_accuracy": 0.6078431372549019,
425
+ "val_precision": 0.8911205073995772,
426
+ "val_recall": 0.5335443037974683,
427
+ "val_specificity": 0.8167259786476868,
428
+ "val_f1": 0.667458432304038,
429
+ "val_macro_f1": 0.5948213663226675
430
+ },
431
+ {
432
+ "epoch": 40,
433
+ "loss": 0.047241462193982155,
434
+ "val_fps": 3984.0521283028124,
435
+ "val_accuracy": 0.626984126984127,
436
+ "val_precision": 0.898876404494382,
437
+ "val_recall": 0.5569620253164557,
438
+ "val_specificity": 0.8238434163701067,
439
+ "val_f1": 0.687768659632669,
440
+ "val_macro_f1": 0.6122901269177838
441
+ },
442
+ {
443
+ "epoch": 41,
444
+ "loss": 0.052161689864979065,
445
+ "val_fps": 4086.749805035564,
446
+ "val_accuracy": 0.5648926237161531,
447
+ "val_precision": 0.9263157894736842,
448
+ "val_recall": 0.44556962025316454,
449
+ "val_specificity": 0.900355871886121,
450
+ "val_f1": 0.6017094017094017,
451
+ "val_macro_f1": 0.5611427666983222
452
+ },
453
+ {
454
+ "epoch": 42,
455
+ "loss": 0.05344774344067133,
456
+ "val_fps": 4152.020338004575,
457
+ "val_accuracy": 0.6213818860877685,
458
+ "val_precision": 0.9017763845350052,
459
+ "val_recall": 0.5462025316455696,
460
+ "val_specificity": 0.8327402135231317,
461
+ "val_f1": 0.6803310997240836,
462
+ "val_macro_f1": 0.6080533575323337
463
+ },
464
+ {
465
+ "epoch": 43,
466
+ "loss": 0.05571009869821444,
467
+ "val_fps": 3913.0392604681992,
468
+ "val_accuracy": 0.607376283846872,
469
+ "val_precision": 0.8893572181243414,
470
+ "val_recall": 0.5341772151898734,
471
+ "val_specificity": 0.8131672597864769,
472
+ "val_f1": 0.6674574930802689,
473
+ "val_macro_f1": 0.5941276069389949
474
+ },
475
+ {
476
+ "epoch": 44,
477
+ "loss": 0.05139429723915675,
478
+ "val_fps": 4071.552554794066,
479
+ "val_accuracy": 0.6213818860877685,
480
+ "val_precision": 0.9017763845350052,
481
+ "val_recall": 0.5462025316455696,
482
+ "val_specificity": 0.8327402135231317,
483
+ "val_f1": 0.6803310997240836,
484
+ "val_macro_f1": 0.6080533575323337
485
+ },
486
+ {
487
+ "epoch": 45,
488
+ "loss": 0.049104086001179104,
489
+ "val_fps": 4092.964916941528,
490
+ "val_accuracy": 0.6358543417366946,
491
+ "val_precision": 0.8780718336483931,
492
+ "val_recall": 0.5879746835443038,
493
+ "val_specificity": 0.7704626334519573,
494
+ "val_f1": 0.7043214556482184,
495
+ "val_macro_f1": 0.6152226962323717
496
+ },
497
+ {
498
+ "epoch": 46,
499
+ "loss": 0.047514633581137944,
500
+ "val_fps": 4214.2100619906305,
501
+ "val_accuracy": 0.6321195144724556,
502
+ "val_precision": 0.9057377049180327,
503
+ "val_recall": 0.5594936708860759,
504
+ "val_specificity": 0.8362989323843416,
505
+ "val_f1": 0.6917057902973396,
506
+ "val_macro_f1": 0.6178436358894106
507
+ },
508
+ {
509
+ "epoch": 47,
510
+ "loss": 0.04549025025912235,
511
+ "val_fps": 4043.120703372622,
512
+ "val_accuracy": 0.6092436974789915,
513
+ "val_precision": 0.8841778697001034,
514
+ "val_recall": 0.5411392405063291,
515
+ "val_specificity": 0.800711743772242,
516
+ "val_f1": 0.6713780918727915,
517
+ "val_macro_f1": 0.5947564034493491
518
+ }
519
+ ]
results/MCFD/tcnte/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "MCFD",
3
+ "method": "tcnte",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 3795.2966462786967,
7
+ "params": 210242,
8
+ "accuracy": 0.5829613095238095,
9
+ "precision": 0.7027417027417028,
10
+ "recall": 0.5787284610814023,
11
+ "specificity": 0.5900497512437811,
12
+ "f1": 0.634734441186054,
13
+ "macro_f1": 0.5744110003936338
14
+ }
results/Synthetic/agcn/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de34d04634cd958d5a365026da64387139ba25e4183b2b1334f26a61c5ac0c74
3
+ size 867809
results/Synthetic/agcn/history.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.1952398121356964,
5
+ "val_fps": 145.72827408063176,
6
+ "val_accuracy": 0.4444444444444444,
7
+ "val_precision": 0.4444444444444444,
8
+ "val_recall": 1.0,
9
+ "val_specificity": 0.0,
10
+ "val_f1": 0.6153846153846154,
11
+ "val_macro_f1": 0.3076923076923077
12
+ }
13
+ ]
results/Synthetic/agcn/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "agcn",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 159.77018381668333,
7
+ "params": 208520,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/ctrgcn/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881a9adb7a44a4a9f5130a0e0f5155cd9218cb0a3d981e08b7bbd750a780ed2f
3
+ size 1535165
results/Synthetic/ctrgcn/history.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.19207785030206045,
5
+ "val_fps": 135.12070967593993,
6
+ "val_accuracy": 0.4444444444444444,
7
+ "val_precision": 0.4444444444444444,
8
+ "val_recall": 1.0,
9
+ "val_specificity": 0.0,
10
+ "val_f1": 0.6153846153846154,
11
+ "val_macro_f1": 0.3076923076923077
12
+ }
13
+ ]
results/Synthetic/ctrgcn/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "ctrgcn",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 151.245780615558,
7
+ "params": 374984,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21fe350dd65783d64f108c12a90cba472ea1652d3c02a287cac988dba799441f
3
+ size 1265049
results/Synthetic/dynafall/history.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "epoch": 1,
4
+ "loss": 0.22574210166931152,
5
+ "val_fps": 127.35835051918123,
6
+ "val_accuracy": 0.4444444444444444,
7
+ "val_precision": 0.4444444444444444,
8
+ "val_recall": 1.0,
9
+ "val_specificity": 0.0,
10
+ "val_f1": 0.6153846153846154,
11
+ "val_macro_f1": 0.3076923076923077
12
+ }
13
+ ]
results/Synthetic/dynafall/metrics_robust_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 112.37041093419398,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_low_conf.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "low_conf",
6
+ "fps": 199.52054000732969,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_lower_body.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "lower_body",
6
+ "fps": 199.43313977667506,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_missing_10.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "missing",
6
+ "fps": 204.83560277908077,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_missing_20.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "missing",
6
+ "fps": 201.4036998642287,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_missing_30.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "missing",
6
+ "fps": 202.57249108682828,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_robust_upper_body.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "upper_body",
6
+ "fps": 201.61263794877428,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/dynafall/metrics_test_clean.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Synthetic",
3
+ "method": "dynafall",
4
+ "split": "test",
5
+ "robustness": "clean",
6
+ "fps": 137.54780410253272,
7
+ "params": 307017,
8
+ "accuracy": 0.45454545454545453,
9
+ "precision": 0.45454545454545453,
10
+ "recall": 1.0,
11
+ "specificity": 0.0,
12
+ "f1": 0.625,
13
+ "macro_f1": 0.3125
14
+ }
results/Synthetic/lstm/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14fb82f3d7fa097b915714d19994e29d2f7741534949e898b1f637d0f70b18e9
3
+ size 462662