diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..0b4d7b46be14e79cc22220959a2e2c0f7a165c92 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +paper/.ipynb_checkpoints/main-checkpoint.pdf filter=lfs diff=lfs merge=lfs -text +paper/main.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/.ipynb_checkpoints/PLAN-checkpoint.md b/.ipynb_checkpoints/PLAN-checkpoint.md new file mode 100644 index 0000000000000000000000000000000000000000..a51bf3568dba7bc56225cc4f3c29b47e988cbfd5 --- /dev/null +++ b/.ipynb_checkpoints/PLAN-checkpoint.md @@ -0,0 +1,1175 @@ +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. + +# 1. Hướng paper chốt + +## Tên paper đề xuất + +**DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking** + +Tên này tốt hơn tên cũ vì nó thể hiện 2 điểm: + +1. Có **model riêng**: DynaFall. +2. Có **benchmark với các method mạnh từ paper khác**: ST-GCN, 2s-AGCN, CTR-GCN, PoseC3D, TCNTE-style. + +Ý tưởng chính: + +```text +RGB Video +→ YOLO Pose +→ 17-keypoint skeleton sequence +→ Joint / Bone / Dynamics features +→ Compare with strong skeleton methods +→ Proposed DynaFall-GCN +→ Fall / Non-fall +``` + +Paper sẽ không còn đơn giản là “dùng CNN/LSTM/Transformer để phân loại té ngã”, mà thành: + +> 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. + +--- + +# 2. Dataset dùng trong paper + +Tôi khuyên dùng **2 dataset chính + 1 dataset backup/extension**. + +## Dataset chính 1: UR Fall Detection Dataset — URFD + +**Link dataset:** UR Fall Detection Dataset. ([Fenix][1]) + +**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]) + +**Vì sao nên dùng:** + +* Nhỏ, dễ chạy nhanh. +* Rất phổ biến trong fall detection. +* Phù hợp để debug pipeline trước. +* Có RGB video để trích xuất YOLO pose. + +**Vai trò trong paper:** + +```text +Dataset kiểm tra nhanh + benchmark chính. +``` + +--- + +## Dataset chính 2: Multiple Cameras Fall Dataset — MCFD + +**Link dataset:** Multiple Cameras Fall Dataset. ([Iro Montéal][2]) + +**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]) + +**Vì sao nên dùng:** + +* Có nhiều góc camera. +* Phù hợp để kiểm tra robustness. +* Paper nhìn mạnh hơn URFD-only. +* 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. + +**Vai trò trong paper:** + +```text +Dataset kiểm tra multi-view + robustness. +``` + +--- + +## Dataset backup/extension: UP-Fall Detection Dataset + +**Link dataset:** UP-Fall / Challenge UP data page. ([Google Sites][3]) + +**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]) + +**Khi nào dùng:** + +* Nếu MCFD tải khó hoặc xử lý annotation khó. +* Nếu muốn paper mạnh hơn và có thêm dataset thứ 3. +* Nếu muốn hướng “multimodal dataset nhưng chỉ dùng RGB-derived pose”. + +**Khuyến nghị thực tế:** +Paper 8 trang cho hội nghị Q4 thì dùng **URFD + MCFD** là đủ. UP-Fall để backup. + +--- + +# 3. Dataset protocol chốt + +Trong paper ghi rõ: + +```text +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. +``` + +Tức là: + +| Dataset | Dữ liệu gốc có gì | Mình dùng gì | +| ---------------- | ------------------------- | -------------------------- | +| URFD | RGB, depth, accelerometer | Chỉ RGB → YOLO Pose | +| MCFD | Multi-camera RGB video | RGB → YOLO Pose | +| UP-Fall nếu dùng | wearable, ambient, vision | Chỉ RGB/vision → YOLO Pose | + +Điểm này rất quan trọng để reviewer thấy so sánh công bằng. + +--- + +# 4. Proposed method + +## Tên model + +**DynaFall-GCN** + +## Ý tưởng + +Model của mình không chỉ dùng skeleton thô, mà có 3 stream: + +```text +Stream 1: Joint stream +- x, y, confidence của 17 keypoints + +Stream 2: Bone stream +- vector xương giữa các keypoints + +Stream 3: Dynamics stream +- velocity +- acceleration +- torso angle +- hip drop +- body aspect ratio +- center-of-body motion +``` + +Sau đó dùng: + +```text +Graph-temporal encoder ++ confidence-aware keypoint dropout ++ classification head +``` + +--- + +# 5. Pipeline tổng thể + +```text +Input RGB Video + ↓ +Frame Sampling +T = 32 frames + ↓ +YOLOv8/YOLO11 Pose Extraction +17 COCO keypoints per frame + ↓ +Pose Normalization +bbox-centered normalization + ↓ +Feature Construction +joint + bone + dynamics + ↓ +Comparative Methods +ST-GCN / 2s-AGCN / CTR-GCN / PoseC3D / TCNTE-style + ↓ +Proposed DynaFall-GCN +joint stream + bone stream + dynamics stream + ↓ +Robustness Evaluation +missing keypoints / lower-body occlusion / low-confidence mask + ↓ +Fall / Non-fall Prediction +``` + +--- + +# 6. Các method từ paper khác để chạy lại + +Đây là phần giúp paper “hay hơn” và không bị đơn giản. + +## 6.1 LSTM baseline + +Dùng để kiểm tra sequence baseline. + +Input: + +```text +32 frames × 17 keypoints × 3 +→ flatten +→ 32 × 51 +``` + +Vai trò: + +```text +Basic temporal baseline. +``` + +--- + +## 6.2 ST-GCN + +**Paper:** Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, AAAI 2018. + +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]) + +Áp dụng vào paper: + +```text +Input: N × C × T × V × M +C = 3 +T = 32 +V = 17 +M = 1 +Output = Fall / Non-fall +``` + +Vai trò: + +```text +Classic graph-based skeleton baseline. +``` + +--- + +## 6.3 2s-AGCN + +**Paper:** Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition, CVPR 2019. + +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]) + +Áp dụng: + +```text +Joint stream: keypoint coordinates +Bone stream: bone vectors +Final prediction: score fusion +``` + +Vai trò: + +```text +Adaptive graph + bone information baseline. +``` + +--- + +## 6.4 CTR-GCN + +**Paper:** Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition, ICCV 2021. + +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]) + +Áp dụng: + +```text +Input: joint + bone skeleton sequence +Graph: COCO 17-keypoint topology +Output: Fall / Non-fall +``` + +Vai trò: + +```text +Strong graph-based baseline. +``` + +--- + +## 6.5 PoseC3D / PoseConv3D + +**Paper:** Revisiting Skeleton-based Action Recognition, CVPR 2022. + +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]) + +Áp dụng: + +```text +YOLO keypoints +→ 3D pose heatmap volume +→ 3D CNN +→ Fall / Non-fall +``` + +Vai trò: + +```text +Heatmap-based skeleton baseline. +``` + +--- + +## 6.6 TCNTE-style + +**Paper:** Real-time skeleton-based fall detection algorithm based on Temporal Convolutional Networks and Transformer Encoder, 2025. + +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]) + +Áp dụng: + +```text +TCN + Transformer Encoder +Input: skeleton sequence +Loss: weighted focal loss +Output: Fall / Non-fall +``` + +Vai trò: + +```text +Recent fall-specific temporal baseline. +``` + +--- + +# 7. Bảng method chính trong paper + +Nên đưa bảng này vào phần **Experimental Setup**. + +| Method | Loại | Nguồn gốc | Input | Vai trò | +| ---------------- | ----------------- | ------------------- | ----------------------- | --------------------------- | +| LSTM | Sequence model | baseline phổ biến | joint sequence | baseline cơ bản | +| ST-GCN | Graph-based | AAAI 2018 | joint graph | skeleton baseline kinh điển | +| 2s-AGCN | Adaptive GCN | CVPR 2019 | joint + bone | baseline mạnh hơn ST-GCN | +| CTR-GCN | Refined GCN | ICCV 2021 | joint + bone | strong GCN baseline | +| PoseC3D | Heatmap 3D CNN | CVPR 2022 | pose heatmap | khác hướng GCN | +| TCNTE-style | TCN + Transformer | fall detection 2025 | skeleton sequence | fall-specific baseline | +| **DynaFall-GCN** | Proposed | ours | joint + bone + dynamics | model chính | + +--- + +# 8. Điểm mới của DynaFall-GCN so với các method kia + +| Thành phần | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE | DynaFall-GCN | +| --------------------------------- | -------------- | -------------- | -------------- | --------------- | ------------------------- | ------------ | +| Joint stream | Có | Có | Có | Heatmap | Có | Có | +| Bone stream | Không | Có | Có | Không trực tiếp | Không rõ | Có | +| Velocity/Acceleration | Không | Không | Không | Không trực tiếp | Có thể có motion temporal | Có rõ | +| Torso angle | Không | Không | Không | Không | Không | Có | +| Hip drop | Không | Không | Không | Không | Không | Có | +| Body aspect ratio | Không | Không | Không | Không | Không | Có | +| Confidence-aware dropout | Không | Không | Không | Không | Không rõ | Có | +| 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ó | + +Thông điệp chính: + +> 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ã. + +--- + +# 9. Chi tiết xử lý dữ liệu + +## Step 1: Download dataset + +Tải: + +1. **URFD** từ trang chính thức. ([Fenix][1]) +2. **MCFD** từ trang dataset của Université de Montréal. ([Iro Montéal][2]) +3. **UP-Fall** chỉ dùng nếu cần backup hoặc mở rộng. ([Google Sites][3]) + +--- + +## Step 2: Chuẩn hóa thư mục + +```text +fall_project/ +├── data/ +│ ├── raw/ +│ │ ├── URFD/ +│ │ ├── MCFD/ +│ │ └── UPFall_optional/ +│ ├── poses/ +│ ├── clips/ +│ └── splits/ +├── src/ +├── configs/ +├── results/ +└── paper/ +``` + +--- + +## Step 3: Trích xuất pose + +Dùng: + +```text +YOLOv8n-pose hoặc YOLO11n-pose +``` + +Output mỗi frame: + +```text +17 keypoints × 3 +x, y, confidence +``` + +Nếu có nhiều người trong frame: + +```text +Chọn người có bbox lớn nhất. +``` + +Lý do: + +```text +Fall datasets thường chỉ có một subject chính. +``` + +--- + +## Step 4: Normalize keypoints + +Với mỗi frame: + +```text +x_norm = (x - bbox_center_x) / bbox_width +y_norm = (y - bbox_center_y) / bbox_height +confidence giữ nguyên +``` + +Output: + +```text +T × 17 × 3 +``` + +Trong đó: + +```text +T = 32 frames +``` + +--- + +## Step 5: Tạo clip + +Dùng: + +```text +clip length = 32 frames +stride = 16 +``` + +Nếu video ngắn: + +```text +uniform sampling hoặc padding frame cuối +``` + +Quan trọng: + +```text +Chia train/val/test theo video trước, rồi mới tạo clip. +Không random clip trực tiếp vì sẽ leak dữ liệu. +``` + +--- + +# 10. Feature engineering cho proposed model + +## 10.1 Joint features + +```text +x, y, confidence +``` + +Shape: + +```text +32 × 17 × 3 +``` + +--- + +## 10.2 Bone features + +Dựa trên COCO skeleton edges: + +```text +bone_vector = child_joint - parent_joint +``` + +Các cạnh chính: + +```text +nose-eye-ear +shoulder-elbow-wrist +shoulder-hip +hip-knee-ankle +left-right shoulder +left-right hip +``` + +Shape: + +```text +32 × 17 × 3 +``` + +--- + +## 10.3 Dynamics features + +Tạo thêm: + +```text +velocity = p_t - p_{t-1} +acceleration = v_t - v_{t-1} +torso angle +hip drop +body aspect ratio +center-of-body velocity +``` + +Fall thường có: + +```text +torso angle thay đổi nhanh +hip y-coordinate tụt nhanh +bbox height/width thay đổi +center-of-body velocity lớn +``` + +Đây là điểm giúp model chuyên biệt cho fall detection. + +--- + +# 11. Mô hình DynaFall-GCN + +## Kiến trúc đề xuất + +```text +Input skeleton sequence + ↓ +Confidence-aware keypoint dropout + ↓ +Joint GCN branch + ↓ +Bone GCN branch + ↓ +Dynamics temporal branch + ↓ +Feature fusion + ↓ +MLP classifier + ↓ +Fall / Non-fall +``` + +## Chi tiết 3 branch + +### Branch 1: Joint GCN + +Học quan hệ giữa các khớp. + +```text +Input: normalized joint coordinates +Encoder: lightweight ST-GCN / graph-temporal block +``` + +### Branch 2: Bone GCN + +Học hướng và độ thay đổi của xương. + +```text +Input: bone vectors +Encoder: graph-temporal block +``` + +### Branch 3: Dynamics branch + +Học các đặc trưng rơi. + +```text +Input: velocity, acceleration, torso angle, hip drop, aspect ratio +Encoder: TCN + attention pooling +``` + +### Fusion + +```text +f = concat(f_joint, f_bone, f_dyn) +logits = MLP(f) +``` + +--- + +# 12. Confidence-aware keypoint dropout + +Đây là điểm mới dễ viết. + +## Ý tưởng + +Trong thực tế, pose estimator có thể mất keypoint do: + +```text +che khuất +camera góc xấu +người nằm sát sàn +motion blur +``` + +Do đó, khi train, mình chủ động mask keypoints. + +## Cách làm + +Nếu confidence thấp: + +```text +conf < 0.3 +``` + +thì xác suất bị mask cao hơn. + +Ví dụ: + +```text +high-confidence keypoint: mask probability = 0.1 +low-confidence keypoint: mask probability = 0.5 +``` + +Khi mask: + +```text +x = 0 +y = 0 +confidence = 0 +velocity = 0 +acceleration = 0 +``` + +--- + +# 13. Thí nghiệm cần chạy + +## Experiment 1: Main comparison + +Chạy tất cả method trên từng dataset. + +```text +URFD train/test +MCFD train/test +``` + +Bảng: + +| Method | URFD Acc | URFD Recall | URFD F1 | MCFD Acc | MCFD Recall | MCFD F1 | +| ---------------- | -------: | ----------: | ------: | -------: | ----------: | ------: | +| LSTM | | | | | | | +| ST-GCN | | | | | | | +| 2s-AGCN | | | | | | | +| CTR-GCN | | | | | | | +| PoseC3D | | | | | | | +| TCNTE-style | | | | | | | +| **DynaFall-GCN** | | | | | | | + +--- + +## Experiment 2: Ablation study + +Chỉ chạy trên model của mình. + +| Variant | Joint | Bone | Dynamics | Dropout | F1 | Recall | +| ------- | ----- | ---- | -------- | ------------------------ | -: | -----: | +| A1 | ✓ | | | | | | +| A2 | ✓ | ✓ | | | | | +| A3 | ✓ | ✓ | ✓ | | | | +| A4 | ✓ | ✓ | ✓ | Random dropout | | | +| A5 | ✓ | ✓ | ✓ | Confidence-aware dropout | | | + +Mục tiêu: + +```text +Bone giúp tăng F1. +Dynamics giúp tăng Recall. +Confidence-aware dropout giúp robustness tốt hơn. +``` + +--- + +## Experiment 3: Robustness under missing keypoints + +Tạo test set bị mất keypoint: + +```text +Clean +Missing-10 +Missing-20 +Missing-30 +Upper-body missing +Lower-body missing +Low-confidence masking +``` + +Bảng: + +| Method | Clean F1 | Missing-10 | Missing-20 | Missing-30 | Lower-body missing | +| ---------------- | -------: | ---------: | ---------: | ---------: | -----------------: | +| ST-GCN | | | | | | +| 2s-AGCN | | | | | | +| CTR-GCN | | | | | | +| PoseC3D | | | | | | +| TCNTE-style | | | | | | +| **DynaFall-GCN** | | | | | | + +Đây là bảng nên nhấn mạnh trong paper. + +--- + +## Experiment 4: Cross-dataset generalization + +```text +Train URFD → Test MCFD +Train MCFD → Test URFD +``` + +Bảng: + +| Train | Test | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE-style | Ours | +| ----- | ---- | -----: | ------: | ------: | ------: | ----------: | ---: | +| URFD | MCFD | | | | | | | +| MCFD | URFD | | | | | | | + +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. + +--- + +## Experiment 5: Runtime / Efficiency + +Báo cáo: + +```text +Parameters +FLOPs nếu tính được +Inference time per clip +FPS +``` + +Bảng: + +| Method | Params | FPS | F1 | +| ------------ | -----: | --: | -: | +| ST-GCN | | | | +| CTR-GCN | | | | +| PoseC3D | | | | +| TCNTE-style | | | | +| DynaFall-GCN | | | | + +--- + +# 14. Metrics bắt buộc + +Dùng: + +```text +Accuracy +Precision +Recall / Sensitivity +Specificity +F1-score +Macro-F1 +FPS +``` + +Trong fall detection, cần nhấn mạnh: + +```text +Recall quan trọng hơn Accuracy vì bỏ sót fall nguy hiểm hơn báo nhầm. +``` + +--- + +# 15. Training setup + +## Split + +Nếu dataset nhỏ: + +```text +5-fold cross-validation +``` + +Nếu muốn nhanh: + +```text +70% train +15% validation +15% test +``` + +Nhưng phải là: + +```text +video-level split +``` + +không phải frame-level split. + +## Seeds + +Tối thiểu: + +```text +7, 13, 21 +``` + +Tốt hơn: + +```text +7, 13, 21, 42, 100 +``` + +## Hyperparameters gợi ý + +| Setting | Value | +| -------------- | ---------------------------------: | +| Clip length | 32 | +| Stride | 16 | +| Batch size | 16 hoặc 32 | +| Epochs | 80–100 | +| Optimizer | AdamW | +| Learning rate | 1e-3 hoặc 5e-4 | +| Weight decay | 1e-4 | +| Early stopping | patience 10 | +| Loss | CrossEntropy / Weighted Focal Loss | + +--- + +# 16. Cấu trúc paper 8 trang + +## Title + +**DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking** + +## Abstract + +Nêu 5 ý: + +```text +fall detection quan trọng +RGB-based methods có privacy/computation issue +skeleton-based methods nhẹ hơn nhưng dễ bị pose noise +paper benchmark các skeleton methods mạnh +đề xuất DynaFall-GCN với dynamics + confidence-aware dropout +``` + +## 1. Introduction + +Flow: + +```text +Fall detection quan trọng cho elderly care +Wearable sensors bất tiện, RGB video có privacy concern +Skeleton/keypoints là hướng nhẹ và privacy-preserving +Gap: nhiều bài chỉ so baseline đơn giản, ít benchmark method GCN/PoseC3D mạnh trên fall datasets +Gap: ít kiểm thử robustness khi mất keypoint +Contribution +``` + +## 2. Related Work + +Chia 4 phần: + +```text +2.1 Vision-based fall detection +2.2 Skeleton-based action recognition +2.3 Graph-based skeleton models +2.4 Robust fall detection under occlusion +``` + +## 3. Proposed Method + +```text +3.1 Overview +3.2 Pose extraction +3.3 Skeleton normalization +3.4 Joint, bone, and dynamics representation +3.5 Confidence-aware keypoint dropout +3.6 DynaFall-GCN architecture +``` + +## 4. Experiments + +```text +4.1 Datasets +4.2 Comparative methods +4.3 Evaluation protocol +4.4 Implementation details +4.5 Metrics +``` + +## 5. Results and Discussion + +```text +5.1 Main comparison +5.2 Ablation study +5.3 Robustness analysis +5.4 Cross-dataset generalization +5.5 Runtime analysis +5.6 Error analysis +``` + +## 6. Conclusion + +Nêu: + +```text +DynaFall-GCN hiệu quả và robust +skeleton giúp privacy-preserving +hạn chế: dataset vẫn là simulated falls +future work: real-world elderly care, edge deployment, multimodal fusion +``` + +--- + +# 17. Figures nên có + +## Figure 1: Overall framework + +```text +RGB Video +→ Pose Extraction +→ Skeleton Normalization +→ Joint/Bone/Dynamics Features +→ Comparative Skeleton Methods +→ DynaFall-GCN +→ Fall / Non-fall +``` + +## Figure 2: DynaFall-GCN architecture + +```text +Joint Stream +Bone Stream +Dynamics Stream +→ Fusion +→ Classifier +``` + +## Figure 3: Robustness scenarios + +```text +Clean skeleton +Missing-10 +Missing-20 +Missing-30 +Lower-body occlusion +``` + +--- + +# 18. Bảng cần có trong paper + +Tối thiểu nên có 5 bảng: + +```text +Table 1. Dataset statistics +Table 2. Main comparison with related methods +Table 3. Ablation study +Table 4. Robustness under missing keypoints +Table 5. Cross-dataset generalization +``` + +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**. + +--- + +# 19. Lộ trình chạy thực nghiệm + +## Phase 1: Dataset + pose extraction + +Làm: + +```text +Download URFD + MCFD +Extract frames +Run YOLO pose +Save keypoints +Visual check skeleton +``` + +Output: + +```text +URFD_keypoints.pkl +MCFD_keypoints.pkl +``` + +--- + +## Phase 2: Build clips + +Làm: + +```text +video-level split +32-frame clips +stride 16 +normalize skeleton +generate joint/bone/dynamics features +``` + +Output: + +```text +URFD_train.pkl / val.pkl / test.pkl +MCFD_train.pkl / val.pkl / test.pkl +``` + +--- + +## Phase 3: Chạy baseline dễ trước + +Chạy: + +```text +LSTM +ST-GCN +``` + +Mục tiêu: + +```text +kiểm tra data pipeline đúng chưa +``` + +--- + +## Phase 4: Chạy method từ paper khác + +Chạy: + +```text +2s-AGCN +CTR-GCN +PoseC3D +TCNTE-style +``` + +--- + +## Phase 5: Chạy proposed + +Chạy: + +```text +DynaFall-GCN joint only +DynaFall-GCN joint + bone +DynaFall-GCN joint + bone + dynamics +DynaFall-GCN full + confidence-aware dropout +``` + +--- + +## Phase 6: Robustness test + +Test tất cả model chính trên: + +```text +Clean +Missing-10 +Missing-20 +Missing-30 +Lower-body missing +Low-confidence masking +``` + +--- + +## Phase 7: Viết paper + +Thứ tự viết nên là: + +```text +Method +Experiments +Results +Introduction +Related Work +Abstract +Conclusion +``` + +--- + +# 20. Bản tối giản nếu thiếu thời gian + +Nếu deadline gấp, chỉ làm: + +```text +Datasets: +URFD + MCFD + +Methods: +LSTM +ST-GCN +2s-AGCN +CTR-GCN +TCNTE-style +DynaFall-GCN + +Bỏ nếu không kịp: +PoseC3D +Cross-dataset +5 seeds +``` + +Nhưng giữ bắt buộc: + +```text +Main comparison +Ablation +Robustness missing keypoints +``` + +--- + +# 21. Kế hoạch cuối cùng nên theo + +Chốt hướng như sau: + +```text +Paper title: +DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking + +Datasets: +URFD + MCFD +UP-Fall optional + +Pose extractor: +YOLOv8n-pose hoặc YOLO11n-pose + +Compared methods: +LSTM +ST-GCN +2s-AGCN +CTR-GCN +PoseC3D nếu kịp +TCNTE-style + +Proposed: +DynaFall-GCN += joint stream ++ bone stream ++ fall-specific dynamics stream ++ confidence-aware keypoint dropout + +Experiments: +Main results +Ablation +Robustness +Cross-dataset nếu kịp +Runtime/FPS + +Main claim: +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. +``` + +Đâ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**. + +[1]: https://fenix.ur.edu.pl/~mkepski/ds/uf.html?utm_source=chatgpt.com "UR Fall Detection Dataset" +[2]: https://www.iro.umontreal.ca/~labimage/Dataset/?utm_source=chatgpt.com "Multiple cameras fall dataset" +[3]: https://sites.google.com/up.edu.mx/challenge-up-2019/data?utm_source=chatgpt.com "Challenge UP - Data" +[4]: https://www.mdpi.com/1424-8220/19/9/1988?utm_source=chatgpt.com "UP-Fall Detection Dataset: A Multimodal Approach" +[5]: https://ojs.aaai.org/index.php/aaai/article/view/12328?utm_source=chatgpt.com "Spatial Temporal Graph Convolutional Networks ..." +[6]: https://arxiv.org/abs/1805.07694?utm_source=chatgpt.com "Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition" +[7]: https://arxiv.org/abs/2107.12213?utm_source=chatgpt.com "Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition" +[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" +[9]: https://www.sciencedirect.com/science/article/abs/pii/S1574119225000057?utm_source=chatgpt.com "A Real-time skeleton-based fall detection algorithm ..." diff --git a/PLAN.md b/PLAN.md new file mode 100644 index 0000000000000000000000000000000000000000..a51bf3568dba7bc56225cc4f3c29b47e988cbfd5 --- /dev/null +++ b/PLAN.md @@ -0,0 +1,1175 @@ +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. + +# 1. Hướng paper chốt + +## Tên paper đề xuất + +**DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking** + +Tên này tốt hơn tên cũ vì nó thể hiện 2 điểm: + +1. Có **model riêng**: DynaFall. +2. Có **benchmark với các method mạnh từ paper khác**: ST-GCN, 2s-AGCN, CTR-GCN, PoseC3D, TCNTE-style. + +Ý tưởng chính: + +```text +RGB Video +→ YOLO Pose +→ 17-keypoint skeleton sequence +→ Joint / Bone / Dynamics features +→ Compare with strong skeleton methods +→ Proposed DynaFall-GCN +→ Fall / Non-fall +``` + +Paper sẽ không còn đơn giản là “dùng CNN/LSTM/Transformer để phân loại té ngã”, mà thành: + +> 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. + +--- + +# 2. Dataset dùng trong paper + +Tôi khuyên dùng **2 dataset chính + 1 dataset backup/extension**. + +## Dataset chính 1: UR Fall Detection Dataset — URFD + +**Link dataset:** UR Fall Detection Dataset. ([Fenix][1]) + +**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]) + +**Vì sao nên dùng:** + +* Nhỏ, dễ chạy nhanh. +* Rất phổ biến trong fall detection. +* Phù hợp để debug pipeline trước. +* Có RGB video để trích xuất YOLO pose. + +**Vai trò trong paper:** + +```text +Dataset kiểm tra nhanh + benchmark chính. +``` + +--- + +## Dataset chính 2: Multiple Cameras Fall Dataset — MCFD + +**Link dataset:** Multiple Cameras Fall Dataset. ([Iro Montéal][2]) + +**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]) + +**Vì sao nên dùng:** + +* Có nhiều góc camera. +* Phù hợp để kiểm tra robustness. +* Paper nhìn mạnh hơn URFD-only. +* 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. + +**Vai trò trong paper:** + +```text +Dataset kiểm tra multi-view + robustness. +``` + +--- + +## Dataset backup/extension: UP-Fall Detection Dataset + +**Link dataset:** UP-Fall / Challenge UP data page. ([Google Sites][3]) + +**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]) + +**Khi nào dùng:** + +* Nếu MCFD tải khó hoặc xử lý annotation khó. +* Nếu muốn paper mạnh hơn và có thêm dataset thứ 3. +* Nếu muốn hướng “multimodal dataset nhưng chỉ dùng RGB-derived pose”. + +**Khuyến nghị thực tế:** +Paper 8 trang cho hội nghị Q4 thì dùng **URFD + MCFD** là đủ. UP-Fall để backup. + +--- + +# 3. Dataset protocol chốt + +Trong paper ghi rõ: + +```text +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. +``` + +Tức là: + +| Dataset | Dữ liệu gốc có gì | Mình dùng gì | +| ---------------- | ------------------------- | -------------------------- | +| URFD | RGB, depth, accelerometer | Chỉ RGB → YOLO Pose | +| MCFD | Multi-camera RGB video | RGB → YOLO Pose | +| UP-Fall nếu dùng | wearable, ambient, vision | Chỉ RGB/vision → YOLO Pose | + +Điểm này rất quan trọng để reviewer thấy so sánh công bằng. + +--- + +# 4. Proposed method + +## Tên model + +**DynaFall-GCN** + +## Ý tưởng + +Model của mình không chỉ dùng skeleton thô, mà có 3 stream: + +```text +Stream 1: Joint stream +- x, y, confidence của 17 keypoints + +Stream 2: Bone stream +- vector xương giữa các keypoints + +Stream 3: Dynamics stream +- velocity +- acceleration +- torso angle +- hip drop +- body aspect ratio +- center-of-body motion +``` + +Sau đó dùng: + +```text +Graph-temporal encoder ++ confidence-aware keypoint dropout ++ classification head +``` + +--- + +# 5. Pipeline tổng thể + +```text +Input RGB Video + ↓ +Frame Sampling +T = 32 frames + ↓ +YOLOv8/YOLO11 Pose Extraction +17 COCO keypoints per frame + ↓ +Pose Normalization +bbox-centered normalization + ↓ +Feature Construction +joint + bone + dynamics + ↓ +Comparative Methods +ST-GCN / 2s-AGCN / CTR-GCN / PoseC3D / TCNTE-style + ↓ +Proposed DynaFall-GCN +joint stream + bone stream + dynamics stream + ↓ +Robustness Evaluation +missing keypoints / lower-body occlusion / low-confidence mask + ↓ +Fall / Non-fall Prediction +``` + +--- + +# 6. Các method từ paper khác để chạy lại + +Đây là phần giúp paper “hay hơn” và không bị đơn giản. + +## 6.1 LSTM baseline + +Dùng để kiểm tra sequence baseline. + +Input: + +```text +32 frames × 17 keypoints × 3 +→ flatten +→ 32 × 51 +``` + +Vai trò: + +```text +Basic temporal baseline. +``` + +--- + +## 6.2 ST-GCN + +**Paper:** Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, AAAI 2018. + +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]) + +Áp dụng vào paper: + +```text +Input: N × C × T × V × M +C = 3 +T = 32 +V = 17 +M = 1 +Output = Fall / Non-fall +``` + +Vai trò: + +```text +Classic graph-based skeleton baseline. +``` + +--- + +## 6.3 2s-AGCN + +**Paper:** Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition, CVPR 2019. + +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]) + +Áp dụng: + +```text +Joint stream: keypoint coordinates +Bone stream: bone vectors +Final prediction: score fusion +``` + +Vai trò: + +```text +Adaptive graph + bone information baseline. +``` + +--- + +## 6.4 CTR-GCN + +**Paper:** Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition, ICCV 2021. + +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]) + +Áp dụng: + +```text +Input: joint + bone skeleton sequence +Graph: COCO 17-keypoint topology +Output: Fall / Non-fall +``` + +Vai trò: + +```text +Strong graph-based baseline. +``` + +--- + +## 6.5 PoseC3D / PoseConv3D + +**Paper:** Revisiting Skeleton-based Action Recognition, CVPR 2022. + +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]) + +Áp dụng: + +```text +YOLO keypoints +→ 3D pose heatmap volume +→ 3D CNN +→ Fall / Non-fall +``` + +Vai trò: + +```text +Heatmap-based skeleton baseline. +``` + +--- + +## 6.6 TCNTE-style + +**Paper:** Real-time skeleton-based fall detection algorithm based on Temporal Convolutional Networks and Transformer Encoder, 2025. + +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]) + +Áp dụng: + +```text +TCN + Transformer Encoder +Input: skeleton sequence +Loss: weighted focal loss +Output: Fall / Non-fall +``` + +Vai trò: + +```text +Recent fall-specific temporal baseline. +``` + +--- + +# 7. Bảng method chính trong paper + +Nên đưa bảng này vào phần **Experimental Setup**. + +| Method | Loại | Nguồn gốc | Input | Vai trò | +| ---------------- | ----------------- | ------------------- | ----------------------- | --------------------------- | +| LSTM | Sequence model | baseline phổ biến | joint sequence | baseline cơ bản | +| ST-GCN | Graph-based | AAAI 2018 | joint graph | skeleton baseline kinh điển | +| 2s-AGCN | Adaptive GCN | CVPR 2019 | joint + bone | baseline mạnh hơn ST-GCN | +| CTR-GCN | Refined GCN | ICCV 2021 | joint + bone | strong GCN baseline | +| PoseC3D | Heatmap 3D CNN | CVPR 2022 | pose heatmap | khác hướng GCN | +| TCNTE-style | TCN + Transformer | fall detection 2025 | skeleton sequence | fall-specific baseline | +| **DynaFall-GCN** | Proposed | ours | joint + bone + dynamics | model chính | + +--- + +# 8. Điểm mới của DynaFall-GCN so với các method kia + +| Thành phần | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE | DynaFall-GCN | +| --------------------------------- | -------------- | -------------- | -------------- | --------------- | ------------------------- | ------------ | +| Joint stream | Có | Có | Có | Heatmap | Có | Có | +| Bone stream | Không | Có | Có | Không trực tiếp | Không rõ | Có | +| Velocity/Acceleration | Không | Không | Không | Không trực tiếp | Có thể có motion temporal | Có rõ | +| Torso angle | Không | Không | Không | Không | Không | Có | +| Hip drop | Không | Không | Không | Không | Không | Có | +| Body aspect ratio | Không | Không | Không | Không | Không | Có | +| Confidence-aware dropout | Không | Không | Không | Không | Không rõ | Có | +| 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ó | + +Thông điệp chính: + +> 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ã. + +--- + +# 9. Chi tiết xử lý dữ liệu + +## Step 1: Download dataset + +Tải: + +1. **URFD** từ trang chính thức. ([Fenix][1]) +2. **MCFD** từ trang dataset của Université de Montréal. ([Iro Montéal][2]) +3. **UP-Fall** chỉ dùng nếu cần backup hoặc mở rộng. ([Google Sites][3]) + +--- + +## Step 2: Chuẩn hóa thư mục + +```text +fall_project/ +├── data/ +│ ├── raw/ +│ │ ├── URFD/ +│ │ ├── MCFD/ +│ │ └── UPFall_optional/ +│ ├── poses/ +│ ├── clips/ +│ └── splits/ +├── src/ +├── configs/ +├── results/ +└── paper/ +``` + +--- + +## Step 3: Trích xuất pose + +Dùng: + +```text +YOLOv8n-pose hoặc YOLO11n-pose +``` + +Output mỗi frame: + +```text +17 keypoints × 3 +x, y, confidence +``` + +Nếu có nhiều người trong frame: + +```text +Chọn người có bbox lớn nhất. +``` + +Lý do: + +```text +Fall datasets thường chỉ có một subject chính. +``` + +--- + +## Step 4: Normalize keypoints + +Với mỗi frame: + +```text +x_norm = (x - bbox_center_x) / bbox_width +y_norm = (y - bbox_center_y) / bbox_height +confidence giữ nguyên +``` + +Output: + +```text +T × 17 × 3 +``` + +Trong đó: + +```text +T = 32 frames +``` + +--- + +## Step 5: Tạo clip + +Dùng: + +```text +clip length = 32 frames +stride = 16 +``` + +Nếu video ngắn: + +```text +uniform sampling hoặc padding frame cuối +``` + +Quan trọng: + +```text +Chia train/val/test theo video trước, rồi mới tạo clip. +Không random clip trực tiếp vì sẽ leak dữ liệu. +``` + +--- + +# 10. Feature engineering cho proposed model + +## 10.1 Joint features + +```text +x, y, confidence +``` + +Shape: + +```text +32 × 17 × 3 +``` + +--- + +## 10.2 Bone features + +Dựa trên COCO skeleton edges: + +```text +bone_vector = child_joint - parent_joint +``` + +Các cạnh chính: + +```text +nose-eye-ear +shoulder-elbow-wrist +shoulder-hip +hip-knee-ankle +left-right shoulder +left-right hip +``` + +Shape: + +```text +32 × 17 × 3 +``` + +--- + +## 10.3 Dynamics features + +Tạo thêm: + +```text +velocity = p_t - p_{t-1} +acceleration = v_t - v_{t-1} +torso angle +hip drop +body aspect ratio +center-of-body velocity +``` + +Fall thường có: + +```text +torso angle thay đổi nhanh +hip y-coordinate tụt nhanh +bbox height/width thay đổi +center-of-body velocity lớn +``` + +Đây là điểm giúp model chuyên biệt cho fall detection. + +--- + +# 11. Mô hình DynaFall-GCN + +## Kiến trúc đề xuất + +```text +Input skeleton sequence + ↓ +Confidence-aware keypoint dropout + ↓ +Joint GCN branch + ↓ +Bone GCN branch + ↓ +Dynamics temporal branch + ↓ +Feature fusion + ↓ +MLP classifier + ↓ +Fall / Non-fall +``` + +## Chi tiết 3 branch + +### Branch 1: Joint GCN + +Học quan hệ giữa các khớp. + +```text +Input: normalized joint coordinates +Encoder: lightweight ST-GCN / graph-temporal block +``` + +### Branch 2: Bone GCN + +Học hướng và độ thay đổi của xương. + +```text +Input: bone vectors +Encoder: graph-temporal block +``` + +### Branch 3: Dynamics branch + +Học các đặc trưng rơi. + +```text +Input: velocity, acceleration, torso angle, hip drop, aspect ratio +Encoder: TCN + attention pooling +``` + +### Fusion + +```text +f = concat(f_joint, f_bone, f_dyn) +logits = MLP(f) +``` + +--- + +# 12. Confidence-aware keypoint dropout + +Đây là điểm mới dễ viết. + +## Ý tưởng + +Trong thực tế, pose estimator có thể mất keypoint do: + +```text +che khuất +camera góc xấu +người nằm sát sàn +motion blur +``` + +Do đó, khi train, mình chủ động mask keypoints. + +## Cách làm + +Nếu confidence thấp: + +```text +conf < 0.3 +``` + +thì xác suất bị mask cao hơn. + +Ví dụ: + +```text +high-confidence keypoint: mask probability = 0.1 +low-confidence keypoint: mask probability = 0.5 +``` + +Khi mask: + +```text +x = 0 +y = 0 +confidence = 0 +velocity = 0 +acceleration = 0 +``` + +--- + +# 13. Thí nghiệm cần chạy + +## Experiment 1: Main comparison + +Chạy tất cả method trên từng dataset. + +```text +URFD train/test +MCFD train/test +``` + +Bảng: + +| Method | URFD Acc | URFD Recall | URFD F1 | MCFD Acc | MCFD Recall | MCFD F1 | +| ---------------- | -------: | ----------: | ------: | -------: | ----------: | ------: | +| LSTM | | | | | | | +| ST-GCN | | | | | | | +| 2s-AGCN | | | | | | | +| CTR-GCN | | | | | | | +| PoseC3D | | | | | | | +| TCNTE-style | | | | | | | +| **DynaFall-GCN** | | | | | | | + +--- + +## Experiment 2: Ablation study + +Chỉ chạy trên model của mình. + +| Variant | Joint | Bone | Dynamics | Dropout | F1 | Recall | +| ------- | ----- | ---- | -------- | ------------------------ | -: | -----: | +| A1 | ✓ | | | | | | +| A2 | ✓ | ✓ | | | | | +| A3 | ✓ | ✓ | ✓ | | | | +| A4 | ✓ | ✓ | ✓ | Random dropout | | | +| A5 | ✓ | ✓ | ✓ | Confidence-aware dropout | | | + +Mục tiêu: + +```text +Bone giúp tăng F1. +Dynamics giúp tăng Recall. +Confidence-aware dropout giúp robustness tốt hơn. +``` + +--- + +## Experiment 3: Robustness under missing keypoints + +Tạo test set bị mất keypoint: + +```text +Clean +Missing-10 +Missing-20 +Missing-30 +Upper-body missing +Lower-body missing +Low-confidence masking +``` + +Bảng: + +| Method | Clean F1 | Missing-10 | Missing-20 | Missing-30 | Lower-body missing | +| ---------------- | -------: | ---------: | ---------: | ---------: | -----------------: | +| ST-GCN | | | | | | +| 2s-AGCN | | | | | | +| CTR-GCN | | | | | | +| PoseC3D | | | | | | +| TCNTE-style | | | | | | +| **DynaFall-GCN** | | | | | | + +Đây là bảng nên nhấn mạnh trong paper. + +--- + +## Experiment 4: Cross-dataset generalization + +```text +Train URFD → Test MCFD +Train MCFD → Test URFD +``` + +Bảng: + +| Train | Test | ST-GCN | 2s-AGCN | CTR-GCN | PoseC3D | TCNTE-style | Ours | +| ----- | ---- | -----: | ------: | ------: | ------: | ----------: | ---: | +| URFD | MCFD | | | | | | | +| MCFD | URFD | | | | | | | + +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. + +--- + +## Experiment 5: Runtime / Efficiency + +Báo cáo: + +```text +Parameters +FLOPs nếu tính được +Inference time per clip +FPS +``` + +Bảng: + +| Method | Params | FPS | F1 | +| ------------ | -----: | --: | -: | +| ST-GCN | | | | +| CTR-GCN | | | | +| PoseC3D | | | | +| TCNTE-style | | | | +| DynaFall-GCN | | | | + +--- + +# 14. Metrics bắt buộc + +Dùng: + +```text +Accuracy +Precision +Recall / Sensitivity +Specificity +F1-score +Macro-F1 +FPS +``` + +Trong fall detection, cần nhấn mạnh: + +```text +Recall quan trọng hơn Accuracy vì bỏ sót fall nguy hiểm hơn báo nhầm. +``` + +--- + +# 15. Training setup + +## Split + +Nếu dataset nhỏ: + +```text +5-fold cross-validation +``` + +Nếu muốn nhanh: + +```text +70% train +15% validation +15% test +``` + +Nhưng phải là: + +```text +video-level split +``` + +không phải frame-level split. + +## Seeds + +Tối thiểu: + +```text +7, 13, 21 +``` + +Tốt hơn: + +```text +7, 13, 21, 42, 100 +``` + +## Hyperparameters gợi ý + +| Setting | Value | +| -------------- | ---------------------------------: | +| Clip length | 32 | +| Stride | 16 | +| Batch size | 16 hoặc 32 | +| Epochs | 80–100 | +| Optimizer | AdamW | +| Learning rate | 1e-3 hoặc 5e-4 | +| Weight decay | 1e-4 | +| Early stopping | patience 10 | +| Loss | CrossEntropy / Weighted Focal Loss | + +--- + +# 16. Cấu trúc paper 8 trang + +## Title + +**DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking** + +## Abstract + +Nêu 5 ý: + +```text +fall detection quan trọng +RGB-based methods có privacy/computation issue +skeleton-based methods nhẹ hơn nhưng dễ bị pose noise +paper benchmark các skeleton methods mạnh +đề xuất DynaFall-GCN với dynamics + confidence-aware dropout +``` + +## 1. Introduction + +Flow: + +```text +Fall detection quan trọng cho elderly care +Wearable sensors bất tiện, RGB video có privacy concern +Skeleton/keypoints là hướng nhẹ và privacy-preserving +Gap: nhiều bài chỉ so baseline đơn giản, ít benchmark method GCN/PoseC3D mạnh trên fall datasets +Gap: ít kiểm thử robustness khi mất keypoint +Contribution +``` + +## 2. Related Work + +Chia 4 phần: + +```text +2.1 Vision-based fall detection +2.2 Skeleton-based action recognition +2.3 Graph-based skeleton models +2.4 Robust fall detection under occlusion +``` + +## 3. Proposed Method + +```text +3.1 Overview +3.2 Pose extraction +3.3 Skeleton normalization +3.4 Joint, bone, and dynamics representation +3.5 Confidence-aware keypoint dropout +3.6 DynaFall-GCN architecture +``` + +## 4. Experiments + +```text +4.1 Datasets +4.2 Comparative methods +4.3 Evaluation protocol +4.4 Implementation details +4.5 Metrics +``` + +## 5. Results and Discussion + +```text +5.1 Main comparison +5.2 Ablation study +5.3 Robustness analysis +5.4 Cross-dataset generalization +5.5 Runtime analysis +5.6 Error analysis +``` + +## 6. Conclusion + +Nêu: + +```text +DynaFall-GCN hiệu quả và robust +skeleton giúp privacy-preserving +hạn chế: dataset vẫn là simulated falls +future work: real-world elderly care, edge deployment, multimodal fusion +``` + +--- + +# 17. Figures nên có + +## Figure 1: Overall framework + +```text +RGB Video +→ Pose Extraction +→ Skeleton Normalization +→ Joint/Bone/Dynamics Features +→ Comparative Skeleton Methods +→ DynaFall-GCN +→ Fall / Non-fall +``` + +## Figure 2: DynaFall-GCN architecture + +```text +Joint Stream +Bone Stream +Dynamics Stream +→ Fusion +→ Classifier +``` + +## Figure 3: Robustness scenarios + +```text +Clean skeleton +Missing-10 +Missing-20 +Missing-30 +Lower-body occlusion +``` + +--- + +# 18. Bảng cần có trong paper + +Tối thiểu nên có 5 bảng: + +```text +Table 1. Dataset statistics +Table 2. Main comparison with related methods +Table 3. Ablation study +Table 4. Robustness under missing keypoints +Table 5. Cross-dataset generalization +``` + +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**. + +--- + +# 19. Lộ trình chạy thực nghiệm + +## Phase 1: Dataset + pose extraction + +Làm: + +```text +Download URFD + MCFD +Extract frames +Run YOLO pose +Save keypoints +Visual check skeleton +``` + +Output: + +```text +URFD_keypoints.pkl +MCFD_keypoints.pkl +``` + +--- + +## Phase 2: Build clips + +Làm: + +```text +video-level split +32-frame clips +stride 16 +normalize skeleton +generate joint/bone/dynamics features +``` + +Output: + +```text +URFD_train.pkl / val.pkl / test.pkl +MCFD_train.pkl / val.pkl / test.pkl +``` + +--- + +## Phase 3: Chạy baseline dễ trước + +Chạy: + +```text +LSTM +ST-GCN +``` + +Mục tiêu: + +```text +kiểm tra data pipeline đúng chưa +``` + +--- + +## Phase 4: Chạy method từ paper khác + +Chạy: + +```text +2s-AGCN +CTR-GCN +PoseC3D +TCNTE-style +``` + +--- + +## Phase 5: Chạy proposed + +Chạy: + +```text +DynaFall-GCN joint only +DynaFall-GCN joint + bone +DynaFall-GCN joint + bone + dynamics +DynaFall-GCN full + confidence-aware dropout +``` + +--- + +## Phase 6: Robustness test + +Test tất cả model chính trên: + +```text +Clean +Missing-10 +Missing-20 +Missing-30 +Lower-body missing +Low-confidence masking +``` + +--- + +## Phase 7: Viết paper + +Thứ tự viết nên là: + +```text +Method +Experiments +Results +Introduction +Related Work +Abstract +Conclusion +``` + +--- + +# 20. Bản tối giản nếu thiếu thời gian + +Nếu deadline gấp, chỉ làm: + +```text +Datasets: +URFD + MCFD + +Methods: +LSTM +ST-GCN +2s-AGCN +CTR-GCN +TCNTE-style +DynaFall-GCN + +Bỏ nếu không kịp: +PoseC3D +Cross-dataset +5 seeds +``` + +Nhưng giữ bắt buộc: + +```text +Main comparison +Ablation +Robustness missing keypoints +``` + +--- + +# 21. Kế hoạch cuối cùng nên theo + +Chốt hướng như sau: + +```text +Paper title: +DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking + +Datasets: +URFD + MCFD +UP-Fall optional + +Pose extractor: +YOLOv8n-pose hoặc YOLO11n-pose + +Compared methods: +LSTM +ST-GCN +2s-AGCN +CTR-GCN +PoseC3D nếu kịp +TCNTE-style + +Proposed: +DynaFall-GCN += joint stream ++ bone stream ++ fall-specific dynamics stream ++ confidence-aware keypoint dropout + +Experiments: +Main results +Ablation +Robustness +Cross-dataset nếu kịp +Runtime/FPS + +Main claim: +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. +``` + +Đâ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**. + +[1]: https://fenix.ur.edu.pl/~mkepski/ds/uf.html?utm_source=chatgpt.com "UR Fall Detection Dataset" +[2]: https://www.iro.umontreal.ca/~labimage/Dataset/?utm_source=chatgpt.com "Multiple cameras fall dataset" +[3]: https://sites.google.com/up.edu.mx/challenge-up-2019/data?utm_source=chatgpt.com "Challenge UP - Data" +[4]: https://www.mdpi.com/1424-8220/19/9/1988?utm_source=chatgpt.com "UP-Fall Detection Dataset: A Multimodal Approach" +[5]: https://ojs.aaai.org/index.php/aaai/article/view/12328?utm_source=chatgpt.com "Spatial Temporal Graph Convolutional Networks ..." +[6]: https://arxiv.org/abs/1805.07694?utm_source=chatgpt.com "Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition" +[7]: https://arxiv.org/abs/2107.12213?utm_source=chatgpt.com "Channel-wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition" +[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" +[9]: https://www.sciencedirect.com/science/article/abs/pii/S1574119225000057?utm_source=chatgpt.com "A Real-time skeleton-based fall detection algorithm ..." diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bff72b16f4fc97e9c112f8d724eda7b44416a063 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +# DynaFall experiments + +This repository implements the experiment plan in `PLAN.md` for skeleton-based fall detection. + +## Structure + +```text +data/raw/ Raw videos: data/raw/URFD and data/raw/MCFD +data/poses/ Extracted YOLO pose files +data/processed/ Video-level splits and 32-frame clips +configs/default.yaml Main experiment config +src/dynafall/ Dataset, features, models, training, evaluation +scripts/ Entry-point scripts +results/ Metrics, checkpoints, tables +``` + +## Quick smoke test + +```bash +python scripts/make_synthetic_dataset.py --dataset Synthetic --videos 24 +python scripts/prepare_clips.py --dataset Synthetic +python scripts/train.py --dataset Synthetic --method dynafall --epochs 2 +python scripts/evaluate.py --dataset Synthetic --method dynafall +``` + +## Real data workflow + +Place videos under: + +```text +data/raw/URFD/fall/*.avi +data/raw/URFD/nonfall/*.avi +data/raw/MCFD/fall/*.avi +data/raw/MCFD/nonfall/*.avi +``` + +Any common video extension is accepted. Labels are inferred from the parent directory name: +`fall`, `falls`, `1`, `positive` map to fall; all other directory names map to non-fall. + +Then run: + +```bash +python scripts/extract_pose.py --dataset URFD +python scripts/prepare_clips.py --dataset URFD +python scripts/run_experiments.py --dataset URFD --methods lstm stgcn agcn ctrgcn posec3d tcnte dynafall +python scripts/robustness.py --dataset URFD --methods stgcn agcn ctrgcn posec3d tcnte dynafall +python scripts/aggregate_results.py +``` + +Repeat for `MCFD`. Cross-dataset evaluation: + +```bash +python scripts/evaluate.py --dataset MCFD --method dynafall --checkpoint results/URFD/dynafall/best.pt --tag trainURFD_testMCFD +``` + +## Notes + +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. diff --git a/configs/default.yaml b/configs/default.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a3da46d68f6eb78b0dbfe08039f618989920850 --- /dev/null +++ b/configs/default.yaml @@ -0,0 +1,28 @@ +seed: 7 +clip_len: 32 +stride: 16 +batch_size: 16 +epochs: 80 +patience: 10 +lr: 0.001 +weight_decay: 0.0001 +num_workers: 2 +device: auto +pose_model: yolov8n-pose.pt +conf_threshold: 0.25 +splits: + train: 0.7 + val: 0.15 + test: 0.15 +model: + hidden: 96 + dropout: 0.25 + num_classes: 2 +loss: + name: focal + gamma: 2.0 +dropout: + enabled: true + high_conf_prob: 0.10 + low_conf_prob: 0.50 + low_conf_threshold: 0.30 diff --git a/paper/.ipynb_checkpoints/main-checkpoint.pdf b/paper/.ipynb_checkpoints/main-checkpoint.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a3e432a78010681b0ba3b9664d3d7f670c2a5d05 --- /dev/null +++ b/paper/.ipynb_checkpoints/main-checkpoint.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e12f6ac51d492ec90cfe8c6b93c2562ad2499f9151345d9c95897eec159a6fc +size 256352 diff --git a/paper/README.md b/paper/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ea56912ae157f544c346b986d834a41d0a55c8a4 --- /dev/null +++ b/paper/README.md @@ -0,0 +1,18 @@ +# Paper draft + +This folder contains an anonymous Springer LNCS-style draft. + +Files: +- `main.tex`: anonymous paper draft. +- `references.bib`: bibliography source kept for reference. + +The manuscript intentionally does not include author names, affiliations, email addresses, or acknowledgments to satisfy double-blind review. + +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: + +```bash +pdflatex main +pdflatex main +``` + +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. diff --git a/paper/main.aux b/paper/main.aux new file mode 100644 index 0000000000000000000000000000000000000000..f562d3bae64fd00472713557a993a6a2c44d64fe --- /dev/null +++ b/paper/main.aux @@ -0,0 +1,57 @@ +\relax +\citation{alam2022review} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\contentsline {title}{DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking}{1}{}\protected@file@percent } +\@writefile{toc}{\authcount {1}} +\@writefile{toc}{\contentsline {author}{Anonymous Submission}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{}\protected@file@percent } +\citation{urfd} +\citation{mcfd} +\citation{alam2022review} +\citation{urfd} +\citation{mcfd} +\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Overall RGB-to-skeleton fall-detection pipeline used for all experiments.}}{2}{}\protected@file@percent } +\newlabel{fig:pipeline}{{1}{2}{}{}{}} +\@writefile{toc}{\contentsline {section}{\numberline {2}Related Work}{2}{}\protected@file@percent } +\citation{yan2018stgcn} +\citation{shi2019agcn} +\citation{chen2021ctrgcn} +\citation{duan2022posec3d} +\citation{yu2025tcnte} +\citation{yolov8} +\@writefile{toc}{\contentsline {section}{\numberline {3}Method}{3}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Pose Extraction and Normalization}{3}{}\protected@file@percent } +\citation{lin2017focal} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Feature Construction}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}DynaFall-GCN}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Confidence-Aware Keypoint Dropout}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4}Experimental Setup}{4}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Datasets, Splits, and Metrics}{4}{}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces DynaFall-GCN architecture with joint, bone, and fall-specific dynamics streams.}}{5}{}\protected@file@percent } +\newlabel{fig:architecture}{{2}{5}{}{}{}} +\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Dataset statistics after RGB video collection and pose extraction.}}{5}{}\protected@file@percent } +\newlabel{tab:datasets}{{1}{5}{}{}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Compared Methods}{5}{}\protected@file@percent } +\@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 } +\newlabel{tab:main}{{2}{6}{}{}{}} +\@writefile{toc}{\contentsline {section}{\numberline {5}Results}{6}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Main Comparison}{6}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Ablation Study}{6}{}\protected@file@percent } +\@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 } +\newlabel{tab:ablation}{{3}{7}{}{}{}} +\@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 } +\newlabel{fig:runtime}{{3}{7}{}{}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Runtime and Efficiency}{7}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6}Discussion}{7}{}\protected@file@percent } +\bibcite{alam2022review}{1} +\bibcite{urfd}{2} +\bibcite{mcfd}{3} +\bibcite{yan2018stgcn}{4} +\bibcite{shi2019agcn}{5} +\bibcite{chen2021ctrgcn}{6} +\bibcite{duan2022posec3d}{7} +\bibcite{yu2025tcnte}{8} +\bibcite{yolov8}{9} +\bibcite{lin2017focal}{10} +\@writefile{toc}{\contentsline {section}{\numberline {7}Conclusion}{8}{}\protected@file@percent } +\gdef \@abspage@last{8} diff --git a/paper/main.bbl b/paper/main.bbl new file mode 100644 index 0000000000000000000000000000000000000000..65ed15ce79aca20250df4b61f25d24d8ca70d711 --- /dev/null +++ b/paper/main.bbl @@ -0,0 +1,45 @@ +\begin{thebibliography}{1} +\providecommand{\url}[1]{\texttt{#1}} +\providecommand{\urlprefix}{URL } +\providecommand{\doi}[1]{https://doi.org/#1} + +\bibitem{mcfd} +Auvinet, E., Multon, F., Saint-Arnaud, A., Rousseau, J., Meunier, J.: Fall + detection using body geometry and human motion analysis. In: International + Conference on Aging, Disability and Independence (2011) + +\bibitem{chen2021ctrgcn} +Chen, Y., Zhang, Z., Yuan, C., Li, B., Deng, Y., Hu, W.: Channel-wise topology + refinement graph convolution for skeleton-based action recognition. In: + IEEE/CVF International Conference on Computer Vision (2021) + +\bibitem{duan2022posec3d} +Duan, H., Zhao, Y., Chen, K., Shao, D., Lin, D., Dai, B.: Revisiting + skeleton-based action recognition. In: IEEE/CVF Conference on Computer Vision + and Pattern Recognition (2022) + +\bibitem{urfd} +Kepski, M., Kwolek, B.: Human fall detection on embedded platform using depth + maps and wireless accelerometer. Computer Methods and Programs in Biomedicine + \textbf{117}(3), 489--501 (2014) + +\bibitem{lin2017focal} +Lin, T.Y., Goyal, P., Girshick, R., He, K., Dollar, P.: Focal loss for dense + object detection. IEEE Transactions on Pattern Analysis and Machine + Intelligence \textbf{42}(2), 318--327 (2020) + +\bibitem{shi2019agcn} +Shi, L., Zhang, Y., Cheng, J., Lu, H.: Two-stream adaptive graph convolutional + networks for skeleton-based action recognition. In: IEEE/CVF Conference on + Computer Vision and Pattern Recognition (2019) + +\bibitem{yolov8} +{Ultralytics}: Ultralytics yolov8. + \url{https://github.com/ultralytics/ultralytics} (2023) + +\bibitem{yan2018stgcn} +Yan, S., Xiong, Y., Lin, D.: Spatial temporal graph convolutional networks for + skeleton-based action recognition. In: AAAI Conference on Artificial + Intelligence (2018) + +\end{thebibliography} diff --git a/paper/main.blg b/paper/main.blg new file mode 100644 index 0000000000000000000000000000000000000000..bf9df6b0109a378c3eac313cba260ab6bf9244cd --- /dev/null +++ b/paper/main.blg @@ -0,0 +1,46 @@ +This is BibTeX, Version 0.99d (TeX Live 2023/Debian) +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: main.aux +The style file: splncs04.bst +Database file #1: references.bib +You've used 8 entries, + 2850 wiz_defined-function locations, + 637 strings with 5990 characters, +and the built_in function-call counts, 4333 in all, are: += -- 326 +> -- 176 +< -- 4 ++ -- 72 +- -- 64 +* -- 272 +:= -- 581 +add.period$ -- 8 +call.type$ -- 8 +change.case$ -- 66 +chr.to.int$ -- 0 +cite$ -- 8 +duplicate$ -- 385 +empty$ -- 392 +format.name$ -- 71 +if$ -- 919 +int.to.chr$ -- 0 +int.to.str$ -- 8 +missing$ -- 82 +newline$ -- 30 +num.names$ -- 16 +pop$ -- 179 +preamble$ -- 1 +purify$ -- 48 +quote$ -- 0 +skip$ -- 100 +stack$ -- 0 +substring$ -- 168 +swap$ -- 195 +text.length$ -- 4 +text.prefix$ -- 0 +top$ -- 0 +type$ -- 32 +warning$ -- 0 +while$ -- 30 +width$ -- 9 +write$ -- 79 diff --git a/paper/main.log b/paper/main.log new file mode 100644 index 0000000000000000000000000000000000000000..8c69dcc8d702be305bb0a3bbe64c438c939d19f9 --- /dev/null +++ b/paper/main.log @@ -0,0 +1,732 @@ +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 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**main.tex +(./main.tex +LaTeX2e <2023-11-01> patch level 1 +L3 programming layer <2024-01-22> +(/usr/share/texlive/texmf-dist/tex/latex/llncs/llncs.cls +Document Class: llncs 2024/01/29 v2.24 + LaTeX document class for Lecture Notes in Computer Science +(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls +Document Class: article 2023/05/17 v1.4n Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2023/05/17 v1.4n Standard LaTeX file (size option) +) +\c@part=\count187 +\c@section=\count188 +\c@subsection=\count189 +\c@subsubsection=\count190 +\c@paragraph=\count191 +\c@subparagraph=\count192 +\c@figure=\count193 +\c@table=\count194 +\abovecaptionskip=\skip48 +\belowcaptionskip=\skip49 +\bibindent=\dimen140 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty +Package: multicol 2023/03/30 v1.9f multicolumn formatting (FMi) +\c@tracingmulticols=\count195 +\mult@box=\box51 +\multicol@leftmargin=\dimen141 +\c@unbalance=\count196 +\c@collectmore=\count197 +\doublecol@number=\count198 +\multicoltolerance=\count199 +\multicolpretolerance=\count266 +\full@width=\dimen142 +\page@free=\dimen143 +\premulticols=\dimen144 +\postmulticols=\dimen145 +\multicolsep=\skip50 +\multicolbaselineskip=\skip51 +\partial@page=\box52 +\last@line=\box53 +\mc@boxedresult=\box54 +\maxbalancingoverflow=\dimen146 +\mult@rightbox=\box55 +\mult@grightbox=\box56 +\mult@firstbox=\box57 +\mult@gfirstbox=\box58 +\@tempa=\box59 +\@tempa=\box60 +\@tempa=\box61 +\@tempa=\box62 +\@tempa=\box63 +\@tempa=\box64 +\@tempa=\box65 +\@tempa=\box66 +\@tempa=\box67 +\@tempa=\box68 +\@tempa=\box69 +\@tempa=\box70 +\@tempa=\box71 +\@tempa=\box72 +\@tempa=\box73 +\@tempa=\box74 +\@tempa=\box75 +\@tempa=\box76 +\@tempa=\box77 +\@tempa=\box78 +\@tempa=\box79 +\@tempa=\box80 +\@tempa=\box81 +\@tempa=\box82 +\@tempa=\box83 +\@tempa=\box84 +\@tempa=\box85 +\@tempa=\box86 +\@tempa=\box87 +\@tempa=\box88 +\@tempa=\box89 +\@tempa=\box90 +\@tempa=\box91 +\@tempa=\box92 +\@tempa=\box93 +\@tempa=\box94 +\c@minrows=\count267 +\c@columnbadness=\count268 +\c@finalcolumnbadness=\count269 +\last@try=\dimen147 +\multicolovershoot=\dimen148 +\multicolundershoot=\dimen149 +\mult@nat@firstbox=\box95 +\colbreak@box=\box96 +\mc@col@check@num=\count270 +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/aliascnt.sty +Package: aliascnt 2018/09/07 v1.5 Alias counters (HO) +) +\c@chapter=\count271 +LaTeX Font Info: Redeclaring math symbol \Gamma on input line 379. +LaTeX Font Info: Redeclaring math symbol \Delta on input line 380. +LaTeX Font Info: Redeclaring math symbol \Theta on input line 381. +LaTeX Font Info: Redeclaring math symbol \Lambda on input line 382. +LaTeX Font Info: Redeclaring math symbol \Xi on input line 383. +LaTeX Font Info: Redeclaring math symbol \Pi on input line 384. +LaTeX Font Info: Redeclaring math symbol \Sigma on input line 385. +LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 386. +LaTeX Font Info: Redeclaring math symbol \Phi on input line 387. +LaTeX Font Info: Redeclaring math symbol \Psi on input line 388. +LaTeX Font Info: Redeclaring math symbol \Omega on input line 389. +LaTeX Info: Redefining \vec on input line 394. +\tocchpnum=\dimen150 +\tocsecnum=\dimen151 +\tocsectotal=\dimen152 +\tocsubsecnum=\dimen153 +\tocsubsectotal=\dimen154 +\tocsubsubsecnum=\dimen155 +\tocsubsubsectotal=\dimen156 +\tocparanum=\dimen157 +\tocparatotal=\dimen158 +\tocsubparanum=\dimen159 +\@tempcntc=\count272 +\fnindent=\dimen160 +\c@@inst=\count273 +\c@@auth=\count274 +\c@auco=\count275 +\instindent=\dimen161 +\authrun=\box97 +\authorrunning=\toks17 +\tocauthor=\toks18 +\titrun=\box98 +\titlerunning=\toks19 +\toctitle=\toks20 +\c@theorem=\count276 +\c@case=\count277 +\c@conjecture=\count278 +\c@corollary=\count279 +\c@definition=\count280 +\c@example=\count281 +\c@exercise=\count282 +\c@lemma=\count283 +\c@note=\count284 +\c@problem=\count285 +\c@property=\count286 +\c@proposition=\count287 +\c@question=\count288 +\c@solution=\count289 +\c@remark=\count290 +\headlineindent=\dimen162 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) +\KV@toks@=\toks21 +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2021/08/11 v1.11 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 107. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen163 +\Gin@req@width=\dimen164 +) +(/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty +Package: booktabs 2020/01/12 v1.61803398 Publication quality tables +\heavyrulewidth=\dimen165 +\lightrulewidth=\dimen166 +\cmidrulewidth=\dimen167 +\belowrulesep=\dimen168 +\belowbottomsep=\dimen169 +\aboverulesep=\dimen170 +\abovetopsep=\dimen171 +\cmidrulesep=\dimen172 +\cmidrulekern=\dimen173 +\defaultaddspace=\dimen174 +\@cmidla=\count291 +\@cmidlb=\count292 +\@aboverulesep=\dimen175 +\@belowrulesep=\dimen176 +\@thisruleclass=\count293 +\@lastruleclass=\count294 +\@thisrulewidth=\dimen177 +) +(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +Package: multirow 2021/03/15 v2.8 Span multiple rows of a table +\multirow@colwidth=\skip52 +\multirow@cntb=\count295 +\multirow@dima=\skip53 +\bigstrutjot=\dimen178 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2023/05/13 v2.17o AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2021/08/26 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks22 +\ex@=\dimen179 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen180 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2022/04/08 v2.04 operator names +) +\inf@bad=\count296 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count297 +\leftroot@=\count298 +LaTeX Info: Redefining \overline on input line 399. +LaTeX Info: Redefining \colon on input line 410. +\classnum@=\count299 +\DOTSCASE@=\count300 +LaTeX Info: Redefining \ldots on input line 496. +LaTeX Info: Redefining \dots on input line 499. +LaTeX Info: Redefining \cdots on input line 620. +\Mathstrutbox@=\box99 +\strutbox@=\box100 +LaTeX Info: Redefining \big on input line 722. +LaTeX Info: Redefining \Big on input line 723. +LaTeX Info: Redefining \bigg on input line 724. +LaTeX Info: Redefining \Bigg on input line 725. +\big@size=\dimen181 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. + + +Package amsmath Warning: Unable to redefine math accent \vec. + +\macc@depth=\count301 +LaTeX Info: Redefining \bmod on input line 905. +LaTeX Info: Redefining \pmod on input line 910. +LaTeX Info: Redefining \smash on input line 940. +LaTeX Info: Redefining \relbar on input line 970. +LaTeX Info: Redefining \Relbar on input line 971. +\c@MaxMatrixCols=\count302 +\dotsspace@=\muskip16 +\c@parentequation=\count303 +\dspbrk@lvl=\count304 +\tag@help=\toks23 +\row@=\count305 +\column@=\count306 +\maxfields@=\count307 +\andhelp@=\toks24 +\eqnshift@=\dimen182 +\alignsep@=\dimen183 +\tagshift@=\dimen184 +\tagwidth@=\dimen185 +\totwidth@=\dimen186 +\lineht@=\dimen187 +\@envbody=\toks25 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks26 +LaTeX Info: Redefining \[ on input line 2953. +LaTeX Info: Redefining \] on input line 2954. +) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip17 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty +Package: adjustbox 2022/10/17 v1.3a Adjusting TeX boxes (trim, clip, ...) + +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2022/06/16 v2.9 package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks27 +\XKV@tempa@toks=\toks28 +) +\XKV@depth=\count308 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back +-ends (calc, etex, pgfmath) +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material + +(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes +\collectedbox=\box101 +) +\tc@llx=\dimen188 +\tc@lly=\dimen189 +\tc@urx=\dimen190 +\tc@ury=\dimen191 +Package trimclip Info: Using driver 'tc-pdftex.def'. + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def +File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex +)) +\adjbox@Width=\dimen192 +\adjbox@Height=\dimen193 +\adjbox@Depth=\dimen194 +\adjbox@Totalheight=\dimen195 +\adjbox@pwidth=\dimen196 +\adjbox@pheight=\dimen197 +\adjbox@pdepth=\dimen198 +\adjbox@ptotalheight=\dimen199 + +(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty +Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection +\c@checkoddpage=\count309 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box102 +\sift@deathcycles=\count310 +\@vwid@loff=\dimen256 +\@vwid@roff=\dimen257 +)) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks29 +\pgfutil@tempdima=\dimen258 +\pgfutil@tempdimb=\dimen259 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box103 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) +Package: pgfrcs 2023-01-15 v3.1.10 (3.1.10) +)) +Package: pgf 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks30 +\pgfkeys@temptoks=\toks31 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered +.code.tex +\pgfkeys@tmptoks=\toks32 +)) +\pgf@x=\dimen260 +\pgf@y=\dimen261 +\pgf@xa=\dimen262 +\pgf@ya=\dimen263 +\pgf@xb=\dimen264 +\pgf@yb=\dimen265 +\pgf@xc=\dimen266 +\pgf@yc=\dimen267 +\pgf@xd=\dimen268 +\pgf@yd=\dimen269 +\w@pgf@writea=\write3 +\r@pgf@reada=\read2 +\c@pgf@counta=\count311 +\c@pgf@countb=\count312 +\c@pgf@countc=\count313 +\c@pgf@countd=\count314 +\t@pgf@toka=\toks33 +\t@pgf@tokb=\toks34 +\t@pgf@tokc=\toks35 +\pgf@sys@id@count=\count315 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2023-01-15 v3.1.10 (3.1.10) +) +Driver file for pgf: pgfsys-pdftex.def +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de +f +File: pgfsys-common-pdf.def 2023-01-15 v3.1.10 (3.1.10) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. +tex +File: pgfsyssoftpath.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfsyssoftpath@smallbuffer@items=\count316 +\pgfsyssoftpath@bigbuffer@items=\count317 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. +tex +File: pgfsysprotocol.code.tex 2023-01-15 v3.1.10 (3.1.10) +)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2023/11/15 v3.01 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 274. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1350. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1354. +Package xcolor Info: Model `RGB' extended on input line 1366. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1368. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1370. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1371. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1372. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1373. +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen270 +\pgfmath@count=\count318 +\pgfmath@box=\box104 +\pgfmath@toks=\toks36 +\pgfmath@stack@operand=\toks37 +\pgfmath@stack@operation=\toks38 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet +ric.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod +e.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison +.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari +thmetics.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count319 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te +x +File: pgfcorepoints.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@picminx=\dimen271 +\pgf@picmaxx=\dimen272 +\pgf@picminy=\dimen273 +\pgf@picmaxy=\dimen274 +\pgf@pathminx=\dimen275 +\pgf@pathmaxx=\dimen276 +\pgf@pathminy=\dimen277 +\pgf@pathmaxy=\dimen278 +\pgf@xx=\dimen279 +\pgf@xy=\dimen280 +\pgf@yx=\dimen281 +\pgf@yy=\dimen282 +\pgf@zx=\dimen283 +\pgf@zy=\dimen284 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. +code.tex +File: pgfcorepathconstruct.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@path@lastx=\dimen285 +\pgf@path@lasty=\dimen286 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code +.tex +File: pgfcorepathusage.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@shorten@end@additional=\dimen287 +\pgf@shorten@start@additional=\dimen288 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te +x +File: pgfcorescopes.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfpic=\box105 +\pgf@hbox=\box106 +\pgf@layerbox@main=\box107 +\pgf@picture@serial@count=\count320 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c +ode.tex +File: pgfcoregraphicstate.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgflinewidth=\dimen289 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation +s.code.tex +File: pgfcoretransformations.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@pt@x=\dimen290 +\pgf@pt@y=\dimen291 +\pgf@pt@temp=\dimen292 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t +ex +File: pgfcoreobjects.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing +.code.tex +File: pgfcorepathprocessing.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te +x +File: pgfcorearrows.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfarrowsep=\dimen293 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@max=\dimen294 +\pgf@sys@shading@range@num=\count321 +\pgf@shadingcount=\count322 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. +tex +File: pgfcoreexternal.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfexternal@startupbox=\box108 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te +x +File: pgfcorelayers.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c +ode.tex +File: pgfcoretransparency.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. +tex +File: pgfcorepatterns.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +File: pgfcorerdf.code.tex 2023-01-15 v3.1.10 (3.1.10) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfnodeparttextbox=\box109 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 +.sty +Package: pgfcomp-version-0-65 2023-01-15 v3.1.10 (3.1.10) +\pgf@nodesepstart=\dimen295 +\pgf@nodesepend=\dimen296 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 +.sty +Package: pgfcomp-version-1-18 2023-01-15 v3.1.10 (3.1.10) +)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2023-01-15 v3.1.10 (3.1.10) +\pgffor@iter=\dimen297 +\pgffor@skip=\dimen298 +\pgffor@stack=\toks39 +\pgffor@toks=\toks40 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers +.code.tex +File: pgflibraryplothandlers.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgf@plot@mark@count=\count323 +\pgfplotmarksize=\dimen299 +) +\tikz@lastx=\dimen300 +\tikz@lasty=\dimen301 +\tikz@lastxsaved=\dimen302 +\tikz@lastysaved=\dimen303 +\tikz@lastmovetox=\dimen304 +\tikz@lastmovetoy=\dimen305 +\tikzleveldistance=\dimen306 +\tikzsiblingdistance=\dimen307 +\tikz@figbox=\box110 +\tikz@figbox@bg=\box111 +\tikz@tempbox=\box112 +\tikz@tempbox@bg=\box113 +\tikztreelevel=\count324 +\tikznumberofchildren=\count325 +\tikznumberofcurrentchild=\count326 +\tikz@fig@count=\count327 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfmatrixcurrentrow=\count328 +\pgfmatrixcurrentcolumn=\count329 +\pgf@matrix@numberofcolumns=\count330 +) +\tikz@expandcount=\count331 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2023-01-15 v3.1.10 (3.1.10) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta. +code.tex +File: pgflibraryarrows.meta.code.tex 2023-01-15 v3.1.10 (3.1.10) +\pgfarrowinset=\dimen308 +\pgfarrowlength=\dimen309 +\pgfarrowwidth=\dimen310 +\pgfarrowlinewidth=\dimen311 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarypositioning.code.tex +File: tikzlibrarypositioning.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.geometric.code.tex +File: pgflibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryfit.code.tex +File: tikzlibraryfit.code.tex 2023-01-15 v3.1.10 (3.1.10) +) +(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2024-01-04 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count332 +\l__pdf_internal_box=\box114 +) +(./main.aux) +\openout1 = `main.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. + (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count333 +\scratchdimen=\dimen312 +\scratchbox=\box115 +\nofMPsegments=\count334 +\nofMParguments=\count335 +\everyMPshowfont=\toks41 +\MPscratchCnt=\count336 +\MPscratchDim=\dimen313 +\MPnumerator=\count337 +\makeMPintoPDFobject=\count338 +\everyMPtoPDFconversion=\toks42 +) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +85. + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv +e +)) +[1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf/fonts/enc/ +dvips/cm-super/cm-super-t1.enc}{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-su +per-ts1.enc}] [2] [3] [4] [5] [6] [7] +LaTeX Font Info: Trying to load font information for T1+cmtt on input line 3 +02. + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd +File: t1cmtt.fd 2023/04/13 v2.5m Standard LaTeX font definitions +) [8] (./main.aux) + *********** +LaTeX2e <2023-11-01> patch level 1 +L3 programming layer <2024-01-22> + *********** + ) +Here is how much of TeX's memory you used: + 15625 strings out of 474222 + 314614 string characters out of 5748734 + 1945975 words of memory out of 5000000 + 37598 multiletter control sequences out of 15000+600000 + 568379 words of font info for 57 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 84i,11n,93p,1573b,809s stack positions out of 10000i,1000n,20000p,200000b,200000s + +Output written on main.pdf (8 pages, 282223 bytes). +PDF statistics: + 114 PDF objects out of 1000 (max. 8388607) + 72 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 13 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/paper/main.pdf b/paper/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1e259316d1489e6ceee6c04cdbcafdf039a00ace --- /dev/null +++ b/paper/main.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d208b41809dc236697cea51fc0aa93b8e941d7211e869c4813277ef53acfce97 +size 282223 diff --git a/paper/main.tex b/paper/main.tex new file mode 100644 index 0000000000000000000000000000000000000000..f6172420cce8e8133b53fc38eb862d75abdebdb1 --- /dev/null +++ b/paper/main.tex @@ -0,0 +1,309 @@ +\documentclass[runningheads]{llncs} + +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\usepackage{booktabs} +\usepackage{multirow} +\usepackage{amsmath} +\usepackage{url} +\usepackage{adjustbox} +\usepackage{tikz} +\usetikzlibrary{arrows.meta,positioning,shapes.geometric,fit} +\emergencystretch=2em + +\title{DynaFall: Robust Skeleton-Based Fall Detection via Keypoint Dynamics and Graph-Based Benchmarking} +\titlerunning{DynaFall for Skeleton-Based Fall Detection} + +\author{Anonymous Submission} +\authorrunning{Anonymous} +\institute{} + +\begin{document} +\maketitle + +\begin{abstract} +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. +\keywords{Fall detection \and Skeleton action recognition \and Graph convolutional networks \and Keypoint dynamics \and Pose estimation} +\end{abstract} + +\section{Introduction} +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. + +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. + +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. + +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. + +\begin{figure}[t] +\centering +\begin{tikzpicture}[ + node distance=0.55cm, + block/.style={draw, rounded corners, align=center, minimum height=0.72cm, minimum width=2.15cm, font=\scriptsize}, + arrow/.style={-{Latex[length=2mm]}, thick} +] +\node[block] (rgb) {RGB video}; +\node[block, right=of rgb] (sample) {Frame sampling\\$T=32$}; +\node[block, right=of sample] (pose) {YOLO pose\\17 keypoints}; +\node[block, right=of pose] (norm) {Box-centered\\normalization}; +\node[block, below=of norm] (feat) {Joint + bone\\+ dynamics}; +\node[block, left=of feat] (models) {Baselines and\\DynaFall-GCN}; +\node[block, left=of models] (pred) {Fall /\\non-fall}; +\draw[arrow] (rgb) -- (sample); +\draw[arrow] (sample) -- (pose); +\draw[arrow] (pose) -- (norm); +\draw[arrow] (norm) -- (feat); +\draw[arrow] (feat) -- (models); +\draw[arrow] (models) -- (pred); +\end{tikzpicture} +\caption{Overall RGB-to-skeleton fall-detection pipeline used for all experiments.} +\label{fig:pipeline} +\end{figure} + +\section{Related Work} +\textbf{Vision-based fall detection.} +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. + +\textbf{Fall datasets and evaluation protocol.} +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}. + +\textbf{Graph-based skeleton recognition.} +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. + +\textbf{Heatmap and temporal-attention alternatives.} +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. + +\textbf{Position of this work.} +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. + +\section{Method} +\subsection{Pose Extraction and Normalization} +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: +\begin{equation} +x' = \frac{x - x_c}{w}, \qquad y' = \frac{y - y_c}{h}, +\end{equation} +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. + +\subsection{Feature Construction} +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: +\begin{equation} +B_t^{(i,j)} = P_t^{j} - P_t^{i}, +\end{equation} +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. + +\subsection{DynaFall-GCN} +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. + +\begin{figure}[t] +\centering +\begin{tikzpicture}[ + node distance=0.38cm and 0.7cm, + block/.style={draw, rounded corners, align=center, minimum height=0.64cm, minimum width=2.25cm, font=\scriptsize}, + stream/.style={draw, rounded corners, align=center, minimum height=0.64cm, minimum width=2.55cm, font=\scriptsize}, + arrow/.style={-{Latex[length=2mm]}, thick} +] +\node[block] (input) {Pose clip\\$32 \times 17 \times 3$}; +\node[block, below=of input] (drop) {Confidence-aware\\keypoint dropout}; +\node[stream, below left=0.6cm and 1.8cm of drop] (joint) {Joint GCN\\coordinates}; +\node[stream, below=0.6cm of drop] (bone) {Bone GCN\\bone vectors}; +\node[stream, below right=0.6cm and 1.8cm of drop] (dyn) {Dynamics TCN\\fall cues}; +\node[block, below=1.05cm of bone] (fusion) {Feature fusion\\concatenation}; +\node[block, below=of fusion] (head) {MLP classifier}; +\node[block, below=of head] (out) {Fall / non-fall}; +\draw[arrow] (input) -- (drop); +\draw[arrow] (drop) -- (joint); +\draw[arrow] (drop) -- (bone); +\draw[arrow] (drop) -- (dyn); +\draw[arrow] (joint) -- (fusion); +\draw[arrow] (bone) -- (fusion); +\draw[arrow] (dyn) -- (fusion); +\draw[arrow] (fusion) -- (head); +\draw[arrow] (head) -- (out); +\end{tikzpicture} +\caption{DynaFall-GCN architecture with joint, bone, and fall-specific dynamics streams.} +\label{fig:architecture} +\end{figure} + +\subsection{Confidence-Aware Keypoint Dropout} +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. + +\section{Experimental Setup} +\subsection{Datasets, Splits, and Metrics} +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: +\begin{equation} +F1_{\mathrm{fall}}=\frac{2P_{\mathrm{fall}}R_{\mathrm{fall}}}{P_{\mathrm{fall}}+R_{\mathrm{fall}}}. +\end{equation} +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. + +\begin{table}[t] +\centering +\caption{Dataset statistics after RGB video collection and pose extraction.} +\label{tab:datasets} +\small +\begin{adjustbox}{width=\textwidth} +\begin{tabular}{lrrrrrl} +\toprule +Dataset & Scenarios & Videos & Fall videos & Non-fall videos & Frames & Split unit \\ +\midrule +URFD & -- & 70 & 30 & 40 & 11,936 & Video \\ +MCFD & 24 & 192 & 176 & 16 & 261,139 & Scenario \\ +\bottomrule +\end{tabular} +\end{adjustbox} +\end{table} + +\subsection{Compared Methods} +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. + +\section{Results} +\subsection{Main Comparison} +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. + +\begin{table}[t] +\centering +\caption{Main comparison over three seeds. Precision, recall, and F1 are computed for the fall class.} +\label{tab:main} +\small +\begin{adjustbox}{width=\textwidth} +\begin{tabular}{llccccc} +\toprule +Dataset & Method & Acc. & Prec. & Recall & F1 & Macro-F1 \\ +\midrule +\multirow{7}{*}{URFD} +& 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 \\ +& 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 \\ +& 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 \\ +& 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 \\ +& 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 \\ +& 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 \\ +& 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} \\ +\midrule +\multirow{7}{*}{MCFD} +& 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 \\ +& 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 \\ +& 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} \\ +& 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 \\ +& 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 \\ +& 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 \\ +& 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 \\ +\bottomrule +\end{tabular} +\end{adjustbox} +\end{table} + +\subsection{Ablation Study} +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. + +\begin{table}[t] +\centering +\caption{DynaFall-GCN ablation over three seeds. Precision, recall, and F1 are fall-class metrics.} +\label{tab:ablation} +\small +\begin{adjustbox}{width=\textwidth} +\begin{tabular}{llccccc} +\toprule +Dataset & Variant & Acc. & Prec. & Recall & F1 & Macro-F1 \\ +\midrule +\multirow{5}{*}{URFD} +& 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 \\ +& 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 \\ +& 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} \\ +& 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 \\ +& 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 \\ +\midrule +\multirow{5}{*}{MCFD} +& 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 \\ +& 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 \\ +& 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} \\ +& 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 \\ +& 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 \\ +\bottomrule +\end{tabular} +\end{adjustbox} +\end{table} + +\subsection{Runtime and Efficiency} +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. + +\begin{figure}[t] +\centering +\resizebox{\textwidth}{!}{% +\begin{tikzpicture}[x=0.68cm,y=3.6cm] +\scriptsize +\draw[->] (-0.45,0) -- (6.85,0); +\draw[->] (-0.45,0) -- (-0.45,0.66); +\foreach \y/\lab in {0.0/0.000,0.2/0.200,0.4/0.400,0.6/0.600} + \draw (-0.50,\y) -- (-0.40,\y) node[left=1pt] {\lab}; +\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} { + \draw[fill=black!55] (\x-0.24,0) rectangle (\x+0.24,\f); + \node[rotate=35, anchor=east] at (\x,-0.035) {\name}; +} +\node[rotate=90] at (-1.05,0.33) {Mean fall-class F1}; +\begin{scope}[xshift=6.8cm,x=0.68cm,y=0.82cm] +\draw[->] (-0.45,0) -- (6.85,0); +\draw[->] (-0.45,0) -- (-0.45,5.0); +\foreach \y/\lab in {1/1k,2/2k,3/3k,4/4k} + \draw (-0.50,\y) -- (-0.40,\y) node[left=1pt] {\lab}; +\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} { + \draw[fill=black!25] (\x-0.22,0) rectangle (\x-0.03,\u); + \draw[fill=black!65] (\x+0.03,0) rectangle (\x+0.22,\m); + \node[rotate=35, anchor=east] at (\x,-0.24) {\name}; +} +\node[fill=black!25, minimum width=0.30cm, minimum height=0.12cm] at (4.45,4.80) {}; +\node[right] at (4.65,4.80) {URFD}; +\node[fill=black!65, minimum width=0.30cm, minimum height=0.12cm] at (5.45,4.80) {}; +\node[right] at (5.65,4.80) {MCFD}; +\node[rotate=90] at (-1.05,2.5) {clips/s}; +\end{scope} +\end{tikzpicture} +} +\caption{Runtime and efficiency summary. Left: mean fall-class F1 across URFD and MCFD. Right: inference throughput in clips/s.} +\label{fig:runtime} +\end{figure} + +\section{Discussion} +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. + +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. + +\section{Conclusion} +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. + +\begingroup +\footnotesize +\begin{thebibliography}{10} +\setlength{\itemsep}{0pt} +\setlength{\parsep}{0pt} +\bibitem{alam2022review} +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) + +\bibitem{urfd} +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) + +\bibitem{mcfd} +Auvinet, E., Multon, F., Saint-Arnaud, A., Rousseau, J., Meunier, J.: Fall detection using body geometry and human motion analysis. In: ICADI (2011) + +\bibitem{yan2018stgcn} +Yan, S., Xiong, Y., Lin, D.: Spatial temporal graph convolutional networks for skeleton-based action recognition. In: AAAI (2018) + +\bibitem{shi2019agcn} +Shi, L., Zhang, Y., Cheng, J., Lu, H.: Two-stream adaptive graph convolutional networks for skeleton-based action recognition. In: CVPR (2019) + +\bibitem{chen2021ctrgcn} +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) + +\bibitem{duan2022posec3d} +Duan, H., Zhao, Y., Chen, K., Shao, D., Lin, D., Dai, B.: Revisiting skeleton-based action recognition. In: CVPR (2022) + +\bibitem{yu2025tcnte} +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) + +\bibitem{yolov8} +Ultralytics: YOLOv8. \url{https://github.com/ultralytics/ultralytics} (2023) + +\bibitem{lin2017focal} +Lin, T.Y., Goyal, P., Girshick, R., He, K., Dollar, P.: Focal loss for dense object detection. In: ICCV, pp. 2980--2988 (2017) +\end{thebibliography} +\endgroup + +\end{document} diff --git a/paper/references.bib b/paper/references.bib new file mode 100644 index 0000000000000000000000000000000000000000..e9ff06bc3e5b950ecd6c1092f1e7d15391befc42 --- /dev/null +++ b/paper/references.bib @@ -0,0 +1,77 @@ +@article{alam2022review, + title={Vision-Based Human Fall Detection Systems Using Deep Learning: A Review}, + author={Alam, Ekram and Sufian, Abu and Dutta, Paramartha and Leo, Marco}, + journal={Computers in Biology and Medicine}, + volume={146}, + pages={105626}, + year={2022} +} + +@article{urfd, + title={Human Fall Detection on Embedded Platform Using Depth Maps and Wireless Accelerometer}, + author={Kepski, Michal and Kwolek, Bogdan}, + journal={Computer Methods and Programs in Biomedicine}, + volume={117}, + number={3}, + pages={489--501}, + year={2014} +} + +@inproceedings{mcfd, + title={Fall Detection Using Body Geometry and Human Motion Analysis}, + author={Auvinet, Edouard and Multon, Franck and Saint-Arnaud, Alain and Rousseau, Jacqueline and Meunier, Jean}, + booktitle={International Conference on Aging, Disability and Independence}, + year={2011} +} + +@inproceedings{yan2018stgcn, + title={Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition}, + author={Yan, Sijie and Xiong, Yuanjun and Lin, Dahua}, + booktitle={AAAI Conference on Artificial Intelligence}, + year={2018} +} + +@inproceedings{shi2019agcn, + title={Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition}, + author={Shi, Lei and Zhang, Yifan and Cheng, Jian and Lu, Hanqing}, + booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition}, + year={2019} +} + +@inproceedings{chen2021ctrgcn, + title={Channel-Wise Topology Refinement Graph Convolution for Skeleton-Based Action Recognition}, + author={Chen, Yuxin and Zhang, Ziqi and Yuan, Chunfeng and Li, Bing and Deng, Ying and Hu, Weiming}, + booktitle={IEEE/CVF International Conference on Computer Vision}, + year={2021} +} + +@inproceedings{duan2022posec3d, + title={Revisiting Skeleton-Based Action Recognition}, + author={Duan, Haodong and Zhao, Yue and Chen, Kai and Shao, Dahua and Lin, Dahua and Dai, Bo}, + booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition}, + year={2022} +} + +@article{yu2025tcnte, + title={A Real-Time Skeleton-Based Fall Detection Algorithm Based on Temporal Convolutional Networks and Transformer Encoder}, + author={Yu, Xiaoqun and Wang, Chenfeng and Wu, Wenyu and Xiong, Shuping}, + journal={Pervasive and Mobile Computing}, + volume={102}, + pages={102016}, + year={2025} +} + +@misc{yolov8, + title={Ultralytics YOLOv8}, + author={{Ultralytics}}, + year={2023}, + howpublished={\url{https://github.com/ultralytics/ultralytics}} +} + +@inproceedings{lin2017focal, + title={Focal Loss for Dense Object Detection}, + author={Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Dollar, Piotr}, + booktitle={IEEE International Conference on Computer Vision}, + pages={2980--2988}, + year={2017} +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..719cb8c23ba0a245244c5ed441d664863135d1b6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +numpy>=2.0.0 +pandas>=2.2.0 +scikit-learn>=1.5.0 +torch>=2.4.0 +opencv-python>=4.10.0 +ultralytics>=8.3.0 +PyYAML>=6.0.0 +tqdm>=4.66.0 diff --git a/results/MCFD/agcn/best.pt b/results/MCFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0e5633e27aed45a259e31930025bfaeb55c13aa6 --- /dev/null +++ b/results/MCFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b543ce3bce34b29f41c2528d6a2fd0d95eb6c527b391bc759fad4e23eb68c94e +size 867809 diff --git a/results/MCFD/agcn/history.json b/results/MCFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..9768f1fd96c98677d05ef04c8d9ba61e88b65e4d --- /dev/null +++ b/results/MCFD/agcn/history.json @@ -0,0 +1,178 @@ +[ + { + "epoch": 1, + "loss": 0.10004046732046974, + "val_fps": 3134.4307448275636, + "val_accuracy": 0.3697478991596639, + "val_precision": 0.9356060606060606, + "val_recall": 0.15632911392405063, + "val_specificity": 0.9697508896797153, + "val_f1": 0.2678958785249458, + "val_macro_f1": 0.3573085950001778 + }, + { + "epoch": 2, + "loss": 0.0952134209069903, + "val_fps": 3989.2144291239, + "val_accuracy": 0.438375350140056, + "val_precision": 0.9586374695863747, + "val_recall": 0.24936708860759493, + "val_specificity": 0.9697508896797153, + "val_f1": 0.39578101456554493, + "val_macro_f1": 0.43557040261639657 + }, + { + "epoch": 3, + "loss": 0.09230573286970654, + "val_fps": 4118.985734226191, + "val_accuracy": 0.44677871148459386, + "val_precision": 0.9540229885057471, + "val_recall": 0.2626582278481013, + "val_specificity": 0.9644128113879004, + "val_f1": 0.4119106699751861, + "val_macro_f1": 0.44482708465705095 + }, + { + "epoch": 4, + "loss": 0.08984891978091163, + "val_fps": 3756.089846434585, + "val_accuracy": 0.5088702147525677, + "val_precision": 0.9012158054711246, + "val_recall": 0.37531645569620253, + "val_specificity": 0.8843416370106761, + "val_f1": 0.5299374441465594, + "val_macro_f1": 0.5078817230507968 + }, + { + "epoch": 5, + "loss": 0.08813056671797974, + "val_fps": 3946.4217176482607, + "val_accuracy": 0.5004668534080299, + "val_precision": 0.909967845659164, + "val_recall": 0.35822784810126584, + "val_specificity": 0.900355871886121, + "val_f1": 0.5140781108083561, + "val_macro_f1": 0.5000745981515363 + }, + { + "epoch": 6, + "loss": 0.08850927808761767, + "val_fps": 3977.7542180338896, + "val_accuracy": 0.6718020541549953, + "val_precision": 0.8968325791855204, + "val_recall": 0.6272151898734177, + "val_specificity": 0.797153024911032, + "val_f1": 0.7381750465549348, + "val_macro_f1": 0.6492626327208695 + }, + { + "epoch": 7, + "loss": 0.0875586135081745, + "val_fps": 4063.5771939174692, + "val_accuracy": 0.41876750700280113, + "val_precision": 0.9970326409495549, + "val_recall": 0.21265822784810126, + "val_specificity": 0.998220640569395, + "val_f1": 0.350547730829421, + "val_macro_f1": 0.4122827374045711 + }, + { + "epoch": 8, + "loss": 0.08657941715353396, + "val_fps": 4129.31866378651, + "val_accuracy": 0.45518207282913165, + "val_precision": 0.9619686800894854, + "val_recall": 0.2721518987341772, + "val_specificity": 0.9697508896797153, + "val_f1": 0.4242723236309818, + "val_macro_f1": 0.4536071409913881 + }, + { + "epoch": 9, + "loss": 0.08473612372889669, + "val_fps": 4016.697393823691, + "val_accuracy": 0.450046685340803, + "val_precision": 0.9808612440191388, + "val_recall": 0.25949367088607594, + "val_specificity": 0.9857651245551602, + "val_f1": 0.41041041041041043, + "val_macro_f1": 0.44754991211684125 + }, + { + "epoch": 10, + "loss": 0.08441147508469016, + "val_fps": 4224.448727227852, + "val_accuracy": 0.41876750700280113, + "val_precision": 0.9827089337175793, + "val_recall": 0.2158227848101266, + "val_specificity": 0.9893238434163701, + "val_f1": 0.353918007265179, + "val_macro_f1": 0.41285208806194884 + }, + { + "epoch": 11, + "loss": 0.08371498034509714, + "val_fps": 3946.110962148607, + "val_accuracy": 0.45471521942110177, + "val_precision": 0.9598214285714286, + "val_recall": 0.2721518987341772, + "val_specificity": 0.9679715302491103, + "val_f1": 0.4240631163708087, + "val_macro_f1": 0.45316630995845397 + }, + { + "epoch": 12, + "loss": 0.08121818716447805, + "val_fps": 4093.604896901611, + "val_accuracy": 0.5028011204481793, + "val_precision": 0.9432013769363167, + "val_recall": 0.3468354430379747, + "val_specificity": 0.9412811387900356, + "val_f1": 0.5071726052753355, + "val_macro_f1": 0.5027619974092175 + }, + { + "epoch": 13, + "loss": 0.08042114470340046, + "val_fps": 4088.9173874767603, + "val_accuracy": 0.465452847805789, + "val_precision": 0.9718004338394793, + "val_recall": 0.28354430379746837, + "val_specificity": 0.9768683274021353, + "val_f1": 0.43900048995590396, + "val_macro_f1": 0.4642617251384513 + }, + { + "epoch": 14, + "loss": 0.07871276757197611, + "val_fps": 3936.6529261234623, + "val_accuracy": 0.511204481792717, + "val_precision": 0.9333333333333333, + "val_recall": 0.3632911392405063, + "val_specificity": 0.9270462633451957, + "val_f1": 0.5230068337129841, + "val_macro_f1": 0.5109050444294935 + }, + { + "epoch": 15, + "loss": 0.07788032612706217, + "val_fps": 4058.6236299958105, + "val_accuracy": 0.5634920634920635, + "val_precision": 0.9271523178807947, + "val_recall": 0.4430379746835443, + "val_specificity": 0.902135231316726, + "val_f1": 0.5995717344753747, + "val_macro_f1": 0.5599192689821717 + }, + { + "epoch": 16, + "loss": 0.0775182641240185, + "val_fps": 4044.822823388296, + "val_accuracy": 0.569094304388422, + "val_precision": 0.9121706398996235, + "val_recall": 0.460126582278481, + "val_specificity": 0.8754448398576512, + "val_f1": 0.6116954143878839, + "val_macro_f1": 0.563844560890848 + } +] \ No newline at end of file diff --git a/results/MCFD/agcn/metrics_test_clean.json b/results/MCFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d5b7be3c8aafc296a94ecb9c9d6bea6f5aa43ffa --- /dev/null +++ b/results/MCFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 4337.702795788146, + "params": 208520, + "accuracy": 0.6852678571428571, + "precision": 0.8030412744388125, + "recall": 0.6589423648247178, + "specificity": 0.7293532338308458, + "f1": 0.7238903394255874, + "macro_f1": 0.6789866922041432 +} \ No newline at end of file diff --git a/results/MCFD/ctrgcn/best.pt b/results/MCFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..5fbdb26449c528bd7a5ce8b108301dd3975a7381 --- /dev/null +++ b/results/MCFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685e6073cd104bf13b391c5eac183652a5a683bbbfe68ca62f61e5258da61f40 +size 1535165 diff --git a/results/MCFD/ctrgcn/history.json b/results/MCFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..fb806d4948193eeafb3413ed995921558ae76af6 --- /dev/null +++ b/results/MCFD/ctrgcn/history.json @@ -0,0 +1,178 @@ +[ + { + "epoch": 1, + "loss": 0.10115521957037622, + "val_fps": 3916.4185443643028, + "val_accuracy": 0.5560224089635855, + "val_precision": 0.8887515451174289, + "val_recall": 0.4550632911392405, + "val_specificity": 0.8398576512455516, + "val_f1": 0.6019254918375889, + "val_macro_f1": 0.5500392630691903 + }, + { + "epoch": 2, + "loss": 0.0979851155612251, + "val_fps": 3930.0279331313577, + "val_accuracy": 0.3412698412698413, + "val_precision": 0.9941520467836257, + "val_recall": 0.10759493670886076, + "val_specificity": 0.998220640569395, + "val_f1": 0.1941747572815534, + "val_macro_f1": 0.3185638887078908 + }, + { + "epoch": 3, + "loss": 0.09610443587246192, + "val_fps": 3983.2557743756643, + "val_accuracy": 0.4696545284780579, + "val_precision": 0.8639344262295082, + "val_recall": 0.33354430379746836, + "val_specificity": 0.8523131672597865, + "val_f1": 0.4812785388127854, + "val_macro_f1": 0.46938807551909567 + }, + { + "epoch": 4, + "loss": 0.09342363508107318, + "val_fps": 4143.628063231366, + "val_accuracy": 0.39822595704948643, + "val_precision": 0.9833887043189369, + "val_recall": 0.18734177215189873, + "val_specificity": 0.9911032028469751, + "val_f1": 0.3147262094630516, + "val_macro_f1": 0.38915669607567893 + }, + { + "epoch": 5, + "loss": 0.09133928454083826, + "val_fps": 4006.6160123772993, + "val_accuracy": 0.4084967320261438, + "val_precision": 0.9264305177111717, + "val_recall": 0.21518987341772153, + "val_specificity": 0.9519572953736655, + "val_f1": 0.3492552645095018, + "val_macro_f1": 0.4035536057250119 + }, + { + "epoch": 6, + "loss": 0.09130121225998677, + "val_fps": 3958.759546833165, + "val_accuracy": 0.6241830065359477, + "val_precision": 0.8918099089989889, + "val_recall": 0.5582278481012658, + "val_specificity": 0.8096085409252669, + "val_f1": 0.6866485013623979, + "val_macro_f1": 0.6086303731301785 + }, + { + "epoch": 7, + "loss": 0.08848687835813589, + "val_fps": 3879.0833979112163, + "val_accuracy": 0.5859010270774977, + "val_precision": 0.8811881188118812, + "val_recall": 0.5069620253164557, + "val_specificity": 0.8078291814946619, + "val_f1": 0.6436319807151466, + "val_macro_f1": 0.5747407814439243 + }, + { + "epoch": 8, + "loss": 0.08724830102457129, + "val_fps": 3976.8811610127977, + "val_accuracy": 0.45704948646125115, + "val_precision": 0.9464668094218416, + "val_recall": 0.27974683544303797, + "val_specificity": 0.9555160142348754, + "val_f1": 0.4318514899853444, + "val_macro_f1": 0.4559793882649118 + }, + { + "epoch": 9, + "loss": 0.08591482387098368, + "val_fps": 3958.81335050971, + "val_accuracy": 0.4393090569561158, + "val_precision": 0.9501187648456056, + "val_recall": 0.25316455696202533, + "val_specificity": 0.9626334519572953, + "val_f1": 0.39980009995002497, + "val_macro_f1": 0.43686895054443864 + }, + { + "epoch": 10, + "loss": 0.08534977833252831, + "val_fps": 3910.2815384837972, + "val_accuracy": 0.42810457516339867, + "val_precision": 0.947103274559194, + "val_recall": 0.2379746835443038, + "val_specificity": 0.9626334519572953, + "val_f1": 0.38037430450177034, + "val_macro_f1": 0.4246908366895501 + }, + { + "epoch": 11, + "loss": 0.08508303862453018, + "val_fps": 3933.3533502889377, + "val_accuracy": 0.4098972922502334, + "val_precision": 0.898989898989899, + "val_recall": 0.22531645569620254, + "val_specificity": 0.9288256227758007, + "val_f1": 0.3603238866396761, + "val_macro_f1": 0.4063317873406353 + }, + { + "epoch": 12, + "loss": 0.0829382371077694, + "val_fps": 4062.3340534008466, + "val_accuracy": 0.5219421101774043, + "val_precision": 0.9186746987951807, + "val_recall": 0.3860759493670886, + "val_specificity": 0.9039145907473309, + "val_f1": 0.5436720142602496, + "val_macro_f1": 0.520855614973262 + }, + { + "epoch": 13, + "loss": 0.08236354132968077, + "val_fps": 3984.950983377803, + "val_accuracy": 0.4169000933706816, + "val_precision": 0.9635854341736695, + "val_recall": 0.21772151898734177, + "val_specificity": 0.9768683274021353, + "val_f1": 0.3551884357253485, + "val_macro_f1": 0.4115098548460573 + }, + { + "epoch": 14, + "loss": 0.08053340387136042, + "val_fps": 4090.831176365699, + "val_accuracy": 0.49533146591970123, + "val_precision": 0.9528130671506352, + "val_recall": 0.3322784810126582, + "val_specificity": 0.9537366548042705, + "val_f1": 0.4927264195213515, + "val_macro_f1": 0.4953181563468346 + }, + { + "epoch": 15, + "loss": 0.07969231103758159, + "val_fps": 3818.7140201431444, + "val_accuracy": 0.6190476190476191, + "val_precision": 0.9116379310344828, + "val_recall": 0.5354430379746835, + "val_specificity": 0.8540925266903915, + "val_f1": 0.6746411483253588, + "val_macro_f1": 0.6075908444329496 + }, + { + "epoch": 16, + "loss": 0.07879969071113264, + "val_fps": 3918.3975140927073, + "val_accuracy": 0.5084033613445378, + "val_precision": 0.9428571428571428, + "val_recall": 0.3550632911392405, + "val_specificity": 0.9395017793594306, + "val_f1": 0.5158620689655172, + "val_macro_f1": 0.50828665325943 + } +] \ No newline at end of file diff --git a/results/MCFD/ctrgcn/metrics_test_clean.json b/results/MCFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a7e65c52705c75c73e543810d2fc682d932f6e34 --- /dev/null +++ b/results/MCFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 4142.889289836818, + "params": 374984, + "accuracy": 0.6655505952380952, + "precision": 0.8091482649842271, + "recall": 0.6096256684491979, + "specificity": 0.7592039800995025, + "f1": 0.6953575059301932, + "macro_f1": 0.6623179282228285 +} \ No newline at end of file diff --git a/results/MCFD/lstm/best.pt b/results/MCFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..340b13edb6ea1db7e14adc238898b88219f5669d --- /dev/null +++ b/results/MCFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b352091be2adaf0c60542a81d08f801d4e0d1bb5fa0486a4a6514151d9897b1f +size 462662 diff --git a/results/MCFD/lstm/history.json b/results/MCFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f8e1a88c76ed826612a6886ce73ff714fc736816 --- /dev/null +++ b/results/MCFD/lstm/history.json @@ -0,0 +1,35 @@ +[ + { + "epoch": 1, + "loss": 0.13412656985786603, + "val_fps": 3971.9944165583393, + "val_accuracy": 0.7703081232492998, + "val_precision": 0.7706467661691542, + "val_recall": 0.980379746835443, + "val_specificity": 0.1797153024911032, + "val_f1": 0.8629526462395544, + "val_macro_f1": 0.5770094643301518 + }, + { + "epoch": 2, + "loss": 0.12558948784301352, + "val_fps": 3955.109527686606, + "val_accuracy": 0.7754435107376284, + "val_precision": 0.7988036976617727, + "val_recall": 0.9297468354430379, + "val_specificity": 0.3416370106761566, + "val_f1": 0.8593155893536122, + "val_macro_f1": 0.6516231125958812 + }, + { + "epoch": 3, + "loss": 0.11973153530339711, + "val_fps": 4123.892664527366, + "val_accuracy": 0.7670401493930906, + "val_precision": 0.8144269924374636, + "val_recall": 0.8860759493670886, + "val_specificity": 0.43238434163701067, + "val_f1": 0.8487420430433464, + "val_macro_f1": 0.6710715291358864 + } +] \ No newline at end of file diff --git a/results/MCFD/lstm/metrics_test_clean.json b/results/MCFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..67e9fe77fab687f5d420c23cc20a3fd79063f4a6 --- /dev/null +++ b/results/MCFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 4186.835521132716, + "params": 114818, + "accuracy": 0.6517857142857143, + "precision": 0.6488640892785971, + "recall": 0.9673202614379085, + "specificity": 0.12338308457711443, + "f1": 0.7767175572519084, + "macro_f1": 0.4930885083556839 +} \ No newline at end of file diff --git a/results/MCFD/posec3d/best.pt b/results/MCFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..440b3fbc32d733651682d903e77477319d2a4f21 --- /dev/null +++ b/results/MCFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d035ec1bc13904954aff1829e814c475b3f84cda93848a7ef7f58f67619ff4 +size 63921 diff --git a/results/MCFD/posec3d/history.json b/results/MCFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..4257b17f909c2709289560a51a088491bc933fd1 --- /dev/null +++ b/results/MCFD/posec3d/history.json @@ -0,0 +1,244 @@ +[ + { + "epoch": 1, + "loss": 0.10217119398900174, + "val_fps": 3656.50104612873, + "val_accuracy": 0.28291316526610644, + "val_precision": 0.84375, + "val_recall": 0.03417721518987342, + "val_specificity": 0.9822064056939501, + "val_f1": 0.06569343065693431, + "val_macro_f1": 0.24193762441937622 + }, + { + "epoch": 2, + "loss": 0.09731143623186586, + "val_fps": 3547.91571222601, + "val_accuracy": 0.26283846872082167, + "val_precision": 1.0, + "val_recall": 0.0006329113924050633, + "val_specificity": 1.0, + "val_f1": 0.001265022137887413, + "val_macro_f1": 0.20854964018474098 + }, + { + "epoch": 3, + "loss": 0.09620521088979724, + "val_fps": 3642.8764576204126, + "val_accuracy": 0.32866479925303455, + "val_precision": 0.9493670886075949, + "val_recall": 0.0949367088607595, + "val_specificity": 0.9857651245551602, + "val_f1": 0.17261219792865362, + "val_macro_f1": 0.30390232834374553 + }, + { + "epoch": 4, + "loss": 0.09444303353570838, + "val_fps": 3610.701546726241, + "val_accuracy": 0.3141923436041083, + "val_precision": 1.0, + "val_recall": 0.07025316455696203, + "val_specificity": 1.0, + "val_f1": 0.13128326434062684, + "val_macro_f1": 0.2823790020121954 + }, + { + "epoch": 5, + "loss": 0.09451987360007583, + "val_fps": 3783.594217081561, + "val_accuracy": 0.5070028011204482, + "val_precision": 0.8540540540540541, + "val_recall": 0.4, + "val_specificity": 0.8078291814946619, + "val_f1": 0.5448275862068965, + "val_macro_f1": 0.5035746892337944 + }, + { + "epoch": 6, + "loss": 0.09331116356625196, + "val_fps": 3657.283943711066, + "val_accuracy": 0.30438842203548083, + "val_precision": 1.0, + "val_recall": 0.056962025316455694, + "val_specificity": 1.0, + "val_f1": 0.10778443113772455, + "val_macro_f1": 0.2688883900141568 + }, + { + "epoch": 7, + "loss": 0.09331376635909251, + "val_fps": 3639.6938368377128, + "val_accuracy": 0.2880485527544351, + "val_precision": 1.0, + "val_recall": 0.03481012658227848, + "val_specificity": 1.0, + "val_f1": 0.0672782874617737, + "val_macro_f1": 0.24579467411971284 + }, + { + "epoch": 8, + "loss": 0.09261355322709948, + "val_fps": 3646.997401587179, + "val_accuracy": 0.3520074696545285, + "val_precision": 0.9571428571428572, + "val_recall": 0.12721518987341773, + "val_specificity": 0.9839857651245552, + "val_f1": 0.2245810055865922, + "val_macro_f1": 0.33402265997052144 + }, + { + "epoch": 9, + "loss": 0.09247916392163612, + "val_fps": 3784.38539006663, + "val_accuracy": 0.46078431372549017, + "val_precision": 0.841091492776886, + "val_recall": 0.33164556962025316, + "val_specificity": 0.8238434163701067, + "val_f1": 0.47571493418066274, + "val_macro_f1": 0.46034665498076865 + }, + { + "epoch": 10, + "loss": 0.09164904068608087, + "val_fps": 3746.254735996759, + "val_accuracy": 0.44864612511671337, + "val_precision": 0.9235668789808917, + "val_recall": 0.27531645569620256, + "val_specificity": 0.9359430604982206, + "val_f1": 0.42418332520721597, + "val_macro_f1": 0.44764920850598144 + }, + { + "epoch": 11, + "loss": 0.09135045006488597, + "val_fps": 3730.431618928083, + "val_accuracy": 0.28057889822595705, + "val_precision": 1.0, + "val_recall": 0.024683544303797468, + "val_specificity": 1.0, + "val_f1": 0.04817788758492897, + "val_macro_f1": 0.23497074491816805 + }, + { + "epoch": 12, + "loss": 0.09147095468198181, + "val_fps": 3683.6886127132557, + "val_accuracy": 0.5859010270774977, + "val_precision": 0.7194426852438252, + "val_recall": 0.7189873417721518, + "val_specificity": 0.2117437722419929, + "val_f1": 0.7192149414371637, + "val_macro_f1": 0.46538524849635965 + }, + { + "epoch": 13, + "loss": 0.09101124636074276, + "val_fps": 3724.331666140878, + "val_accuracy": 0.33286647992530344, + "val_precision": 1.0, + "val_recall": 0.09556962025316455, + "val_specificity": 1.0, + "val_f1": 0.17446562680531486, + "val_macro_f1": 0.3073659900575732 + }, + { + "epoch": 14, + "loss": 0.09165158919915663, + "val_fps": 3787.654097807469, + "val_accuracy": 0.4780578898225957, + "val_precision": 0.8357558139534884, + "val_recall": 0.3639240506329114, + "val_specificity": 0.798932384341637, + "val_f1": 0.5070546737213404, + "val_macro_f1": 0.47624559082892415 + }, + { + "epoch": 15, + "loss": 0.09028075870323113, + "val_fps": 3679.6292521915902, + "val_accuracy": 0.3618113912231559, + "val_precision": 0.9819004524886877, + "val_recall": 0.13734177215189874, + "val_specificity": 0.9928825622775801, + "val_f1": 0.24097723486951694, + "val_macro_f1": 0.3452167688644806 + }, + { + "epoch": 16, + "loss": 0.09013592564472969, + "val_fps": 3802.481168526258, + "val_accuracy": 0.35527544351073764, + "val_precision": 0.9853658536585366, + "val_recall": 0.12784810126582277, + "val_specificity": 0.994661921708185, + "val_f1": 0.22633053221288515, + "val_macro_f1": 0.3368547418967587 + }, + { + "epoch": 17, + "loss": 0.09048822282490648, + "val_fps": 3644.9348088242136, + "val_accuracy": 0.3104575163398693, + "val_precision": 1.0, + "val_recall": 0.06518987341772152, + "val_specificity": 1.0, + "val_f1": 0.12240047534165181, + "val_macro_f1": 0.27727097969312503 + }, + { + "epoch": 18, + "loss": 0.089875658604711, + "val_fps": 3727.8665597599506, + "val_accuracy": 0.32866479925303455, + "val_precision": 1.0, + "val_recall": 0.08987341772151898, + "val_specificity": 1.0, + "val_f1": 0.16492450638792103, + "val_macro_f1": 0.30182212829154054 + }, + { + "epoch": 19, + "loss": 0.08958346086863785, + "val_fps": 3658.1168641926465, + "val_accuracy": 0.5760971055088702, + "val_precision": 0.7094763092269327, + "val_recall": 0.720253164556962, + "val_specificity": 0.1708185053380783, + "val_f1": 0.714824120603015, + "val_macro_f1": 0.4446847875742348 + }, + { + "epoch": 20, + "loss": 0.08948933731727356, + "val_fps": 3824.6645835849695, + "val_accuracy": 0.373015873015873, + "val_precision": 0.9876543209876543, + "val_recall": 0.1518987341772152, + "val_specificity": 0.994661921708185, + "val_f1": 0.2633022490400439, + "val_macro_f1": 0.3587945621470029 + }, + { + "epoch": 21, + "loss": 0.08952507244345975, + "val_fps": 3620.5778052596556, + "val_accuracy": 0.4976657329598506, + "val_precision": 0.794392523364486, + "val_recall": 0.43037974683544306, + "val_specificity": 0.6868327402135231, + "val_f1": 0.5582922824302134, + "val_macro_f1": 0.4880206000895656 + }, + { + "epoch": 22, + "loss": 0.08912930570638469, + "val_fps": 3608.4476960904117, + "val_accuracy": 0.3828197945845005, + "val_precision": 0.9961538461538462, + "val_recall": 0.1639240506329114, + "val_specificity": 0.998220640569395, + "val_f1": 0.28152173913043477, + "val_macro_f1": 0.3703026044261012 + } +] \ No newline at end of file diff --git a/results/MCFD/posec3d/metrics_test_clean.json b/results/MCFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6d9eea2c26df989f27bb57c61d326f75a3b1f23d --- /dev/null +++ b/results/MCFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 3741.17066541071, + "params": 14466, + "accuracy": 0.5070684523809523, + "precision": 0.5920781893004116, + "recall": 0.6838978015448604, + "specificity": 0.2109452736318408, + "f1": 0.6346843121036669, + "macro_f1": 0.4385542772639547 +} \ No newline at end of file diff --git a/results/MCFD/stgcn/best.pt b/results/MCFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..168a23cf45f9c7c718e3a04fe3db4ee1be80c596 --- /dev/null +++ b/results/MCFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed20268699b7d9bb897cb94594c908f2be6fd9f1587ddcab93bbcd837cfad559 +size 430405 diff --git a/results/MCFD/stgcn/history.json b/results/MCFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..8fc35d8e4945d406a1f42afb72d254ac4f8500ad --- /dev/null +++ b/results/MCFD/stgcn/history.json @@ -0,0 +1,35 @@ +[ + { + "epoch": 1, + "loss": 0.1345855339766399, + "val_fps": 3749.472548126596, + "val_accuracy": 0.7226890756302521, + "val_precision": 0.7879672897196262, + "val_recall": 0.8537974683544304, + "val_specificity": 0.3540925266903915, + "val_f1": 0.8195625759416768, + "val_macro_f1": 0.6103861266805158 + }, + { + "epoch": 2, + "loss": 0.12828448044930646, + "val_fps": 3952.838195876346, + "val_accuracy": 0.7100840336134454, + "val_precision": 0.8565055762081785, + "val_recall": 0.7291139240506329, + "val_specificity": 0.6565836298932385, + "val_f1": 0.7876923076923077, + "val_macro_f1": 0.6653693326541008 + }, + { + "epoch": 3, + "loss": 0.12449156771946736, + "val_fps": 3674.3579758648907, + "val_accuracy": 0.6844070961718021, + "val_precision": 0.8662884927066451, + "val_recall": 0.6765822784810127, + "val_specificity": 0.7064056939501779, + "val_f1": 0.759772565742715, + "val_macro_f1": 0.6499543100822418 + } +] \ No newline at end of file diff --git a/results/MCFD/stgcn/metrics_test_clean.json b/results/MCFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..df3134a63f45ab8954ec9523d3da83b35f3575f4 --- /dev/null +++ b/results/MCFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 4238.144418851585, + "params": 103394, + "accuracy": 0.6793154761904762, + "precision": 0.6868456986800182, + "recall": 0.8966131907308378, + "specificity": 0.3154228855721393, + "f1": 0.7778350515463918, + "macro_f1": 0.600815921495121 +} \ No newline at end of file diff --git a/results/MCFD/tcnte/best.pt b/results/MCFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..44ef028959cf9561ea9b0535966d89d5058fb950 --- /dev/null +++ b/results/MCFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f332d0fd0113260256f02196f93839e283dc00b6042c59fa405d204a4205d0f +size 851281 diff --git a/results/MCFD/tcnte/history.json b/results/MCFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..fb06df9cf01e89ed44d0e6eece011d4ed9543b66 --- /dev/null +++ b/results/MCFD/tcnte/history.json @@ -0,0 +1,519 @@ +[ + { + "epoch": 1, + "loss": 0.10085570655454923, + "val_fps": 3850.5905707038996, + "val_accuracy": 0.511204481792717, + "val_precision": 0.9131782945736434, + "val_recall": 0.37278481012658227, + "val_specificity": 0.900355871886121, + "val_f1": 0.529438202247191, + "val_macro_f1": 0.5104694653780879 + }, + { + "epoch": 2, + "loss": 0.0920358574052425, + "val_fps": 4097.261154995775, + "val_accuracy": 0.43790849673202614, + "val_precision": 0.9921465968586387, + "val_recall": 0.239873417721519, + "val_specificity": 0.994661921708185, + "val_f1": 0.38634046890927626, + "val_macro_f1": 0.43391097519537886 + }, + { + "epoch": 3, + "loss": 0.08832261883009347, + "val_fps": 4140.825891191272, + "val_accuracy": 0.4911297852474323, + "val_precision": 0.9748062015503876, + "val_recall": 0.3183544303797468, + "val_specificity": 0.9768683274021353, + "val_f1": 0.4799618320610687, + "val_macro_f1": 0.49089499281298404 + }, + { + "epoch": 4, + "loss": 0.08536651412745175, + "val_fps": 3992.569396520161, + "val_accuracy": 0.39775910364145656, + "val_precision": 0.9898648648648649, + "val_recall": 0.18544303797468353, + "val_specificity": 0.994661921708185, + "val_f1": 0.31236673773987206, + "val_macro_f1": 0.3883262260127932 + }, + { + "epoch": 5, + "loss": 0.08266990156193263, + "val_fps": 4080.0118669786925, + "val_accuracy": 0.4126984126984127, + "val_precision": 0.9938650306748467, + "val_recall": 0.20506329113924052, + "val_specificity": 0.99644128113879, + "val_f1": 0.33997901364113325, + "val_macro_f1": 0.4054815169130813 + }, + { + "epoch": 6, + "loss": 0.08162742966623943, + "val_fps": 4020.9438473275504, + "val_accuracy": 0.503734827264239, + "val_precision": 0.9905123339658444, + "val_recall": 0.330379746835443, + "val_specificity": 0.9911032028469751, + "val_f1": 0.49549121974371146, + "val_macro_f1": 0.5036022933812724 + }, + { + "epoch": 7, + "loss": 0.08149332543582617, + "val_fps": 4238.426590306563, + "val_accuracy": 0.4715219421101774, + "val_precision": 0.9912280701754386, + "val_recall": 0.28607594936708863, + "val_specificity": 0.9928825622775801, + "val_f1": 0.444007858546169, + "val_macro_f1": 0.4702245698424795 + }, + { + "epoch": 8, + "loss": 0.07727231089286134, + "val_fps": 4093.4655048230225, + "val_accuracy": 0.5252100840336135, + "val_precision": 0.9577235772357724, + "val_recall": 0.37278481012658227, + "val_specificity": 0.9537366548042705, + "val_f1": 0.5366742596810934, + "val_macro_f1": 0.5249192265375309 + }, + { + "epoch": 9, + "loss": 0.07708407426186532, + "val_fps": 4077.4532346459714, + "val_accuracy": 0.5088702147525677, + "val_precision": 0.9258064516129032, + "val_recall": 0.3632911392405063, + "val_specificity": 0.9181494661921709, + "val_f1": 0.5218181818181818, + "val_macro_f1": 0.5085098586634096 + }, + { + "epoch": 10, + "loss": 0.07348613941061513, + "val_fps": 4178.102348136931, + "val_accuracy": 0.5476190476190477, + "val_precision": 0.9433962264150944, + "val_recall": 0.41139240506329117, + "val_specificity": 0.9306049822064056, + "val_f1": 0.5729396209784046, + "val_macro_f1": 0.5460231603651329 + }, + { + "epoch": 11, + "loss": 0.07192961391747082, + "val_fps": 3901.8413411044517, + "val_accuracy": 0.5088702147525677, + "val_precision": 0.9429530201342282, + "val_recall": 0.3556962025316456, + "val_specificity": 0.9395017793594306, + "val_f1": 0.5165441176470589, + "val_macro_f1": 0.5087464421252372 + }, + { + "epoch": 12, + "loss": 0.07018912238428919, + "val_fps": 4081.138769960058, + "val_accuracy": 0.5196078431372549, + "val_precision": 0.946515397082658, + "val_recall": 0.369620253164557, + "val_specificity": 0.9412811387900356, + "val_f1": 0.5316340464269458, + "val_macro_f1": 0.519290909174182 + }, + { + "epoch": 13, + "loss": 0.0701279526180488, + "val_fps": 3931.66553445532, + "val_accuracy": 0.5396825396825397, + "val_precision": 0.9486404833836858, + "val_recall": 0.39746835443037976, + "val_specificity": 0.9395017793594306, + "val_f1": 0.56021409455843, + "val_macro_f1": 0.5386770766621729 + }, + { + "epoch": 14, + "loss": 0.07136695828825533, + "val_fps": 3663.14724819471, + "val_accuracy": 0.5513538748832867, + "val_precision": 0.8993548387096775, + "val_recall": 0.44113924050632913, + "val_specificity": 0.8612099644128114, + "val_f1": 0.591932059447983, + "val_macro_f1": 0.5468732355301087 + }, + { + "epoch": 15, + "loss": 0.06652718700319742, + "val_fps": 3711.086271423145, + "val_accuracy": 0.5168067226890757, + "val_precision": 0.9346092503987241, + "val_recall": 0.37088607594936707, + "val_specificity": 0.9270462633451957, + "val_f1": 0.5310376076121431, + "val_macro_f1": 0.5163613651926868 + }, + { + "epoch": 16, + "loss": 0.06348201281094815, + "val_fps": 4060.9925181705253, + "val_accuracy": 0.5662931839402428, + "val_precision": 0.9003690036900369, + "val_recall": 0.46329113924050636, + "val_specificity": 0.8558718861209964, + "val_f1": 0.6117843710823234, + "val_macro_f1": 0.5602549565617857 + }, + { + "epoch": 17, + "loss": 0.0651745786265963, + "val_fps": 4035.349183937207, + "val_accuracy": 0.5709617180205415, + "val_precision": 0.9199491740787802, + "val_recall": 0.4582278481012658, + "val_specificity": 0.8879003558718861, + "val_f1": 0.6117448246725813, + "val_macro_f1": 0.5661749684134947 + }, + { + "epoch": 18, + "loss": 0.060917166974422086, + "val_fps": 4023.0947352137973, + "val_accuracy": 0.5723622782446312, + "val_precision": 0.8933649289099526, + "val_recall": 0.4772151898734177, + "val_specificity": 0.8398576512455516, + "val_f1": 0.6221122112211221, + "val_macro_f1": 0.5648195464707761 + }, + { + "epoch": 19, + "loss": 0.06612300161224459, + "val_fps": 4007.706403943383, + "val_accuracy": 0.5415499533146592, + "val_precision": 0.9164345403899722, + "val_recall": 0.41645569620253164, + "val_specificity": 0.8932384341637011, + "val_f1": 0.5726718885987816, + "val_macro_f1": 0.5391053299992901 + }, + { + "epoch": 20, + "loss": 0.06228086257356082, + "val_fps": 3946.4649070229502, + "val_accuracy": 0.545751633986928, + "val_precision": 0.9129251700680272, + "val_recall": 0.42468354430379746, + "val_specificity": 0.8861209964412812, + "val_f1": 0.5796976241900648, + "val_macro_f1": 0.5427690761884809 + }, + { + "epoch": 21, + "loss": 0.05918252908262011, + "val_fps": 4008.715464844745, + "val_accuracy": 0.5606909430438842, + "val_precision": 0.895910780669145, + "val_recall": 0.45759493670886076, + "val_specificity": 0.8505338078291815, + "val_f1": 0.6057813154587348, + "val_macro_f1": 0.5548674632117079 + }, + { + "epoch": 22, + "loss": 0.05738968637037209, + "val_fps": 4041.114440586426, + "val_accuracy": 0.5564892623716153, + "val_precision": 0.8850855745721271, + "val_recall": 0.4582278481012658, + "val_specificity": 0.8327402135231317, + "val_f1": 0.603836530442035, + "val_macro_f1": 0.550062485793658 + }, + { + "epoch": 23, + "loss": 0.0618406231282611, + "val_fps": 4056.466660711892, + "val_accuracy": 0.5770308123249299, + "val_precision": 0.9342783505154639, + "val_recall": 0.4588607594936709, + "val_specificity": 0.9092526690391459, + "val_f1": 0.6154499151103565, + "val_macro_f1": 0.5727664513311119 + }, + { + "epoch": 24, + "loss": 0.05784103912188434, + "val_fps": 3674.54295708663, + "val_accuracy": 0.6055088702147525, + "val_precision": 0.8964401294498382, + "val_recall": 0.5259493670886076, + "val_specificity": 0.8291814946619217, + "val_f1": 0.6629437574790586, + "val_macro_f1": 0.5937116086213526 + }, + { + "epoch": 25, + "loss": 0.05663871155060647, + "val_fps": 3814.9659188790138, + "val_accuracy": 0.5798319327731093, + "val_precision": 0.912621359223301, + "val_recall": 0.4759493670886076, + "val_specificity": 0.8718861209964412, + "val_f1": 0.6256239600665557, + "val_macro_f1": 0.5734502779056183 + }, + { + "epoch": 26, + "loss": 0.055105293738242564, + "val_fps": 4110.675356711506, + "val_accuracy": 0.5985060690943044, + "val_precision": 0.8973509933774835, + "val_recall": 0.5145569620253164, + "val_specificity": 0.8345195729537367, + "val_f1": 0.6540627514078842, + "val_macro_f1": 0.5878767594636751 + }, + { + "epoch": 27, + "loss": 0.053442715592788646, + "val_fps": 3772.547274277149, + "val_accuracy": 0.5513538748832867, + "val_precision": 0.9165545087483177, + "val_recall": 0.4310126582278481, + "val_specificity": 0.8896797153024911, + "val_f1": 0.5863108049935428, + "val_macro_f1": 0.548127355581932 + }, + { + "epoch": 28, + "loss": 0.05449098952980805, + "val_fps": 4097.708849013137, + "val_accuracy": 0.5429505135387488, + "val_precision": 0.9012016021361816, + "val_recall": 0.4272151898734177, + "val_specificity": 0.8683274021352313, + "val_f1": 0.579647917561185, + "val_macro_f1": 0.5394403270670376 + }, + { + "epoch": 29, + "loss": 0.051690250134278894, + "val_fps": 4074.740261818418, + "val_accuracy": 0.611577964519141, + "val_precision": 0.9030172413793104, + "val_recall": 0.5303797468354431, + "val_specificity": 0.8398576512455516, + "val_f1": 0.6682615629984051, + "val_macro_f1": 0.5998965472649683 + }, + { + "epoch": 30, + "loss": 0.05760920379900728, + "val_fps": 4095.004276021274, + "val_accuracy": 0.6274509803921569, + "val_precision": 0.8902195608782435, + "val_recall": 0.5645569620253165, + "val_specificity": 0.8042704626334519, + "val_f1": 0.6909372579395817, + "val_macro_f1": 0.6110385467136217 + }, + { + "epoch": 31, + "loss": 0.05437249663723008, + "val_fps": 3986.0442445740355, + "val_accuracy": 0.6171802054154996, + "val_precision": 0.8966597077244259, + "val_recall": 0.5436708860759494, + "val_specificity": 0.8238434163701067, + "val_f1": 0.6769109535066982, + "val_macro_f1": 0.6036330254360525 + }, + { + "epoch": 32, + "loss": 0.05123214777984182, + "val_fps": 4184.958080534249, + "val_accuracy": 0.6045751633986928, + "val_precision": 0.8903088391906283, + "val_recall": 0.529113924050633, + "val_specificity": 0.8167259786476868, + "val_f1": 0.6637554585152838, + "val_macro_f1": 0.5919343864814379 + }, + { + "epoch": 33, + "loss": 0.05163691386569839, + "val_fps": 3962.844577665711, + "val_accuracy": 0.6022408963585434, + "val_precision": 0.9155251141552512, + "val_recall": 0.5075949367088608, + "val_specificity": 0.8683274021352313, + "val_f1": 0.6530944625407166, + "val_macro_f1": 0.593505655778017 + }, + { + "epoch": 34, + "loss": 0.051648908634185156, + "val_fps": 4176.424816087942, + "val_accuracy": 0.6059757236227824, + "val_precision": 0.9, + "val_recall": 0.5240506329113924, + "val_specificity": 0.8362989323843416, + "val_f1": 0.6624, + "val_macro_f1": 0.5946529147982063 + }, + { + "epoch": 35, + "loss": 0.04855069010976845, + "val_fps": 3658.422542279308, + "val_accuracy": 0.5732959850606909, + "val_precision": 0.8854166666666666, + "val_recall": 0.48417721518987344, + "val_specificity": 0.8238434163701067, + "val_f1": 0.6260229132569558, + "val_macro_f1": 0.5646418914110867 + }, + { + "epoch": 36, + "loss": 0.04994714245287842, + "val_fps": 3890.497311736381, + "val_accuracy": 0.5933706816059757, + "val_precision": 0.9079401611047181, + "val_recall": 0.49936708860759493, + "val_specificity": 0.8576512455516014, + "val_f1": 0.6443446304614128, + "val_macro_f1": 0.5848426149582269 + }, + { + "epoch": 37, + "loss": 0.04879177145303869, + "val_fps": 3921.6370564224535, + "val_accuracy": 0.6335200746965453, + "val_precision": 0.8388746803069054, + "val_recall": 0.6227848101265823, + "val_specificity": 0.6637010676156584, + "val_f1": 0.7148565201598256, + "val_macro_f1": 0.6010598734045373 + }, + { + "epoch": 38, + "loss": 0.05096233196253656, + "val_fps": 4071.6557654294024, + "val_accuracy": 0.6251167133520075, + "val_precision": 0.8904522613065327, + "val_recall": 0.5607594936708861, + "val_specificity": 0.806049822064057, + "val_f1": 0.6881553398058252, + "val_macro_f1": 0.6091449607162538 + }, + { + "epoch": 39, + "loss": 0.0486308291618222, + "val_fps": 4121.749462498118, + "val_accuracy": 0.6078431372549019, + "val_precision": 0.8911205073995772, + "val_recall": 0.5335443037974683, + "val_specificity": 0.8167259786476868, + "val_f1": 0.667458432304038, + "val_macro_f1": 0.5948213663226675 + }, + { + "epoch": 40, + "loss": 0.047241462193982155, + "val_fps": 3984.0521283028124, + "val_accuracy": 0.626984126984127, + "val_precision": 0.898876404494382, + "val_recall": 0.5569620253164557, + "val_specificity": 0.8238434163701067, + "val_f1": 0.687768659632669, + "val_macro_f1": 0.6122901269177838 + }, + { + "epoch": 41, + "loss": 0.052161689864979065, + "val_fps": 4086.749805035564, + "val_accuracy": 0.5648926237161531, + "val_precision": 0.9263157894736842, + "val_recall": 0.44556962025316454, + "val_specificity": 0.900355871886121, + "val_f1": 0.6017094017094017, + "val_macro_f1": 0.5611427666983222 + }, + { + "epoch": 42, + "loss": 0.05344774344067133, + "val_fps": 4152.020338004575, + "val_accuracy": 0.6213818860877685, + "val_precision": 0.9017763845350052, + "val_recall": 0.5462025316455696, + "val_specificity": 0.8327402135231317, + "val_f1": 0.6803310997240836, + "val_macro_f1": 0.6080533575323337 + }, + { + "epoch": 43, + "loss": 0.05571009869821444, + "val_fps": 3913.0392604681992, + "val_accuracy": 0.607376283846872, + "val_precision": 0.8893572181243414, + "val_recall": 0.5341772151898734, + "val_specificity": 0.8131672597864769, + "val_f1": 0.6674574930802689, + "val_macro_f1": 0.5941276069389949 + }, + { + "epoch": 44, + "loss": 0.05139429723915675, + "val_fps": 4071.552554794066, + "val_accuracy": 0.6213818860877685, + "val_precision": 0.9017763845350052, + "val_recall": 0.5462025316455696, + "val_specificity": 0.8327402135231317, + "val_f1": 0.6803310997240836, + "val_macro_f1": 0.6080533575323337 + }, + { + "epoch": 45, + "loss": 0.049104086001179104, + "val_fps": 4092.964916941528, + "val_accuracy": 0.6358543417366946, + "val_precision": 0.8780718336483931, + "val_recall": 0.5879746835443038, + "val_specificity": 0.7704626334519573, + "val_f1": 0.7043214556482184, + "val_macro_f1": 0.6152226962323717 + }, + { + "epoch": 46, + "loss": 0.047514633581137944, + "val_fps": 4214.2100619906305, + "val_accuracy": 0.6321195144724556, + "val_precision": 0.9057377049180327, + "val_recall": 0.5594936708860759, + "val_specificity": 0.8362989323843416, + "val_f1": 0.6917057902973396, + "val_macro_f1": 0.6178436358894106 + }, + { + "epoch": 47, + "loss": 0.04549025025912235, + "val_fps": 4043.120703372622, + "val_accuracy": 0.6092436974789915, + "val_precision": 0.8841778697001034, + "val_recall": 0.5411392405063291, + "val_specificity": 0.800711743772242, + "val_f1": 0.6713780918727915, + "val_macro_f1": 0.5947564034493491 + } +] \ No newline at end of file diff --git a/results/MCFD/tcnte/metrics_test_clean.json b/results/MCFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..79b25bea513f171755922839a29b3e5bcc4715aa --- /dev/null +++ b/results/MCFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 3795.2966462786967, + "params": 210242, + "accuracy": 0.5829613095238095, + "precision": 0.7027417027417028, + "recall": 0.5787284610814023, + "specificity": 0.5900497512437811, + "f1": 0.634734441186054, + "macro_f1": 0.5744110003936338 +} \ No newline at end of file diff --git a/results/Synthetic/agcn/best.pt b/results/Synthetic/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..691da04e33c6dfdd5f1b75debc7adf4c7b4a236b --- /dev/null +++ b/results/Synthetic/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de34d04634cd958d5a365026da64387139ba25e4183b2b1334f26a61c5ac0c74 +size 867809 diff --git a/results/Synthetic/agcn/history.json b/results/Synthetic/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..6130bd2e5c910c8052d74136c0a4874c39db1cd1 --- /dev/null +++ b/results/Synthetic/agcn/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.1952398121356964, + "val_fps": 145.72827408063176, + "val_accuracy": 0.4444444444444444, + "val_precision": 0.4444444444444444, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.3076923076923077 + } +] \ No newline at end of file diff --git a/results/Synthetic/agcn/metrics_test_clean.json b/results/Synthetic/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..986f041cd5da246fbe7e253686eac54db7f2699f --- /dev/null +++ b/results/Synthetic/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 159.77018381668333, + "params": 208520, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/ctrgcn/best.pt b/results/Synthetic/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..81c2b708c461f5465b16293497cbd7977b2f0391 --- /dev/null +++ b/results/Synthetic/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881a9adb7a44a4a9f5130a0e0f5155cd9218cb0a3d981e08b7bbd750a780ed2f +size 1535165 diff --git a/results/Synthetic/ctrgcn/history.json b/results/Synthetic/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f0e33a39c8c7929843bdd2d84922a8ec18786aa8 --- /dev/null +++ b/results/Synthetic/ctrgcn/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.19207785030206045, + "val_fps": 135.12070967593993, + "val_accuracy": 0.4444444444444444, + "val_precision": 0.4444444444444444, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.3076923076923077 + } +] \ No newline at end of file diff --git a/results/Synthetic/ctrgcn/metrics_test_clean.json b/results/Synthetic/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..706a12dd5688b7dd0b5c084365bb7c5bae30f067 --- /dev/null +++ b/results/Synthetic/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 151.245780615558, + "params": 374984, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/best.pt b/results/Synthetic/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..fe9feb22238c3ed4f354c31771eef0a8f5989fb3 --- /dev/null +++ b/results/Synthetic/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fe350dd65783d64f108c12a90cba472ea1652d3c02a287cac988dba799441f +size 1265049 diff --git a/results/Synthetic/dynafall/history.json b/results/Synthetic/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..3fd12dbb161f024e2e2817fa23f1056bcf715034 --- /dev/null +++ b/results/Synthetic/dynafall/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.22574210166931152, + "val_fps": 127.35835051918123, + "val_accuracy": 0.4444444444444444, + "val_precision": 0.4444444444444444, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.3076923076923077 + } +] \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_clean.json b/results/Synthetic/dynafall/metrics_robust_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..41dc1ea05a36ba90e4ff6be8ce7c2f0faac9d8fa --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 112.37041093419398, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_low_conf.json b/results/Synthetic/dynafall/metrics_robust_low_conf.json new file mode 100644 index 0000000000000000000000000000000000000000..9656da3358977b9b5cac7203b5c78068bb0944b5 --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_low_conf.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "low_conf", + "fps": 199.52054000732969, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_lower_body.json b/results/Synthetic/dynafall/metrics_robust_lower_body.json new file mode 100644 index 0000000000000000000000000000000000000000..ca81b076c30354c0eb55afc6b7e0c6e7d0660031 --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_lower_body.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "lower_body", + "fps": 199.43313977667506, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_missing_10.json b/results/Synthetic/dynafall/metrics_robust_missing_10.json new file mode 100644 index 0000000000000000000000000000000000000000..9270d0bf3f08aca36ff072c74311bd9a24eb2548 --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_missing_10.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "missing", + "fps": 204.83560277908077, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_missing_20.json b/results/Synthetic/dynafall/metrics_robust_missing_20.json new file mode 100644 index 0000000000000000000000000000000000000000..09af53eff5cdd07ab0d7ef27e26ea83ea1753c9b --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_missing_20.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "missing", + "fps": 201.4036998642287, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_missing_30.json b/results/Synthetic/dynafall/metrics_robust_missing_30.json new file mode 100644 index 0000000000000000000000000000000000000000..ab31877e981e7e1e59e51db82f3fbae35fab0ee9 --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_missing_30.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "missing", + "fps": 202.57249108682828, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_robust_upper_body.json b/results/Synthetic/dynafall/metrics_robust_upper_body.json new file mode 100644 index 0000000000000000000000000000000000000000..591fa8d9a8239cf91d683e55083e4398adf0c9f0 --- /dev/null +++ b/results/Synthetic/dynafall/metrics_robust_upper_body.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "upper_body", + "fps": 201.61263794877428, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/dynafall/metrics_test_clean.json b/results/Synthetic/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..e7522a58d1b4079e130e605fef2804dc9f456bbf --- /dev/null +++ b/results/Synthetic/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 137.54780410253272, + "params": 307017, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/lstm/best.pt b/results/Synthetic/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..53635b8067ef7807e1a947267ea844278ddfd682 --- /dev/null +++ b/results/Synthetic/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fb82f3d7fa097b915714d19994e29d2f7741534949e898b1f637d0f70b18e9 +size 462662 diff --git a/results/Synthetic/lstm/history.json b/results/Synthetic/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..b2704f879fae92ca3dd61517c15c8fecc7a9f956 --- /dev/null +++ b/results/Synthetic/lstm/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.17757447560628256, + "val_fps": 161.80486132395268, + "val_accuracy": 0.4444444444444444, + "val_precision": 0.4444444444444444, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.3076923076923077 + } +] \ No newline at end of file diff --git a/results/Synthetic/lstm/metrics_test_clean.json b/results/Synthetic/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..5a190ab1a2421ca5f9e9357a6134ae5089de0c6c --- /dev/null +++ b/results/Synthetic/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 178.3433264087252, + "params": 114818, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/posec3d/best.pt b/results/Synthetic/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e68b65ecae50f18fca5ee949f52989fa67407293 --- /dev/null +++ b/results/Synthetic/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f900226e70f40817329384e51f974ddd891d2bac783717c8f54ee72d293e3c42 +size 63921 diff --git a/results/Synthetic/posec3d/history.json b/results/Synthetic/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..d9d0a5aee4772fdfa73bfa525107e21dbf0871f8 --- /dev/null +++ b/results/Synthetic/posec3d/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.31082967420419055, + "val_fps": 128.514634083286, + "val_accuracy": 0.5555555555555556, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 1.0, + "val_f1": 0.0, + "val_macro_f1": 0.35714285714285715 + } +] \ No newline at end of file diff --git a/results/Synthetic/posec3d/metrics_test_clean.json b/results/Synthetic/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..4267d121a41707a9f142c8a5ceb222b339b873ee --- /dev/null +++ b/results/Synthetic/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 154.35593462950746, + "params": 14466, + "accuracy": 0.5454545454545454, + "precision": 0.0, + "recall": 0.0, + "specificity": 1.0, + "f1": 0.0, + "macro_f1": 0.35294117647058826 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/best.pt b/results/Synthetic/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..09a5dcd6451cb2ae660b2079990bcba3eb5f22ef --- /dev/null +++ b/results/Synthetic/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bd1dd205c2452fd45ea638dfa3a0fdc68c211185f8ab49aa0b3acdd4501f4d +size 430405 diff --git a/results/Synthetic/stgcn/history.json b/results/Synthetic/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..4b0b6d4cc82e164aed0c1296d6246a75ae1678d3 --- /dev/null +++ b/results/Synthetic/stgcn/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.1772019068400065, + "val_fps": 143.27210518054676, + "val_accuracy": 0.4444444444444444, + "val_precision": 0.4444444444444444, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.3076923076923077 + } +] \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_clean.json b/results/Synthetic/stgcn/metrics_robust_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..198a544b7cd060d0eacbfc28aba7cb5b6242995f --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 59.25321841552028, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_low_conf.json b/results/Synthetic/stgcn/metrics_robust_low_conf.json new file mode 100644 index 0000000000000000000000000000000000000000..d018940599ac9a7d6648aad799a725bd1b4c73d9 --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_low_conf.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "low_conf", + "fps": 235.068647513618, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_lower_body.json b/results/Synthetic/stgcn/metrics_robust_lower_body.json new file mode 100644 index 0000000000000000000000000000000000000000..d5aafb9dc6fcf05a88a97f92774180b11dd72cdf --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_lower_body.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "lower_body", + "fps": 229.45211970691525, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_missing_10.json b/results/Synthetic/stgcn/metrics_robust_missing_10.json new file mode 100644 index 0000000000000000000000000000000000000000..62280f29edbb6c74d1c96d1f52e76e2641b53756 --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_missing_10.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "missing", + "fps": 244.4032307720004, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_missing_20.json b/results/Synthetic/stgcn/metrics_robust_missing_20.json new file mode 100644 index 0000000000000000000000000000000000000000..bafd521374ee262924484d94471b42add3e441d4 --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_missing_20.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "missing", + "fps": 232.52678346029538, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_missing_30.json b/results/Synthetic/stgcn/metrics_robust_missing_30.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e0b10e4fa2883c899a128854262e4f30b74b8e --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_missing_30.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "missing", + "fps": 226.1873846409223, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_robust_upper_body.json b/results/Synthetic/stgcn/metrics_robust_upper_body.json new file mode 100644 index 0000000000000000000000000000000000000000..42d3e0152b6fcefcec9936f6bac1ca237d7238a6 --- /dev/null +++ b/results/Synthetic/stgcn/metrics_robust_upper_body.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "upper_body", + "fps": 231.17158886242865, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/stgcn/metrics_test_clean.json b/results/Synthetic/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..339eb201c3d2b2965714d9fb07ad34600b4296a7 --- /dev/null +++ b/results/Synthetic/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 152.93392018280866, + "params": 103394, + "accuracy": 0.45454545454545453, + "precision": 0.45454545454545453, + "recall": 1.0, + "specificity": 0.0, + "f1": 0.625, + "macro_f1": 0.3125 +} \ No newline at end of file diff --git a/results/Synthetic/tcnte/best.pt b/results/Synthetic/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..b67f36c2e80f210edbbb60f263e72ba78818588c --- /dev/null +++ b/results/Synthetic/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529521221cdd8a30232c4de04e98428a06b2ae238dfae6dc4fc1d2f31214086b +size 851281 diff --git a/results/Synthetic/tcnte/history.json b/results/Synthetic/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..67bfd4b238e707943febef3b845a921d373ea43e --- /dev/null +++ b/results/Synthetic/tcnte/history.json @@ -0,0 +1,13 @@ +[ + { + "epoch": 1, + "loss": 0.5090452382961909, + "val_fps": 124.88021572952583, + "val_accuracy": 0.5555555555555556, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 1.0, + "val_f1": 0.0, + "val_macro_f1": 0.35714285714285715 + } +] \ No newline at end of file diff --git a/results/Synthetic/tcnte/metrics_test_clean.json b/results/Synthetic/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d75fb616d64c35f68d7907a39082f80f11593f32 --- /dev/null +++ b/results/Synthetic/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "Synthetic", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 137.59016456252635, + "params": 210242, + "accuracy": 0.5454545454545454, + "precision": 0.0, + "recall": 0.0, + "specificity": 1.0, + "f1": 0.0, + "macro_f1": 0.35294117647058826 +} \ No newline at end of file diff --git a/results/URFD/agcn/best.pt b/results/URFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..5898470af764fadf2aee2584d48c0154ae2001f9 --- /dev/null +++ b/results/URFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff15c733270e0bd50c115b1806dff5847d7c3716feb759ef1d14db376b92bfa +size 867809 diff --git a/results/URFD/agcn/history.json b/results/URFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f7da67e72dd2d0bb09d640cf8d61596a953c42c4 --- /dev/null +++ b/results/URFD/agcn/history.json @@ -0,0 +1,200 @@ +[ + { + "epoch": 1, + "loss": 0.07403463644108602, + "val_fps": 1158.234031395258, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.3157894736842105, + "val_recall": 0.96, + "val_specificity": 0.2676056338028169, + "val_f1": 0.4752475247524752, + "val_macro_f1": 0.44641497116744644 + }, + { + "epoch": 2, + "loss": 0.059203159263623614, + "val_fps": 1285.4574572258218, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 3, + "loss": 0.062071017654878755, + "val_fps": 1233.363983451403, + "val_accuracy": 0.3229166666666667, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.08450704225352113, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.295313382269904 + }, + { + "epoch": 4, + "loss": 0.05679788453770535, + "val_fps": 1232.9448519232483, + "val_accuracy": 0.875, + "val_precision": 0.8095238095238095, + "val_recall": 0.68, + "val_specificity": 0.9436619718309859, + "val_f1": 0.7391304347826086, + "val_macro_f1": 0.8284693269803454 + }, + { + "epoch": 5, + "loss": 0.05819512138675366, + "val_fps": 1230.464042392841, + "val_accuracy": 0.6354166666666666, + "val_precision": 0.41379310344827586, + "val_recall": 0.96, + "val_specificity": 0.5211267605633803, + "val_f1": 0.5783132530120482, + "val_macro_f1": 0.6286061677904278 + }, + { + "epoch": 6, + "loss": 0.056458539329469204, + "val_fps": 1219.4867360819544, + "val_accuracy": 0.78125, + "val_precision": 0.5625, + "val_recall": 0.72, + "val_specificity": 0.8028169014084507, + "val_f1": 0.631578947368421, + "val_macro_f1": 0.7380116959064327 + }, + { + "epoch": 7, + "loss": 0.057189042546919415, + "val_fps": 1231.080371469507, + "val_accuracy": 0.5625, + "val_precision": 0.36923076923076925, + "val_recall": 0.96, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5333333333333333, + "val_macro_f1": 0.5607843137254902 + }, + { + "epoch": 8, + "loss": 0.04848357130374227, + "val_fps": 1190.1218705851763, + "val_accuracy": 0.875, + "val_precision": 0.7407407407407407, + "val_recall": 0.8, + "val_specificity": 0.9014084507042254, + "val_f1": 0.7692307692307693, + "val_macro_f1": 0.8417582417582418 + }, + { + "epoch": 9, + "loss": 0.04915139937241163, + "val_fps": 1210.5948135670378, + "val_accuracy": 0.46875, + "val_precision": 0.32432432432432434, + "val_recall": 0.96, + "val_specificity": 0.29577464788732394, + "val_f1": 0.48484848484848486, + "val_macro_f1": 0.4682306940371457 + }, + { + "epoch": 10, + "loss": 0.048261770113770454, + "val_fps": 1206.4086759467993, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.3287671232876712, + "val_recall": 0.96, + "val_specificity": 0.30985915492957744, + "val_f1": 0.4897959183673469, + "val_macro_f1": 0.47894051237516283 + }, + { + "epoch": 11, + "loss": 0.039701249450445175, + "val_fps": 1173.3891204804438, + "val_accuracy": 0.78125, + "val_precision": 0.5588235294117647, + "val_recall": 0.76, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6440677966101694, + "val_macro_f1": 0.7430865298840321 + }, + { + "epoch": 12, + "loss": 0.041754846061979024, + "val_fps": 1190.398866964465, + "val_accuracy": 0.59375, + "val_precision": 0.375, + "val_recall": 0.84, + "val_specificity": 0.5070422535211268, + "val_f1": 0.5185185185185185, + "val_macro_f1": 0.5835835835835836 + }, + { + "epoch": 13, + "loss": 0.04945268927674208, + "val_fps": 1190.5056097113843, + "val_accuracy": 0.5625, + "val_precision": 0.373134328358209, + "val_recall": 1.0, + "val_specificity": 0.4084507042253521, + "val_f1": 0.5434782608695652, + "val_macro_f1": 0.5617391304347825 + }, + { + "epoch": 14, + "loss": 0.03998539483706866, + "val_fps": 1195.4357930582366, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.375, + "val_recall": 0.96, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5393258426966292, + "val_macro_f1": 0.5706337951347223 + }, + { + "epoch": 15, + "loss": 0.04334768845832774, + "val_fps": 1198.912302188868, + "val_accuracy": 0.8645833333333334, + "val_precision": 0.75, + "val_recall": 0.72, + "val_specificity": 0.9154929577464789, + "val_f1": 0.7346938775510204, + "val_macro_f1": 0.8218923933209648 + }, + { + "epoch": 16, + "loss": 0.03857549886950957, + "val_fps": 1195.7788534713593, + "val_accuracy": 0.3958333333333333, + "val_precision": 0.30120481927710846, + "val_recall": 1.0, + "val_specificity": 0.18309859154929578, + "val_f1": 0.46296296296296297, + "val_macro_f1": 0.3862433862433863 + }, + { + "epoch": 17, + "loss": 0.048020768245416026, + "val_fps": 1187.8314237272862, + "val_accuracy": 0.5416666666666666, + "val_precision": 0.36231884057971014, + "val_recall": 1.0, + "val_specificity": 0.38028169014084506, + "val_f1": 0.5319148936170213, + "val_macro_f1": 0.5414676508901433 + }, + { + "epoch": 18, + "loss": 0.03471010710511889, + "val_fps": 1150.0629354531188, + "val_accuracy": 0.7395833333333334, + "val_precision": 0.5, + "val_recall": 0.92, + "val_specificity": 0.676056338028169, + "val_f1": 0.647887323943662, + "val_macro_f1": 0.7206378768478641 + } +] \ No newline at end of file diff --git a/results/URFD/agcn/metrics_test_clean.json b/results/URFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..38b96486f1b2281dd183e0145ca16a98e04d7d9e --- /dev/null +++ b/results/URFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 1219.690346104161, + "params": 208520, + "accuracy": 0.6826923076923077, + "precision": 0.4222222222222222, + "recall": 0.7307692307692307, + "specificity": 0.6666666666666666, + "f1": 0.5352112676056338, + "macro_f1": 0.6471676775984373 +} \ No newline at end of file diff --git a/results/URFD/ctrgcn/best.pt b/results/URFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..c8ba9fc4a1d6083879c9027da1a02030300e34d9 --- /dev/null +++ b/results/URFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd0dd0520d0f49d0cf181c3a71a32d1681ab76ad426f5ac0fae1e6b2ba790d +size 1535165 diff --git a/results/URFD/ctrgcn/history.json b/results/URFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..32d6e01ca6b487519b53d52f846a09b21fa58870 --- /dev/null +++ b/results/URFD/ctrgcn/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.08462698311944093, + "val_fps": 1174.0399064533187, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 2, + "loss": 0.06662031023630074, + "val_fps": 1172.5446767209537, + "val_accuracy": 0.40625, + "val_precision": 0.3048780487804878, + "val_recall": 1.0, + "val_specificity": 0.19718309859154928, + "val_f1": 0.4672897196261682, + "val_macro_f1": 0.3983507421660253 + }, + { + "epoch": 3, + "loss": 0.06259966854538236, + "val_fps": 1180.916747610908, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 4, + "loss": 0.05792113885815654, + "val_fps": 1198.0770775065184, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.3333333333333333, + "val_recall": 0.96, + "val_specificity": 0.323943661971831, + "val_f1": 0.4948453608247423, + "val_macro_f1": 0.48952794357026586 + }, + { + "epoch": 5, + "loss": 0.06139164883643389, + "val_fps": 1204.2652753971088, + "val_accuracy": 0.7708333333333334, + "val_precision": 0.5454545454545454, + "val_recall": 0.72, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6206896551724138, + "val_macro_f1": 0.728255275347401 + }, + { + "epoch": 6, + "loss": 0.05588194415239351, + "val_fps": 1214.9566248342255, + "val_accuracy": 0.6145833333333334, + "val_precision": 0.4, + "val_recall": 0.96, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5647058823529412, + "val_macro_f1": 0.6094557449147884 + }, + { + "epoch": 7, + "loss": 0.06456699554941484, + "val_fps": 1165.894844781602, + "val_accuracy": 0.5833333333333334, + "val_precision": 0.3770491803278688, + "val_recall": 0.92, + "val_specificity": 0.4647887323943662, + "val_f1": 0.5348837209302325, + "val_macro_f1": 0.5787626151820974 + }, + { + "epoch": 8, + "loss": 0.053188902392451255, + "val_fps": 1149.4913267442266, + "val_accuracy": 0.34375, + "val_precision": 0.2840909090909091, + "val_recall": 1.0, + "val_specificity": 0.11267605633802817, + "val_f1": 0.4424778761061947, + "val_macro_f1": 0.32250476083790747 + }, + { + "epoch": 9, + "loss": 0.051410628748791556, + "val_fps": 1168.9908316534916, + "val_accuracy": 0.40625, + "val_precision": 0.3048780487804878, + "val_recall": 1.0, + "val_specificity": 0.19718309859154928, + "val_f1": 0.4672897196261682, + "val_macro_f1": 0.3983507421660253 + }, + { + "epoch": 10, + "loss": 0.05368726560845971, + "val_fps": 1240.1074135612505, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.3235294117647059, + "val_recall": 0.88, + "val_specificity": 0.352112676056338, + "val_f1": 0.4731182795698925, + "val_macro_f1": 0.4890843923101988 + }, + { + "epoch": 11, + "loss": 0.04431865045002529, + "val_fps": 1061.245295838432, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.4716981132075472, + "val_recall": 1.0, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6410256410256411, + "val_macro_f1": 0.6977058029689609 + }, + { + "epoch": 12, + "loss": 0.042085769320172925, + "val_fps": 1197.2978345992926, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.3709677419354839, + "val_recall": 0.92, + "val_specificity": 0.4507042253521127, + "val_f1": 0.5287356321839081, + "val_macro_f1": 0.5691297208538588 + }, + { + "epoch": 13, + "loss": 0.04547430272214115, + "val_fps": 1176.099476592955, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.3157894736842105, + "val_recall": 0.96, + "val_specificity": 0.2676056338028169, + "val_f1": 0.4752475247524752, + "val_macro_f1": 0.44641497116744644 + }, + { + "epoch": 14, + "loss": 0.03940269836623754, + "val_fps": 1169.461067257752, + "val_accuracy": 0.5208333333333334, + "val_precision": 0.34328358208955223, + "val_recall": 0.92, + "val_specificity": 0.38028169014084506, + "val_f1": 0.5, + "val_macro_f1": 0.52 + }, + { + "epoch": 15, + "loss": 0.037292886924530776, + "val_fps": 1186.740565783909, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 16, + "loss": 0.03767245344351977, + "val_fps": 1171.192280706977, + "val_accuracy": 0.8020833333333334, + "val_precision": 0.6153846153846154, + "val_recall": 0.64, + "val_specificity": 0.8591549295774648, + "val_f1": 0.6274509803921569, + "val_macro_f1": 0.7463496036712558 + }, + { + "epoch": 17, + "loss": 0.05618948642430561, + "val_fps": 1172.2375718330775, + "val_accuracy": 0.40625, + "val_precision": 0.3048780487804878, + "val_recall": 1.0, + "val_specificity": 0.19718309859154928, + "val_f1": 0.4672897196261682, + "val_macro_f1": 0.3983507421660253 + }, + { + "epoch": 18, + "loss": 0.03900969347783497, + "val_fps": 1172.6594206274342, + "val_accuracy": 0.78125, + "val_precision": 0.5666666666666667, + "val_recall": 0.68, + "val_specificity": 0.8169014084507042, + "val_f1": 0.6181818181818182, + "val_macro_f1": 0.7324485733244857 + }, + { + "epoch": 19, + "loss": 0.032645643688738346, + "val_fps": 1174.7991079254377, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 20, + "loss": 0.03735090459563902, + "val_fps": 1274.83670363948, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.32857142857142857, + "val_recall": 0.92, + "val_specificity": 0.3380281690140845, + "val_f1": 0.4842105263157895, + "val_macro_f1": 0.48952794357026586 + }, + { + "epoch": 21, + "loss": 0.03802501104239907, + "val_fps": 1191.4975381020593, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3076923076923077, + "val_recall": 0.96, + "val_specificity": 0.23943661971830985, + "val_f1": 0.46601941747572817, + "val_macro_f1": 0.4240209446929203 + } +] \ No newline at end of file diff --git a/results/URFD/ctrgcn/metrics_test_clean.json b/results/URFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9591a9b8a9d9be812411eba6e36cef109888d12c --- /dev/null +++ b/results/URFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 1231.3796348833991, + "params": 374984, + "accuracy": 0.5769230769230769, + "precision": 0.36363636363636365, + "recall": 0.9230769230769231, + "specificity": 0.46153846153846156, + "f1": 0.5217391304347826, + "macro_f1": 0.5712143928035982 +} \ No newline at end of file diff --git a/results/URFD/lstm/best.pt b/results/URFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..c926cdd4e19c24870262ffcb09e62f4516d296a3 --- /dev/null +++ b/results/URFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b412b0274b41a7840ece0dd3af0d3912da827d8942e2bac72bd6285d19fdb138 +size 462662 diff --git a/results/URFD/lstm/history.json b/results/URFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..b662cc214c614902c58edbf384c554c7890fd9fd --- /dev/null +++ b/results/URFD/lstm/history.json @@ -0,0 +1,112 @@ +[ + { + "epoch": 1, + "loss": 0.12022301581289087, + "val_fps": 1303.491287938107, + "val_accuracy": 0.90625, + "val_precision": 1.0, + "val_recall": 0.64, + "val_specificity": 1.0, + "val_f1": 0.7804878048780488, + "val_macro_f1": 0.8604425779357132 + }, + { + "epoch": 2, + "loss": 0.10435570137841362, + "val_fps": 1385.7758823579707, + "val_accuracy": 0.90625, + "val_precision": 1.0, + "val_recall": 0.64, + "val_specificity": 1.0, + "val_f1": 0.7804878048780488, + "val_macro_f1": 0.8604425779357132 + }, + { + "epoch": 3, + "loss": 0.09330733140398349, + "val_fps": 1370.554011906599, + "val_accuracy": 0.8958333333333334, + "val_precision": 0.8947368421052632, + "val_recall": 0.68, + "val_specificity": 0.971830985915493, + "val_f1": 0.7727272727272727, + "val_macro_f1": 0.8525798525798526 + }, + { + "epoch": 4, + "loss": 0.09806121995539538, + "val_fps": 1384.2747700519194, + "val_accuracy": 0.8958333333333334, + "val_precision": 1.0, + "val_recall": 0.6, + "val_specificity": 1.0, + "val_f1": 0.75, + "val_macro_f1": 0.8421052631578947 + }, + { + "epoch": 5, + "loss": 0.09154590591788292, + "val_fps": 1348.9475034917762, + "val_accuracy": 0.9166666666666666, + "val_precision": 1.0, + "val_recall": 0.68, + "val_specificity": 1.0, + "val_f1": 0.8095238095238095, + "val_macro_f1": 0.878095238095238 + }, + { + "epoch": 6, + "loss": 0.08774401220892157, + "val_fps": 1337.3116422362612, + "val_accuracy": 0.90625, + "val_precision": 0.9444444444444444, + "val_recall": 0.68, + "val_specificity": 0.9859154929577465, + "val_f1": 0.7906976744186046, + "val_macro_f1": 0.8651474949274232 + }, + { + "epoch": 7, + "loss": 0.08183471579104662, + "val_fps": 1340.8035150651895, + "val_accuracy": 0.8854166666666666, + "val_precision": 1.0, + "val_recall": 0.56, + "val_specificity": 1.0, + "val_f1": 0.717948717948718, + "val_macro_f1": 0.8230266465560583 + }, + { + "epoch": 8, + "loss": 0.08493887227294701, + "val_fps": 1359.7340491910095, + "val_accuracy": 0.9270833333333334, + "val_precision": 1.0, + "val_recall": 0.72, + "val_specificity": 1.0, + "val_f1": 0.8372093023255814, + "val_macro_f1": 0.8951147182768846 + }, + { + "epoch": 9, + "loss": 0.07945216999256186, + "val_fps": 1321.6891195551152, + "val_accuracy": 0.9166666666666666, + "val_precision": 1.0, + "val_recall": 0.68, + "val_specificity": 1.0, + "val_f1": 0.8095238095238095, + "val_macro_f1": 0.878095238095238 + }, + { + "epoch": 10, + "loss": 0.07794280563082014, + "val_fps": 1313.663060140483, + "val_accuracy": 0.8958333333333334, + "val_precision": 1.0, + "val_recall": 0.6, + "val_specificity": 1.0, + "val_f1": 0.75, + "val_macro_f1": 0.8421052631578947 + } +] \ No newline at end of file diff --git a/results/URFD/lstm/metrics_test_clean.json b/results/URFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6455ea88e55961b2e8c10375f4429421023f88c2 --- /dev/null +++ b/results/URFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 1473.2926980448253, + "params": 114818, + "accuracy": 0.7980769230769231, + "precision": 0.6190476190476191, + "recall": 0.5, + "specificity": 0.8974358974358975, + "f1": 0.5531914893617021, + "macro_f1": 0.7113783533765032 +} \ No newline at end of file diff --git a/results/URFD/posec3d/best.pt b/results/URFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..d77ea1226aede03aa000434df67c218206789606 --- /dev/null +++ b/results/URFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54d373370a401e4550d70289e442758369acf9d680840d56646be17aba36643 +size 63921 diff --git a/results/URFD/posec3d/history.json b/results/URFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..6f317144f08e7856a21c0674c4c3077e4b23314a --- /dev/null +++ b/results/URFD/posec3d/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07750178341354642, + "val_fps": 1103.2589778142114, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.29411764705882354, + "val_recall": 0.8, + "val_specificity": 0.323943661971831, + "val_f1": 0.43010752688172044, + "val_macro_f1": 0.4473769957640925 + }, + { + "epoch": 2, + "loss": 0.07749534118920565, + "val_fps": 1145.1314922023485, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 3, + "loss": 0.07584980662379946, + "val_fps": 1156.479953650695, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 4, + "loss": 0.07555729403559651, + "val_fps": 1155.324484834334, + "val_accuracy": 0.5625, + "val_precision": 0.34545454545454546, + "val_recall": 0.76, + "val_specificity": 0.49295774647887325, + "val_f1": 0.475, + "val_macro_f1": 0.55 + }, + { + "epoch": 5, + "loss": 0.075650272225695, + "val_fps": 1142.9089852334546, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 6, + "loss": 0.07324211884822164, + "val_fps": 1102.2090124557624, + "val_accuracy": 0.3020833333333333, + "val_precision": 0.2717391304347826, + "val_recall": 1.0, + "val_specificity": 0.056338028169014086, + "val_f1": 0.42735042735042733, + "val_macro_f1": 0.267008547008547 + }, + { + "epoch": 7, + "loss": 0.07317798318607467, + "val_fps": 1119.6378192161096, + "val_accuracy": 0.3229166666666667, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.08450704225352113, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.295313382269904 + }, + { + "epoch": 8, + "loss": 0.07410079959247794, + "val_fps": 1127.920337754531, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 9, + "loss": 0.0718422094359994, + "val_fps": 1138.590771377594, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 10, + "loss": 0.07284350719835077, + "val_fps": 1150.2191782766265, + "val_accuracy": 0.2708333333333333, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.014084507042253521, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.22222222222222224 + }, + { + "epoch": 11, + "loss": 0.07132014685443469, + "val_fps": 1127.4357767036722, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 12, + "loss": 0.06956687449876751, + "val_fps": 1121.0459946009282, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 13, + "loss": 0.0670839176912393, + "val_fps": 1162.72532646317, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 14, + "loss": 0.07056847813406161, + "val_fps": 1159.943326456967, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + } +] \ No newline at end of file diff --git a/results/URFD/posec3d/metrics_test_clean.json b/results/URFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea72e3590f14c0b3a0cb8c8cabd52f432909180 --- /dev/null +++ b/results/URFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 1079.6862546887596, + "params": 14466, + "accuracy": 0.5384615384615384, + "precision": 0.3472222222222222, + "recall": 0.9615384615384616, + "specificity": 0.3974358974358974, + "f1": 0.5102040816326531, + "macro_f1": 0.5369202226345083 +} \ No newline at end of file diff --git a/results/URFD/stgcn/best.pt b/results/URFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f6e8314ca2173b513c9e6e001ae1d0f723fa56e --- /dev/null +++ b/results/URFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f09fe5d65e8e8131536875539affbdd001f7b10bbe3e24775c026df35575f5 +size 430405 diff --git a/results/URFD/stgcn/history.json b/results/URFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..21394224d46010c4c7ffe398bc52ca49fb1161d8 --- /dev/null +++ b/results/URFD/stgcn/history.json @@ -0,0 +1,112 @@ +[ + { + "epoch": 1, + "loss": 0.13576983820114816, + "val_fps": 1235.3019324653087, + "val_accuracy": 0.8333333333333334, + "val_precision": 0.8, + "val_recall": 0.48, + "val_specificity": 0.9577464788732394, + "val_f1": 0.6, + "val_macro_f1": 0.7473684210526316 + }, + { + "epoch": 2, + "loss": 0.11413662122296435, + "val_fps": 1188.2091533768953, + "val_accuracy": 0.7708333333333334, + "val_precision": 0.8, + "val_recall": 0.16, + "val_specificity": 0.9859154929577465, + "val_f1": 0.26666666666666666, + "val_macro_f1": 0.5654320987654321 + }, + { + "epoch": 3, + "loss": 0.11152479438377279, + "val_fps": 1243.5633987454512, + "val_accuracy": 0.75, + "val_precision": 1.0, + "val_recall": 0.04, + "val_specificity": 1.0, + "val_f1": 0.07692307692307693, + "val_macro_f1": 0.4661723818350324 + }, + { + "epoch": 4, + "loss": 0.10653061818863664, + "val_fps": 1199.542339971856, + "val_accuracy": 0.6666666666666666, + "val_precision": 0.42857142857142855, + "val_recall": 0.84, + "val_specificity": 0.6056338028169014, + "val_f1": 0.5675675675675675, + "val_macro_f1": 0.6481905634448006 + }, + { + "epoch": 5, + "loss": 0.10526569613388606, + "val_fps": 1202.9238683432045, + "val_accuracy": 0.75, + "val_precision": 1.0, + "val_recall": 0.04, + "val_specificity": 1.0, + "val_f1": 0.07692307692307693, + "val_macro_f1": 0.4661723818350324 + }, + { + "epoch": 6, + "loss": 0.10284177825919219, + "val_fps": 1236.7523545806077, + "val_accuracy": 0.875, + "val_precision": 0.782608695652174, + "val_recall": 0.72, + "val_specificity": 0.9295774647887324, + "val_f1": 0.75, + "val_macro_f1": 0.8333333333333333 + }, + { + "epoch": 7, + "loss": 0.09652455550219331, + "val_fps": 1231.225785188929, + "val_accuracy": 0.8125, + "val_precision": 1.0, + "val_recall": 0.28, + "val_specificity": 1.0, + "val_f1": 0.4375, + "val_macro_f1": 0.6625 + }, + { + "epoch": 8, + "loss": 0.09494677412190608, + "val_fps": 1253.0612295746, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5641025641025641, + "val_recall": 0.88, + "val_specificity": 0.7605633802816901, + "val_f1": 0.6875, + "val_macro_f1": 0.765625 + }, + { + "epoch": 9, + "loss": 0.08855722126151834, + "val_fps": 1179.5050433264291, + "val_accuracy": 0.71875, + "val_precision": 0.4807692307692308, + "val_recall": 1.0, + "val_specificity": 0.6197183098591549, + "val_f1": 0.6493506493506493, + "val_macro_f1": 0.7072840203274986 + }, + { + "epoch": 10, + "loss": 0.0838735202726509, + "val_fps": 1209.9936931943957, + "val_accuracy": 0.9583333333333334, + "val_precision": 0.9565217391304348, + "val_recall": 0.88, + "val_specificity": 0.9859154929577465, + "val_f1": 0.9166666666666666, + "val_macro_f1": 0.9444444444444444 + } +] \ No newline at end of file diff --git a/results/URFD/stgcn/metrics_test_clean.json b/results/URFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..bd9a5d3fedbff7bd68db5eae18730de74483a41d --- /dev/null +++ b/results/URFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 1244.6769336112, + "params": 103394, + "accuracy": 0.75, + "precision": 0.5, + "recall": 0.46153846153846156, + "specificity": 0.8461538461538461, + "f1": 0.48, + "macro_f1": 0.6577215189873418 +} \ No newline at end of file diff --git a/results/URFD/tcnte/best.pt b/results/URFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..52362dc33f31607687a2a814aebec275f00b9d2e --- /dev/null +++ b/results/URFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a8be70e112b80fb6b204de4755f75582cde21d003399d0ebb3c27156d357f6 +size 851281 diff --git a/results/URFD/tcnte/history.json b/results/URFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..afee72959d50d7b144ebe4a04a93090991b14431 --- /dev/null +++ b/results/URFD/tcnte/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.10248032411826509, + "val_fps": 1195.238876755393, + "val_accuracy": 0.8854166666666666, + "val_precision": 0.85, + "val_recall": 0.68, + "val_specificity": 0.9577464788732394, + "val_f1": 0.7555555555555555, + "val_macro_f1": 0.8403628117913833 + }, + { + "epoch": 2, + "loss": 0.06901749063815389, + "val_fps": 1149.8001454550647, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.33783783783783783, + "val_recall": 1.0, + "val_specificity": 0.30985915492957744, + "val_f1": 0.5050505050505051, + "val_macro_f1": 0.4890843923101988 + }, + { + "epoch": 3, + "loss": 0.061055553677890985, + "val_fps": 1214.120425880128, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 4, + "loss": 0.06409976092566337, + "val_fps": 1225.0398325661563, + "val_accuracy": 0.90625, + "val_precision": 0.9, + "val_recall": 0.72, + "val_specificity": 0.971830985915493, + "val_f1": 0.8, + "val_macro_f1": 0.8693877551020408 + }, + { + "epoch": 5, + "loss": 0.06610760159258332, + "val_fps": 1189.9243520034518, + "val_accuracy": 0.375, + "val_precision": 0.29411764705882354, + "val_recall": 1.0, + "val_specificity": 0.15492957746478872, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.36141906873614194 + }, + { + "epoch": 6, + "loss": 0.05665158413882766, + "val_fps": 1194.227194138946, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 7, + "loss": 0.06114384944417647, + "val_fps": 1246.977361611708, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 8, + "loss": 0.06428502154137407, + "val_fps": 1151.947117848943, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.32051282051282054, + "val_recall": 1.0, + "val_specificity": 0.2535211267605634, + "val_f1": 0.4854368932038835, + "val_macro_f1": 0.4449656376131777 + }, + { + "epoch": 9, + "loss": 0.049411261886624355, + "val_fps": 1246.7660109838648, + "val_accuracy": 0.65625, + "val_precision": 0.43103448275862066, + "val_recall": 1.0, + "val_specificity": 0.5352112676056338, + "val_f1": 0.6024096385542169, + "val_macro_f1": 0.6498286724881177 + }, + { + "epoch": 10, + "loss": 0.044019096331404786, + "val_fps": 1184.2344101642277, + "val_accuracy": 0.6041666666666666, + "val_precision": 0.3968253968253968, + "val_recall": 1.0, + "val_specificity": 0.4647887323943662, + "val_f1": 0.5681818181818182, + "val_macro_f1": 0.6013986013986015 + }, + { + "epoch": 11, + "loss": 0.04034242280093687, + "val_fps": 1115.5871131304532, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.32051282051282054, + "val_recall": 1.0, + "val_specificity": 0.2535211267605634, + "val_f1": 0.4854368932038835, + "val_macro_f1": 0.4449656376131777 + }, + { + "epoch": 12, + "loss": 0.04375996433996728, + "val_fps": 1245.2030097902114, + "val_accuracy": 0.6770833333333334, + "val_precision": 0.4444444444444444, + "val_recall": 0.96, + "val_specificity": 0.5774647887323944, + "val_f1": 0.6075949367088608, + "val_macro_f1": 0.66662932676151 + }, + { + "epoch": 13, + "loss": 0.04325823598940458, + "val_fps": 1213.7737939862113, + "val_accuracy": 0.6145833333333334, + "val_precision": 0.4032258064516129, + "val_recall": 1.0, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5747126436781609, + "val_macro_f1": 0.6111658456486042 + }, + { + "epoch": 14, + "loss": 0.040108437716428726, + "val_fps": 1241.1868213758178, + "val_accuracy": 0.6666666666666666, + "val_precision": 0.43636363636363634, + "val_recall": 0.96, + "val_specificity": 0.5633802816901409, + "val_f1": 0.6, + "val_macro_f1": 0.6571428571428571 + } +] \ No newline at end of file diff --git a/results/URFD/tcnte/metrics_test_clean.json b/results/URFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9dc6a0c3966c3866742d7bd7c69ac73c466890d1 --- /dev/null +++ b/results/URFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 1251.9404237297333, + "params": 210242, + "accuracy": 0.6634615384615384, + "precision": 0.3783783783783784, + "recall": 0.5384615384615384, + "specificity": 0.7051282051282052, + "f1": 0.4444444444444444, + "macro_f1": 0.6015325670498084 +} \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall/best.pt b/results/ablation/seed_13/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..5a97c5962bd6dfb4922d29378839cc51aee69759 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019c571b49b0ef6fa6d070d2c5c8ff25e0b79d9bdeae63a78c013f9a5cc46c98 +size 1265049 diff --git a/results/ablation/seed_13/MCFD/dynafall/history.json b/results/ablation/seed_13/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..e5b2b8a7a9440a632858feb9b5bdeee4e0486fd8 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall/history.json @@ -0,0 +1,123 @@ +[ + { + "epoch": 1, + "loss": 0.054552468752688904, + "val_fps": 3880.8571915054736, + "val_accuracy": 0.6619822485207101, + "val_precision": 1.0, + "val_recall": 0.6619822485207101, + "val_specificity": 0.0, + "val_f1": 0.796617712505563, + "val_macro_f1": 0.3983088562527815 + }, + { + "epoch": 2, + "loss": 0.04946712401837016, + "val_fps": 3633.5876310414646, + "val_accuracy": 0.22189349112426035, + "val_precision": 1.0, + "val_recall": 0.22189349112426035, + "val_specificity": 0.0, + "val_f1": 0.36319612590799033, + "val_macro_f1": 0.18159806295399517 + }, + { + "epoch": 3, + "loss": 0.046854969411734726, + "val_fps": 3875.3121509156617, + "val_accuracy": 0.23668639053254437, + "val_precision": 1.0, + "val_recall": 0.23668639053254437, + "val_specificity": 0.0, + "val_f1": 0.3827751196172249, + "val_macro_f1": 0.19138755980861244 + }, + { + "epoch": 4, + "loss": 0.04483241938744212, + "val_fps": 3674.299010838605, + "val_accuracy": 0.3239644970414201, + "val_precision": 1.0, + "val_recall": 0.3239644970414201, + "val_specificity": 0.0, + "val_f1": 0.4893854748603352, + "val_macro_f1": 0.2446927374301676 + }, + { + "epoch": 5, + "loss": 0.04426882802685605, + "val_fps": 3893.132572574754, + "val_accuracy": 0.5850591715976331, + "val_precision": 1.0, + "val_recall": 0.5850591715976331, + "val_specificity": 0.0, + "val_f1": 0.7382174521698553, + "val_macro_f1": 0.3691087260849277 + }, + { + "epoch": 6, + "loss": 0.04295729387174301, + "val_fps": 3887.8074684570556, + "val_accuracy": 0.3698224852071006, + "val_precision": 1.0, + "val_recall": 0.3698224852071006, + "val_specificity": 0.0, + "val_f1": 0.5399568034557235, + "val_macro_f1": 0.26997840172786175 + }, + { + "epoch": 7, + "loss": 0.041927695843167134, + "val_fps": 3481.2865175440265, + "val_accuracy": 0.4393491124260355, + "val_precision": 1.0, + "val_recall": 0.4393491124260355, + "val_specificity": 0.0, + "val_f1": 0.6104830421377184, + "val_macro_f1": 0.3052415210688592 + }, + { + "epoch": 8, + "loss": 0.040938012344656584, + "val_fps": 3691.2395556253905, + "val_accuracy": 0.23446745562130178, + "val_precision": 1.0, + "val_recall": 0.23446745562130178, + "val_specificity": 0.0, + "val_f1": 0.37986818454164173, + "val_macro_f1": 0.18993409227082086 + }, + { + "epoch": 9, + "loss": 0.040627084225946686, + "val_fps": 3600.828858591861, + "val_accuracy": 0.5340236686390533, + "val_precision": 1.0, + "val_recall": 0.5340236686390533, + "val_specificity": 0.0, + "val_f1": 0.6962391513982642, + "val_macro_f1": 0.3481195756991321 + }, + { + "epoch": 10, + "loss": 0.040137281511686274, + "val_fps": 3785.378154527436, + "val_accuracy": 0.2973372781065089, + "val_precision": 1.0, + "val_recall": 0.2973372781065089, + "val_specificity": 0.0, + "val_f1": 0.4583808437856328, + "val_macro_f1": 0.2291904218928164 + }, + { + "epoch": 11, + "loss": 0.0388755333886918, + "val_fps": 3659.580382654493, + "val_accuracy": 0.39127218934911245, + "val_precision": 1.0, + "val_recall": 0.39127218934911245, + "val_specificity": 0.0, + "val_f1": 0.5624667729930888, + "val_macro_f1": 0.2812333864965444 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall/metrics_test_clean.json b/results/ablation/seed_13/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..b213fbbd4356404d5ca0d00fc8884d500a6de697 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4442.345508758158, + "params": 307017, + "accuracy": 0.6431996512641673, + "precision": 0.5570815450643777, + "recall": 0.6820809248554913, + "specificity": 0.6156424581005586, + "f1": 0.613276635955587, + "macro_f1": 0.6410506182003304 +} \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..b987ab45061ad92d5b53b50223b8e0a99cf4b8a6 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb2c99fa01ed5de8f46f3816ce4c7eb5c5262b8966f8778f4c3a3a7f75ffa06 +size 1265049 diff --git a/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..2012cb10e5065d933c19ed31bda6f7cae7d61d2c --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,145 @@ +[ + { + "epoch": 1, + "loss": 0.053977227018250126, + "val_fps": 3465.9104186013706, + "val_accuracy": 0.503698224852071, + "val_precision": 1.0, + "val_recall": 0.503698224852071, + "val_specificity": 0.0, + "val_f1": 0.6699458927693065, + "val_macro_f1": 0.33497294638465325 + }, + { + "epoch": 2, + "loss": 0.048765442248646027, + "val_fps": 3651.0820038492598, + "val_accuracy": 0.23742603550295857, + "val_precision": 1.0, + "val_recall": 0.23742603550295857, + "val_specificity": 0.0, + "val_f1": 0.38374178123132097, + "val_macro_f1": 0.19187089061566048 + }, + { + "epoch": 3, + "loss": 0.04622568357205372, + "val_fps": 3744.0447859160886, + "val_accuracy": 0.5059171597633136, + "val_precision": 1.0, + "val_recall": 0.5059171597633136, + "val_specificity": 0.0, + "val_f1": 0.6719056974459725, + "val_macro_f1": 0.33595284872298625 + }, + { + "epoch": 4, + "loss": 0.04416449645333746, + "val_fps": 3813.9869980072094, + "val_accuracy": 0.34245562130177515, + "val_precision": 1.0, + "val_recall": 0.34245562130177515, + "val_specificity": 0.0, + "val_f1": 0.5101928374655648, + "val_macro_f1": 0.2550964187327824 + }, + { + "epoch": 5, + "loss": 0.043104444627496824, + "val_fps": 3740.5646135749807, + "val_accuracy": 0.47411242603550297, + "val_precision": 1.0, + "val_recall": 0.47411242603550297, + "val_specificity": 0.0, + "val_f1": 0.643251379829403, + "val_macro_f1": 0.3216256899147015 + }, + { + "epoch": 6, + "loss": 0.04097097137164843, + "val_fps": 3920.731248016305, + "val_accuracy": 0.27884615384615385, + "val_precision": 1.0, + "val_recall": 0.27884615384615385, + "val_specificity": 0.0, + "val_f1": 0.43609022556390975, + "val_macro_f1": 0.21804511278195488 + }, + { + "epoch": 7, + "loss": 0.040982694944213555, + "val_fps": 3962.758294389157, + "val_accuracy": 0.32840236686390534, + "val_precision": 1.0, + "val_recall": 0.32840236686390534, + "val_specificity": 0.0, + "val_f1": 0.49443207126948774, + "val_macro_f1": 0.24721603563474387 + }, + { + "epoch": 8, + "loss": 0.03900037512634114, + "val_fps": 3845.6018989705635, + "val_accuracy": 0.27884615384615385, + "val_precision": 1.0, + "val_recall": 0.27884615384615385, + "val_specificity": 0.0, + "val_f1": 0.43609022556390975, + "val_macro_f1": 0.21804511278195488 + }, + { + "epoch": 9, + "loss": 0.03854136534412451, + "val_fps": 3784.421524102436, + "val_accuracy": 0.17159763313609466, + "val_precision": 1.0, + "val_recall": 0.17159763313609466, + "val_specificity": 0.0, + "val_f1": 0.29292929292929293, + "val_macro_f1": 0.14646464646464646 + }, + { + "epoch": 10, + "loss": 0.03765357471707784, + "val_fps": 3717.4133790467877, + "val_accuracy": 0.24778106508875739, + "val_precision": 1.0, + "val_recall": 0.24778106508875739, + "val_specificity": 0.0, + "val_f1": 0.3971547125074096, + "val_macro_f1": 0.1985773562537048 + }, + { + "epoch": 11, + "loss": 0.03719083207388279, + "val_fps": 3811.5139528148197, + "val_accuracy": 0.42529585798816566, + "val_precision": 1.0, + "val_recall": 0.42529585798816566, + "val_specificity": 0.0, + "val_f1": 0.5967825635703166, + "val_macro_f1": 0.2983912817851583 + }, + { + "epoch": 12, + "loss": 0.037707873277478154, + "val_fps": 3866.8246563206926, + "val_accuracy": 0.363905325443787, + "val_precision": 1.0, + "val_recall": 0.363905325443787, + "val_specificity": 0.0, + "val_f1": 0.5336225596529284, + "val_macro_f1": 0.2668112798264642 + }, + { + "epoch": 13, + "loss": 0.037320735954968376, + "val_fps": 3752.3932181330288, + "val_accuracy": 0.27366863905325445, + "val_precision": 1.0, + "val_recall": 0.27366863905325445, + "val_specificity": 0.0, + "val_f1": 0.429732868757259, + "val_macro_f1": 0.2148664343786295 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d8580d5db6a314374e5c6789547f5c5fe644547d --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 4290.0111288013495, + "params": 307017, + "accuracy": 0.6643417611159547, + "precision": 0.6040114613180516, + "recall": 0.5538623226484498, + "specificity": 0.7426443202979516, + "f1": 0.5778508771929824, + "macro_f1": 0.6496345558179095 +} \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_joint/best.pt b/results/ablation/seed_13/MCFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..2c89dfe1fa590abdec62602e3cd132cb022e9db0 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867759dbb83b9d55a2e043b14f58b9e1ca3bec32bb9f61ea952cd33946213cec +size 474011 diff --git a/results/ablation/seed_13/MCFD/dynafall_joint/history.json b/results/ablation/seed_13/MCFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a90af13ecccde718161cbcda4c49a4a315c4c468 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.05479639978442766, + "val_fps": 3883.747940375434, + "val_accuracy": 0.03772189349112426, + "val_precision": 1.0, + "val_recall": 0.03772189349112426, + "val_specificity": 0.0, + "val_f1": 0.07270135424091233, + "val_macro_f1": 0.036350677120456164 + }, + { + "epoch": 2, + "loss": 0.05195669586699503, + "val_fps": 4089.3801226741684, + "val_accuracy": 0.15458579881656806, + "val_precision": 1.0, + "val_recall": 0.15458579881656806, + "val_specificity": 0.0, + "val_f1": 0.267777065983344, + "val_macro_f1": 0.133888532991672 + }, + { + "epoch": 3, + "loss": 0.04995247370363036, + "val_fps": 3838.5858639621897, + "val_accuracy": 0.2529585798816568, + "val_precision": 1.0, + "val_recall": 0.2529585798816568, + "val_specificity": 0.0, + "val_f1": 0.4037780401416765, + "val_macro_f1": 0.20188902007083825 + }, + { + "epoch": 4, + "loss": 0.04902530345134437, + "val_fps": 4053.979752946547, + "val_accuracy": 0.32322485207100593, + "val_precision": 1.0, + "val_recall": 0.32322485207100593, + "val_specificity": 0.0, + "val_f1": 0.48854108440469535, + "val_macro_f1": 0.24427054220234767 + }, + { + "epoch": 5, + "loss": 0.04885975729756623, + "val_fps": 3920.3764935178215, + "val_accuracy": 0.04881656804733728, + "val_precision": 1.0, + "val_recall": 0.04881656804733728, + "val_specificity": 0.0, + "val_f1": 0.0930888575458392, + "val_macro_f1": 0.0465444287729196 + }, + { + "epoch": 6, + "loss": 0.04725963339398179, + "val_fps": 4037.3425114002935, + "val_accuracy": 0.11538461538461539, + "val_precision": 1.0, + "val_recall": 0.11538461538461539, + "val_specificity": 0.0, + "val_f1": 0.20689655172413793, + "val_macro_f1": 0.10344827586206896 + }, + { + "epoch": 7, + "loss": 0.04566850671780449, + "val_fps": 4027.766874126822, + "val_accuracy": 0.1294378698224852, + "val_precision": 1.0, + "val_recall": 0.1294378698224852, + "val_specificity": 0.0, + "val_f1": 0.22920759659463, + "val_macro_f1": 0.114603798297315 + }, + { + "epoch": 8, + "loss": 0.044926436314406466, + "val_fps": 3532.0530876455828, + "val_accuracy": 0.07174556213017752, + "val_precision": 1.0, + "val_recall": 0.07174556213017752, + "val_specificity": 0.0, + "val_f1": 0.13388543823326432, + "val_macro_f1": 0.06694271911663216 + }, + { + "epoch": 9, + "loss": 0.044436969240254996, + "val_fps": 3954.99709163791, + "val_accuracy": 0.09171597633136094, + "val_precision": 1.0, + "val_recall": 0.09171597633136094, + "val_specificity": 0.0, + "val_f1": 0.16802168021680217, + "val_macro_f1": 0.08401084010840108 + }, + { + "epoch": 10, + "loss": 0.043597038938439914, + "val_fps": 3939.190891144805, + "val_accuracy": 0.15162721893491124, + "val_precision": 1.0, + "val_recall": 0.15162721893491124, + "val_specificity": 0.0, + "val_f1": 0.26332691072575465, + "val_macro_f1": 0.13166345536287732 + }, + { + "epoch": 11, + "loss": 0.043706329215223653, + "val_fps": 3808.2172080866194, + "val_accuracy": 0.15236686390532544, + "val_precision": 1.0, + "val_recall": 0.15236686390532544, + "val_specificity": 0.0, + "val_f1": 0.2644415917843389, + "val_macro_f1": 0.13222079589216945 + }, + { + "epoch": 12, + "loss": 0.04303095309075581, + "val_fps": 3862.2702880965994, + "val_accuracy": 0.20784023668639054, + "val_precision": 1.0, + "val_recall": 0.20784023668639054, + "val_specificity": 0.0, + "val_f1": 0.3441518677281078, + "val_macro_f1": 0.1720759338640539 + }, + { + "epoch": 13, + "loss": 0.04226557046463831, + "val_fps": 3413.7492384737557, + "val_accuracy": 0.14201183431952663, + "val_precision": 1.0, + "val_recall": 0.14201183431952663, + "val_specificity": 0.0, + "val_f1": 0.24870466321243523, + "val_macro_f1": 0.12435233160621761 + }, + { + "epoch": 14, + "loss": 0.04126034740393958, + "val_fps": 3803.015649904096, + "val_accuracy": 0.125, + "val_precision": 1.0, + "val_recall": 0.125, + "val_specificity": 0.0, + "val_f1": 0.2222222222222222, + "val_macro_f1": 0.1111111111111111 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_13/MCFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..2e68d9ef4d2f3a8effe041dcb11ec6f932ce4511 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 4410.680499088056, + "params": 113765, + "accuracy": 0.6264167393199651, + "precision": 0.5624586913417052, + "recall": 0.44718864950078824, + "specificity": 0.7534450651769088, + "f1": 0.49824355971896955, + "macro_f1": 0.6003370576372625 +} \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_joint_bone/best.pt b/results/ablation/seed_13/MCFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..ac9c40eddec0993b9651b7155adba3556d7d5a54 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e565dfbe4769d08c9045c5e229772331962511d74c9bd18a9032e97e31e8f92d +size 943753 diff --git a/results/ablation/seed_13/MCFD/dynafall_joint_bone/history.json b/results/ablation/seed_13/MCFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..1b7f6d9f1ae3ad9cab6b8de85d5ad673872c6436 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint_bone/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.05590219892962258, + "val_fps": 3932.830292939774, + "val_accuracy": 0.48372781065088755, + "val_precision": 1.0, + "val_recall": 0.48372781065088755, + "val_specificity": 0.0, + "val_f1": 0.6520438683948155, + "val_macro_f1": 0.32602193419740777 + }, + { + "epoch": 2, + "loss": 0.05077013062148154, + "val_fps": 4009.30029657548, + "val_accuracy": 0.10946745562130178, + "val_precision": 1.0, + "val_recall": 0.10946745562130178, + "val_specificity": 0.0, + "val_f1": 0.19733333333333333, + "val_macro_f1": 0.09866666666666667 + }, + { + "epoch": 3, + "loss": 0.04763083302569163, + "val_fps": 3911.887042426743, + "val_accuracy": 0.10872781065088757, + "val_precision": 1.0, + "val_recall": 0.10872781065088757, + "val_specificity": 0.0, + "val_f1": 0.1961307538358906, + "val_macro_f1": 0.0980653769179453 + }, + { + "epoch": 4, + "loss": 0.046517430730989275, + "val_fps": 3943.354091723553, + "val_accuracy": 0.5894970414201184, + "val_precision": 1.0, + "val_recall": 0.5894970414201184, + "val_specificity": 0.0, + "val_f1": 0.7417403443462075, + "val_macro_f1": 0.37087017217310375 + }, + { + "epoch": 5, + "loss": 0.04409880089850601, + "val_fps": 3844.783852482997, + "val_accuracy": 0.1294378698224852, + "val_precision": 1.0, + "val_recall": 0.1294378698224852, + "val_specificity": 0.0, + "val_f1": 0.22920759659463, + "val_macro_f1": 0.114603798297315 + }, + { + "epoch": 6, + "loss": 0.043456668832893425, + "val_fps": 3755.619414105147, + "val_accuracy": 0.1760355029585799, + "val_precision": 1.0, + "val_recall": 0.1760355029585799, + "val_specificity": 0.0, + "val_f1": 0.2993710691823899, + "val_macro_f1": 0.14968553459119496 + }, + { + "epoch": 7, + "loss": 0.04202647203037256, + "val_fps": 3916.9290068392243, + "val_accuracy": 0.4341715976331361, + "val_precision": 1.0, + "val_recall": 0.4341715976331361, + "val_specificity": 0.0, + "val_f1": 0.6054667354306343, + "val_macro_f1": 0.30273336771531717 + }, + { + "epoch": 8, + "loss": 0.04202332083265521, + "val_fps": 4045.648137137923, + "val_accuracy": 0.17381656804733728, + "val_precision": 1.0, + "val_recall": 0.17381656804733728, + "val_specificity": 0.0, + "val_f1": 0.2961562696912413, + "val_macro_f1": 0.14807813484562066 + }, + { + "epoch": 9, + "loss": 0.041292264639058066, + "val_fps": 3655.9179722119056, + "val_accuracy": 0.17677514792899407, + "val_precision": 1.0, + "val_recall": 0.17677514792899407, + "val_specificity": 0.0, + "val_f1": 0.3004399748585795, + "val_macro_f1": 0.15021998742928974 + }, + { + "epoch": 10, + "loss": 0.04089378209967355, + "val_fps": 3772.865950058638, + "val_accuracy": 0.12721893491124261, + "val_precision": 1.0, + "val_recall": 0.12721893491124261, + "val_specificity": 0.0, + "val_f1": 0.22572178477690288, + "val_macro_f1": 0.11286089238845144 + }, + { + "epoch": 11, + "loss": 0.03956702837125174, + "val_fps": 3686.112197836053, + "val_accuracy": 0.14644970414201183, + "val_precision": 1.0, + "val_recall": 0.14644970414201183, + "val_specificity": 0.0, + "val_f1": 0.25548387096774194, + "val_macro_f1": 0.12774193548387097 + }, + { + "epoch": 12, + "loss": 0.04100553023104285, + "val_fps": 4017.8462749311216, + "val_accuracy": 0.06804733727810651, + "val_precision": 1.0, + "val_recall": 0.06804733727810651, + "val_specificity": 0.0, + "val_f1": 0.12742382271468145, + "val_macro_f1": 0.06371191135734072 + }, + { + "epoch": 13, + "loss": 0.038591946705091223, + "val_fps": 3911.8148671654008, + "val_accuracy": 0.2411242603550296, + "val_precision": 1.0, + "val_recall": 0.2411242603550296, + "val_specificity": 0.0, + "val_f1": 0.38855780691299163, + "val_macro_f1": 0.19427890345649582 + }, + { + "epoch": 14, + "loss": 0.038368667390409714, + "val_fps": 3551.1283215081635, + "val_accuracy": 0.16272189349112426, + "val_precision": 1.0, + "val_recall": 0.16272189349112426, + "val_specificity": 0.0, + "val_f1": 0.27989821882951654, + "val_macro_f1": 0.13994910941475827 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_13/MCFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..e60d6b3f9ef381abf1fbeb716bcf6dd589b26f14 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 4464.57027994734, + "params": 227240, + "accuracy": 0.6667393199651264, + "precision": 0.5846920289855072, + "recall": 0.6784025223331581, + "specificity": 0.6584729981378026, + "f1": 0.6280710289467283, + "macro_f1": 0.6630977059837294 +} \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_random_dropout/best.pt b/results/ablation/seed_13/MCFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f645fbe687d214633b28e47cc9c414f672462942 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0c7cb2df69b4141de701308b0f148e692a5b76fd7bda373963d8930ea52615 +size 1265049 diff --git a/results/ablation/seed_13/MCFD/dynafall_random_dropout/history.json b/results/ablation/seed_13/MCFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..165d10eafbeca80a4b8064aa0889957a232921f6 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_random_dropout/history.json @@ -0,0 +1,211 @@ +[ + { + "epoch": 1, + "loss": 0.055023556598756886, + "val_fps": 3895.9002096198183, + "val_accuracy": 0.28402366863905326, + "val_precision": 1.0, + "val_recall": 0.28402366863905326, + "val_specificity": 0.0, + "val_f1": 0.4423963133640553, + "val_macro_f1": 0.22119815668202766 + }, + { + "epoch": 2, + "loss": 0.04914612813168972, + "val_fps": 3689.3188843198827, + "val_accuracy": 0.2522189349112426, + "val_precision": 1.0, + "val_recall": 0.2522189349112426, + "val_specificity": 0.0, + "val_f1": 0.4028352037802717, + "val_macro_f1": 0.20141760189013586 + }, + { + "epoch": 3, + "loss": 0.04658645612653345, + "val_fps": 3744.922091551109, + "val_accuracy": 0.34023668639053256, + "val_precision": 1.0, + "val_recall": 0.34023668639053256, + "val_specificity": 0.0, + "val_f1": 0.5077262693156733, + "val_macro_f1": 0.25386313465783666 + }, + { + "epoch": 4, + "loss": 0.04379369945359664, + "val_fps": 3625.54671520459, + "val_accuracy": 0.38461538461538464, + "val_precision": 1.0, + "val_recall": 0.38461538461538464, + "val_specificity": 0.0, + "val_f1": 0.5555555555555556, + "val_macro_f1": 0.2777777777777778 + }, + { + "epoch": 5, + "loss": 0.042887290586021885, + "val_fps": 3891.6061314825697, + "val_accuracy": 0.32322485207100593, + "val_precision": 1.0, + "val_recall": 0.32322485207100593, + "val_specificity": 0.0, + "val_f1": 0.48854108440469535, + "val_macro_f1": 0.24427054220234767 + }, + { + "epoch": 6, + "loss": 0.04111655704128921, + "val_fps": 3873.3672770474823, + "val_accuracy": 0.2588757396449704, + "val_precision": 1.0, + "val_recall": 0.2588757396449704, + "val_specificity": 0.0, + "val_f1": 0.4112808460634548, + "val_macro_f1": 0.2056404230317274 + }, + { + "epoch": 7, + "loss": 0.04132189442362354, + "val_fps": 3911.521091687711, + "val_accuracy": 0.27514792899408286, + "val_precision": 1.0, + "val_recall": 0.27514792899408286, + "val_specificity": 0.0, + "val_f1": 0.43155452436194897, + "val_macro_f1": 0.21577726218097448 + }, + { + "epoch": 8, + "loss": 0.039603601791895926, + "val_fps": 3834.177074886886, + "val_accuracy": 0.3106508875739645, + "val_precision": 1.0, + "val_recall": 0.3106508875739645, + "val_specificity": 0.0, + "val_f1": 0.47404063205417607, + "val_macro_f1": 0.23702031602708803 + }, + { + "epoch": 9, + "loss": 0.03963253353840283, + "val_fps": 3695.3253343240285, + "val_accuracy": 0.4408284023668639, + "val_precision": 1.0, + "val_recall": 0.4408284023668639, + "val_specificity": 0.0, + "val_f1": 0.6119096509240246, + "val_macro_f1": 0.3059548254620123 + }, + { + "epoch": 10, + "loss": 0.03884487967832085, + "val_fps": 3912.0973324917704, + "val_accuracy": 0.3113905325443787, + "val_precision": 1.0, + "val_recall": 0.3113905325443787, + "val_specificity": 0.0, + "val_f1": 0.47490129723632263, + "val_macro_f1": 0.23745064861816131 + }, + { + "epoch": 11, + "loss": 0.03816869631527534, + "val_fps": 3734.7030740855466, + "val_accuracy": 0.3032544378698225, + "val_precision": 1.0, + "val_recall": 0.3032544378698225, + "val_specificity": 0.0, + "val_f1": 0.46538024971623154, + "val_macro_f1": 0.23269012485811577 + }, + { + "epoch": 12, + "loss": 0.037661565327722156, + "val_fps": 3863.613842755327, + "val_accuracy": 0.3091715976331361, + "val_precision": 1.0, + "val_recall": 0.3091715976331361, + "val_specificity": 0.0, + "val_f1": 0.47231638418079097, + "val_macro_f1": 0.23615819209039549 + }, + { + "epoch": 13, + "loss": 0.0380751238826403, + "val_fps": 3725.2056642402695, + "val_accuracy": 0.3468934911242604, + "val_precision": 1.0, + "val_recall": 0.3468934911242604, + "val_specificity": 0.0, + "val_f1": 0.5151015925315761, + "val_macro_f1": 0.25755079626578803 + }, + { + "epoch": 14, + "loss": 0.03758211086115128, + "val_fps": 3772.525869927179, + "val_accuracy": 0.29289940828402367, + "val_precision": 1.0, + "val_recall": 0.29289940828402367, + "val_specificity": 0.0, + "val_f1": 0.45308924485125857, + "val_macro_f1": 0.22654462242562928 + }, + { + "epoch": 15, + "loss": 0.03705967182169751, + "val_fps": 3713.573958522861, + "val_accuracy": 0.27514792899408286, + "val_precision": 1.0, + "val_recall": 0.27514792899408286, + "val_specificity": 0.0, + "val_f1": 0.43155452436194897, + "val_macro_f1": 0.21577726218097448 + }, + { + "epoch": 16, + "loss": 0.035924730772341165, + "val_fps": 3758.965924290166, + "val_accuracy": 0.363905325443787, + "val_precision": 1.0, + "val_recall": 0.363905325443787, + "val_specificity": 0.0, + "val_f1": 0.5336225596529284, + "val_macro_f1": 0.2668112798264642 + }, + { + "epoch": 17, + "loss": 0.03715246274943546, + "val_fps": 3756.439369138193, + "val_accuracy": 0.3224852071005917, + "val_precision": 1.0, + "val_recall": 0.3224852071005917, + "val_specificity": 0.0, + "val_f1": 0.48769574944071586, + "val_macro_f1": 0.24384787472035793 + }, + { + "epoch": 18, + "loss": 0.03448182300080934, + "val_fps": 3813.4408381920152, + "val_accuracy": 0.33136094674556216, + "val_precision": 1.0, + "val_recall": 0.33136094674556216, + "val_specificity": 0.0, + "val_f1": 0.49777777777777776, + "val_macro_f1": 0.24888888888888888 + }, + { + "epoch": 19, + "loss": 0.03621320073534086, + "val_fps": 3764.688304491842, + "val_accuracy": 0.33579881656804733, + "val_precision": 1.0, + "val_recall": 0.33579881656804733, + "val_specificity": 0.0, + "val_f1": 0.5027685492801772, + "val_macro_f1": 0.2513842746400886 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/MCFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_13/MCFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6321e7a844a93c40f65f1be8fc630ed3bea84f92 --- /dev/null +++ b/results/ablation/seed_13/MCFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 4231.401514967455, + "params": 307017, + "accuracy": 0.590671316477768, + "precision": 0.5064466219700877, + "recall": 0.5160273252758802, + "specificity": 0.6435754189944134, + "f1": 0.5111920874544508, + "macro_f1": 0.5795555487890927 +} \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall/best.pt b/results/ablation/seed_13/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..ea76280a1506220bcb359c4092608d7334679d54 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ea01417e8e0c3ef9a5e6fad3808bc6b05665fa9c22a2e506124fe9725c68fc +size 1265049 diff --git a/results/ablation/seed_13/URFD/dynafall/history.json b/results/ablation/seed_13/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..87d69b198b5c5b47170c6bcb84157dccceac4f63 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall/history.json @@ -0,0 +1,200 @@ +[ + { + "epoch": 1, + "loss": 0.0959954764051684, + "val_fps": 1081.0936130996033, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 2, + "loss": 0.07068382961482837, + "val_fps": 1119.0680198703858, + "val_accuracy": 0.22826086956521738, + "val_precision": 0.1744186046511628, + "val_recall": 1.0, + "val_specificity": 0.07792207792207792, + "val_f1": 0.297029702970297, + "val_macro_f1": 0.22080400811165452 + }, + { + "epoch": 3, + "loss": 0.0711934712940249, + "val_fps": 1091.2327911272957, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 4, + "loss": 0.06350904394840372, + "val_fps": 1098.7130273522066, + "val_accuracy": 0.17391304347826086, + "val_precision": 0.16483516483516483, + "val_recall": 1.0, + "val_specificity": 0.012987012987012988, + "val_f1": 0.2830188679245283, + "val_macro_f1": 0.15432994678277698 + }, + { + "epoch": 5, + "loss": 0.06235962836392995, + "val_fps": 1080.4288211058633, + "val_accuracy": 0.2391304347826087, + "val_precision": 0.17647058823529413, + "val_recall": 1.0, + "val_specificity": 0.09090909090909091, + "val_f1": 0.3, + "val_macro_f1": 0.23333333333333334 + }, + { + "epoch": 6, + "loss": 0.05975457653403282, + "val_fps": 1099.686708610003, + "val_accuracy": 0.8478260869565217, + "val_precision": 0.6, + "val_recall": 0.2, + "val_specificity": 0.974025974025974, + "val_f1": 0.3, + "val_macro_f1": 0.6073170731707317 + }, + { + "epoch": 7, + "loss": 0.06062943880157224, + "val_fps": 1110.0257047660632, + "val_accuracy": 0.6739130434782609, + "val_precision": 0.2972972972972973, + "val_recall": 0.7333333333333333, + "val_specificity": 0.6623376623376623, + "val_f1": 0.4230769230769231, + "val_macro_f1": 0.5979020979020979 + }, + { + "epoch": 8, + "loss": 0.0578071035701653, + "val_fps": 1106.4657407103325, + "val_accuracy": 0.5760869565217391, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.4935064935064935, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.5478260869565217 + }, + { + "epoch": 9, + "loss": 0.053519482949170576, + "val_fps": 1080.5345338775778, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 10, + "loss": 0.0463806034290585, + "val_fps": 1097.122372296388, + "val_accuracy": 0.29347826086956524, + "val_precision": 0.1875, + "val_recall": 1.0, + "val_specificity": 0.15584415584415584, + "val_f1": 0.3157894736842105, + "val_macro_f1": 0.29272619751626255 + }, + { + "epoch": 11, + "loss": 0.04983910031873604, + "val_fps": 1101.9147785772482, + "val_accuracy": 0.41304347826086957, + "val_precision": 0.21739130434782608, + "val_recall": 1.0, + "val_specificity": 0.2987012987012987, + "val_f1": 0.35714285714285715, + "val_macro_f1": 0.4085714285714286 + }, + { + "epoch": 12, + "loss": 0.04522076229853877, + "val_fps": 1072.9175783946935, + "val_accuracy": 0.4782608695652174, + "val_precision": 0.23809523809523808, + "val_recall": 1.0, + "val_specificity": 0.37662337662337664, + "val_f1": 0.38461538461538464, + "val_macro_f1": 0.4658925979680697 + }, + { + "epoch": 13, + "loss": 0.04393184319909277, + "val_fps": 1089.4833184645145, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 14, + "loss": 0.04722937491947207, + "val_fps": 1102.1722247561224, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 15, + "loss": 0.045846272003034066, + "val_fps": 1112.6032913124961, + "val_accuracy": 0.5108695652173914, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.4155844155844156, + "val_f1": 0.4, + "val_macro_f1": 0.4935779816513762 + }, + { + "epoch": 16, + "loss": 0.04240617098222519, + "val_fps": 1102.2446977536888, + "val_accuracy": 0.5434782608695652, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.45454545454545453, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 17, + "loss": 0.03645304603309467, + "val_fps": 1099.7069449095782, + "val_accuracy": 0.5434782608695652, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.45454545454545453, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 18, + "loss": 0.044916344710208216, + "val_fps": 1147.582202501933, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall/metrics_test_clean.json b/results/ablation/seed_13/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..00871d79ab10ba8971e5ef3e242c2c4c1c3d7183 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 1045.178358428977, + "params": 307017, + "accuracy": 0.5340909090909091, + "precision": 0.36923076923076925, + "recall": 1.0, + "specificity": 0.359375, + "f1": 0.5393258426966292, + "macro_f1": 0.5340307374402686 +} \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..94686242c90133e46938a02754cdfaf219aeeb2e --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ccb947fc5ca3066e944b007d078a7e3fc36d6aaabf474a63015c59f3cfafe2 +size 1265049 diff --git a/results/ablation/seed_13/URFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..3961f5ac43f17c0706614e037c711abc7f20d8aa --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,167 @@ +[ + { + "epoch": 1, + "loss": 0.09269165427520357, + "val_fps": 1093.0876697842484, + "val_accuracy": 0.17391304347826086, + "val_precision": 0.16483516483516483, + "val_recall": 1.0, + "val_specificity": 0.012987012987012988, + "val_f1": 0.2830188679245283, + "val_macro_f1": 0.15432994678277698 + }, + { + "epoch": 2, + "loss": 0.07311373396680274, + "val_fps": 1092.3599475791507, + "val_accuracy": 0.4782608695652174, + "val_precision": 0.23809523809523808, + "val_recall": 1.0, + "val_specificity": 0.37662337662337664, + "val_f1": 0.38461538461538464, + "val_macro_f1": 0.4658925979680697 + }, + { + "epoch": 3, + "loss": 0.06605950999876549, + "val_fps": 1060.8605781142985, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 4, + "loss": 0.06507235046090751, + "val_fps": 1071.780047121575, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 5, + "loss": 0.06338232254673695, + "val_fps": 1080.3885150649205, + "val_accuracy": 0.8913043478260869, + "val_precision": 0.7272727272727273, + "val_recall": 0.5333333333333333, + "val_specificity": 0.961038961038961, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.7760467380720546 + }, + { + "epoch": 6, + "loss": 0.0579415756952146, + "val_fps": 1107.0955813880198, + "val_accuracy": 0.5978260869565217, + "val_precision": 0.28846153846153844, + "val_recall": 1.0, + "val_specificity": 0.5194805194805194, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.5657609388952672 + }, + { + "epoch": 7, + "loss": 0.053004617577996745, + "val_fps": 1111.2681162268518, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.43478260869565216, + "val_recall": 0.6666666666666666, + "val_specificity": 0.8311688311688312, + "val_f1": 0.5263157894736842, + "val_macro_f1": 0.7015140591204037 + }, + { + "epoch": 8, + "loss": 0.05320112503551204, + "val_fps": 1054.7902358557114, + "val_accuracy": 0.6630434782608695, + "val_precision": 0.32608695652173914, + "val_recall": 1.0, + "val_specificity": 0.5974025974025974, + "val_f1": 0.4918032786885246, + "val_macro_f1": 0.6198853791816606 + }, + { + "epoch": 9, + "loss": 0.04913943222370641, + "val_fps": 1089.482044788911, + "val_accuracy": 0.45652173913043476, + "val_precision": 0.23076923076923078, + "val_recall": 1.0, + "val_specificity": 0.35064935064935066, + "val_f1": 0.375, + "val_macro_f1": 0.44711538461538464 + }, + { + "epoch": 10, + "loss": 0.045771604853457416, + "val_fps": 1077.6914107378723, + "val_accuracy": 0.45652173913043476, + "val_precision": 0.23076923076923078, + "val_recall": 1.0, + "val_specificity": 0.35064935064935066, + "val_f1": 0.375, + "val_macro_f1": 0.44711538461538464 + }, + { + "epoch": 11, + "loss": 0.04579241760075092, + "val_fps": 1096.7945011810907, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 12, + "loss": 0.041999981578054096, + "val_fps": 1119.6561478221686, + "val_accuracy": 0.5543478260869565, + "val_precision": 0.26785714285714285, + "val_recall": 1.0, + "val_specificity": 0.4675324675324675, + "val_f1": 0.4225352112676056, + "val_macro_f1": 0.529851676430263 + }, + { + "epoch": 13, + "loss": 0.038294749784058536, + "val_fps": 1106.0891734459676, + "val_accuracy": 0.6195652173913043, + "val_precision": 0.3, + "val_recall": 1.0, + "val_specificity": 0.5454545454545454, + "val_f1": 0.46153846153846156, + "val_macro_f1": 0.583710407239819 + }, + { + "epoch": 14, + "loss": 0.04298008271846278, + "val_fps": 1086.2614596095916, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 15, + "loss": 0.043172192856155596, + "val_fps": 1112.589720178373, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..36ff3eb118e00fab3ca7efbfafdb5a117e9c611d --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 1031.9965322730238, + "params": 307017, + "accuracy": 0.875, + "precision": 1.0, + "recall": 0.5416666666666666, + "specificity": 1.0, + "f1": 0.7027027027027027, + "macro_f1": 0.8117830060276103 +} \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_joint/best.pt b/results/ablation/seed_13/URFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..de72e8e72d0947ccb84bc4636d9dc539c6cbb1c4 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea2516f334dcd566c6ee214533b765cccfff96a1c106f6d788c684636f6c5c +size 474011 diff --git a/results/ablation/seed_13/URFD/dynafall_joint/history.json b/results/ablation/seed_13/URFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f177407d72faacd1aa9f2c25c28443b71e4bae87 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint/history.json @@ -0,0 +1,277 @@ +[ + { + "epoch": 1, + "loss": 0.09177656882795794, + "val_fps": 1096.4257890676931, + "val_accuracy": 0.532608695652174, + "val_precision": 0.25, + "val_recall": 0.9333333333333333, + "val_specificity": 0.45454545454545453, + "val_f1": 0.39436619718309857, + "val_macro_f1": 0.5069176118658856 + }, + { + "epoch": 2, + "loss": 0.07743688403018589, + "val_fps": 1197.278402005795, + "val_accuracy": 0.2826086956521739, + "val_precision": 0.18518518518518517, + "val_recall": 1.0, + "val_specificity": 0.14285714285714285, + "val_f1": 0.3125, + "val_macro_f1": 0.28125 + }, + { + "epoch": 3, + "loss": 0.07420286818824966, + "val_fps": 1131.8716127795162, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 4, + "loss": 0.07624286785721779, + "val_fps": 1194.3759500218564, + "val_accuracy": 0.5978260869565217, + "val_precision": 0.28846153846153844, + "val_recall": 1.0, + "val_specificity": 0.5194805194805194, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.5657609388952672 + }, + { + "epoch": 5, + "loss": 0.07272004092047954, + "val_fps": 1200.214432914136, + "val_accuracy": 0.5543478260869565, + "val_precision": 0.26785714285714285, + "val_recall": 1.0, + "val_specificity": 0.4675324675324675, + "val_f1": 0.4225352112676056, + "val_macro_f1": 0.529851676430263 + }, + { + "epoch": 6, + "loss": 0.07040409769477515, + "val_fps": 1140.3892587708908, + "val_accuracy": 0.31521739130434784, + "val_precision": 0.19230769230769232, + "val_recall": 1.0, + "val_specificity": 0.18181818181818182, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.315136476426799 + }, + { + "epoch": 7, + "loss": 0.06146071273191222, + "val_fps": 1160.0634844746423, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.3409090909090909, + "val_recall": 1.0, + "val_specificity": 0.6233766233766234, + "val_f1": 0.5084745762711864, + "val_macro_f1": 0.6382372881355932 + }, + { + "epoch": 8, + "loss": 0.06687896647329988, + "val_fps": 1172.4308464139265, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 9, + "loss": 0.06462424441144385, + "val_fps": 1187.3319628279874, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 10, + "loss": 0.06645787616485152, + "val_fps": 1215.5200121571384, + "val_accuracy": 0.31521739130434784, + "val_precision": 0.19230769230769232, + "val_recall": 1.0, + "val_specificity": 0.18181818181818182, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.315136476426799 + }, + { + "epoch": 11, + "loss": 0.059468875799713466, + "val_fps": 1203.141745792245, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 12, + "loss": 0.05410989091314118, + "val_fps": 1195.6156874977503, + "val_accuracy": 0.2826086956521739, + "val_precision": 0.18518518518518517, + "val_recall": 1.0, + "val_specificity": 0.14285714285714285, + "val_f1": 0.3125, + "val_macro_f1": 0.28125 + }, + { + "epoch": 13, + "loss": 0.05516486415832207, + "val_fps": 1206.6723080833453, + "val_accuracy": 0.782608695652174, + "val_precision": 0.38095238095238093, + "val_recall": 0.5333333333333333, + "val_specificity": 0.8311688311688312, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.6546546546546547 + }, + { + "epoch": 14, + "loss": 0.0580118006930269, + "val_fps": 1180.5548181183017, + "val_accuracy": 0.717391304347826, + "val_precision": 0.34285714285714286, + "val_recall": 0.8, + "val_specificity": 0.7012987012987013, + "val_f1": 0.48, + "val_macro_f1": 0.6429850746268657 + }, + { + "epoch": 15, + "loss": 0.06333154054551289, + "val_fps": 1187.3368720973217, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.45454545454545453, + "val_recall": 1.0, + "val_specificity": 0.7662337662337663, + "val_f1": 0.625, + "val_macro_f1": 0.7463235294117647 + }, + { + "epoch": 16, + "loss": 0.05919828008988808, + "val_fps": 1203.750663971915, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 17, + "loss": 0.05123260604410336, + "val_fps": 1115.8315100905609, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.3409090909090909, + "val_recall": 1.0, + "val_specificity": 0.6233766233766234, + "val_f1": 0.5084745762711864, + "val_macro_f1": 0.6382372881355932 + }, + { + "epoch": 18, + "loss": 0.056130566473664906, + "val_fps": 1197.4769332923477, + "val_accuracy": 0.8695652173913043, + "val_precision": 0.6153846153846154, + "val_recall": 0.5333333333333333, + "val_specificity": 0.935064935064935, + "val_f1": 0.5714285714285714, + "val_macro_f1": 0.7472527472527473 + }, + { + "epoch": 19, + "loss": 0.056604100712414444, + "val_fps": 1155.1344425242014, + "val_accuracy": 0.717391304347826, + "val_precision": 0.36585365853658536, + "val_recall": 1.0, + "val_specificity": 0.6623376623376623, + "val_f1": 0.5357142857142857, + "val_macro_f1": 0.6662946428571428 + }, + { + "epoch": 20, + "loss": 0.05458906768211003, + "val_fps": 1168.2766636446681, + "val_accuracy": 0.6956521739130435, + "val_precision": 0.34146341463414637, + "val_recall": 0.9333333333333333, + "val_specificity": 0.6493506493506493, + "val_f1": 0.5, + "val_macro_f1": 0.640625 + }, + { + "epoch": 21, + "loss": 0.05443919244511374, + "val_fps": 1168.7060227369445, + "val_accuracy": 0.6956521739130435, + "val_precision": 0.3142857142857143, + "val_recall": 0.7333333333333333, + "val_specificity": 0.6883116883116883, + "val_f1": 0.44, + "val_macro_f1": 0.6155223880597015 + }, + { + "epoch": 22, + "loss": 0.05813931641650611, + "val_fps": 1160.2372730950137, + "val_accuracy": 0.40217391304347827, + "val_precision": 0.21428571428571427, + "val_recall": 1.0, + "val_specificity": 0.2857142857142857, + "val_f1": 0.35294117647058826, + "val_macro_f1": 0.39869281045751637 + }, + { + "epoch": 23, + "loss": 0.0534731222894685, + "val_fps": 1177.1629601093573, + "val_accuracy": 0.4782608695652174, + "val_precision": 0.23809523809523808, + "val_recall": 1.0, + "val_specificity": 0.37662337662337664, + "val_f1": 0.38461538461538464, + "val_macro_f1": 0.4658925979680697 + }, + { + "epoch": 24, + "loss": 0.04349572603301755, + "val_fps": 1176.4005594795735, + "val_accuracy": 0.717391304347826, + "val_precision": 0.36585365853658536, + "val_recall": 1.0, + "val_specificity": 0.6623376623376623, + "val_f1": 0.5357142857142857, + "val_macro_f1": 0.6662946428571428 + }, + { + "epoch": 25, + "loss": 0.04737284769914273, + "val_fps": 1091.3113073582583, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.29411764705882354, + "val_recall": 1.0, + "val_specificity": 0.5324675324675324, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.5747303543913713 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_13/URFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc4087cca356f9ff25456ec8a562ed8c53368b4 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 1074.6712069871062, + "params": 113765, + "accuracy": 0.6704545454545454, + "precision": 0.44680851063829785, + "recall": 0.875, + "specificity": 0.59375, + "f1": 0.5915492957746479, + "macro_f1": 0.6576794097920858 +} \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_joint_bone/best.pt b/results/ablation/seed_13/URFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..71519124989918c256a7e2c0d5582fab28908a4c --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581519fcae82e4a0c72d6fc797f6a31b0c25bbed86aceb4fcb04a74e1917990 +size 943753 diff --git a/results/ablation/seed_13/URFD/dynafall_joint_bone/history.json b/results/ablation/seed_13/URFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0470c55c2896c332722035baf104412e6cef0b46 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint_bone/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.08910986434282928, + "val_fps": 1128.4652756304706, + "val_accuracy": 0.7065217391304348, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.8441558441558441, + "val_f1": 0.0, + "val_macro_f1": 0.4140127388535032 + }, + { + "epoch": 2, + "loss": 0.07762441141852017, + "val_fps": 1109.9123223598683, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 3, + "loss": 0.06435550530922823, + "val_fps": 1090.0080857511482, + "val_accuracy": 0.5, + "val_precision": 0.2459016393442623, + "val_recall": 1.0, + "val_specificity": 0.4025974025974026, + "val_f1": 0.39473684210526316, + "val_macro_f1": 0.4844054580896686 + }, + { + "epoch": 4, + "loss": 0.0729824967425445, + "val_fps": 1106.8865925347486, + "val_accuracy": 0.29347826086956524, + "val_precision": 0.1875, + "val_recall": 1.0, + "val_specificity": 0.15584415584415584, + "val_f1": 0.3157894736842105, + "val_macro_f1": 0.29272619751626255 + }, + { + "epoch": 5, + "loss": 0.07034357110488004, + "val_fps": 1134.0431249628837, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.28125, + "val_recall": 0.6, + "val_specificity": 0.7012987012987013, + "val_f1": 0.3829787234042553, + "val_macro_f1": 0.5856499456437335 + }, + { + "epoch": 6, + "loss": 0.06168073775439427, + "val_fps": 1094.6881462328772, + "val_accuracy": 0.43478260869565216, + "val_precision": 0.22388059701492538, + "val_recall": 1.0, + "val_specificity": 0.3246753246753247, + "val_f1": 0.36585365853658536, + "val_macro_f1": 0.4280248684839789 + }, + { + "epoch": 7, + "loss": 0.06055178551067566, + "val_fps": 1104.1261392098336, + "val_accuracy": 0.8152173913043478, + "val_precision": 0.45, + "val_recall": 0.6, + "val_specificity": 0.8571428571428571, + "val_f1": 0.5142857142857142, + "val_macro_f1": 0.7000958772770853 + }, + { + "epoch": 8, + "loss": 0.059215690041410515, + "val_fps": 1096.465365532658, + "val_accuracy": 0.6195652173913043, + "val_precision": 0.3, + "val_recall": 1.0, + "val_specificity": 0.5454545454545454, + "val_f1": 0.46153846153846156, + "val_macro_f1": 0.583710407239819 + }, + { + "epoch": 9, + "loss": 0.057116771694915046, + "val_fps": 1149.851065979477, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.38461538461538464, + "val_recall": 0.3333333333333333, + "val_specificity": 0.8961038961038961, + "val_f1": 0.35714285714285715, + "val_macro_f1": 0.6208791208791209 + }, + { + "epoch": 10, + "loss": 0.0626486830156425, + "val_fps": 1129.8407118683176, + "val_accuracy": 0.4891304347826087, + "val_precision": 0.24193548387096775, + "val_recall": 1.0, + "val_specificity": 0.38961038961038963, + "val_f1": 0.38961038961038963, + "val_macro_f1": 0.4751790265808957 + }, + { + "epoch": 11, + "loss": 0.05474254334795064, + "val_fps": 1105.6404276390297, + "val_accuracy": 0.5760869565217391, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.4935064935064935, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.5478260869565217 + }, + { + "epoch": 12, + "loss": 0.050664115568687176, + "val_fps": 1132.8924150907671, + "val_accuracy": 0.42391304347826086, + "val_precision": 0.22058823529411764, + "val_recall": 1.0, + "val_specificity": 0.3116883116883117, + "val_f1": 0.3614457831325301, + "val_macro_f1": 0.4183466539425027 + }, + { + "epoch": 13, + "loss": 0.05393665129768437, + "val_fps": 1092.7355635242102, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.3409090909090909, + "val_recall": 1.0, + "val_specificity": 0.6233766233766234, + "val_f1": 0.5084745762711864, + "val_macro_f1": 0.6382372881355932 + }, + { + "epoch": 14, + "loss": 0.05088597163558006, + "val_fps": 1147.9171882272221, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 15, + "loss": 0.05121435828763863, + "val_fps": 1135.4121808971518, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 16, + "loss": 0.04486743360757828, + "val_fps": 1138.641899853547, + "val_accuracy": 0.7065217391304348, + "val_precision": 0.2857142857142857, + "val_recall": 0.5333333333333333, + "val_specificity": 0.7402597402597403, + "val_f1": 0.37209302325581395, + "val_macro_f1": 0.5903018307768431 + }, + { + "epoch": 17, + "loss": 0.050709388411507524, + "val_fps": 1140.2699443342951, + "val_accuracy": 0.6739130434782609, + "val_precision": 0.3076923076923077, + "val_recall": 0.8, + "val_specificity": 0.6493506493506493, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.6068376068376069 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_13/URFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9b22a0e040986a3082b43121c8dc66777827338b --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 1067.3362298740524, + "params": 227240, + "accuracy": 0.8295454545454546, + "precision": 0.68, + "recall": 0.7083333333333334, + "specificity": 0.875, + "f1": 0.6938775510204082, + "macro_f1": 0.7878836573999679 +} \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_random_dropout/best.pt b/results/ablation/seed_13/URFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..90d8f81f50c782c64d8b8ba4c496a3f2075316e1 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc3d688dba2e72e78f515a445a8f54ee2653b267d7b2acfb6fe1b39c6550b9b +size 1265049 diff --git a/results/ablation/seed_13/URFD/dynafall_random_dropout/history.json b/results/ablation/seed_13/URFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..dbc54011ae0425408cc2f7619aa4cd41e3f5fba0 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_random_dropout/history.json @@ -0,0 +1,277 @@ +[ + { + "epoch": 1, + "loss": 0.09581374287091453, + "val_fps": 1085.8842525303323, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 2, + "loss": 0.07089027132967422, + "val_fps": 1070.1744672075506, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 3, + "loss": 0.06766343514980941, + "val_fps": 1097.3431464191826, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 4, + "loss": 0.06842451015936918, + "val_fps": 1116.6637318445667, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 5, + "loss": 0.060021906577307604, + "val_fps": 1102.5759098125884, + "val_accuracy": 0.40217391304347827, + "val_precision": 0.21428571428571427, + "val_recall": 1.0, + "val_specificity": 0.2857142857142857, + "val_f1": 0.35294117647058826, + "val_macro_f1": 0.39869281045751637 + }, + { + "epoch": 6, + "loss": 0.05581148501870961, + "val_fps": 1100.5320640734346, + "val_accuracy": 0.8586956521739131, + "val_precision": 0.6666666666666666, + "val_recall": 0.26666666666666666, + "val_specificity": 0.974025974025974, + "val_f1": 0.38095238095238093, + "val_macro_f1": 0.6505988898626935 + }, + { + "epoch": 7, + "loss": 0.056125887765966616, + "val_fps": 1049.4701238594528, + "val_accuracy": 0.43478260869565216, + "val_precision": 0.22388059701492538, + "val_recall": 1.0, + "val_specificity": 0.3246753246753247, + "val_f1": 0.36585365853658536, + "val_macro_f1": 0.4280248684839789 + }, + { + "epoch": 8, + "loss": 0.05941860731048831, + "val_fps": 1093.548120003941, + "val_accuracy": 0.7282608695652174, + "val_precision": 0.3611111111111111, + "val_recall": 0.8666666666666667, + "val_specificity": 0.7012987012987013, + "val_f1": 0.5098039215686274, + "val_macro_f1": 0.6609169983782986 + }, + { + "epoch": 9, + "loss": 0.05510048150759319, + "val_fps": 1103.3350325093998, + "val_accuracy": 0.41304347826086957, + "val_precision": 0.21739130434782608, + "val_recall": 1.0, + "val_specificity": 0.2987012987012987, + "val_f1": 0.35714285714285715, + "val_macro_f1": 0.4085714285714286 + }, + { + "epoch": 10, + "loss": 0.04442817415913631, + "val_fps": 1105.7922879666462, + "val_accuracy": 0.43478260869565216, + "val_precision": 0.22388059701492538, + "val_recall": 1.0, + "val_specificity": 0.3246753246753247, + "val_f1": 0.36585365853658536, + "val_macro_f1": 0.4280248684839789 + }, + { + "epoch": 11, + "loss": 0.04683183486862429, + "val_fps": 1073.0482499328016, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 12, + "loss": 0.04366993608659711, + "val_fps": 1068.022909587499, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 13, + "loss": 0.04344796119578954, + "val_fps": 1088.6046377808955, + "val_accuracy": 0.41304347826086957, + "val_precision": 0.21739130434782608, + "val_recall": 1.0, + "val_specificity": 0.2987012987012987, + "val_f1": 0.35714285714285715, + "val_macro_f1": 0.4085714285714286 + }, + { + "epoch": 14, + "loss": 0.04184378664298304, + "val_fps": 1081.8541188696279, + "val_accuracy": 0.5108695652173914, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.4155844155844156, + "val_f1": 0.4, + "val_macro_f1": 0.4935779816513762 + }, + { + "epoch": 15, + "loss": 0.05018896005790809, + "val_fps": 1074.3690102655905, + "val_accuracy": 0.6956521739130435, + "val_precision": 0.3488372093023256, + "val_recall": 1.0, + "val_specificity": 0.6363636363636364, + "val_f1": 0.5172413793103449, + "val_macro_f1": 0.6475095785440613 + }, + { + "epoch": 16, + "loss": 0.045835233261359146, + "val_fps": 998.3763368260887, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 17, + "loss": 0.03637448749665556, + "val_fps": 1118.2175031050483, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.29411764705882354, + "val_recall": 1.0, + "val_specificity": 0.5324675324675324, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.5747303543913713 + }, + { + "epoch": 18, + "loss": 0.04148739390075207, + "val_fps": 1092.6986732124592, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 19, + "loss": 0.04528919716590438, + "val_fps": 1037.8621401377236, + "val_accuracy": 0.6956521739130435, + "val_precision": 0.34146341463414637, + "val_recall": 0.9333333333333333, + "val_specificity": 0.6493506493506493, + "val_f1": 0.5, + "val_macro_f1": 0.640625 + }, + { + "epoch": 20, + "loss": 0.043410989102618446, + "val_fps": 1105.1401901786394, + "val_accuracy": 0.5978260869565217, + "val_precision": 0.28846153846153844, + "val_recall": 1.0, + "val_specificity": 0.5194805194805194, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.5657609388952672 + }, + { + "epoch": 21, + "loss": 0.038578975496107136, + "val_fps": 1099.3936657036534, + "val_accuracy": 0.6413043478260869, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.5714285714285714, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.6017316017316017 + }, + { + "epoch": 22, + "loss": 0.0412907083679376, + "val_fps": 1067.7743811709338, + "val_accuracy": 0.5869565217391305, + "val_precision": 0.2830188679245283, + "val_recall": 1.0, + "val_specificity": 0.5064935064935064, + "val_f1": 0.4411764705882353, + "val_macro_f1": 0.5567951318458417 + }, + { + "epoch": 23, + "loss": 0.03943324134010693, + "val_fps": 1073.4299692584964, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 24, + "loss": 0.038768959263789246, + "val_fps": 1108.05094746789, + "val_accuracy": 0.5760869565217391, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.4935064935064935, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.5478260869565217 + }, + { + "epoch": 25, + "loss": 0.03659244909368713, + "val_fps": 1102.7943538955149, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.42105263157894735, + "val_recall": 0.5333333333333333, + "val_specificity": 0.8571428571428571, + "val_f1": 0.47058823529411764, + "val_macro_f1": 0.6752941176470588 + } +] \ No newline at end of file diff --git a/results/ablation/seed_13/URFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_13/URFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9133014d58f3ad72e3a2d60b3001981f7d9ce351 --- /dev/null +++ b/results/ablation/seed_13/URFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 1047.854785849521, + "params": 307017, + "accuracy": 0.6704545454545454, + "precision": 0.45098039215686275, + "recall": 0.9583333333333334, + "specificity": 0.5625, + "f1": 0.6133333333333333, + "macro_f1": 0.6631023102310231 +} \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall/best.pt b/results/ablation/seed_21/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f6444609ceff212e08a4154e869335a540260e99 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab03897dc31ff15032514ffb02db4ec7177bada0e253fe8bf14871b426b6706b +size 1265049 diff --git a/results/ablation/seed_21/MCFD/dynafall/history.json b/results/ablation/seed_21/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..ad27f6ec0039f5b802e951ec4c85f10143eb3cf0 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall/history.json @@ -0,0 +1,277 @@ +[ + { + "epoch": 1, + "loss": 0.059951494144850126, + "val_fps": 3686.744435252742, + "val_accuracy": 0.1881967213114754, + "val_precision": 1.0, + "val_recall": 0.1881967213114754, + "val_specificity": 0.0, + "val_f1": 0.31677704194260486, + "val_macro_f1": 0.15838852097130243 + }, + { + "epoch": 2, + "loss": 0.05439601577120298, + "val_fps": 3505.711770722153, + "val_accuracy": 0.49311475409836064, + "val_precision": 1.0, + "val_recall": 0.49311475409836064, + "val_specificity": 0.0, + "val_f1": 0.660518225735617, + "val_macro_f1": 0.3302591128678085 + }, + { + "epoch": 3, + "loss": 0.05196032825432197, + "val_fps": 3743.631273837094, + "val_accuracy": 0.09573770491803278, + "val_precision": 1.0, + "val_recall": 0.09573770491803278, + "val_specificity": 0.0, + "val_f1": 0.17474566128067026, + "val_macro_f1": 0.08737283064033513 + }, + { + "epoch": 4, + "loss": 0.04938727450038241, + "val_fps": 3936.2841247324263, + "val_accuracy": 0.40327868852459015, + "val_precision": 1.0, + "val_recall": 0.40327868852459015, + "val_specificity": 0.0, + "val_f1": 0.5747663551401869, + "val_macro_f1": 0.28738317757009346 + }, + { + "epoch": 5, + "loss": 0.04753488765353594, + "val_fps": 3684.5457380825264, + "val_accuracy": 0.13967213114754098, + "val_precision": 1.0, + "val_recall": 0.13967213114754098, + "val_specificity": 0.0, + "val_f1": 0.24510932105868816, + "val_macro_f1": 0.12255466052934408 + }, + { + "epoch": 6, + "loss": 0.04648282660212641, + "val_fps": 3834.99958798709, + "val_accuracy": 0.47147540983606556, + "val_precision": 1.0, + "val_recall": 0.47147540983606556, + "val_specificity": 0.0, + "val_f1": 0.6408199643493762, + "val_macro_f1": 0.3204099821746881 + }, + { + "epoch": 7, + "loss": 0.045419038835043495, + "val_fps": 3639.022895709942, + "val_accuracy": 0.4275409836065574, + "val_precision": 1.0, + "val_recall": 0.4275409836065574, + "val_specificity": 0.0, + "val_f1": 0.5989894350022967, + "val_macro_f1": 0.29949471750114837 + }, + { + "epoch": 8, + "loss": 0.04492041654567499, + "val_fps": 3775.028209838762, + "val_accuracy": 0.5016393442622951, + "val_precision": 1.0, + "val_recall": 0.5016393442622951, + "val_specificity": 0.0, + "val_f1": 0.6681222707423581, + "val_macro_f1": 0.33406113537117904 + }, + { + "epoch": 9, + "loss": 0.04481647799213558, + "val_fps": 3678.6067198120127, + "val_accuracy": 0.39147540983606555, + "val_precision": 1.0, + "val_recall": 0.39147540983606555, + "val_specificity": 0.0, + "val_f1": 0.5626767200754006, + "val_macro_f1": 0.2813383600377003 + }, + { + "epoch": 10, + "loss": 0.04394870458307217, + "val_fps": 3771.654711042743, + "val_accuracy": 0.4013114754098361, + "val_precision": 1.0, + "val_recall": 0.4013114754098361, + "val_specificity": 0.0, + "val_f1": 0.5727655591951334, + "val_macro_f1": 0.2863827795975667 + }, + { + "epoch": 11, + "loss": 0.04259998031798274, + "val_fps": 3758.8653147425916, + "val_accuracy": 0.4314754098360656, + "val_precision": 1.0, + "val_recall": 0.4314754098360656, + "val_specificity": 0.0, + "val_f1": 0.602840128263857, + "val_macro_f1": 0.3014200641319285 + }, + { + "epoch": 12, + "loss": 0.04435004534285509, + "val_fps": 3732.2772960823377, + "val_accuracy": 0.38098360655737706, + "val_precision": 1.0, + "val_recall": 0.38098360655737706, + "val_specificity": 0.0, + "val_f1": 0.5517568850902185, + "val_macro_f1": 0.27587844254510924 + }, + { + "epoch": 13, + "loss": 0.04318488468106652, + "val_fps": 3708.221232737455, + "val_accuracy": 0.460983606557377, + "val_precision": 1.0, + "val_recall": 0.460983606557377, + "val_specificity": 0.0, + "val_f1": 0.6310592459605027, + "val_macro_f1": 0.31552962298025133 + }, + { + "epoch": 14, + "loss": 0.04356623261380033, + "val_fps": 3819.521219201145, + "val_accuracy": 0.4780327868852459, + "val_precision": 1.0, + "val_recall": 0.4780327868852459, + "val_specificity": 0.0, + "val_f1": 0.6468500443655724, + "val_macro_f1": 0.3234250221827862 + }, + { + "epoch": 15, + "loss": 0.04279305316583972, + "val_fps": 3898.159550823853, + "val_accuracy": 0.6622950819672131, + "val_precision": 1.0, + "val_recall": 0.6622950819672131, + "val_specificity": 0.0, + "val_f1": 0.796844181459566, + "val_macro_f1": 0.398422090729783 + }, + { + "epoch": 16, + "loss": 0.04218847167819383, + "val_fps": 3853.7010127570725, + "val_accuracy": 0.4078688524590164, + "val_precision": 1.0, + "val_recall": 0.4078688524590164, + "val_specificity": 0.0, + "val_f1": 0.5794131346064276, + "val_macro_f1": 0.2897065673032138 + }, + { + "epoch": 17, + "loss": 0.04170886546792225, + "val_fps": 3831.453112697234, + "val_accuracy": 0.4550819672131148, + "val_precision": 1.0, + "val_recall": 0.4550819672131148, + "val_specificity": 0.0, + "val_f1": 0.6255069851284363, + "val_macro_f1": 0.31275349256421814 + }, + { + "epoch": 18, + "loss": 0.04030617113261653, + "val_fps": 3591.1498905124017, + "val_accuracy": 0.3895081967213115, + "val_precision": 1.0, + "val_recall": 0.3895081967213115, + "val_specificity": 0.0, + "val_f1": 0.5606418121755545, + "val_macro_f1": 0.28032090608777727 + }, + { + "epoch": 19, + "loss": 0.040944485154060024, + "val_fps": 3863.482348967211, + "val_accuracy": 0.48721311475409834, + "val_precision": 1.0, + "val_recall": 0.48721311475409834, + "val_specificity": 0.0, + "val_f1": 0.6552028218694885, + "val_macro_f1": 0.32760141093474426 + }, + { + "epoch": 20, + "loss": 0.04094050642502775, + "val_fps": 3649.963724298894, + "val_accuracy": 0.5619672131147541, + "val_precision": 1.0, + "val_recall": 0.5619672131147541, + "val_specificity": 0.0, + "val_f1": 0.7195633921074727, + "val_macro_f1": 0.35978169605373633 + }, + { + "epoch": 21, + "loss": 0.040316935907890684, + "val_fps": 3624.8405713259885, + "val_accuracy": 0.48065573770491804, + "val_precision": 1.0, + "val_recall": 0.48065573770491804, + "val_specificity": 0.0, + "val_f1": 0.6492471213463242, + "val_macro_f1": 0.3246235606731621 + }, + { + "epoch": 22, + "loss": 0.03829981947358971, + "val_fps": 3730.164002365855, + "val_accuracy": 0.499672131147541, + "val_precision": 1.0, + "val_recall": 0.499672131147541, + "val_specificity": 0.0, + "val_f1": 0.6663751639702667, + "val_macro_f1": 0.3331875819851334 + }, + { + "epoch": 23, + "loss": 0.03891294968379519, + "val_fps": 3846.070826767328, + "val_accuracy": 0.5265573770491804, + "val_precision": 1.0, + "val_recall": 0.5265573770491804, + "val_specificity": 0.0, + "val_f1": 0.6898625429553265, + "val_macro_f1": 0.3449312714776632 + }, + { + "epoch": 24, + "loss": 0.03952588765601131, + "val_fps": 3874.774227087023, + "val_accuracy": 0.34491803278688526, + "val_precision": 1.0, + "val_recall": 0.34491803278688526, + "val_specificity": 0.0, + "val_f1": 0.5129205265724037, + "val_macro_f1": 0.25646026328620186 + }, + { + "epoch": 25, + "loss": 0.03851741342289688, + "val_fps": 3725.5423736494868, + "val_accuracy": 0.6, + "val_precision": 1.0, + "val_recall": 0.6, + "val_specificity": 0.0, + "val_f1": 0.75, + "val_macro_f1": 0.375 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall/metrics_test_clean.json b/results/ablation/seed_21/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..85015586af200d5efc22e91d9aaa57c7d8de686a --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4147.869298727608, + "params": 307017, + "accuracy": 0.6721951219512196, + "precision": 0.6430722891566265, + "recall": 0.7, + "specificity": 0.646927374301676, + "f1": 0.6703296703296703, + "macro_f1": 0.6721846256188515 +} \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..c4b8b12a425c4768aa64adabaf71ef71524ca9ee --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a78ed4ca967ae63504b4a811383eac85717eab764629370f861a689d78c0da +size 1265049 diff --git a/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1bd64a9733e3f0fb2efa684d049928280656b7 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,387 @@ +[ + { + "epoch": 1, + "loss": 0.059724129511129105, + "val_fps": 3758.4636413505023, + "val_accuracy": 0.22032786885245903, + "val_precision": 1.0, + "val_recall": 0.22032786885245903, + "val_specificity": 0.0, + "val_f1": 0.3610961848468565, + "val_macro_f1": 0.18054809242342826 + }, + { + "epoch": 2, + "loss": 0.05381390329266326, + "val_fps": 3871.395447475824, + "val_accuracy": 0.2459016393442623, + "val_precision": 1.0, + "val_recall": 0.2459016393442623, + "val_specificity": 0.0, + "val_f1": 0.39473684210526316, + "val_macro_f1": 0.19736842105263158 + }, + { + "epoch": 3, + "loss": 0.05139068810799154, + "val_fps": 3881.5451213992465, + "val_accuracy": 0.23081967213114754, + "val_precision": 1.0, + "val_recall": 0.23081967213114754, + "val_specificity": 0.0, + "val_f1": 0.3750665956313266, + "val_macro_f1": 0.1875332978156633 + }, + { + "epoch": 4, + "loss": 0.04835578473522827, + "val_fps": 3676.3524910920105, + "val_accuracy": 0.2819672131147541, + "val_precision": 1.0, + "val_recall": 0.2819672131147541, + "val_specificity": 0.0, + "val_f1": 0.4398976982097187, + "val_macro_f1": 0.21994884910485935 + }, + { + "epoch": 5, + "loss": 0.047040376720197966, + "val_fps": 3721.968925441678, + "val_accuracy": 0.24524590163934426, + "val_precision": 1.0, + "val_recall": 0.24524590163934426, + "val_specificity": 0.0, + "val_f1": 0.39389152185360715, + "val_macro_f1": 0.19694576092680358 + }, + { + "epoch": 6, + "loss": 0.04562509297893035, + "val_fps": 3738.6821796932377, + "val_accuracy": 0.3357377049180328, + "val_precision": 1.0, + "val_recall": 0.3357377049180328, + "val_specificity": 0.0, + "val_f1": 0.5027000490918017, + "val_macro_f1": 0.25135002454590083 + }, + { + "epoch": 7, + "loss": 0.04366496057619279, + "val_fps": 3857.9686817879674, + "val_accuracy": 0.3232786885245902, + "val_precision": 1.0, + "val_recall": 0.3232786885245902, + "val_specificity": 0.0, + "val_f1": 0.4886025768087215, + "val_macro_f1": 0.24430128840436074 + }, + { + "epoch": 8, + "loss": 0.04250070595165026, + "val_fps": 3777.620220188516, + "val_accuracy": 0.34557377049180327, + "val_precision": 1.0, + "val_recall": 0.34557377049180327, + "val_specificity": 0.0, + "val_f1": 0.51364522417154, + "val_macro_f1": 0.25682261208577 + }, + { + "epoch": 9, + "loss": 0.04216553878794334, + "val_fps": 3746.826645646595, + "val_accuracy": 0.28065573770491803, + "val_precision": 1.0, + "val_recall": 0.28065573770491803, + "val_specificity": 0.0, + "val_f1": 0.43830005120327703, + "val_macro_f1": 0.21915002560163852 + }, + { + "epoch": 10, + "loss": 0.04025986461441653, + "val_fps": 3815.236879016282, + "val_accuracy": 0.2340983606557377, + "val_precision": 1.0, + "val_recall": 0.2340983606557377, + "val_specificity": 0.0, + "val_f1": 0.3793836344314559, + "val_macro_f1": 0.18969181721572795 + }, + { + "epoch": 11, + "loss": 0.04105358516711748, + "val_fps": 3946.5851972683204, + "val_accuracy": 0.3501639344262295, + "val_precision": 1.0, + "val_recall": 0.3501639344262295, + "val_specificity": 0.0, + "val_f1": 0.5186983972802331, + "val_macro_f1": 0.2593491986401166 + }, + { + "epoch": 12, + "loss": 0.04021580778919097, + "val_fps": 3865.9610643295036, + "val_accuracy": 0.4432786885245902, + "val_precision": 1.0, + "val_recall": 0.4432786885245902, + "val_specificity": 0.0, + "val_f1": 0.6142662426169923, + "val_macro_f1": 0.3071331213084961 + }, + { + "epoch": 13, + "loss": 0.038604631794702256, + "val_fps": 3896.4340896234226, + "val_accuracy": 0.36983606557377047, + "val_precision": 1.0, + "val_recall": 0.36983606557377047, + "val_specificity": 0.0, + "val_f1": 0.5399712781235041, + "val_macro_f1": 0.26998563906175205 + }, + { + "epoch": 14, + "loss": 0.038050219786291535, + "val_fps": 3689.4184949892597, + "val_accuracy": 0.3888524590163934, + "val_precision": 1.0, + "val_recall": 0.3888524590163934, + "val_specificity": 0.0, + "val_f1": 0.5599622285174694, + "val_macro_f1": 0.2799811142587347 + }, + { + "epoch": 15, + "loss": 0.03693605009212557, + "val_fps": 3730.3827468050667, + "val_accuracy": 0.3226229508196721, + "val_precision": 1.0, + "val_recall": 0.3226229508196721, + "val_specificity": 0.0, + "val_f1": 0.48785324739712443, + "val_macro_f1": 0.24392662369856222 + }, + { + "epoch": 16, + "loss": 0.03779526469987869, + "val_fps": 3845.9264648997732, + "val_accuracy": 0.35475409836065575, + "val_precision": 1.0, + "val_recall": 0.35475409836065575, + "val_specificity": 0.0, + "val_f1": 0.5237173281703775, + "val_macro_f1": 0.26185866408518876 + }, + { + "epoch": 17, + "loss": 0.03617414845601105, + "val_fps": 3671.205874122099, + "val_accuracy": 0.40852459016393444, + "val_precision": 1.0, + "val_recall": 0.40852459016393444, + "val_specificity": 0.0, + "val_f1": 0.5800744878957169, + "val_macro_f1": 0.29003724394785846 + }, + { + "epoch": 18, + "loss": 0.036481134157970524, + "val_fps": 3827.2940844095165, + "val_accuracy": 0.419672131147541, + "val_precision": 1.0, + "val_recall": 0.419672131147541, + "val_specificity": 0.0, + "val_f1": 0.5912240184757506, + "val_macro_f1": 0.2956120092378753 + }, + { + "epoch": 19, + "loss": 0.035693286588095015, + "val_fps": 3686.512693403953, + "val_accuracy": 0.4360655737704918, + "val_precision": 1.0, + "val_recall": 0.4360655737704918, + "val_specificity": 0.0, + "val_f1": 0.6073059360730594, + "val_macro_f1": 0.3036529680365297 + }, + { + "epoch": 20, + "loss": 0.03610072830561834, + "val_fps": 3888.140152115702, + "val_accuracy": 0.40327868852459015, + "val_precision": 1.0, + "val_recall": 0.40327868852459015, + "val_specificity": 0.0, + "val_f1": 0.5747663551401869, + "val_macro_f1": 0.28738317757009346 + }, + { + "epoch": 21, + "loss": 0.035356040997985984, + "val_fps": 3939.897767089041, + "val_accuracy": 0.39278688524590166, + "val_precision": 1.0, + "val_recall": 0.39278688524590166, + "val_specificity": 0.0, + "val_f1": 0.564030131826742, + "val_macro_f1": 0.282015065913371 + }, + { + "epoch": 22, + "loss": 0.03452085722571007, + "val_fps": 3761.7899548190185, + "val_accuracy": 0.4760655737704918, + "val_precision": 1.0, + "val_recall": 0.4760655737704918, + "val_specificity": 0.0, + "val_f1": 0.6450466459351399, + "val_macro_f1": 0.32252332296756997 + }, + { + "epoch": 23, + "loss": 0.036078757032898, + "val_fps": 3819.715756806492, + "val_accuracy": 0.35540983606557375, + "val_precision": 1.0, + "val_recall": 0.35540983606557375, + "val_specificity": 0.0, + "val_f1": 0.5244315432994678, + "val_macro_f1": 0.2622157716497339 + }, + { + "epoch": 24, + "loss": 0.032625327799850015, + "val_fps": 3692.815060877755, + "val_accuracy": 0.4380327868852459, + "val_precision": 1.0, + "val_recall": 0.4380327868852459, + "val_specificity": 0.0, + "val_f1": 0.6092111263109895, + "val_macro_f1": 0.30460556315549475 + }, + { + "epoch": 25, + "loss": 0.03393009506892635, + "val_fps": 3920.613822420639, + "val_accuracy": 0.5344262295081967, + "val_precision": 1.0, + "val_recall": 0.5344262295081967, + "val_specificity": 0.0, + "val_f1": 0.6965811965811965, + "val_macro_f1": 0.3482905982905983 + }, + { + "epoch": 26, + "loss": 0.03247898551389524, + "val_fps": 3642.8746627155833, + "val_accuracy": 0.4426229508196721, + "val_precision": 1.0, + "val_recall": 0.4426229508196721, + "val_specificity": 0.0, + "val_f1": 0.6136363636363636, + "val_macro_f1": 0.3068181818181818 + }, + { + "epoch": 27, + "loss": 0.033155754154621034, + "val_fps": 3719.15759174421, + "val_accuracy": 0.4439344262295082, + "val_precision": 1.0, + "val_recall": 0.4439344262295082, + "val_specificity": 0.0, + "val_f1": 0.6148955495004541, + "val_macro_f1": 0.30744777475022705 + }, + { + "epoch": 28, + "loss": 0.03351724667322316, + "val_fps": 3740.84451914545, + "val_accuracy": 0.4183606557377049, + "val_precision": 1.0, + "val_recall": 0.4183606557377049, + "val_specificity": 0.0, + "val_f1": 0.5899214054553861, + "val_macro_f1": 0.29496070272769304 + }, + { + "epoch": 29, + "loss": 0.03309409996951586, + "val_fps": 3695.027051535766, + "val_accuracy": 0.29770491803278687, + "val_precision": 1.0, + "val_recall": 0.29770491803278687, + "val_specificity": 0.0, + "val_f1": 0.4588175846387064, + "val_macro_f1": 0.2294087923193532 + }, + { + "epoch": 30, + "loss": 0.0329155187087619, + "val_fps": 3944.6799635569773, + "val_accuracy": 0.36, + "val_precision": 1.0, + "val_recall": 0.36, + "val_specificity": 0.0, + "val_f1": 0.5294117647058824, + "val_macro_f1": 0.2647058823529412 + }, + { + "epoch": 31, + "loss": 0.03213779577902904, + "val_fps": 3821.5200982200063, + "val_accuracy": 0.5003278688524591, + "val_precision": 1.0, + "val_recall": 0.5003278688524591, + "val_specificity": 0.0, + "val_f1": 0.666958041958042, + "val_macro_f1": 0.333479020979021 + }, + { + "epoch": 32, + "loss": 0.033327771239680774, + "val_fps": 3850.612746082476, + "val_accuracy": 0.419672131147541, + "val_precision": 1.0, + "val_recall": 0.419672131147541, + "val_specificity": 0.0, + "val_f1": 0.5912240184757506, + "val_macro_f1": 0.2956120092378753 + }, + { + "epoch": 33, + "loss": 0.0326402736597677, + "val_fps": 3771.4662628153383, + "val_accuracy": 0.42295081967213116, + "val_precision": 1.0, + "val_recall": 0.42295081967213116, + "val_specificity": 0.0, + "val_f1": 0.5944700460829493, + "val_macro_f1": 0.29723502304147464 + }, + { + "epoch": 34, + "loss": 0.0322813805406104, + "val_fps": 3684.033270046214, + "val_accuracy": 0.47475409836065574, + "val_precision": 1.0, + "val_recall": 0.47475409836065574, + "val_specificity": 0.0, + "val_f1": 0.6438417074255225, + "val_macro_f1": 0.32192085371276125 + }, + { + "epoch": 35, + "loss": 0.03265073175067669, + "val_fps": 3763.51447270033, + "val_accuracy": 0.45114754098360654, + "val_precision": 1.0, + "val_recall": 0.45114754098360654, + "val_specificity": 0.0, + "val_f1": 0.6217803886127429, + "val_macro_f1": 0.31089019430637144 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..3faf7af08ca5bccf027dda0473205391298cd735 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 4384.216513542702, + "params": 307017, + "accuracy": 0.6388292682926829, + "precision": 0.6288840262582057, + "recall": 0.5889344262295082, + "specificity": 0.684171322160149, + "f1": 0.6082539682539683, + "macro_f1": 0.6366156719097895 +} \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_joint/best.pt b/results/ablation/seed_21/MCFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..67b1ec451e2201e9afd5b43c6a848de2c00a2c9d --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d902264ea5690a5833d0fc4b07004801cbe66b0e66d58d495042292a9affc9 +size 474011 diff --git a/results/ablation/seed_21/MCFD/dynafall_joint/history.json b/results/ablation/seed_21/MCFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..9272c4366fce141138715feea9f95c0ad9dca487 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint/history.json @@ -0,0 +1,134 @@ +[ + { + "epoch": 1, + "loss": 0.06228534922676456, + "val_fps": 4055.511785927873, + "val_accuracy": 0.26229508196721313, + "val_precision": 1.0, + "val_recall": 0.26229508196721313, + "val_specificity": 0.0, + "val_f1": 0.4155844155844156, + "val_macro_f1": 0.2077922077922078 + }, + { + "epoch": 2, + "loss": 0.05873013441998264, + "val_fps": 4094.63541378107, + "val_accuracy": 0.45049180327868854, + "val_precision": 1.0, + "val_recall": 0.45049180327868854, + "val_specificity": 0.0, + "val_f1": 0.6211573236889693, + "val_macro_f1": 0.3105786618444846 + }, + { + "epoch": 3, + "loss": 0.0553162110687013, + "val_fps": 3825.0424551336937, + "val_accuracy": 0.25114754098360653, + "val_precision": 1.0, + "val_recall": 0.25114754098360653, + "val_specificity": 0.0, + "val_f1": 0.40146750524109015, + "val_macro_f1": 0.20073375262054508 + }, + { + "epoch": 4, + "loss": 0.053526994228058414, + "val_fps": 4040.183730107692, + "val_accuracy": 0.06819672131147542, + "val_precision": 1.0, + "val_recall": 0.06819672131147542, + "val_specificity": 0.0, + "val_f1": 0.12768569674647023, + "val_macro_f1": 0.06384284837323512 + }, + { + "epoch": 5, + "loss": 0.05240207243856722, + "val_fps": 3657.797923136018, + "val_accuracy": 0.06491803278688525, + "val_precision": 1.0, + "val_recall": 0.06491803278688525, + "val_specificity": 0.0, + "val_f1": 0.12192118226600986, + "val_macro_f1": 0.06096059113300493 + }, + { + "epoch": 6, + "loss": 0.051118253998369535, + "val_fps": 3999.080046846584, + "val_accuracy": 0.22032786885245903, + "val_precision": 1.0, + "val_recall": 0.22032786885245903, + "val_specificity": 0.0, + "val_f1": 0.3610961848468565, + "val_macro_f1": 0.18054809242342826 + }, + { + "epoch": 7, + "loss": 0.05036476983655454, + "val_fps": 3767.860094218162, + "val_accuracy": 0.1481967213114754, + "val_precision": 1.0, + "val_recall": 0.1481967213114754, + "val_specificity": 0.0, + "val_f1": 0.2581382067390063, + "val_macro_f1": 0.12906910336950314 + }, + { + "epoch": 8, + "loss": 0.04982059743744043, + "val_fps": 4112.5879415646905, + "val_accuracy": 0.11672131147540983, + "val_precision": 1.0, + "val_recall": 0.11672131147540983, + "val_specificity": 0.0, + "val_f1": 0.20904286553141516, + "val_macro_f1": 0.10452143276570758 + }, + { + "epoch": 9, + "loss": 0.04786455934292921, + "val_fps": 4051.5582722755034, + "val_accuracy": 0.1901639344262295, + "val_precision": 1.0, + "val_recall": 0.1901639344262295, + "val_specificity": 0.0, + "val_f1": 0.31955922865013775, + "val_macro_f1": 0.15977961432506887 + }, + { + "epoch": 10, + "loss": 0.04880371042789044, + "val_fps": 3940.480246067723, + "val_accuracy": 0.10295081967213114, + "val_precision": 1.0, + "val_recall": 0.10295081967213114, + "val_specificity": 0.0, + "val_f1": 0.18668252080856124, + "val_macro_f1": 0.09334126040428062 + }, + { + "epoch": 11, + "loss": 0.04733188663572835, + "val_fps": 4094.281121217278, + "val_accuracy": 0.24327868852459017, + "val_precision": 1.0, + "val_recall": 0.24327868852459017, + "val_specificity": 0.0, + "val_f1": 0.39135021097046413, + "val_macro_f1": 0.19567510548523206 + }, + { + "epoch": 12, + "loss": 0.04725158021323624, + "val_fps": 3638.485085365894, + "val_accuracy": 0.3324590163934426, + "val_precision": 1.0, + "val_recall": 0.3324590163934426, + "val_specificity": 0.0, + "val_f1": 0.49901574803149606, + "val_macro_f1": 0.24950787401574803 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_21/MCFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..cc324148edd7f8bdfee51a74274a11d083d410ea --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 4552.279342255039, + "params": 113765, + "accuracy": 0.6275121951219512, + "precision": 0.6404019037546271, + "recall": 0.49631147540983606, + "specificity": 0.7467411545623837, + "f1": 0.5592241976448857, + "macro_f1": 0.6183517507906807 +} \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_joint_bone/best.pt b/results/ablation/seed_21/MCFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..1dd476bbc9f8c668194b71901c3f2895dd776d44 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611b973a721ec413d66e9e431bff689b11d4e7e11f11834c1861e1166dfe81d2 +size 943753 diff --git a/results/ablation/seed_21/MCFD/dynafall_joint_bone/history.json b/results/ablation/seed_21/MCFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f4a7381b60983d4ae80ce3713aa76c00e0a33fe5 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint_bone/history.json @@ -0,0 +1,343 @@ +[ + { + "epoch": 1, + "loss": 0.06377988312158613, + "val_fps": 3765.3667405191118, + "val_accuracy": 0.043934426229508196, + "val_precision": 1.0, + "val_recall": 0.043934426229508196, + "val_specificity": 0.0, + "val_f1": 0.08417085427135679, + "val_macro_f1": 0.042085427135678394 + }, + { + "epoch": 2, + "loss": 0.055916293265593116, + "val_fps": 3887.026998586093, + "val_accuracy": 0.0859016393442623, + "val_precision": 1.0, + "val_recall": 0.0859016393442623, + "val_specificity": 0.0, + "val_f1": 0.15821256038647344, + "val_macro_f1": 0.07910628019323672 + }, + { + "epoch": 3, + "loss": 0.0522743750020887, + "val_fps": 3706.6486116934384, + "val_accuracy": 0.16655737704918033, + "val_precision": 1.0, + "val_recall": 0.16655737704918033, + "val_specificity": 0.0, + "val_f1": 0.2855536818437324, + "val_macro_f1": 0.1427768409218662 + }, + { + "epoch": 4, + "loss": 0.05179038861833094, + "val_fps": 3835.029183079478, + "val_accuracy": 0.08524590163934426, + "val_precision": 1.0, + "val_recall": 0.08524590163934426, + "val_specificity": 0.0, + "val_f1": 0.15709969788519637, + "val_macro_f1": 0.07854984894259819 + }, + { + "epoch": 5, + "loss": 0.050496143582427724, + "val_fps": 3916.5101954552933, + "val_accuracy": 0.11278688524590164, + "val_precision": 1.0, + "val_recall": 0.11278688524590164, + "val_specificity": 0.0, + "val_f1": 0.20271066588096642, + "val_macro_f1": 0.10135533294048321 + }, + { + "epoch": 6, + "loss": 0.04973121163525716, + "val_fps": 3716.00717011777, + "val_accuracy": 0.41704918032786886, + "val_precision": 1.0, + "val_recall": 0.41704918032786886, + "val_specificity": 0.0, + "val_f1": 0.5886163813049514, + "val_macro_f1": 0.2943081906524757 + }, + { + "epoch": 7, + "loss": 0.04879337847803988, + "val_fps": 3745.3670981706277, + "val_accuracy": 0.2695081967213115, + "val_precision": 1.0, + "val_recall": 0.2695081967213115, + "val_specificity": 0.0, + "val_f1": 0.42458677685950413, + "val_macro_f1": 0.21229338842975207 + }, + { + "epoch": 8, + "loss": 0.04939841805581238, + "val_fps": 3837.5275588999984, + "val_accuracy": 0.17573770491803278, + "val_precision": 1.0, + "val_recall": 0.17573770491803278, + "val_specificity": 0.0, + "val_f1": 0.2989403234802008, + "val_macro_f1": 0.1494701617401004 + }, + { + "epoch": 9, + "loss": 0.04689515928152371, + "val_fps": 3937.969084402625, + "val_accuracy": 0.28327868852459015, + "val_precision": 1.0, + "val_recall": 0.28327868852459015, + "val_specificity": 0.0, + "val_f1": 0.44149207971384774, + "val_macro_f1": 0.22074603985692387 + }, + { + "epoch": 10, + "loss": 0.04562751266921298, + "val_fps": 3854.7396849390884, + "val_accuracy": 0.07540983606557378, + "val_precision": 1.0, + "val_recall": 0.07540983606557378, + "val_specificity": 0.0, + "val_f1": 0.1402439024390244, + "val_macro_f1": 0.0701219512195122 + }, + { + "epoch": 11, + "loss": 0.0448853592221741, + "val_fps": 3975.100832004627, + "val_accuracy": 0.26229508196721313, + "val_precision": 1.0, + "val_recall": 0.26229508196721313, + "val_specificity": 0.0, + "val_f1": 0.4155844155844156, + "val_macro_f1": 0.2077922077922078 + }, + { + "epoch": 12, + "loss": 0.045975448105173275, + "val_fps": 3883.027514639221, + "val_accuracy": 0.20590163934426228, + "val_precision": 1.0, + "val_recall": 0.20590163934426228, + "val_specificity": 0.0, + "val_f1": 0.3414899401848831, + "val_macro_f1": 0.17074497009244155 + }, + { + "epoch": 13, + "loss": 0.04439233971705733, + "val_fps": 3840.1426174412045, + "val_accuracy": 0.3980327868852459, + "val_precision": 1.0, + "val_recall": 0.3980327868852459, + "val_specificity": 0.0, + "val_f1": 0.5694183864915572, + "val_macro_f1": 0.2847091932457786 + }, + { + "epoch": 14, + "loss": 0.043307970498499715, + "val_fps": 3855.4299931896808, + "val_accuracy": 0.25245901639344265, + "val_precision": 1.0, + "val_recall": 0.25245901639344265, + "val_specificity": 0.0, + "val_f1": 0.4031413612565445, + "val_macro_f1": 0.20157068062827224 + }, + { + "epoch": 15, + "loss": 0.04364189018655625, + "val_fps": 3909.8126049014313, + "val_accuracy": 0.2321311475409836, + "val_precision": 1.0, + "val_recall": 0.2321311475409836, + "val_specificity": 0.0, + "val_f1": 0.37679616817456096, + "val_macro_f1": 0.18839808408728048 + }, + { + "epoch": 16, + "loss": 0.0428136507940861, + "val_fps": 3966.0391164399693, + "val_accuracy": 0.46491803278688526, + "val_precision": 1.0, + "val_recall": 0.46491803278688526, + "val_specificity": 0.0, + "val_f1": 0.6347358997314234, + "val_macro_f1": 0.3173679498657117 + }, + { + "epoch": 17, + "loss": 0.04209255207063443, + "val_fps": 3821.4084480128563, + "val_accuracy": 0.25639344262295083, + "val_precision": 1.0, + "val_recall": 0.25639344262295083, + "val_specificity": 0.0, + "val_f1": 0.4081419624217119, + "val_macro_f1": 0.20407098121085596 + }, + { + "epoch": 18, + "loss": 0.042035565537034046, + "val_fps": 3917.7827396215907, + "val_accuracy": 0.21901639344262294, + "val_precision": 1.0, + "val_recall": 0.21901639344262294, + "val_specificity": 0.0, + "val_f1": 0.3593329747175901, + "val_macro_f1": 0.17966648735879506 + }, + { + "epoch": 19, + "loss": 0.041065127008120185, + "val_fps": 3926.5224129725116, + "val_accuracy": 0.31540983606557377, + "val_precision": 1.0, + "val_recall": 0.31540983606557377, + "val_specificity": 0.0, + "val_f1": 0.4795613160518445, + "val_macro_f1": 0.23978065802592224 + }, + { + "epoch": 20, + "loss": 0.041288968359692944, + "val_fps": 3776.2910943163233, + "val_accuracy": 0.3527868852459016, + "val_precision": 1.0, + "val_recall": 0.3527868852459016, + "val_specificity": 0.0, + "val_f1": 0.521570528356762, + "val_macro_f1": 0.260785264178381 + }, + { + "epoch": 21, + "loss": 0.040389045785788884, + "val_fps": 3679.0315202200736, + "val_accuracy": 0.5973770491803279, + "val_precision": 1.0, + "val_recall": 0.5973770491803279, + "val_specificity": 0.0, + "val_f1": 0.7479474548440066, + "val_macro_f1": 0.3739737274220033 + }, + { + "epoch": 22, + "loss": 0.03991482072244866, + "val_fps": 3796.731471581527, + "val_accuracy": 0.1422950819672131, + "val_precision": 1.0, + "val_recall": 0.1422950819672131, + "val_specificity": 0.0, + "val_f1": 0.24913892078071181, + "val_macro_f1": 0.12456946039035591 + }, + { + "epoch": 23, + "loss": 0.0397586912040486, + "val_fps": 3700.0516084549254, + "val_accuracy": 0.2577049180327869, + "val_precision": 1.0, + "val_recall": 0.2577049180327869, + "val_specificity": 0.0, + "val_f1": 0.4098018769551616, + "val_macro_f1": 0.2049009384775808 + }, + { + "epoch": 24, + "loss": 0.03907587001135087, + "val_fps": 3754.4294487598822, + "val_accuracy": 0.4977049180327869, + "val_precision": 1.0, + "val_recall": 0.4977049180327869, + "val_specificity": 0.0, + "val_f1": 0.6646234676007006, + "val_macro_f1": 0.3323117338003503 + }, + { + "epoch": 25, + "loss": 0.03975092176049694, + "val_fps": 3891.994873353625, + "val_accuracy": 0.479344262295082, + "val_precision": 1.0, + "val_recall": 0.479344262295082, + "val_specificity": 0.0, + "val_f1": 0.6480496453900709, + "val_macro_f1": 0.32402482269503546 + }, + { + "epoch": 26, + "loss": 0.03884685805838498, + "val_fps": 3879.645280117524, + "val_accuracy": 0.35672131147540986, + "val_precision": 1.0, + "val_recall": 0.35672131147540986, + "val_specificity": 0.0, + "val_f1": 0.5258579023682939, + "val_macro_f1": 0.26292895118414694 + }, + { + "epoch": 27, + "loss": 0.03775401503558459, + "val_fps": 3868.5375541346, + "val_accuracy": 0.23344262295081966, + "val_precision": 1.0, + "val_recall": 0.23344262295081966, + "val_specificity": 0.0, + "val_f1": 0.37852206273258904, + "val_macro_f1": 0.18926103136629452 + }, + { + "epoch": 28, + "loss": 0.03762467554096113, + "val_fps": 3902.8558780018434, + "val_accuracy": 0.4314754098360656, + "val_precision": 1.0, + "val_recall": 0.4314754098360656, + "val_specificity": 0.0, + "val_f1": 0.602840128263857, + "val_macro_f1": 0.3014200641319285 + }, + { + "epoch": 29, + "loss": 0.038429767182144435, + "val_fps": 3377.659311147359, + "val_accuracy": 0.28524590163934427, + "val_precision": 1.0, + "val_recall": 0.28524590163934427, + "val_specificity": 0.0, + "val_f1": 0.44387755102040816, + "val_macro_f1": 0.22193877551020408 + }, + { + "epoch": 30, + "loss": 0.03870073173613981, + "val_fps": 3677.7356639535515, + "val_accuracy": 0.2301639344262295, + "val_precision": 1.0, + "val_recall": 0.2301639344262295, + "val_specificity": 0.0, + "val_f1": 0.3742004264392324, + "val_macro_f1": 0.1871002132196162 + }, + { + "epoch": 31, + "loss": 0.03731117774676881, + "val_fps": 3837.6148707016314, + "val_accuracy": 0.43344262295081964, + "val_precision": 1.0, + "val_recall": 0.43344262295081964, + "val_specificity": 0.0, + "val_f1": 0.6047575480329369, + "val_macro_f1": 0.30237877401646845 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_21/MCFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..c50659fbaebd24c72494e871f459d1244301e898 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 4234.108779179861, + "params": 227240, + "accuracy": 0.5445853658536586, + "precision": 0.5175729442970822, + "recall": 0.6397540983606558, + "specificity": 0.4581005586592179, + "f1": 0.5722140762463344, + "macro_f1": 0.5426777515149068 +} \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_random_dropout/best.pt b/results/ablation/seed_21/MCFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..1a1bca24a1498470161d906e32e81403726d61a2 --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3ff3cd7d53fb022619e517f81a73487d6a70685b592d2216e8201bd54ccddb +size 1265049 diff --git a/results/ablation/seed_21/MCFD/dynafall_random_dropout/history.json b/results/ablation/seed_21/MCFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..1cf4534902d35c1273d645f3830e59415f7cbecf --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_random_dropout/history.json @@ -0,0 +1,134 @@ +[ + { + "epoch": 1, + "loss": 0.060351052729244736, + "val_fps": 3679.2789558564323, + "val_accuracy": 0.1540983606557377, + "val_precision": 1.0, + "val_recall": 0.1540983606557377, + "val_specificity": 0.0, + "val_f1": 0.26704545454545453, + "val_macro_f1": 0.13352272727272727 + }, + { + "epoch": 2, + "loss": 0.054790511394151226, + "val_fps": 3695.4947513771754, + "val_accuracy": 0.49836065573770494, + "val_precision": 1.0, + "val_recall": 0.49836065573770494, + "val_specificity": 0.0, + "val_f1": 0.6652078774617067, + "val_macro_f1": 0.33260393873085337 + }, + { + "epoch": 3, + "loss": 0.05148447112987862, + "val_fps": 3788.471580257089, + "val_accuracy": 0.21311475409836064, + "val_precision": 1.0, + "val_recall": 0.21311475409836064, + "val_specificity": 0.0, + "val_f1": 0.35135135135135137, + "val_macro_f1": 0.17567567567567569 + }, + { + "epoch": 4, + "loss": 0.0492544806827323, + "val_fps": 3930.979154981794, + "val_accuracy": 0.32131147540983607, + "val_precision": 1.0, + "val_recall": 0.32131147540983607, + "val_specificity": 0.0, + "val_f1": 0.48635235732009924, + "val_macro_f1": 0.24317617866004962 + }, + { + "epoch": 5, + "loss": 0.04778037722550929, + "val_fps": 3446.9995918769823, + "val_accuracy": 0.3422950819672131, + "val_precision": 1.0, + "val_recall": 0.3422950819672131, + "val_specificity": 0.0, + "val_f1": 0.5100146555935515, + "val_macro_f1": 0.25500732779677576 + }, + { + "epoch": 6, + "loss": 0.04585852741788965, + "val_fps": 3886.8550314360255, + "val_accuracy": 0.3101639344262295, + "val_precision": 1.0, + "val_recall": 0.3101639344262295, + "val_specificity": 0.0, + "val_f1": 0.47347347347347346, + "val_macro_f1": 0.23673673673673673 + }, + { + "epoch": 7, + "loss": 0.04584535557199174, + "val_fps": 3621.106942614929, + "val_accuracy": 0.2636065573770492, + "val_precision": 1.0, + "val_recall": 0.2636065573770492, + "val_specificity": 0.0, + "val_f1": 0.41722885313959523, + "val_macro_f1": 0.20861442656979762 + }, + { + "epoch": 8, + "loss": 0.047839049145173174, + "val_fps": 3778.101601685818, + "val_accuracy": 0.2, + "val_precision": 1.0, + "val_recall": 0.2, + "val_specificity": 0.0, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.16666666666666666 + }, + { + "epoch": 9, + "loss": 0.04587771107793311, + "val_fps": 3725.1628918452466, + "val_accuracy": 0.28590163934426227, + "val_precision": 1.0, + "val_recall": 0.28590163934426227, + "val_specificity": 0.0, + "val_f1": 0.44467108618052015, + "val_macro_f1": 0.22233554309026007 + }, + { + "epoch": 10, + "loss": 0.04315866319878341, + "val_fps": 3728.6196954229554, + "val_accuracy": 0.2898360655737705, + "val_precision": 1.0, + "val_recall": 0.2898360655737705, + "val_specificity": 0.0, + "val_f1": 0.4494153533299441, + "val_macro_f1": 0.22470767666497204 + }, + { + "epoch": 11, + "loss": 0.04265419594321584, + "val_fps": 3664.052012731156, + "val_accuracy": 0.3842622950819672, + "val_precision": 1.0, + "val_recall": 0.3842622950819672, + "val_specificity": 0.0, + "val_f1": 0.5551871151113217, + "val_macro_f1": 0.27759355755566084 + }, + { + "epoch": 12, + "loss": 0.04179795115576895, + "val_fps": 3760.863326366474, + "val_accuracy": 0.38688524590163936, + "val_precision": 1.0, + "val_recall": 0.38688524590163936, + "val_specificity": 0.0, + "val_f1": 0.557919621749409, + "val_macro_f1": 0.2789598108747045 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/MCFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_21/MCFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a1588314f85bd5f73e6aa7372957f9d839481dda --- /dev/null +++ b/results/ablation/seed_21/MCFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 4137.5774940389465, + "params": 307017, + "accuracy": 0.5892682926829268, + "precision": 0.5710649130250318, + "recall": 0.5516393442622951, + "specificity": 0.623463687150838, + "f1": 0.5611840733791953, + "macro_f1": 0.5875790163338301 +} \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall/best.pt b/results/ablation/seed_21/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..79ad108fad27caf7d3a716d178e0bcc48373b81a --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47807995647bafd810c035f2c3f2fa593fb79f952da20fb44b055e2213751b98 +size 1265049 diff --git a/results/ablation/seed_21/URFD/dynafall/history.json b/results/ablation/seed_21/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f7deeaccf81c66f76aed2e1cfe7b8b2536e223fb --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall/history.json @@ -0,0 +1,299 @@ +[ + { + "epoch": 1, + "loss": 0.0839643272901735, + "val_fps": 950.3160291791604, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 2, + "loss": 0.07774789895742171, + "val_fps": 973.0234521013417, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.07330949880903767, + "val_fps": 905.1077890711497, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 4, + "loss": 0.07175316493357381, + "val_fps": 953.1079518952062, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 5, + "loss": 0.0650098450001209, + "val_fps": 956.0510879406327, + "val_accuracy": 0.379746835443038, + "val_precision": 0.265625, + "val_recall": 0.8947368421052632, + "val_specificity": 0.21666666666666667, + "val_f1": 0.40963855421686746, + "val_macro_f1": 0.37815261044176707 + }, + { + "epoch": 6, + "loss": 0.05797946945794167, + "val_fps": 956.3112672078574, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 7, + "loss": 0.0583370003488756, + "val_fps": 883.9104057078708, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 8, + "loss": 0.05544212310304565, + "val_fps": 947.2194446547501, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 9, + "loss": 0.06239959092870835, + "val_fps": 942.9564080887953, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 10, + "loss": 0.048379733317321344, + "val_fps": 958.1797650592706, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 11, + "loss": 0.04894093766568169, + "val_fps": 973.1361285741547, + "val_accuracy": 0.6075949367088608, + "val_precision": 0.3695652173913043, + "val_recall": 0.8947368421052632, + "val_specificity": 0.5166666666666667, + "val_f1": 0.5230769230769231, + "val_macro_f1": 0.5948717948717949 + }, + { + "epoch": 12, + "loss": 0.046066795866335594, + "val_fps": 907.0725770627921, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 13, + "loss": 0.04098615338725428, + "val_fps": 961.3089866921218, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.288135593220339, + "val_recall": 0.8947368421052632, + "val_specificity": 0.3, + "val_f1": 0.4358974358974359, + "val_macro_f1": 0.44294871794871793 + }, + { + "epoch": 14, + "loss": 0.054443257590455395, + "val_fps": 961.0801194189486, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.2903225806451613, + "val_recall": 0.9473684210526315, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.43001443001443 + }, + { + "epoch": 15, + "loss": 0.04316250138705777, + "val_fps": 965.3278783886494, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.28125, + "val_recall": 0.9473684210526315, + "val_specificity": 0.23333333333333334, + "val_f1": 0.43373493975903615, + "val_macro_f1": 0.40353413654618475 + }, + { + "epoch": 16, + "loss": 0.042491490321774635, + "val_fps": 959.4699923923874, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 17, + "loss": 0.05480003248780004, + "val_fps": 948.1912557167589, + "val_accuracy": 0.8607594936708861, + "val_precision": 0.6538461538461539, + "val_recall": 0.8947368421052632, + "val_specificity": 0.85, + "val_f1": 0.7555555555555555, + "val_macro_f1": 0.8291052114060964 + }, + { + "epoch": 18, + "loss": 0.08409646003236694, + "val_fps": 949.8583945177195, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 19, + "loss": 0.05258778524735282, + "val_fps": 944.0110882480099, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 20, + "loss": 0.0471197560790085, + "val_fps": 973.9854456092049, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 21, + "loss": 0.05120758982675691, + "val_fps": 936.8500945822541, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.2903225806451613, + "val_recall": 0.9473684210526315, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.43001443001443 + }, + { + "epoch": 22, + "loss": 0.042023116422276345, + "val_fps": 971.3194688261802, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2923076923076923, + "val_recall": 1.0, + "val_specificity": 0.23333333333333334, + "val_f1": 0.4523809523809524, + "val_macro_f1": 0.4153796653796654 + }, + { + "epoch": 23, + "loss": 0.04715302147932591, + "val_fps": 961.2664136813555, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 24, + "loss": 0.043316015613175204, + "val_fps": 932.4338571472917, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 25, + "loss": 0.03484557022250468, + "val_fps": 926.6041262510296, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2923076923076923, + "val_recall": 1.0, + "val_specificity": 0.23333333333333334, + "val_f1": 0.4523809523809524, + "val_macro_f1": 0.4153796653796654 + }, + { + "epoch": 26, + "loss": 0.03590536844586172, + "val_fps": 876.4737541196428, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 27, + "loss": 0.03945259855038697, + "val_fps": 966.1976641932031, + "val_accuracy": 0.810126582278481, + "val_precision": 0.5625, + "val_recall": 0.9473684210526315, + "val_specificity": 0.7666666666666667, + "val_f1": 0.7058823529411765, + "val_macro_f1": 0.782847718526663 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall/metrics_test_clean.json b/results/ablation/seed_21/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..30d1a514177e2f92135c14341703a8c5e3866b7a --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 934.3602990147614, + "params": 307017, + "accuracy": 0.7901234567901234, + "precision": 0.5, + "recall": 0.6470588235294118, + "specificity": 0.828125, + "f1": 0.5641025641025641, + "macro_f1": 0.7129455909943715 +} \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..ee66a464592ce3abcea64ef984000a8770cbf317 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e761e553d6c5404b7cdb0d6a11500e9645569ad3da76a473514a04d4bb18ba +size 1265049 diff --git a/results/ablation/seed_21/URFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0caee86f650c75cf16fb8064f1295661628e7700 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.081072969782737, + "val_fps": 927.2539716057125, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 2, + "loss": 0.07738962649337706, + "val_fps": 982.0379970573223, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 3, + "loss": 0.0651512528138776, + "val_fps": 971.1754888844848, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 4, + "loss": 0.07134359768561778, + "val_fps": 960.3942906033133, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 5, + "loss": 0.06375633348380366, + "val_fps": 973.1062880894692, + "val_accuracy": 0.8607594936708861, + "val_precision": 0.7, + "val_recall": 0.7368421052631579, + "val_specificity": 0.9, + "val_f1": 0.717948717948718, + "val_macro_f1": 0.812755871579401 + }, + { + "epoch": 6, + "loss": 0.04967733592756333, + "val_fps": 967.5459962729926, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 7, + "loss": 0.051113208936106776, + "val_fps": 960.2589880818133, + "val_accuracy": 0.8354430379746836, + "val_precision": 0.6071428571428571, + "val_recall": 0.8947368421052632, + "val_specificity": 0.8166666666666667, + "val_f1": 0.723404255319149, + "val_macro_f1": 0.8031435691010159 + }, + { + "epoch": 8, + "loss": 0.05439225842635478, + "val_fps": 931.0596646444111, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 9, + "loss": 0.04903127223012909, + "val_fps": 941.7109768657815, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 10, + "loss": 0.04312128735886466, + "val_fps": 973.3510050619515, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 11, + "loss": 0.04221669259300876, + "val_fps": 920.8611145283177, + "val_accuracy": 0.6329113924050633, + "val_precision": 0.3958333333333333, + "val_recall": 1.0, + "val_specificity": 0.5166666666666667, + "val_f1": 0.5671641791044776, + "val_macro_f1": 0.6242414302115795 + }, + { + "epoch": 12, + "loss": 0.043962485186996, + "val_fps": 967.9764527725341, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 13, + "loss": 0.040719242706414194, + "val_fps": 961.7483363402896, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.2903225806451613, + "val_recall": 0.9473684210526315, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.43001443001443 + }, + { + "epoch": 14, + "loss": 0.04075859354869012, + "val_fps": 977.1026828831191, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.3064516129032258, + "val_recall": 1.0, + "val_specificity": 0.2833333333333333, + "val_f1": 0.4691358024691358, + "val_macro_f1": 0.4553471220137887 + }, + { + "epoch": 15, + "loss": 0.03805038248819689, + "val_fps": 929.7259146530731, + "val_accuracy": 0.5063291139240507, + "val_precision": 0.3275862068965517, + "val_recall": 1.0, + "val_specificity": 0.35, + "val_f1": 0.4935064935064935, + "val_macro_f1": 0.506012506012506 + }, + { + "epoch": 16, + "loss": 0.03820772390932806, + "val_fps": 948.1341623366706, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 17, + "loss": 0.03482170741640842, + "val_fps": 943.5888408290815, + "val_accuracy": 0.6962025316455697, + "val_precision": 0.43243243243243246, + "val_recall": 0.8421052631578947, + "val_specificity": 0.65, + "val_f1": 0.5714285714285714, + "val_macro_f1": 0.6680672268907563 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..3a61566553a84d9fb27976673a0cc21f1a8e0b20 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 852.8815374206557, + "params": 307017, + "accuracy": 0.691358024691358, + "precision": 0.36666666666666664, + "recall": 0.6470588235294118, + "specificity": 0.703125, + "f1": 0.46808510638297873, + "macro_f1": 0.6253469010175763 +} \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_joint/best.pt b/results/ablation/seed_21/URFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..4747330bdb3bfc1a51c129ca7a16caf3bcb4cf81 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54168675776bcc2fbed981bc286b1e0d2c25d98661d0e5ef06eeb2f93512300c +size 474011 diff --git a/results/ablation/seed_21/URFD/dynafall_joint/history.json b/results/ablation/seed_21/URFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..461a2b8926790a33e32e7cc72cd6e95734e73b7b --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint/history.json @@ -0,0 +1,310 @@ +[ + { + "epoch": 1, + "loss": 0.08297657882494311, + "val_fps": 966.1227893969597, + "val_accuracy": 0.6455696202531646, + "val_precision": 0.3953488372093023, + "val_recall": 0.8947368421052632, + "val_specificity": 0.5666666666666667, + "val_f1": 0.5483870967741935, + "val_macro_f1": 0.6283602150537635 + }, + { + "epoch": 2, + "loss": 0.06752142604560621, + "val_fps": 956.0767018610468, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.06992372906496448, + "val_fps": 1030.1359851911159, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 4, + "loss": 0.06882453223149623, + "val_fps": 1028.8728359104277, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 5, + "loss": 0.0633787366171037, + "val_fps": 1028.943050248502, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 6, + "loss": 0.06629903830828206, + "val_fps": 1019.5013455338822, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 7, + "loss": 0.07302519751171913, + "val_fps": 1002.5550475152158, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 8, + "loss": 0.06072037012105988, + "val_fps": 987.5411335282548, + "val_accuracy": 0.8227848101265823, + "val_precision": 0.8571428571428571, + "val_recall": 0.3157894736842105, + "val_specificity": 0.9833333333333333, + "val_f1": 0.46153846153846156, + "val_macro_f1": 0.6777389277389277 + }, + { + "epoch": 9, + "loss": 0.0779695226059806, + "val_fps": 987.3274970559635, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.25, + "val_recall": 0.8947368421052632, + "val_specificity": 0.15, + "val_f1": 0.39080459770114945, + "val_macro_f1": 0.32216286223085644 + }, + { + "epoch": 10, + "loss": 0.07067625164504975, + "val_fps": 995.4626834297829, + "val_accuracy": 0.8227848101265823, + "val_precision": 0.5862068965517241, + "val_recall": 0.8947368421052632, + "val_specificity": 0.8, + "val_f1": 0.7083333333333334, + "val_macro_f1": 0.790530303030303 + }, + { + "epoch": 11, + "loss": 0.06196617689584532, + "val_fps": 1000.0861028329251, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 12, + "loss": 0.065797658817422, + "val_fps": 996.1878671629316, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2857142857142857, + "val_recall": 0.9473684210526315, + "val_specificity": 0.25, + "val_f1": 0.43902439024390244, + "val_macro_f1": 0.41688061617458283 + }, + { + "epoch": 13, + "loss": 0.057545936936813015, + "val_fps": 971.4464694949199, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 14, + "loss": 0.048767356021750356, + "val_fps": 985.0220477427293, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 15, + "loss": 0.06190753475792946, + "val_fps": 1018.0148166695885, + "val_accuracy": 0.4810126582278481, + "val_precision": 0.3103448275862069, + "val_recall": 0.9473684210526315, + "val_specificity": 0.3333333333333333, + "val_f1": 0.4675324675324675, + "val_macro_f1": 0.4806798140131473 + }, + { + "epoch": 16, + "loss": 0.0639134831726551, + "val_fps": 992.57711009567, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 17, + "loss": 0.0724449327155467, + "val_fps": 1012.8768852346481, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.2777777777777778, + "val_recall": 0.7894736842105263, + "val_specificity": 0.35, + "val_f1": 0.410958904109589, + "val_macro_f1": 0.4525382755842063 + }, + { + "epoch": 18, + "loss": 0.057760577468622114, + "val_fps": 932.8901796084274, + "val_accuracy": 0.8987341772151899, + "val_precision": 0.8666666666666667, + "val_recall": 0.6842105263157895, + "val_specificity": 0.9666666666666667, + "val_f1": 0.7647058823529411, + "val_macro_f1": 0.8500948766603416 + }, + { + "epoch": 19, + "loss": 0.0539660542121818, + "val_fps": 956.8983463526797, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 20, + "loss": 0.05929171311999521, + "val_fps": 1017.6258633892625, + "val_accuracy": 0.8227848101265823, + "val_precision": 1.0, + "val_recall": 0.2631578947368421, + "val_specificity": 1.0, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.6560945273631841 + }, + { + "epoch": 21, + "loss": 0.05669962314348067, + "val_fps": 1028.1854640156134, + "val_accuracy": 0.8481012658227848, + "val_precision": 0.8181818181818182, + "val_recall": 0.47368421052631576, + "val_specificity": 0.9666666666666667, + "val_f1": 0.6, + "val_macro_f1": 0.753125 + }, + { + "epoch": 22, + "loss": 0.0542883864573894, + "val_fps": 1024.4711299328235, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 23, + "loss": 0.04342080236622883, + "val_fps": 1021.4483244874672, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 24, + "loss": 0.06450147824662347, + "val_fps": 1008.8064830503284, + "val_accuracy": 0.8481012658227848, + "val_precision": 0.7692307692307693, + "val_recall": 0.5263157894736842, + "val_specificity": 0.95, + "val_f1": 0.625, + "val_macro_f1": 0.7648809523809523 + }, + { + "epoch": 25, + "loss": 0.07612595394734413, + "val_fps": 1017.8061362192035, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.28125, + "val_recall": 0.9473684210526315, + "val_specificity": 0.23333333333333334, + "val_f1": 0.43373493975903615, + "val_macro_f1": 0.40353413654618475 + }, + { + "epoch": 26, + "loss": 0.057566081804613915, + "val_fps": 1017.188755839935, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.28125, + "val_recall": 0.9473684210526315, + "val_specificity": 0.23333333333333334, + "val_f1": 0.43373493975903615, + "val_macro_f1": 0.40353413654618475 + }, + { + "epoch": 27, + "loss": 0.05802716374877961, + "val_fps": 1035.6374577065828, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 28, + "loss": 0.05113426361593508, + "val_fps": 1033.6925951115932, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.29508196721311475, + "val_recall": 0.9473684210526315, + "val_specificity": 0.2833333333333333, + "val_f1": 0.45, + "val_macro_f1": 0.44294871794871793 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_21/URFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a5db67c39cc5db1fcf01f0b5f10635d6237e85c7 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 914.3807380913233, + "params": 113765, + "accuracy": 0.7037037037037037, + "precision": 0.34782608695652173, + "recall": 0.47058823529411764, + "specificity": 0.765625, + "f1": 0.4, + "macro_f1": 0.6016393442622952 +} \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_joint_bone/best.pt b/results/ablation/seed_21/URFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..ff29c9d4ea11a548acac134c577f7b36a268a0c7 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7439013e6b31259ba4c742faaf7019d058fadfffdd61c463d62971d60029e8b +size 943753 diff --git a/results/ablation/seed_21/URFD/dynafall_joint_bone/history.json b/results/ablation/seed_21/URFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..d9fac167f02eb9a9c24b1205ae623145b06e5ee0 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint_bone/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07814174626142747, + "val_fps": 952.0931049173201, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 2, + "loss": 0.07319303349621835, + "val_fps": 987.96400065349, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 3, + "loss": 0.06287402743774076, + "val_fps": 941.70659639985, + "val_accuracy": 0.5316455696202531, + "val_precision": 0.3333333333333333, + "val_recall": 0.9473684210526315, + "val_specificity": 0.4, + "val_f1": 0.4931506849315068, + "val_macro_f1": 0.528928283642224 + }, + { + "epoch": 4, + "loss": 0.06029655574069869, + "val_fps": 952.7461181895242, + "val_accuracy": 0.6075949367088608, + "val_precision": 0.38, + "val_recall": 1.0, + "val_specificity": 0.48333333333333334, + "val_f1": 0.5507246376811594, + "val_macro_f1": 0.6012050154697932 + }, + { + "epoch": 5, + "loss": 0.06674580684592647, + "val_fps": 958.6589436845987, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 6, + "loss": 0.07529539206335621, + "val_fps": 994.5259092232292, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 7, + "loss": 0.07189866077275045, + "val_fps": 988.7818684166554, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 8, + "loss": 0.059791349956104835, + "val_fps": 943.98686260085, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 9, + "loss": 0.05743039519556107, + "val_fps": 986.2735774940588, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 10, + "loss": 0.0716527127210171, + "val_fps": 947.7638000158323, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 11, + "loss": 0.0804029457992123, + "val_fps": 983.8968360573695, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 12, + "loss": 0.06648578254445907, + "val_fps": 994.8405187418643, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.296875, + "val_recall": 1.0, + "val_specificity": 0.25, + "val_f1": 0.4578313253012048, + "val_macro_f1": 0.42891566265060244 + }, + { + "epoch": 13, + "loss": 0.06164272490047639, + "val_fps": 883.9818399482268, + "val_accuracy": 0.6075949367088608, + "val_precision": 0.375, + "val_recall": 0.9473684210526315, + "val_specificity": 0.5, + "val_f1": 0.5373134328358209, + "val_macro_f1": 0.5983270460882402 + }, + { + "epoch": 14, + "loss": 0.05033417622889242, + "val_fps": 950.5828109292768, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_21/URFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d879605bd375ea7565eec1f3f32ae9eb954db068 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 936.6244656492438, + "params": 227240, + "accuracy": 0.6172839506172839, + "precision": 0.3409090909090909, + "recall": 0.8823529411764706, + "specificity": 0.546875, + "f1": 0.4918032786885246, + "macro_f1": 0.5924362928096087 +} \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_random_dropout/best.pt b/results/ablation/seed_21/URFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f1631bbd585ae2b2580cd22bc631ba428994c5b8 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5459063f1f1b4e9ab15fc22b2f6ecf041fb0c445d681e93386e731492a83e828 +size 1265049 diff --git a/results/ablation/seed_21/URFD/dynafall_random_dropout/history.json b/results/ablation/seed_21/URFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..5d4ea390fb48c50308a265251da3953cbbac690a --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_random_dropout/history.json @@ -0,0 +1,167 @@ +[ + { + "epoch": 1, + "loss": 0.08613805532936127, + "val_fps": 963.4735122998713, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 2, + "loss": 0.07475469357544376, + "val_fps": 965.3731960068966, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.06837623770679196, + "val_fps": 976.3531213599956, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 4, + "loss": 0.06674155725106116, + "val_fps": 965.6368036632851, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 5, + "loss": 0.05978037867574922, + "val_fps": 951.871007623891, + "val_accuracy": 0.8860759493670886, + "val_precision": 0.8125, + "val_recall": 0.6842105263157895, + "val_specificity": 0.95, + "val_f1": 0.7428571428571429, + "val_macro_f1": 0.8348432055749129 + }, + { + "epoch": 6, + "loss": 0.06271341821599391, + "val_fps": 933.3711758613811, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + }, + { + "epoch": 7, + "loss": 0.05949364338190325, + "val_fps": 981.6827360322008, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 8, + "loss": 0.05862926223105, + "val_fps": 963.1592763647689, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 9, + "loss": 0.05731542246235955, + "val_fps": 940.3517081681688, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2608695652173913, + "val_recall": 0.9473684210526315, + "val_specificity": 0.15, + "val_f1": 0.4090909090909091, + "val_macro_f1": 0.33311688311688314 + }, + { + "epoch": 10, + "loss": 0.04933530927425431, + "val_fps": 952.8783804348462, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 11, + "loss": 0.05608504878417138, + "val_fps": 965.5332973894567, + "val_accuracy": 0.5569620253164557, + "val_precision": 0.34615384615384615, + "val_recall": 0.9473684210526315, + "val_specificity": 0.43333333333333335, + "val_f1": 0.5070422535211268, + "val_macro_f1": 0.552371701473207 + }, + { + "epoch": 12, + "loss": 0.05104817936737691, + "val_fps": 958.7510875205959, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 13, + "loss": 0.045539552826554544, + "val_fps": 972.92304312103, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 14, + "loss": 0.047853889003876715, + "val_fps": 873.6716831629366, + "val_accuracy": 0.6835443037974683, + "val_precision": 0.425, + "val_recall": 0.8947368421052632, + "val_specificity": 0.6166666666666667, + "val_f1": 0.576271186440678, + "val_macro_f1": 0.6618729669577128 + }, + { + "epoch": 15, + "loss": 0.043057750550008586, + "val_fps": 936.2815013130806, + "val_accuracy": 0.8354430379746836, + "val_precision": 0.6071428571428571, + "val_recall": 0.8947368421052632, + "val_specificity": 0.8166666666666667, + "val_f1": 0.723404255319149, + "val_macro_f1": 0.8031435691010159 + } +] \ No newline at end of file diff --git a/results/ablation/seed_21/URFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_21/URFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a24d2d587052f59846cb4fe7ca23883b076e6cf7 --- /dev/null +++ b/results/ablation/seed_21/URFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 909.2504955145182, + "params": 307017, + "accuracy": 0.8271604938271605, + "precision": 0.6363636363636364, + "recall": 0.4117647058823529, + "specificity": 0.9375, + "f1": 0.5, + "macro_f1": 0.6977611940298507 +} \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall/best.pt b/results/ablation/seed_7/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..d59cad5efc9dd4396c4daa39d9451c7a4a918961 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7954eae061051a636c6ccbef7d2725b000748d416a7e478d1d432b0859510239 +size 1265049 diff --git a/results/ablation/seed_7/MCFD/dynafall/history.json b/results/ablation/seed_7/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..e11c3f45add17a86730e75ac4ab6012d40199461 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall/history.json @@ -0,0 +1,321 @@ +[ + { + "epoch": 1, + "loss": 0.0541757398915113, + "val_fps": 3912.5924132821856, + "val_accuracy": 0.22057787174066243, + "val_precision": 1.0, + "val_recall": 0.22057787174066243, + "val_specificity": 0.0, + "val_f1": 0.36143187066974597, + "val_macro_f1": 0.18071593533487298 + }, + { + "epoch": 2, + "loss": 0.049176011331016824, + "val_fps": 3890.276707742351, + "val_accuracy": 0.19027484143763213, + "val_precision": 1.0, + "val_recall": 0.19027484143763213, + "val_specificity": 0.0, + "val_f1": 0.3197158081705151, + "val_macro_f1": 0.15985790408525755 + }, + { + "epoch": 3, + "loss": 0.046109329642994065, + "val_fps": 3799.7940898778547, + "val_accuracy": 0.25792811839323465, + "val_precision": 1.0, + "val_recall": 0.25792811839323465, + "val_specificity": 0.0, + "val_f1": 0.41008403361344536, + "val_macro_f1": 0.20504201680672268 + }, + { + "epoch": 4, + "loss": 0.04470029613953464, + "val_fps": 3978.924066124456, + "val_accuracy": 0.3276955602536998, + "val_precision": 1.0, + "val_recall": 0.3276955602536998, + "val_specificity": 0.0, + "val_f1": 0.49363057324840764, + "val_macro_f1": 0.24681528662420382 + }, + { + "epoch": 5, + "loss": 0.04371325686878087, + "val_fps": 3903.9818568061382, + "val_accuracy": 0.33121916842847077, + "val_precision": 1.0, + "val_recall": 0.33121916842847077, + "val_specificity": 0.0, + "val_f1": 0.49761778718898886, + "val_macro_f1": 0.24880889359449443 + }, + { + "epoch": 6, + "loss": 0.04274034523222379, + "val_fps": 3788.457878370304, + "val_accuracy": 0.32064834390415786, + "val_precision": 1.0, + "val_recall": 0.32064834390415786, + "val_specificity": 0.0, + "val_f1": 0.4855923159018143, + "val_macro_f1": 0.24279615795090714 + }, + { + "epoch": 7, + "loss": 0.04249817349332468, + "val_fps": 4005.8513255296057, + "val_accuracy": 0.39112050739957716, + "val_precision": 1.0, + "val_recall": 0.39112050739957716, + "val_specificity": 0.0, + "val_f1": 0.5623100303951368, + "val_macro_f1": 0.2811550151975684 + }, + { + "epoch": 8, + "loss": 0.041263574811818554, + "val_fps": 3773.4237293679785, + "val_accuracy": 0.2938689217758985, + "val_precision": 1.0, + "val_recall": 0.2938689217758985, + "val_specificity": 0.0, + "val_f1": 0.4542483660130719, + "val_macro_f1": 0.22712418300653595 + }, + { + "epoch": 9, + "loss": 0.04060645391974522, + "val_fps": 3726.3513434918927, + "val_accuracy": 0.32064834390415786, + "val_precision": 1.0, + "val_recall": 0.32064834390415786, + "val_specificity": 0.0, + "val_f1": 0.4855923159018143, + "val_macro_f1": 0.24279615795090714 + }, + { + "epoch": 10, + "loss": 0.041146225585445784, + "val_fps": 3896.7735144577596, + "val_accuracy": 0.21071176885130374, + "val_precision": 1.0, + "val_recall": 0.21071176885130374, + "val_specificity": 0.0, + "val_f1": 0.3480791618160652, + "val_macro_f1": 0.1740395809080326 + }, + { + "epoch": 11, + "loss": 0.04008226556004591, + "val_fps": 3952.007721248151, + "val_accuracy": 0.3107822410147992, + "val_precision": 1.0, + "val_recall": 0.3107822410147992, + "val_specificity": 0.0, + "val_f1": 0.47419354838709676, + "val_macro_f1": 0.23709677419354838 + }, + { + "epoch": 12, + "loss": 0.039803419585282704, + "val_fps": 3827.037488214979, + "val_accuracy": 0.3269908386187456, + "val_precision": 1.0, + "val_recall": 0.3269908386187456, + "val_specificity": 0.0, + "val_f1": 0.4928305894848646, + "val_macro_f1": 0.2464152947424323 + }, + { + "epoch": 13, + "loss": 0.039416213306412685, + "val_fps": 3988.35845386947, + "val_accuracy": 0.41296687808315713, + "val_precision": 1.0, + "val_recall": 0.41296687808315713, + "val_specificity": 0.0, + "val_f1": 0.5845386533665835, + "val_macro_f1": 0.29226932668329175 + }, + { + "epoch": 14, + "loss": 0.039346048384729417, + "val_fps": 3773.4346446003588, + "val_accuracy": 0.4580690627202255, + "val_precision": 1.0, + "val_recall": 0.4580690627202255, + "val_specificity": 0.0, + "val_f1": 0.6283228612856452, + "val_macro_f1": 0.3141614306428226 + }, + { + "epoch": 15, + "loss": 0.03921420719866382, + "val_fps": 3651.354989396548, + "val_accuracy": 0.46723044397463004, + "val_precision": 1.0, + "val_recall": 0.46723044397463004, + "val_specificity": 0.0, + "val_f1": 0.6368876080691642, + "val_macro_f1": 0.3184438040345821 + }, + { + "epoch": 16, + "loss": 0.03772592704238376, + "val_fps": 3810.113601487532, + "val_accuracy": 0.47216349541930935, + "val_precision": 1.0, + "val_recall": 0.47216349541930935, + "val_specificity": 0.0, + "val_f1": 0.6414552417424605, + "val_macro_f1": 0.32072762087123025 + }, + { + "epoch": 17, + "loss": 0.03801526182464191, + "val_fps": 4000.0845368826263, + "val_accuracy": 0.4904862579281184, + "val_precision": 1.0, + "val_recall": 0.4904862579281184, + "val_specificity": 0.0, + "val_f1": 0.6581560283687943, + "val_macro_f1": 0.32907801418439714 + }, + { + "epoch": 18, + "loss": 0.03817677731937151, + "val_fps": 3884.4138062873462, + "val_accuracy": 0.4249471458773784, + "val_precision": 1.0, + "val_recall": 0.4249471458773784, + "val_specificity": 0.0, + "val_f1": 0.5964391691394659, + "val_macro_f1": 0.29821958456973297 + }, + { + "epoch": 19, + "loss": 0.037131631001976306, + "val_fps": 3678.022535113417, + "val_accuracy": 0.7265680056377731, + "val_precision": 1.0, + "val_recall": 0.7265680056377731, + "val_specificity": 0.0, + "val_f1": 0.8416326530612245, + "val_macro_f1": 0.42081632653061224 + }, + { + "epoch": 20, + "loss": 0.03743209859452779, + "val_fps": 3858.1105117831216, + "val_accuracy": 0.5137420718816068, + "val_precision": 1.0, + "val_recall": 0.5137420718816068, + "val_specificity": 0.0, + "val_f1": 0.6787709497206704, + "val_macro_f1": 0.3393854748603352 + }, + { + "epoch": 21, + "loss": 0.03627489857358077, + "val_fps": 3846.315094297865, + "val_accuracy": 0.6300211416490487, + "val_precision": 1.0, + "val_recall": 0.6300211416490487, + "val_specificity": 0.0, + "val_f1": 0.7730220492866408, + "val_macro_f1": 0.3865110246433204 + }, + { + "epoch": 22, + "loss": 0.03657899112195753, + "val_fps": 3954.049925115835, + "val_accuracy": 0.4813248766737139, + "val_precision": 1.0, + "val_recall": 0.4813248766737139, + "val_specificity": 0.0, + "val_f1": 0.6498572787821123, + "val_macro_f1": 0.32492863939105615 + }, + { + "epoch": 23, + "loss": 0.037000439368083116, + "val_fps": 3752.567701411515, + "val_accuracy": 0.3875968992248062, + "val_precision": 1.0, + "val_recall": 0.3875968992248062, + "val_specificity": 0.0, + "val_f1": 0.5586592178770949, + "val_macro_f1": 0.27932960893854747 + }, + { + "epoch": 24, + "loss": 0.03603030942798756, + "val_fps": 3901.9036854685273, + "val_accuracy": 0.4608879492600423, + "val_precision": 1.0, + "val_recall": 0.4608879492600423, + "val_specificity": 0.0, + "val_f1": 0.6309696092619392, + "val_macro_f1": 0.3154848046309696 + }, + { + "epoch": 25, + "loss": 0.03545316755391505, + "val_fps": 3893.829781469346, + "val_accuracy": 0.4178999295278365, + "val_precision": 1.0, + "val_recall": 0.4178999295278365, + "val_specificity": 0.0, + "val_f1": 0.5894632206759444, + "val_macro_f1": 0.2947316103379722 + }, + { + "epoch": 26, + "loss": 0.03676114659288568, + "val_fps": 3883.760315335186, + "val_accuracy": 0.5123326286116984, + "val_precision": 1.0, + "val_recall": 0.5123326286116984, + "val_specificity": 0.0, + "val_f1": 0.6775396085740913, + "val_macro_f1": 0.3387698042870457 + }, + { + "epoch": 27, + "loss": 0.037140651705716496, + "val_fps": 3811.122874525409, + "val_accuracy": 0.38971106412966877, + "val_precision": 1.0, + "val_recall": 0.38971106412966877, + "val_specificity": 0.0, + "val_f1": 0.5608519269776876, + "val_macro_f1": 0.2804259634888438 + }, + { + "epoch": 28, + "loss": 0.03503817088282089, + "val_fps": 3961.9306859957255, + "val_accuracy": 0.39252995066948554, + "val_precision": 1.0, + "val_recall": 0.39252995066948554, + "val_specificity": 0.0, + "val_f1": 0.5637651821862348, + "val_macro_f1": 0.2818825910931174 + }, + { + "epoch": 29, + "loss": 0.0358182385452735, + "val_fps": 3969.897806650497, + "val_accuracy": 0.5405214940098662, + "val_precision": 1.0, + "val_recall": 0.5405214940098662, + "val_specificity": 0.0, + "val_f1": 0.7017383348581885, + "val_macro_f1": 0.35086916742909424 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall/metrics_test_clean.json b/results/ablation/seed_7/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..f93a6949b8bb39efb6b70232673c09d1b8a5e9b8 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4471.874716121003, + "params": 307017, + "accuracy": 0.47614761476147616, + "precision": 0.41045011016682403, + "recall": 0.7413303013075612, + "specificity": 0.30242085661080076, + "f1": 0.5283630470016207, + "macro_f1": 0.4696471105453448 +} \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..20e5eb80cbb32e665476b5db2dd5aa88c34c4e44 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e64bd43fcd277fbdde9bfd3ba18f1fe2660919bdb4532e4872692d55b87f187 +size 1265049 diff --git a/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..406eabfe4bfa116709691051807fb8098d3e1c21 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,266 @@ +[ + { + "epoch": 1, + "loss": 0.0541533202026478, + "val_fps": 3839.9710575535114, + "val_accuracy": 0.2255109231853418, + "val_precision": 1.0, + "val_recall": 0.2255109231853418, + "val_specificity": 0.0, + "val_f1": 0.3680276020701553, + "val_macro_f1": 0.18401380103507764 + }, + { + "epoch": 2, + "loss": 0.04811102400710762, + "val_fps": 3819.3523055816645, + "val_accuracy": 0.2149400986610289, + "val_precision": 1.0, + "val_recall": 0.2149400986610289, + "val_specificity": 0.0, + "val_f1": 0.3538283062645012, + "val_macro_f1": 0.1769141531322506 + }, + { + "epoch": 3, + "loss": 0.045535412131628865, + "val_fps": 3965.9013518433967, + "val_accuracy": 0.1303735024665257, + "val_precision": 1.0, + "val_recall": 0.1303735024665257, + "val_specificity": 0.0, + "val_f1": 0.23067331670822944, + "val_macro_f1": 0.11533665835411472 + }, + { + "epoch": 4, + "loss": 0.0443820722950871, + "val_fps": 3785.7646798454844, + "val_accuracy": 0.3107822410147992, + "val_precision": 1.0, + "val_recall": 0.3107822410147992, + "val_specificity": 0.0, + "val_f1": 0.47419354838709676, + "val_macro_f1": 0.23709677419354838 + }, + { + "epoch": 5, + "loss": 0.04285774778960685, + "val_fps": 3958.7884432752508, + "val_accuracy": 0.3453136011275546, + "val_precision": 1.0, + "val_recall": 0.3453136011275546, + "val_specificity": 0.0, + "val_f1": 0.5133577789418544, + "val_macro_f1": 0.2566788894709272 + }, + { + "epoch": 6, + "loss": 0.040831084817858465, + "val_fps": 3961.6226009919533, + "val_accuracy": 0.32064834390415786, + "val_precision": 1.0, + "val_recall": 0.32064834390415786, + "val_specificity": 0.0, + "val_f1": 0.4855923159018143, + "val_macro_f1": 0.24279615795090714 + }, + { + "epoch": 7, + "loss": 0.04104994526469211, + "val_fps": 3961.8613016534964, + "val_accuracy": 0.37420718816067655, + "val_precision": 1.0, + "val_recall": 0.37420718816067655, + "val_specificity": 0.0, + "val_f1": 0.5446153846153846, + "val_macro_f1": 0.2723076923076923 + }, + { + "epoch": 8, + "loss": 0.03930843228494728, + "val_fps": 3883.4607731451106, + "val_accuracy": 0.37561663143058494, + "val_precision": 1.0, + "val_recall": 0.37561663143058494, + "val_specificity": 0.0, + "val_f1": 0.5461065573770492, + "val_macro_f1": 0.2730532786885246 + }, + { + "epoch": 9, + "loss": 0.038048440897530254, + "val_fps": 3951.741282651473, + "val_accuracy": 0.3157152924594785, + "val_precision": 1.0, + "val_recall": 0.3157152924594785, + "val_specificity": 0.0, + "val_f1": 0.4799143010176754, + "val_macro_f1": 0.2399571505088377 + }, + { + "epoch": 10, + "loss": 0.03720507409578566, + "val_fps": 3830.5002885483823, + "val_accuracy": 0.34249471458773784, + "val_precision": 1.0, + "val_recall": 0.34249471458773784, + "val_specificity": 0.0, + "val_f1": 0.510236220472441, + "val_macro_f1": 0.2551181102362205 + }, + { + "epoch": 11, + "loss": 0.03738560445590638, + "val_fps": 3888.355271725824, + "val_accuracy": 0.3579985905567301, + "val_precision": 1.0, + "val_recall": 0.3579985905567301, + "val_specificity": 0.0, + "val_f1": 0.527244421380384, + "val_macro_f1": 0.263622210690192 + }, + { + "epoch": 12, + "loss": 0.03724156690595505, + "val_fps": 3808.8888033225026, + "val_accuracy": 0.5792811839323467, + "val_precision": 1.0, + "val_recall": 0.5792811839323467, + "val_specificity": 0.0, + "val_f1": 0.7336010709504686, + "val_macro_f1": 0.3668005354752343 + }, + { + "epoch": 13, + "loss": 0.03647175913726329, + "val_fps": 3809.445675436709, + "val_accuracy": 0.37068357998590556, + "val_precision": 1.0, + "val_recall": 0.37068357998590556, + "val_specificity": 0.0, + "val_f1": 0.5408740359897172, + "val_macro_f1": 0.2704370179948586 + }, + { + "epoch": 14, + "loss": 0.03476947433427795, + "val_fps": 3910.7409598039167, + "val_accuracy": 0.6215644820295984, + "val_precision": 1.0, + "val_recall": 0.6215644820295984, + "val_specificity": 0.0, + "val_f1": 0.7666232073011734, + "val_macro_f1": 0.3833116036505867 + }, + { + "epoch": 15, + "loss": 0.03657466186476605, + "val_fps": 3729.6469733179833, + "val_accuracy": 0.5926708949964764, + "val_precision": 1.0, + "val_recall": 0.5926708949964764, + "val_specificity": 0.0, + "val_f1": 0.7442477876106195, + "val_macro_f1": 0.37212389380530975 + }, + { + "epoch": 16, + "loss": 0.03420317068020192, + "val_fps": 3917.835420311101, + "val_accuracy": 0.37209302325581395, + "val_precision": 1.0, + "val_recall": 0.37209302325581395, + "val_specificity": 0.0, + "val_f1": 0.5423728813559322, + "val_macro_f1": 0.2711864406779661 + }, + { + "epoch": 17, + "loss": 0.034204639960080385, + "val_fps": 3933.6108759455396, + "val_accuracy": 0.3298097251585624, + "val_precision": 1.0, + "val_recall": 0.3298097251585624, + "val_specificity": 0.0, + "val_f1": 0.4960254372019078, + "val_macro_f1": 0.2480127186009539 + }, + { + "epoch": 18, + "loss": 0.03490420223434501, + "val_fps": 3678.3190967612136, + "val_accuracy": 0.3629316420014094, + "val_precision": 1.0, + "val_recall": 0.3629316420014094, + "val_specificity": 0.0, + "val_f1": 0.532574974146846, + "val_macro_f1": 0.266287487073423 + }, + { + "epoch": 19, + "loss": 0.034825646683275466, + "val_fps": 3852.019282490328, + "val_accuracy": 0.4312896405919662, + "val_precision": 1.0, + "val_recall": 0.4312896405919662, + "val_specificity": 0.0, + "val_f1": 0.6026587887740029, + "val_macro_f1": 0.30132939438700146 + }, + { + "epoch": 20, + "loss": 0.03295128387665841, + "val_fps": 3911.0532185977845, + "val_accuracy": 0.4214235377026075, + "val_precision": 1.0, + "val_recall": 0.4214235377026075, + "val_specificity": 0.0, + "val_f1": 0.5929598413485374, + "val_macro_f1": 0.2964799206742687 + }, + { + "epoch": 21, + "loss": 0.03267813216400694, + "val_fps": 3941.5457288649222, + "val_accuracy": 0.5687103594080338, + "val_precision": 1.0, + "val_recall": 0.5687103594080338, + "val_specificity": 0.0, + "val_f1": 0.7250673854447439, + "val_macro_f1": 0.36253369272237196 + }, + { + "epoch": 22, + "loss": 0.033839744786858195, + "val_fps": 3839.280259455215, + "val_accuracy": 0.5468639887244539, + "val_precision": 1.0, + "val_recall": 0.5468639887244539, + "val_specificity": 0.0, + "val_f1": 0.7070615034168565, + "val_macro_f1": 0.35353075170842824 + }, + { + "epoch": 23, + "loss": 0.03366731170395293, + "val_fps": 3476.645129991644, + "val_accuracy": 0.4263565891472868, + "val_precision": 1.0, + "val_recall": 0.4263565891472868, + "val_specificity": 0.0, + "val_f1": 0.5978260869565217, + "val_macro_f1": 0.29891304347826086 + }, + { + "epoch": 24, + "loss": 0.031169746975928957, + "val_fps": 3810.058731557277, + "val_accuracy": 0.4390415785764623, + "val_precision": 1.0, + "val_recall": 0.4390415785764623, + "val_specificity": 0.0, + "val_f1": 0.6101860920666013, + "val_macro_f1": 0.3050930460333007 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..b4fee5217b3b23d1e00a465a1262900acd837d6e --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 4302.132806036841, + "params": 307017, + "accuracy": 0.6444644464446445, + "precision": 0.5409236396890718, + "recall": 0.672541216600341, + "specificity": 0.626070763500931, + "f1": 0.5995945261023822, + "macro_f1": 0.6399429530552381 +} \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_joint/best.pt b/results/ablation/seed_7/MCFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..c94fe21f2f795ba0a1acae41f7f3f0ee8745ecb4 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc501d14c4d5ea759b36590bdcc35790054df76907f922d0b1447fba6911833d +size 474011 diff --git a/results/ablation/seed_7/MCFD/dynafall_joint/history.json b/results/ablation/seed_7/MCFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..db8d4c8a9ae7e7e4c51497f29c11fd302968deb0 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint/history.json @@ -0,0 +1,453 @@ +[ + { + "epoch": 1, + "loss": 0.05538485546594886, + "val_fps": 4153.740290062782, + "val_accuracy": 0.09302325581395349, + "val_precision": 1.0, + "val_recall": 0.09302325581395349, + "val_specificity": 0.0, + "val_f1": 0.1702127659574468, + "val_macro_f1": 0.0851063829787234 + }, + { + "epoch": 2, + "loss": 0.051090830159220064, + "val_fps": 3980.05157965602, + "val_accuracy": 0.15715292459478505, + "val_precision": 1.0, + "val_recall": 0.15715292459478505, + "val_specificity": 0.0, + "val_f1": 0.27161997563946405, + "val_macro_f1": 0.13580998781973203 + }, + { + "epoch": 3, + "loss": 0.04948656964210831, + "val_fps": 4124.835477210146, + "val_accuracy": 0.1338971106412967, + "val_precision": 1.0, + "val_recall": 0.1338971106412967, + "val_specificity": 0.0, + "val_f1": 0.23617153511497824, + "val_macro_f1": 0.11808576755748912 + }, + { + "epoch": 4, + "loss": 0.048372206729917176, + "val_fps": 4014.677560247811, + "val_accuracy": 0.22339675828047922, + "val_precision": 1.0, + "val_recall": 0.22339675828047922, + "val_specificity": 0.0, + "val_f1": 0.3652073732718894, + "val_macro_f1": 0.1826036866359447 + }, + { + "epoch": 5, + "loss": 0.04748534139836415, + "val_fps": 3829.894875328804, + "val_accuracy": 0.14376321353065538, + "val_precision": 1.0, + "val_recall": 0.14376321353065538, + "val_specificity": 0.0, + "val_f1": 0.2513863216266174, + "val_macro_f1": 0.1256931608133087 + }, + { + "epoch": 6, + "loss": 0.046273641723969854, + "val_fps": 4128.351800293203, + "val_accuracy": 0.14587737843551796, + "val_precision": 1.0, + "val_recall": 0.14587737843551796, + "val_specificity": 0.0, + "val_f1": 0.25461254612546125, + "val_macro_f1": 0.12730627306273062 + }, + { + "epoch": 7, + "loss": 0.04563086903602867, + "val_fps": 3854.0369116117167, + "val_accuracy": 0.19943622269203665, + "val_precision": 1.0, + "val_recall": 0.19943622269203665, + "val_specificity": 0.0, + "val_f1": 0.3325499412455934, + "val_macro_f1": 0.1662749706227967 + }, + { + "epoch": 8, + "loss": 0.04525415506360108, + "val_fps": 4176.5922178213905, + "val_accuracy": 0.10077519379844961, + "val_precision": 1.0, + "val_recall": 0.10077519379844961, + "val_specificity": 0.0, + "val_f1": 0.18309859154929578, + "val_macro_f1": 0.09154929577464789 + }, + { + "epoch": 9, + "loss": 0.043921979106202415, + "val_fps": 4070.766766827829, + "val_accuracy": 0.1726568005637773, + "val_precision": 1.0, + "val_recall": 0.1726568005637773, + "val_specificity": 0.0, + "val_f1": 0.29447115384615385, + "val_macro_f1": 0.14723557692307693 + }, + { + "epoch": 10, + "loss": 0.043430287154096074, + "val_fps": 3800.3786198437615, + "val_accuracy": 0.35658914728682173, + "val_precision": 1.0, + "val_recall": 0.35658914728682173, + "val_specificity": 0.0, + "val_f1": 0.5257142857142857, + "val_macro_f1": 0.26285714285714284 + }, + { + "epoch": 11, + "loss": 0.0429047430942955, + "val_fps": 3377.070866785934, + "val_accuracy": 0.3953488372093023, + "val_precision": 1.0, + "val_recall": 0.3953488372093023, + "val_specificity": 0.0, + "val_f1": 0.5666666666666667, + "val_macro_f1": 0.2833333333333333 + }, + { + "epoch": 12, + "loss": 0.042068016655403925, + "val_fps": 4017.9723801966343, + "val_accuracy": 0.3798449612403101, + "val_precision": 1.0, + "val_recall": 0.3798449612403101, + "val_specificity": 0.0, + "val_f1": 0.550561797752809, + "val_macro_f1": 0.2752808988764045 + }, + { + "epoch": 13, + "loss": 0.04251715098909765, + "val_fps": 4119.338021805309, + "val_accuracy": 0.14728682170542637, + "val_precision": 1.0, + "val_recall": 0.14728682170542637, + "val_specificity": 0.0, + "val_f1": 0.25675675675675674, + "val_macro_f1": 0.12837837837837837 + }, + { + "epoch": 14, + "loss": 0.04137378955461681, + "val_fps": 3783.5970240275674, + "val_accuracy": 0.2544045102184637, + "val_precision": 1.0, + "val_recall": 0.2544045102184637, + "val_specificity": 0.0, + "val_f1": 0.40561797752808987, + "val_macro_f1": 0.20280898876404493 + }, + { + "epoch": 15, + "loss": 0.0417191399118075, + "val_fps": 4045.720981149858, + "val_accuracy": 0.13671599718111346, + "val_precision": 1.0, + "val_recall": 0.13671599718111346, + "val_specificity": 0.0, + "val_f1": 0.24054556726596404, + "val_macro_f1": 0.12027278363298202 + }, + { + "epoch": 16, + "loss": 0.04102975243097244, + "val_fps": 4076.0827878062787, + "val_accuracy": 0.2677942212825934, + "val_precision": 1.0, + "val_recall": 0.2677942212825934, + "val_specificity": 0.0, + "val_f1": 0.4224569205113952, + "val_macro_f1": 0.2112284602556976 + }, + { + "epoch": 17, + "loss": 0.04015006068245957, + "val_fps": 3840.8166420825673, + "val_accuracy": 0.28259337561663145, + "val_precision": 1.0, + "val_recall": 0.28259337561663145, + "val_specificity": 0.0, + "val_f1": 0.44065934065934065, + "val_macro_f1": 0.22032967032967032 + }, + { + "epoch": 18, + "loss": 0.04039342878488721, + "val_fps": 3855.3811984520657, + "val_accuracy": 0.262861169837914, + "val_precision": 1.0, + "val_recall": 0.262861169837914, + "val_specificity": 0.0, + "val_f1": 0.41629464285714285, + "val_macro_f1": 0.20814732142857142 + }, + { + "epoch": 19, + "loss": 0.039986393752170134, + "val_fps": 4142.363827005881, + "val_accuracy": 0.3692741367159972, + "val_precision": 1.0, + "val_recall": 0.3692741367159972, + "val_specificity": 0.0, + "val_f1": 0.5393721049922799, + "val_macro_f1": 0.26968605249613997 + }, + { + "epoch": 20, + "loss": 0.038918709977467075, + "val_fps": 4199.200119098078, + "val_accuracy": 0.20577871740662437, + "val_precision": 1.0, + "val_recall": 0.20577871740662437, + "val_specificity": 0.0, + "val_f1": 0.3413208649912332, + "val_macro_f1": 0.1706604324956166 + }, + { + "epoch": 21, + "loss": 0.03923054353233128, + "val_fps": 3651.61862173213, + "val_accuracy": 0.42283298097251587, + "val_precision": 1.0, + "val_recall": 0.42283298097251587, + "val_specificity": 0.0, + "val_f1": 0.5943536404160475, + "val_macro_f1": 0.2971768202080238 + }, + { + "epoch": 22, + "loss": 0.040144171644721525, + "val_fps": 3930.32937357966, + "val_accuracy": 0.3883016208597604, + "val_precision": 1.0, + "val_recall": 0.3883016208597604, + "val_specificity": 0.0, + "val_f1": 0.5593908629441624, + "val_macro_f1": 0.2796954314720812 + }, + { + "epoch": 23, + "loss": 0.038559786253133596, + "val_fps": 4200.0354371001185, + "val_accuracy": 0.45384073291050037, + "val_precision": 1.0, + "val_recall": 0.45384073291050037, + "val_specificity": 0.0, + "val_f1": 0.6243334949103247, + "val_macro_f1": 0.3121667474551624 + }, + { + "epoch": 24, + "loss": 0.03781268260408093, + "val_fps": 3962.1098190665225, + "val_accuracy": 0.3453136011275546, + "val_precision": 1.0, + "val_recall": 0.3453136011275546, + "val_specificity": 0.0, + "val_f1": 0.5133577789418544, + "val_macro_f1": 0.2566788894709272 + }, + { + "epoch": 25, + "loss": 0.037997629736174404, + "val_fps": 3751.1784865417785, + "val_accuracy": 0.34813248766737137, + "val_precision": 1.0, + "val_recall": 0.34813248766737137, + "val_specificity": 0.0, + "val_f1": 0.516466283324621, + "val_macro_f1": 0.2582331416623105 + }, + { + "epoch": 26, + "loss": 0.037361162982214376, + "val_fps": 3894.363751800601, + "val_accuracy": 0.4383368569415081, + "val_precision": 1.0, + "val_recall": 0.4383368569415081, + "val_specificity": 0.0, + "val_f1": 0.6095051445369917, + "val_macro_f1": 0.30475257226849584 + }, + { + "epoch": 27, + "loss": 0.03791923178549932, + "val_fps": 3977.347492123557, + "val_accuracy": 0.32910500352360816, + "val_precision": 1.0, + "val_recall": 0.32910500352360816, + "val_specificity": 0.0, + "val_f1": 0.49522799575821846, + "val_macro_f1": 0.24761399787910923 + }, + { + "epoch": 28, + "loss": 0.03789072888033403, + "val_fps": 4121.2313988655005, + "val_accuracy": 0.3023255813953488, + "val_precision": 1.0, + "val_recall": 0.3023255813953488, + "val_specificity": 0.0, + "val_f1": 0.4642857142857143, + "val_macro_f1": 0.23214285714285715 + }, + { + "epoch": 29, + "loss": 0.037421312661230374, + "val_fps": 3809.8918829430027, + "val_accuracy": 0.21071176885130374, + "val_precision": 1.0, + "val_recall": 0.21071176885130374, + "val_specificity": 0.0, + "val_f1": 0.3480791618160652, + "val_macro_f1": 0.1740395809080326 + }, + { + "epoch": 30, + "loss": 0.03596376463788411, + "val_fps": 4126.058901267339, + "val_accuracy": 0.42353770260747003, + "val_precision": 1.0, + "val_recall": 0.42353770260747003, + "val_specificity": 0.0, + "val_f1": 0.595049504950495, + "val_macro_f1": 0.2975247524752475 + }, + { + "epoch": 31, + "loss": 0.0371679865434953, + "val_fps": 4125.185319875241, + "val_accuracy": 0.5581395348837209, + "val_precision": 1.0, + "val_recall": 0.5581395348837209, + "val_specificity": 0.0, + "val_f1": 0.7164179104477612, + "val_macro_f1": 0.3582089552238806 + }, + { + "epoch": 32, + "loss": 0.03573539222954675, + "val_fps": 3725.1143957140666, + "val_accuracy": 0.3093727977448908, + "val_precision": 1.0, + "val_recall": 0.3093727977448908, + "val_specificity": 0.0, + "val_f1": 0.47255113024757806, + "val_macro_f1": 0.23627556512378903 + }, + { + "epoch": 33, + "loss": 0.03589237113212772, + "val_fps": 3910.121458531278, + "val_accuracy": 0.3587033121916843, + "val_precision": 1.0, + "val_recall": 0.3587033121916843, + "val_specificity": 0.0, + "val_f1": 0.5280082987551867, + "val_macro_f1": 0.26400414937759337 + }, + { + "epoch": 34, + "loss": 0.03600988576694551, + "val_fps": 3989.0180140318776, + "val_accuracy": 0.17899929527836506, + "val_precision": 1.0, + "val_recall": 0.17899929527836506, + "val_specificity": 0.0, + "val_f1": 0.30364614465032874, + "val_macro_f1": 0.15182307232516437 + }, + { + "epoch": 35, + "loss": 0.03658435784362175, + "val_fps": 4148.974751340845, + "val_accuracy": 0.5341789992952783, + "val_precision": 1.0, + "val_recall": 0.5341789992952783, + "val_specificity": 0.0, + "val_f1": 0.6963711529627928, + "val_macro_f1": 0.3481855764813964 + }, + { + "epoch": 36, + "loss": 0.035045338253632444, + "val_fps": 3946.3467054369, + "val_accuracy": 0.5334742776603242, + "val_precision": 1.0, + "val_recall": 0.5334742776603242, + "val_specificity": 0.0, + "val_f1": 0.6957720588235294, + "val_macro_f1": 0.3478860294117647 + }, + { + "epoch": 37, + "loss": 0.0355096974160107, + "val_fps": 4205.02472711815, + "val_accuracy": 0.21141649048625794, + "val_precision": 1.0, + "val_recall": 0.21141649048625794, + "val_specificity": 0.0, + "val_f1": 0.34904013961605584, + "val_macro_f1": 0.17452006980802792 + }, + { + "epoch": 38, + "loss": 0.0351584889067796, + "val_fps": 4159.548541229331, + "val_accuracy": 0.4975334742776603, + "val_precision": 1.0, + "val_recall": 0.4975334742776603, + "val_specificity": 0.0, + "val_f1": 0.6644705882352941, + "val_macro_f1": 0.3322352941176471 + }, + { + "epoch": 39, + "loss": 0.036342278622921255, + "val_fps": 4023.331547692381, + "val_accuracy": 0.34178999295278367, + "val_precision": 1.0, + "val_recall": 0.34178999295278367, + "val_specificity": 0.0, + "val_f1": 0.509453781512605, + "val_macro_f1": 0.2547268907563025 + }, + { + "epoch": 40, + "loss": 0.036265763617888254, + "val_fps": 4134.931293038288, + "val_accuracy": 0.25088090204369273, + "val_precision": 1.0, + "val_recall": 0.25088090204369273, + "val_specificity": 0.0, + "val_f1": 0.40112676056338026, + "val_macro_f1": 0.20056338028169013 + }, + { + "epoch": 41, + "loss": 0.034183930884900515, + "val_fps": 4129.437230258938, + "val_accuracy": 0.30162085976039466, + "val_precision": 1.0, + "val_recall": 0.30162085976039466, + "val_specificity": 0.0, + "val_f1": 0.46345425013535463, + "val_macro_f1": 0.23172712506767731 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_7/MCFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6a2d2c3e542215cf177435eec162c6d544968a46 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 4338.385912981308, + "params": 113765, + "accuracy": 0.6401890189018902, + "precision": 0.5404040404040404, + "recall": 0.6083001705514497, + "specificity": 0.6610800744878957, + "f1": 0.5723455469376839, + "macro_f1": 0.6308999049506832 +} \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_joint_bone/best.pt b/results/ablation/seed_7/MCFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..589b8c59702bf2f0d27d3da169645b7a8b2cf492 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5587170e923770e1dc3093437841f83155a8cc18bc1dbdc3a12fcfbae9342c10 +size 943753 diff --git a/results/ablation/seed_7/MCFD/dynafall_joint_bone/history.json b/results/ablation/seed_7/MCFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a67de4a3dd810c079e7f67e966bd4ff0e841900e --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint_bone/history.json @@ -0,0 +1,167 @@ +[ + { + "epoch": 1, + "loss": 0.057307286959966085, + "val_fps": 4025.5306700968213, + "val_accuracy": 0.18111346018322763, + "val_precision": 1.0, + "val_recall": 0.18111346018322763, + "val_specificity": 0.0, + "val_f1": 0.30668257756563244, + "val_macro_f1": 0.15334128878281622 + }, + { + "epoch": 2, + "loss": 0.050357615838362436, + "val_fps": 4027.955696791528, + "val_accuracy": 0.14799154334038056, + "val_precision": 1.0, + "val_recall": 0.14799154334038056, + "val_specificity": 0.0, + "val_f1": 0.2578268876611418, + "val_macro_f1": 0.1289134438305709 + }, + { + "epoch": 3, + "loss": 0.04905903645830589, + "val_fps": 3827.791306942846, + "val_accuracy": 0.14658210007047218, + "val_precision": 1.0, + "val_recall": 0.14658210007047218, + "val_specificity": 0.0, + "val_f1": 0.25568531038721576, + "val_macro_f1": 0.12784265519360788 + }, + { + "epoch": 4, + "loss": 0.048081500584397065, + "val_fps": 3950.3178687875134, + "val_accuracy": 0.14587737843551796, + "val_precision": 1.0, + "val_recall": 0.14587737843551796, + "val_specificity": 0.0, + "val_f1": 0.25461254612546125, + "val_macro_f1": 0.12730627306273062 + }, + { + "epoch": 5, + "loss": 0.0455253230176831, + "val_fps": 3934.581014426966, + "val_accuracy": 0.34178999295278367, + "val_precision": 1.0, + "val_recall": 0.34178999295278367, + "val_specificity": 0.0, + "val_f1": 0.509453781512605, + "val_macro_f1": 0.2547268907563025 + }, + { + "epoch": 6, + "loss": 0.043670534229365114, + "val_fps": 4034.5923669934955, + "val_accuracy": 0.18111346018322763, + "val_precision": 1.0, + "val_recall": 0.18111346018322763, + "val_specificity": 0.0, + "val_f1": 0.30668257756563244, + "val_macro_f1": 0.15334128878281622 + }, + { + "epoch": 7, + "loss": 0.04359042539525912, + "val_fps": 4108.038526995478, + "val_accuracy": 0.204369274136716, + "val_precision": 1.0, + "val_recall": 0.204369274136716, + "val_specificity": 0.0, + "val_f1": 0.3393797542422469, + "val_macro_f1": 0.16968987712112346 + }, + { + "epoch": 8, + "loss": 0.04362486530200606, + "val_fps": 4012.216170001191, + "val_accuracy": 0.27061310782241016, + "val_precision": 1.0, + "val_recall": 0.27061310782241016, + "val_specificity": 0.0, + "val_f1": 0.4259567387687188, + "val_macro_f1": 0.2129783693843594 + }, + { + "epoch": 9, + "loss": 0.04245941168402016, + "val_fps": 3891.5203045911453, + "val_accuracy": 0.1726568005637773, + "val_precision": 1.0, + "val_recall": 0.1726568005637773, + "val_specificity": 0.0, + "val_f1": 0.29447115384615385, + "val_macro_f1": 0.14723557692307693 + }, + { + "epoch": 10, + "loss": 0.041661971134646814, + "val_fps": 3785.371719869519, + "val_accuracy": 0.21282593375616632, + "val_precision": 1.0, + "val_recall": 0.21282593375616632, + "val_specificity": 0.0, + "val_f1": 0.35095874491574663, + "val_macro_f1": 0.17547937245787332 + }, + { + "epoch": 11, + "loss": 0.041795501577575785, + "val_fps": 3721.7309560989165, + "val_accuracy": 0.15997181113460182, + "val_precision": 1.0, + "val_recall": 0.15997181113460182, + "val_specificity": 0.0, + "val_f1": 0.275820170109356, + "val_macro_f1": 0.137910085054678 + }, + { + "epoch": 12, + "loss": 0.040744971378678614, + "val_fps": 4059.6145119470248, + "val_accuracy": 0.28964059196617337, + "val_precision": 1.0, + "val_recall": 0.28964059196617337, + "val_specificity": 0.0, + "val_f1": 0.4491803278688525, + "val_macro_f1": 0.22459016393442624 + }, + { + "epoch": 13, + "loss": 0.04027198870144375, + "val_fps": 3801.776281732737, + "val_accuracy": 0.29034531360112753, + "val_precision": 1.0, + "val_recall": 0.29034531360112753, + "val_specificity": 0.0, + "val_f1": 0.4500273074822501, + "val_macro_f1": 0.22501365374112506 + }, + { + "epoch": 14, + "loss": 0.03969875887749801, + "val_fps": 3890.3812450305477, + "val_accuracy": 0.2649753347427766, + "val_precision": 1.0, + "val_recall": 0.2649753347427766, + "val_specificity": 0.0, + "val_f1": 0.41894150417827297, + "val_macro_f1": 0.20947075208913649 + }, + { + "epoch": 15, + "loss": 0.040366753852477344, + "val_fps": 3840.2098220720773, + "val_accuracy": 0.18886539816772374, + "val_precision": 1.0, + "val_recall": 0.18886539816772374, + "val_specificity": 0.0, + "val_f1": 0.31772377000592766, + "val_macro_f1": 0.15886188500296383 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_7/MCFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..71786c79122c9fca6d30c5689afea8ea60376cb0 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 4351.553824820685, + "params": 227240, + "accuracy": 0.6795679567956796, + "precision": 0.6653504442250741, + "recall": 0.3831722569641842, + "specificity": 0.8737430167597765, + "f1": 0.4862914862914863, + "macro_f1": 0.6267297850031663 +} \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_random_dropout/best.pt b/results/ablation/seed_7/MCFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e8db4824ccbefc4d2f2f01b164cc55924fc38b5d --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc28b61cbb5d9a7ef58bf40781a6a1f055df692ec040ac4024952c5d3a5b915f +size 1265049 diff --git a/results/ablation/seed_7/MCFD/dynafall_random_dropout/history.json b/results/ablation/seed_7/MCFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a2133fd1b051ecb95ef22cc646fef3c405506b94 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_random_dropout/history.json @@ -0,0 +1,321 @@ +[ + { + "epoch": 1, + "loss": 0.05369193493746794, + "val_fps": 3768.228425269828, + "val_accuracy": 0.23044397463002114, + "val_precision": 1.0, + "val_recall": 0.23044397463002114, + "val_specificity": 0.0, + "val_f1": 0.3745704467353952, + "val_macro_f1": 0.1872852233676976 + }, + { + "epoch": 2, + "loss": 0.04847026619551414, + "val_fps": 3803.8574811081826, + "val_accuracy": 0.23255813953488372, + "val_precision": 1.0, + "val_recall": 0.23255813953488372, + "val_specificity": 0.0, + "val_f1": 0.37735849056603776, + "val_macro_f1": 0.18867924528301888 + }, + { + "epoch": 3, + "loss": 0.04629374049703358, + "val_fps": 3947.6119824534508, + "val_accuracy": 0.17899929527836506, + "val_precision": 1.0, + "val_recall": 0.17899929527836506, + "val_specificity": 0.0, + "val_f1": 0.30364614465032874, + "val_macro_f1": 0.15182307232516437 + }, + { + "epoch": 4, + "loss": 0.04470014323011111, + "val_fps": 3981.570960057264, + "val_accuracy": 0.25017618040873857, + "val_precision": 1.0, + "val_recall": 0.25017618040873857, + "val_specificity": 0.0, + "val_f1": 0.40022547914317924, + "val_macro_f1": 0.20011273957158962 + }, + { + "epoch": 5, + "loss": 0.043923238980959595, + "val_fps": 3714.206230624563, + "val_accuracy": 0.3572938689217759, + "val_precision": 1.0, + "val_recall": 0.3572938689217759, + "val_specificity": 0.0, + "val_f1": 0.5264797507788161, + "val_macro_f1": 0.2632398753894081 + }, + { + "epoch": 6, + "loss": 0.04253518920584788, + "val_fps": 3757.4111582461533, + "val_accuracy": 0.42283298097251587, + "val_precision": 1.0, + "val_recall": 0.42283298097251587, + "val_specificity": 0.0, + "val_f1": 0.5943536404160475, + "val_macro_f1": 0.2971768202080238 + }, + { + "epoch": 7, + "loss": 0.042412775355205524, + "val_fps": 3945.646166575486, + "val_accuracy": 0.350246652572234, + "val_precision": 1.0, + "val_recall": 0.350246652572234, + "val_specificity": 0.0, + "val_f1": 0.5187891440501043, + "val_macro_f1": 0.2593945720250522 + }, + { + "epoch": 8, + "loss": 0.041406854798540685, + "val_fps": 3667.9433107294785, + "val_accuracy": 0.30021141649048627, + "val_precision": 1.0, + "val_recall": 0.30021141649048627, + "val_specificity": 0.0, + "val_f1": 0.46178861788617886, + "val_macro_f1": 0.23089430894308943 + }, + { + "epoch": 9, + "loss": 0.040377916427171284, + "val_fps": 3513.0088658257114, + "val_accuracy": 0.45384073291050037, + "val_precision": 1.0, + "val_recall": 0.45384073291050037, + "val_specificity": 0.0, + "val_f1": 0.6243334949103247, + "val_macro_f1": 0.3121667474551624 + }, + { + "epoch": 10, + "loss": 0.04046060364792822, + "val_fps": 3804.8935527716535, + "val_accuracy": 0.390415785764623, + "val_precision": 1.0, + "val_recall": 0.390415785764623, + "val_specificity": 0.0, + "val_f1": 0.5615813482007096, + "val_macro_f1": 0.2807906741003548 + }, + { + "epoch": 11, + "loss": 0.03882636598523727, + "val_fps": 3804.0164791218335, + "val_accuracy": 0.34460887949260044, + "val_precision": 1.0, + "val_recall": 0.34460887949260044, + "val_specificity": 0.0, + "val_f1": 0.5125786163522013, + "val_macro_f1": 0.2562893081761006 + }, + { + "epoch": 12, + "loss": 0.03879703259171576, + "val_fps": 3820.019525056866, + "val_accuracy": 0.43622269203664554, + "val_precision": 1.0, + "val_recall": 0.43622269203664554, + "val_specificity": 0.0, + "val_f1": 0.6074582924435721, + "val_macro_f1": 0.30372914622178604 + }, + { + "epoch": 13, + "loss": 0.037724307709369145, + "val_fps": 3890.4144728538113, + "val_accuracy": 0.408738548273432, + "val_precision": 1.0, + "val_recall": 0.408738548273432, + "val_specificity": 0.0, + "val_f1": 0.5802901450725363, + "val_macro_f1": 0.29014507253626814 + }, + { + "epoch": 14, + "loss": 0.037788381959418395, + "val_fps": 3780.9923858983902, + "val_accuracy": 0.44467935165609584, + "val_precision": 1.0, + "val_recall": 0.44467935165609584, + "val_specificity": 0.0, + "val_f1": 0.615609756097561, + "val_macro_f1": 0.3078048780487805 + }, + { + "epoch": 15, + "loss": 0.037578524726339185, + "val_fps": 3863.2600367766904, + "val_accuracy": 0.47568710359408034, + "val_precision": 1.0, + "val_recall": 0.47568710359408034, + "val_specificity": 0.0, + "val_f1": 0.6446991404011462, + "val_macro_f1": 0.3223495702005731 + }, + { + "epoch": 16, + "loss": 0.03704997764741695, + "val_fps": 3761.7854336288774, + "val_accuracy": 0.3572938689217759, + "val_precision": 1.0, + "val_recall": 0.3572938689217759, + "val_specificity": 0.0, + "val_f1": 0.5264797507788161, + "val_macro_f1": 0.2632398753894081 + }, + { + "epoch": 17, + "loss": 0.03703874439948488, + "val_fps": 3929.692188241646, + "val_accuracy": 0.36504580690627203, + "val_precision": 1.0, + "val_recall": 0.36504580690627203, + "val_specificity": 0.0, + "val_f1": 0.5348477026329376, + "val_macro_f1": 0.2674238513164688 + }, + { + "epoch": 18, + "loss": 0.036418429863883335, + "val_fps": 3840.987304521119, + "val_accuracy": 0.4164904862579281, + "val_precision": 1.0, + "val_recall": 0.4164904862579281, + "val_specificity": 0.0, + "val_f1": 0.5880597014925373, + "val_macro_f1": 0.29402985074626864 + }, + { + "epoch": 19, + "loss": 0.03715771584211611, + "val_fps": 3901.856142097621, + "val_accuracy": 0.5461592670894997, + "val_precision": 1.0, + "val_recall": 0.5461592670894997, + "val_specificity": 0.0, + "val_f1": 0.7064721969006381, + "val_macro_f1": 0.35323609845031906 + }, + { + "epoch": 20, + "loss": 0.0354104507730958, + "val_fps": 3957.023994648589, + "val_accuracy": 0.3572938689217759, + "val_precision": 1.0, + "val_recall": 0.3572938689217759, + "val_specificity": 0.0, + "val_f1": 0.5264797507788161, + "val_macro_f1": 0.2632398753894081 + }, + { + "epoch": 21, + "loss": 0.03579658293567329, + "val_fps": 3817.89565722638, + "val_accuracy": 0.43058491895701195, + "val_precision": 1.0, + "val_recall": 0.43058491895701195, + "val_specificity": 0.0, + "val_f1": 0.6019704433497537, + "val_macro_f1": 0.30098522167487685 + }, + { + "epoch": 22, + "loss": 0.0358255806633416, + "val_fps": 3772.731311255456, + "val_accuracy": 0.4749823819591261, + "val_precision": 1.0, + "val_recall": 0.4749823819591261, + "val_specificity": 0.0, + "val_f1": 0.6440516005733397, + "val_macro_f1": 0.3220258002866698 + }, + { + "epoch": 23, + "loss": 0.03461693440311043, + "val_fps": 3792.199873978094, + "val_accuracy": 0.4009866102889359, + "val_precision": 1.0, + "val_recall": 0.4009866102889359, + "val_specificity": 0.0, + "val_f1": 0.5724346076458753, + "val_macro_f1": 0.28621730382293764 + }, + { + "epoch": 24, + "loss": 0.03508878512761418, + "val_fps": 3732.2356038275625, + "val_accuracy": 0.34460887949260044, + "val_precision": 1.0, + "val_recall": 0.34460887949260044, + "val_specificity": 0.0, + "val_f1": 0.5125786163522013, + "val_macro_f1": 0.2562893081761006 + }, + { + "epoch": 25, + "loss": 0.033503616620527706, + "val_fps": 3699.2594871907027, + "val_accuracy": 0.38407329105003524, + "val_precision": 1.0, + "val_recall": 0.38407329105003524, + "val_specificity": 0.0, + "val_f1": 0.554989816700611, + "val_macro_f1": 0.2774949083503055 + }, + { + "epoch": 26, + "loss": 0.03326621537756181, + "val_fps": 3877.783912551458, + "val_accuracy": 0.5066948555320648, + "val_precision": 1.0, + "val_recall": 0.5066948555320648, + "val_specificity": 0.0, + "val_f1": 0.6725912067352666, + "val_macro_f1": 0.3362956033676333 + }, + { + "epoch": 27, + "loss": 0.03459720920562653, + "val_fps": 3952.018125730771, + "val_accuracy": 0.36504580690627203, + "val_precision": 1.0, + "val_recall": 0.36504580690627203, + "val_specificity": 0.0, + "val_f1": 0.5348477026329376, + "val_macro_f1": 0.2674238513164688 + }, + { + "epoch": 28, + "loss": 0.03466631117711075, + "val_fps": 3982.447836880463, + "val_accuracy": 0.47075405214940097, + "val_precision": 1.0, + "val_recall": 0.47075405214940097, + "val_specificity": 0.0, + "val_f1": 0.6401533301389555, + "val_macro_f1": 0.32007666506947774 + }, + { + "epoch": 29, + "loss": 0.034309973647844286, + "val_fps": 3646.759230052445, + "val_accuracy": 0.3939393939393939, + "val_precision": 1.0, + "val_recall": 0.3939393939393939, + "val_specificity": 0.0, + "val_f1": 0.5652173913043478, + "val_macro_f1": 0.2826086956521739 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/MCFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_7/MCFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..c687cacf08763cfe38697ea66895689c0894fbb6 --- /dev/null +++ b/results/ablation/seed_7/MCFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 4375.260272801938, + "params": 307017, + "accuracy": 0.6336633663366337, + "precision": 0.5313847628174413, + "recall": 0.6304718590108016, + "specificity": 0.6357541899441341, + "f1": 0.5767030681227249, + "macro_f1": 0.6269076625817909 +} \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall/best.pt b/results/ablation/seed_7/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f228c2fc8b26876469dcf195f89657d3a68d9355 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256dcb539ef9fc592b7cd3a8653c35dfb3707cff5963e31a8bd7a95ad341fae6 +size 1265049 diff --git a/results/ablation/seed_7/URFD/dynafall/history.json b/results/ablation/seed_7/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..ed58cc67e0fed1e8eabfc12bce1014eb0bc80b9b --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall/history.json @@ -0,0 +1,134 @@ +[ + { + "epoch": 1, + "loss": 0.07738831945295845, + "val_fps": 1149.5341808918888, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 2, + "loss": 0.06819632616160172, + "val_fps": 1151.5172802804684, + "val_accuracy": 0.8333333333333334, + "val_precision": 0.7142857142857143, + "val_recall": 0.6, + "val_specificity": 0.9154929577464789, + "val_f1": 0.6521739130434783, + "val_macro_f1": 0.7712924359737939 + }, + { + "epoch": 3, + "loss": 0.06007878322686468, + "val_fps": 1104.2335424162118, + "val_accuracy": 0.40625, + "val_precision": 0.3048780487804878, + "val_recall": 1.0, + "val_specificity": 0.19718309859154928, + "val_f1": 0.4672897196261682, + "val_macro_f1": 0.3983507421660253 + }, + { + "epoch": 4, + "loss": 0.05331471881696156, + "val_fps": 1133.441535644204, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.375, + "val_recall": 0.96, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5393258426966292, + "val_macro_f1": 0.5706337951347223 + }, + { + "epoch": 5, + "loss": 0.04608664847910404, + "val_fps": 1150.6757274549088, + "val_accuracy": 0.5, + "val_precision": 0.3283582089552239, + "val_recall": 0.88, + "val_specificity": 0.36619718309859156, + "val_f1": 0.4782608695652174, + "val_macro_f1": 0.4991304347826087 + }, + { + "epoch": 6, + "loss": 0.05346461358879294, + "val_fps": 1120.3819838640072, + "val_accuracy": 0.5208333333333334, + "val_precision": 0.352112676056338, + "val_recall": 1.0, + "val_specificity": 0.352112676056338, + "val_f1": 0.5208333333333334, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 7, + "loss": 0.04553823199655328, + "val_fps": 1155.937868651444, + "val_accuracy": 0.3854166666666667, + "val_precision": 0.2976190476190476, + "val_recall": 1.0, + "val_specificity": 0.16901408450704225, + "val_f1": 0.45871559633027525, + "val_macro_f1": 0.37393611141814964 + }, + { + "epoch": 8, + "loss": 0.0523153681174985, + "val_fps": 1146.5557201013714, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 9, + "loss": 0.05055147489266736, + "val_fps": 1116.7991061378718, + "val_accuracy": 0.5208333333333334, + "val_precision": 0.352112676056338, + "val_recall": 1.0, + "val_specificity": 0.352112676056338, + "val_f1": 0.5208333333333334, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 10, + "loss": 0.050943959038704634, + "val_fps": 1106.7522548423626, + "val_accuracy": 0.6041666666666666, + "val_precision": 0.39344262295081966, + "val_recall": 0.96, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5581395348837209, + "val_macro_f1": 0.5998244844229925 + }, + { + "epoch": 11, + "loss": 0.045014015665011745, + "val_fps": 1132.0730929414706, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 12, + "loss": 0.03913659895105021, + "val_fps": 1145.0896398725647, + "val_accuracy": 0.6041666666666666, + "val_precision": 0.3898305084745763, + "val_recall": 0.92, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5476190476190477, + "val_macro_f1": 0.5978835978835979 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall/metrics_test_clean.json b/results/ablation/seed_7/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..0b218d48d44f4aee13b78f01178bb767e12c3109 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 1162.5525803049434, + "params": 307017, + "accuracy": 0.6634615384615384, + "precision": 0.36363636363636365, + "recall": 0.46153846153846156, + "specificity": 0.7307692307692307, + "f1": 0.4067796610169492, + "macro_f1": 0.5859401660789444 +} \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_full_no_dropout/best.pt b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f340c2f4e885bcc8cfc1bb62187c696cd5fe3142 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451c6cf7b6bb0f02a8cfd84d7be77f7607bc85a2c8152713a259a8e1e7755dd6 +size 1265049 diff --git a/results/ablation/seed_7/URFD/dynafall_full_no_dropout/history.json b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..b837878df6d1b3699463724aa6e7d1967be44c75 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/history.json @@ -0,0 +1,255 @@ +[ + { + "epoch": 1, + "loss": 0.07874872695122447, + "val_fps": 1170.6033892496794, + "val_accuracy": 0.3541666666666667, + "val_precision": 0.2823529411764706, + "val_recall": 0.96, + "val_specificity": 0.14084507042253522, + "val_f1": 0.43636363636363634, + "val_macro_f1": 0.34013303769401326 + }, + { + "epoch": 2, + "loss": 0.0640694981973086, + "val_fps": 1155.683361784274, + "val_accuracy": 0.75, + "val_precision": 0.5135135135135135, + "val_recall": 0.76, + "val_specificity": 0.7464788732394366, + "val_f1": 0.6129032258064516, + "val_macro_f1": 0.7141439205955336 + }, + { + "epoch": 3, + "loss": 0.05760089088497417, + "val_fps": 1186.8307472745344, + "val_accuracy": 0.5833333333333334, + "val_precision": 0.3770491803278688, + "val_recall": 0.92, + "val_specificity": 0.4647887323943662, + "val_f1": 0.5348837209302325, + "val_macro_f1": 0.5787626151820974 + }, + { + "epoch": 4, + "loss": 0.04653783721317138, + "val_fps": 1165.172391823466, + "val_accuracy": 0.84375, + "val_precision": 0.7083333333333334, + "val_recall": 0.68, + "val_specificity": 0.9014084507042254, + "val_f1": 0.6938775510204082, + "val_macro_f1": 0.7944912230626516 + }, + { + "epoch": 5, + "loss": 0.043224931228905916, + "val_fps": 1176.033217783501, + "val_accuracy": 0.3645833333333333, + "val_precision": 0.275, + "val_recall": 0.88, + "val_specificity": 0.18309859154929578, + "val_f1": 0.41904761904761906, + "val_macro_f1": 0.3589490968801314 + }, + { + "epoch": 6, + "loss": 0.048902465629258325, + "val_fps": 1132.7464571595774, + "val_accuracy": 0.59375, + "val_precision": 0.3793103448275862, + "val_recall": 0.88, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5301204819277109, + "val_macro_f1": 0.5861611583950481 + }, + { + "epoch": 7, + "loss": 0.0497924098079758, + "val_fps": 1136.6327813873972, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.32857142857142857, + "val_recall": 0.92, + "val_specificity": 0.3380281690140845, + "val_f1": 0.4842105263157895, + "val_macro_f1": 0.48952794357026586 + }, + { + "epoch": 8, + "loss": 0.04541579594037363, + "val_fps": 1148.6250075508628, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.3157894736842105, + "val_recall": 0.96, + "val_specificity": 0.2676056338028169, + "val_f1": 0.4752475247524752, + "val_macro_f1": 0.44641497116744644 + }, + { + "epoch": 9, + "loss": 0.04510878372405257, + "val_fps": 1156.7692502266927, + "val_accuracy": 0.59375, + "val_precision": 0.38333333333333336, + "val_recall": 0.92, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5411764705882353, + "val_macro_f1": 0.588345244639912 + }, + { + "epoch": 10, + "loss": 0.03642985397683723, + "val_fps": 1166.5381077562133, + "val_accuracy": 0.59375, + "val_precision": 0.3793103448275862, + "val_recall": 0.88, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5301204819277109, + "val_macro_f1": 0.5861611583950481 + }, + { + "epoch": 11, + "loss": 0.03620826945241008, + "val_fps": 1180.7867206532087, + "val_accuracy": 0.5520833333333334, + "val_precision": 0.359375, + "val_recall": 0.92, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5168539325842697, + "val_macro_f1": 0.549689102214465 + }, + { + "epoch": 12, + "loss": 0.030671561735549142, + "val_fps": 1140.0450887947932, + "val_accuracy": 0.6875, + "val_precision": 0.4489795918367347, + "val_recall": 0.88, + "val_specificity": 0.6197183098591549, + "val_f1": 0.5945945945945946, + "val_macro_f1": 0.6701786532295007 + }, + { + "epoch": 13, + "loss": 0.02683841573473598, + "val_fps": 1186.8883749581641, + "val_accuracy": 0.875, + "val_precision": 0.8095238095238095, + "val_recall": 0.68, + "val_specificity": 0.9436619718309859, + "val_f1": 0.7391304347826086, + "val_macro_f1": 0.8284693269803454 + }, + { + "epoch": 14, + "loss": 0.038561930979735086, + "val_fps": 1163.263190526605, + "val_accuracy": 0.6041666666666666, + "val_precision": 0.39344262295081966, + "val_recall": 0.96, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5581395348837209, + "val_macro_f1": 0.5998244844229925 + }, + { + "epoch": 15, + "loss": 0.04383332322218588, + "val_fps": 1144.0872437762812, + "val_accuracy": 0.3958333333333333, + "val_precision": 0.30120481927710846, + "val_recall": 1.0, + "val_specificity": 0.18309859154929578, + "val_f1": 0.46296296296296297, + "val_macro_f1": 0.3862433862433863 + }, + { + "epoch": 16, + "loss": 0.03483038442209363, + "val_fps": 1169.7379531449883, + "val_accuracy": 0.53125, + "val_precision": 0.3484848484848485, + "val_recall": 0.92, + "val_specificity": 0.39436619718309857, + "val_f1": 0.5054945054945055, + "val_macro_f1": 0.52997497551953 + }, + { + "epoch": 17, + "loss": 0.03551180740552289, + "val_fps": 1172.4603605343061, + "val_accuracy": 0.65625, + "val_precision": 0.42592592592592593, + "val_recall": 0.92, + "val_specificity": 0.5633802816901409, + "val_f1": 0.5822784810126582, + "val_macro_f1": 0.6451215413912849 + }, + { + "epoch": 18, + "loss": 0.04444401218955006, + "val_fps": 1056.2018430616586, + "val_accuracy": 0.65625, + "val_precision": 0.42, + "val_recall": 0.84, + "val_specificity": 0.5915492957746479, + "val_f1": 0.56, + "val_macro_f1": 0.6389743589743591 + }, + { + "epoch": 19, + "loss": 0.037652376939409544, + "val_fps": 1138.1824792698326, + "val_accuracy": 0.8333333333333334, + "val_precision": 0.68, + "val_recall": 0.68, + "val_specificity": 0.8873239436619719, + "val_f1": 0.68, + "val_macro_f1": 0.783661971830986 + }, + { + "epoch": 20, + "loss": 0.036635120099942596, + "val_fps": 1186.539769914742, + "val_accuracy": 0.6145833333333334, + "val_precision": 0.39655172413793105, + "val_recall": 0.92, + "val_specificity": 0.5070422535211268, + "val_f1": 0.5542168674698795, + "val_macro_f1": 0.607383663092738 + }, + { + "epoch": 21, + "loss": 0.026624290239331976, + "val_fps": 1149.5685126638182, + "val_accuracy": 0.8333333333333334, + "val_precision": 0.68, + "val_recall": 0.68, + "val_specificity": 0.8873239436619719, + "val_f1": 0.68, + "val_macro_f1": 0.783661971830986 + }, + { + "epoch": 22, + "loss": 0.028853503055870533, + "val_fps": 1148.6683731378891, + "val_accuracy": 0.6354166666666666, + "val_precision": 0.4107142857142857, + "val_recall": 0.92, + "val_specificity": 0.5352112676056338, + "val_f1": 0.5679012345679012, + "val_macro_f1": 0.6262929596262929 + }, + { + "epoch": 23, + "loss": 0.028776592292290713, + "val_fps": 1105.9945490190805, + "val_accuracy": 0.53125, + "val_precision": 0.3484848484848485, + "val_recall": 0.92, + "val_specificity": 0.39436619718309857, + "val_f1": 0.5054945054945055, + "val_macro_f1": 0.52997497551953 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_full_no_dropout/metrics_test_clean.json b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..b7afc9d828731ba876c587d3c9d9d51870e86062 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_full_no_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_full_no_dropout", + "split": "test", + "robustness": "clean", + "fps": 1161.678217801646, + "params": 307017, + "accuracy": 0.7403846153846154, + "precision": 0.4857142857142857, + "recall": 0.6538461538461539, + "specificity": 0.7692307692307693, + "f1": 0.5573770491803278, + "macro_f1": 0.6868517898962864 +} \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_joint/best.pt b/results/ablation/seed_7/URFD/dynafall_joint/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..aaf48729bd6c1dd67ed71906e4feacda8bf64fbf --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd95a91b9e0ec61b8f135acf2f97afb1b3c7395e68da10c3952a6dfaadb5166 +size 474011 diff --git a/results/ablation/seed_7/URFD/dynafall_joint/history.json b/results/ablation/seed_7/URFD/dynafall_joint/history.json new file mode 100644 index 0000000000000000000000000000000000000000..9c46aa787e132e3c67ae6492d7f5034bbf5a2ead --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.07817465000386749, + "val_fps": 1201.882659563643, + "val_accuracy": 0.375, + "val_precision": 0.2839506172839506, + "val_recall": 0.92, + "val_specificity": 0.18309859154929578, + "val_f1": 0.4339622641509434, + "val_macro_f1": 0.3681439227731461 + }, + { + "epoch": 2, + "loss": 0.07212196090923888, + "val_fps": 1304.006628877343, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 3, + "loss": 0.06640160270035267, + "val_fps": 1307.1897506006771, + "val_accuracy": 0.5104166666666666, + "val_precision": 0.3472222222222222, + "val_recall": 1.0, + "val_specificity": 0.3380281690140845, + "val_f1": 0.5154639175257731, + "val_macro_f1": 0.510363537710255 + }, + { + "epoch": 4, + "loss": 0.06473214338932719, + "val_fps": 1255.3490064143855, + "val_accuracy": 0.59375, + "val_precision": 0.390625, + "val_recall": 1.0, + "val_specificity": 0.4507042253521127, + "val_f1": 0.5617977528089888, + "val_macro_f1": 0.5915784880549798 + }, + { + "epoch": 5, + "loss": 0.05902019967990262, + "val_fps": 1255.6082875747843, + "val_accuracy": 0.4583333333333333, + "val_precision": 0.3246753246753247, + "val_recall": 1.0, + "val_specificity": 0.2676056338028169, + "val_f1": 0.49019607843137253, + "val_macro_f1": 0.4562091503267974 + }, + { + "epoch": 6, + "loss": 0.053266743131514104, + "val_fps": 1236.7410624711247, + "val_accuracy": 0.46875, + "val_precision": 0.32894736842105265, + "val_recall": 1.0, + "val_specificity": 0.28169014084507044, + "val_f1": 0.49504950495049505, + "val_macro_f1": 0.4673049722554673 + }, + { + "epoch": 7, + "loss": 0.06270764062979392, + "val_fps": 1293.7961275814696, + "val_accuracy": 0.5520833333333334, + "val_precision": 0.36764705882352944, + "val_recall": 1.0, + "val_specificity": 0.39436619718309857, + "val_f1": 0.5376344086021505, + "val_macro_f1": 0.5516454871293581 + }, + { + "epoch": 8, + "loss": 0.05176559403272612, + "val_fps": 1263.8226611332523, + "val_accuracy": 0.7604166666666666, + "val_precision": 0.5294117647058824, + "val_recall": 0.72, + "val_specificity": 0.7746478873239436, + "val_f1": 0.6101694915254238, + "val_macro_f1": 0.718618580349178 + }, + { + "epoch": 9, + "loss": 0.053074164049966, + "val_fps": 1221.4862477648724, + "val_accuracy": 0.59375, + "val_precision": 0.390625, + "val_recall": 1.0, + "val_specificity": 0.4507042253521127, + "val_f1": 0.5617977528089888, + "val_macro_f1": 0.5915784880549798 + }, + { + "epoch": 10, + "loss": 0.060010814906230996, + "val_fps": 1182.5936029046225, + "val_accuracy": 0.46875, + "val_precision": 0.32894736842105265, + "val_recall": 1.0, + "val_specificity": 0.28169014084507044, + "val_f1": 0.49504950495049505, + "val_macro_f1": 0.4673049722554673 + }, + { + "epoch": 11, + "loss": 0.0528020947240293, + "val_fps": 1250.9864439877658, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5555555555555556, + "val_recall": 1.0, + "val_specificity": 0.7183098591549296, + "val_f1": 0.7142857142857143, + "val_macro_f1": 0.775175644028103 + }, + { + "epoch": 12, + "loss": 0.05162648617156914, + "val_fps": 1199.787932306537, + "val_accuracy": 0.6354166666666666, + "val_precision": 0.4074074074074074, + "val_recall": 0.88, + "val_specificity": 0.5492957746478874, + "val_f1": 0.5569620253164557, + "val_macro_f1": 0.6236137560210597 + }, + { + "epoch": 13, + "loss": 0.048128214731280296, + "val_fps": 1170.4362039794248, + "val_accuracy": 0.5833333333333334, + "val_precision": 0.38461538461538464, + "val_recall": 1.0, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5555555555555556, + "val_macro_f1": 0.5816993464052287 + }, + { + "epoch": 14, + "loss": 0.04496031121483871, + "val_fps": 1214.7898598356585, + "val_accuracy": 0.7291666666666666, + "val_precision": 0.4878048780487805, + "val_recall": 0.8, + "val_specificity": 0.704225352112676, + "val_f1": 0.6060606060606061, + "val_macro_f1": 0.6998556998556998 + }, + { + "epoch": 15, + "loss": 0.05404430355078408, + "val_fps": 1224.410758870456, + "val_accuracy": 0.7708333333333334, + "val_precision": 0.5454545454545454, + "val_recall": 0.72, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6206896551724138, + "val_macro_f1": 0.728255275347401 + }, + { + "epoch": 16, + "loss": 0.057528761215507984, + "val_fps": 1172.1733069838715, + "val_accuracy": 0.4166666666666667, + "val_precision": 0.30864197530864196, + "val_recall": 1.0, + "val_specificity": 0.2112676056338028, + "val_f1": 0.4716981132075472, + "val_macro_f1": 0.4102676612549364 + }, + { + "epoch": 17, + "loss": 0.04763783401410494, + "val_fps": 1229.23553517552, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3076923076923077, + "val_recall": 0.96, + "val_specificity": 0.23943661971830985, + "val_f1": 0.46601941747572817, + "val_macro_f1": 0.4240209446929203 + }, + { + "epoch": 18, + "loss": 0.04175765200385025, + "val_fps": 1270.352884288679, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 19, + "loss": 0.05560655765501516, + "val_fps": 1248.2892518933925, + "val_accuracy": 0.5416666666666666, + "val_precision": 0.3492063492063492, + "val_recall": 0.88, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5, + "val_macro_f1": 0.5384615384615384 + }, + { + "epoch": 20, + "loss": 0.05526307364925742, + "val_fps": 1246.1351606349724, + "val_accuracy": 0.3958333333333333, + "val_precision": 0.30120481927710846, + "val_recall": 1.0, + "val_specificity": 0.18309859154929578, + "val_f1": 0.46296296296296297, + "val_macro_f1": 0.3862433862433863 + }, + { + "epoch": 21, + "loss": 0.047962026936667304, + "val_fps": 1187.9439219817766, + "val_accuracy": 0.6770833333333334, + "val_precision": 0.4423076923076923, + "val_recall": 0.92, + "val_specificity": 0.5915492957746479, + "val_f1": 0.5974025974025974, + "val_macro_f1": 0.6639186900056465 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_joint/metrics_test_clean.json b/results/ablation/seed_7/URFD/dynafall_joint/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..3e272d42c6481a1db54ce971b53196a21b8073f0 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint", + "split": "test", + "robustness": "clean", + "fps": 1273.0781770804465, + "params": 113765, + "accuracy": 0.625, + "precision": 0.38596491228070173, + "recall": 0.8461538461538461, + "specificity": 0.5512820512820513, + "f1": 0.5301204819277109, + "macro_f1": 0.6090602409638555 +} \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_joint_bone/best.pt b/results/ablation/seed_7/URFD/dynafall_joint_bone/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..521cd9be0923bb10e1ae2c88f6b314bb05db6952 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint_bone/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ceef82a950a12ee3f4712dca74eb5693b5a5c862b8c68ffc7e8c228796373d +size 943753 diff --git a/results/ablation/seed_7/URFD/dynafall_joint_bone/history.json b/results/ablation/seed_7/URFD/dynafall_joint_bone/history.json new file mode 100644 index 0000000000000000000000000000000000000000..cf1133dc763bea1e19a240549a05c328e1cb4854 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint_bone/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.06921551642673356, + "val_fps": 1212.1933456052577, + "val_accuracy": 0.3125, + "val_precision": 0.2696629213483146, + "val_recall": 0.96, + "val_specificity": 0.08450704225352113, + "val_f1": 0.42105263157894735, + "val_macro_f1": 0.2874493927125506 + }, + { + "epoch": 2, + "loss": 0.051406562461384704, + "val_fps": 1237.1777023305938, + "val_accuracy": 0.8645833333333334, + "val_precision": 0.8333333333333334, + "val_recall": 0.6, + "val_specificity": 0.9577464788732394, + "val_f1": 0.6976744186046512, + "val_macro_f1": 0.8052130482285 + }, + { + "epoch": 3, + "loss": 0.05035981782046812, + "val_fps": 1207.8802188046914, + "val_accuracy": 0.28125, + "val_precision": 0.26595744680851063, + "val_recall": 1.0, + "val_specificity": 0.028169014084507043, + "val_f1": 0.42016806722689076, + "val_macro_f1": 0.23748129388741798 + }, + { + "epoch": 4, + "loss": 0.0559990636206099, + "val_fps": 1202.2603775700172, + "val_accuracy": 0.40625, + "val_precision": 0.3048780487804878, + "val_recall": 1.0, + "val_specificity": 0.19718309859154928, + "val_f1": 0.4672897196261682, + "val_macro_f1": 0.3983507421660253 + }, + { + "epoch": 5, + "loss": 0.0545355378916221, + "val_fps": 1179.3118962895062, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 6, + "loss": 0.04562072941501226, + "val_fps": 1171.2681231089891, + "val_accuracy": 0.6458333333333334, + "val_precision": 0.41818181818181815, + "val_recall": 0.92, + "val_specificity": 0.5492957746478874, + "val_f1": 0.575, + "val_macro_f1": 0.6357142857142857 + }, + { + "epoch": 7, + "loss": 0.04975609614380768, + "val_fps": 1188.4163925926784, + "val_accuracy": 0.75, + "val_precision": 0.5111111111111111, + "val_recall": 0.92, + "val_specificity": 0.6901408450704225, + "val_f1": 0.6571428571428571, + "val_macro_f1": 0.7302107728337237 + }, + { + "epoch": 8, + "loss": 0.06447187977443848, + "val_fps": 1147.846788769483, + "val_accuracy": 0.28125, + "val_precision": 0.26595744680851063, + "val_recall": 1.0, + "val_specificity": 0.028169014084507043, + "val_f1": 0.42016806722689076, + "val_macro_f1": 0.23748129388741798 + }, + { + "epoch": 9, + "loss": 0.04139118708137955, + "val_fps": 1253.1442526389171, + "val_accuracy": 0.6875, + "val_precision": 0.45098039215686275, + "val_recall": 0.92, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6052631578947368, + "val_macro_f1": 0.6733212341197823 + }, + { + "epoch": 10, + "loss": 0.0434982399456203, + "val_fps": 1149.7089378794637, + "val_accuracy": 0.59375, + "val_precision": 0.38333333333333336, + "val_recall": 0.92, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5411764705882353, + "val_macro_f1": 0.588345244639912 + }, + { + "epoch": 11, + "loss": 0.03865443076938391, + "val_fps": 1207.333756957507, + "val_accuracy": 0.90625, + "val_precision": 1.0, + "val_recall": 0.64, + "val_specificity": 1.0, + "val_f1": 0.7804878048780488, + "val_macro_f1": 0.8604425779357132 + }, + { + "epoch": 12, + "loss": 0.05423690391970532, + "val_fps": 1187.2997479445264, + "val_accuracy": 0.5416666666666666, + "val_precision": 0.35384615384615387, + "val_recall": 0.92, + "val_specificity": 0.4084507042253521, + "val_f1": 0.5111111111111111, + "val_macro_f1": 0.5398692810457516 + }, + { + "epoch": 13, + "loss": 0.04773870196991733, + "val_fps": 1179.6414030368926, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.323943661971831, + "val_recall": 0.92, + "val_specificity": 0.323943661971831, + "val_f1": 0.4791666666666667, + "val_macro_f1": 0.4791666666666667 + }, + { + "epoch": 14, + "loss": 0.04587609214442117, + "val_fps": 1160.3587880106513, + "val_accuracy": 0.6458333333333334, + "val_precision": 0.41818181818181815, + "val_recall": 0.92, + "val_specificity": 0.5492957746478874, + "val_f1": 0.575, + "val_macro_f1": 0.6357142857142857 + }, + { + "epoch": 15, + "loss": 0.04252354248559901, + "val_fps": 1190.6011087228067, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.323943661971831, + "val_recall": 0.92, + "val_specificity": 0.323943661971831, + "val_f1": 0.4791666666666667, + "val_macro_f1": 0.4791666666666667 + }, + { + "epoch": 16, + "loss": 0.035436384712478945, + "val_fps": 1127.3784139316422, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5714285714285714, + "val_recall": 0.8, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6666666666666666, + "val_macro_f1": 0.7575757575757576 + }, + { + "epoch": 17, + "loss": 0.03844706607716424, + "val_fps": 1157.9319957132375, + "val_accuracy": 0.5, + "val_precision": 0.3333333333333333, + "val_recall": 0.92, + "val_specificity": 0.352112676056338, + "val_f1": 0.48936170212765956, + "val_macro_f1": 0.49978289188015634 + }, + { + "epoch": 18, + "loss": 0.036898726264813116, + "val_fps": 1218.3746468158183, + "val_accuracy": 0.75, + "val_precision": 0.5142857142857142, + "val_recall": 0.72, + "val_specificity": 0.7605633802816901, + "val_f1": 0.6, + "val_macro_f1": 0.7090909090909091 + }, + { + "epoch": 19, + "loss": 0.03643501194060913, + "val_fps": 1205.5272782797065, + "val_accuracy": 0.8020833333333334, + "val_precision": 0.59375, + "val_recall": 0.76, + "val_specificity": 0.8169014084507042, + "val_f1": 0.6666666666666666, + "val_macro_f1": 0.762962962962963 + }, + { + "epoch": 20, + "loss": 0.036798798645447404, + "val_fps": 1199.5068986485057, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5757575757575758, + "val_recall": 0.76, + "val_specificity": 0.8028169014084507, + "val_f1": 0.6551724137931034, + "val_macro_f1": 0.7529593412249099 + }, + { + "epoch": 21, + "loss": 0.04948545337122466, + "val_fps": 1203.108004871434, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3076923076923077, + "val_recall": 0.96, + "val_specificity": 0.23943661971830985, + "val_f1": 0.46601941747572817, + "val_macro_f1": 0.4240209446929203 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_joint_bone/metrics_test_clean.json b/results/ablation/seed_7/URFD/dynafall_joint_bone/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..f02aa541cfa59ad30af2fd6f8ddb0ce7544ce976 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_joint_bone/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_joint_bone", + "split": "test", + "robustness": "clean", + "fps": 1223.117896122184, + "params": 227240, + "accuracy": 0.7980769230769231, + "precision": 0.6666666666666666, + "recall": 0.38461538461538464, + "specificity": 0.9358974358974359, + "f1": 0.4878048780487805, + "macro_f1": 0.6810281875273843 +} \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_random_dropout/best.pt b/results/ablation/seed_7/URFD/dynafall_random_dropout/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..99cbf26606a23d954cabd78752387b90df5b0fc8 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_random_dropout/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d179c42a51845cfc964e60775927cc7a2c19c9fe7615d7bb18f222475ea33a7 +size 1265049 diff --git a/results/ablation/seed_7/URFD/dynafall_random_dropout/history.json b/results/ablation/seed_7/URFD/dynafall_random_dropout/history.json new file mode 100644 index 0000000000000000000000000000000000000000..ad7ff9fa6912d4976764c99ee05fea98e617e2ef --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_random_dropout/history.json @@ -0,0 +1,134 @@ +[ + { + "epoch": 1, + "loss": 0.0763062144230519, + "val_fps": 1093.2402767929825, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 2, + "loss": 0.06944626942276955, + "val_fps": 1129.9808285913898, + "val_accuracy": 0.8125, + "val_precision": 0.6129032258064516, + "val_recall": 0.76, + "val_specificity": 0.8309859154929577, + "val_f1": 0.6785714285714286, + "val_macro_f1": 0.773109243697479 + }, + { + "epoch": 3, + "loss": 0.060319651783044846, + "val_fps": 1148.0016244992628, + "val_accuracy": 0.4166666666666667, + "val_precision": 0.30864197530864196, + "val_recall": 1.0, + "val_specificity": 0.2112676056338028, + "val_f1": 0.4716981132075472, + "val_macro_f1": 0.4102676612549364 + }, + { + "epoch": 4, + "loss": 0.05100044222282512, + "val_fps": 1152.093584509977, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.375, + "val_recall": 0.96, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5393258426966292, + "val_macro_f1": 0.5706337951347223 + }, + { + "epoch": 5, + "loss": 0.04903137504256198, + "val_fps": 1153.004777086842, + "val_accuracy": 0.34375, + "val_precision": 0.2840909090909091, + "val_recall": 1.0, + "val_specificity": 0.11267605633802817, + "val_f1": 0.4424778761061947, + "val_macro_f1": 0.32250476083790747 + }, + { + "epoch": 6, + "loss": 0.049450352654925415, + "val_fps": 1174.3810971783378, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 7, + "loss": 0.050661044993570874, + "val_fps": 1166.9258489390759, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.45652173913043476, + "val_recall": 0.84, + "val_specificity": 0.647887323943662, + "val_f1": 0.5915492957746479, + "val_macro_f1": 0.6759399371435223 + }, + { + "epoch": 8, + "loss": 0.048124483320862055, + "val_fps": 1161.477970382244, + "val_accuracy": 0.4166666666666667, + "val_precision": 0.30864197530864196, + "val_recall": 1.0, + "val_specificity": 0.2112676056338028, + "val_f1": 0.4716981132075472, + "val_macro_f1": 0.4102676612549364 + }, + { + "epoch": 9, + "loss": 0.04740198275872639, + "val_fps": 1141.3174467112635, + "val_accuracy": 0.5416666666666666, + "val_precision": 0.3582089552238806, + "val_recall": 0.96, + "val_specificity": 0.39436619718309857, + "val_f1": 0.5217391304347826, + "val_macro_f1": 0.5408695652173914 + }, + { + "epoch": 10, + "loss": 0.042488073131867816, + "val_fps": 1161.407996677185, + "val_accuracy": 0.5, + "val_precision": 0.3424657534246575, + "val_recall": 1.0, + "val_specificity": 0.323943661971831, + "val_f1": 0.5102040816326531, + "val_macro_f1": 0.49978289188015634 + }, + { + "epoch": 11, + "loss": 0.046644191656793864, + "val_fps": 1154.5713044439876, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.3287671232876712, + "val_recall": 0.96, + "val_specificity": 0.30985915492957744, + "val_f1": 0.4897959183673469, + "val_macro_f1": 0.47894051237516283 + }, + { + "epoch": 12, + "loss": 0.03842410584911704, + "val_fps": 1100.180713678831, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.47058823529411764, + "val_recall": 0.96, + "val_specificity": 0.6197183098591549, + "val_f1": 0.631578947368421, + "val_macro_f1": 0.6950998185117967 + } +] \ No newline at end of file diff --git a/results/ablation/seed_7/URFD/dynafall_random_dropout/metrics_test_clean.json b/results/ablation/seed_7/URFD/dynafall_random_dropout/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..c23e47cc3ac5c3fe83a9a3c7dd158f72bc0416c3 --- /dev/null +++ b/results/ablation/seed_7/URFD/dynafall_random_dropout/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall_random_dropout", + "split": "test", + "robustness": "clean", + "fps": 1159.3789727979818, + "params": 307017, + "accuracy": 0.6826923076923077, + "precision": 0.4339622641509434, + "recall": 0.8846153846153846, + "specificity": 0.6153846153846154, + "f1": 0.5822784810126582, + "macro_f1": 0.6632322637621431 +} \ No newline at end of file diff --git a/results/ablation_summary.csv b/results/ablation_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..b33c9024720ca4b6427ecf79a5af4641542156f2 --- /dev/null +++ b/results/ablation_summary.csv @@ -0,0 +1,12 @@ +,dataset,variant,accuracy,accuracy,precision,precision,recall,recall,f1,f1,macro_f1,macro_f1 +,,,mean,std,mean,std,mean,std,mean,std,mean,std +0,MCFD,A1 joint,0.6313726511146022,0.007654819499770941,0.5810882118334576,0.05253748608360621,0.5172667651540247,0.08257465519159982,0.5432711014338464,0.03954304093617025,0.6165295711262088,0.015362687363318878 +1,MCFD,A2 joint+bone,0.6302975475381548,0.07450555044806814,0.5892051391692211,0.07399205020736796,0.5671096258859993,0.16046227573264538,0.5621921971615164,0.07141910265591013,0.6108350808339341,0.06176344043233735 +2,MCFD,A3 +dynamics,0.6492118252844273,0.013402426157255497,0.5912730424217764,0.04534267182611329,0.605112655159433,0.06097106925331763,0.5952331238497776,0.015663759405788152,0.6420643935943123,0.006763742826564094 +3,MCFD,A4 +random dropout,0.6045343251657762,0.02523624176838454,0.5362987659375203,0.03258821036377227,0.5660461761829924,0.058566675080153764,0.5496930763187903,0.034233819639523475,0.5980140759015712,0.025342129375723114 +4,MCFD,A5 +confidence dropout,0.5971807959922877,0.10581567723749052,0.5368679814626094,0.11762104681817358,0.7078037420543509,0.03038578524619539,0.6039897844289593,0.07143748836045606,0.5942941181215089,0.10906415074511588 +5,URFD,A1 joint,0.6663860830527497,0.0395092714929827,0.3935331699585071,0.04992333064497905,0.7305806938159879,0.2256215504204194,0.5072232592341196,0.0978059061777499,0.6227929983394122,0.030439508948038856 +6,URFD,A2 joint+bone,0.7483021094132205,0.11455079907580057,0.5625252525252525,0.19204097677723614,0.6584338863750628,0.2525928243396989,0.5578285692525711,0.11783883435424813,0.6871160459123203,0.09786579890909528 +7,URFD,A3 +dynamics,0.7689142133586578,0.0950870508756862,0.6174603174603175,0.3365940291187554,0.6141905480140775,0.06289914138902955,0.5760549527553365,0.11841875775053222,0.707993898980491,0.09499919418197406 +8,URFD,A4 +random dropout,0.7267691156580045,0.08715653913605029,0.5071020975571475,0.11226670579994999,0.7515711412770236,0.296580333371112,0.5652039381153305,0.05856420512971745,0.6746985893410056,0.01997290723093458 +9,URFD,A5 +confidence dropout,0.662558634780857,0.128018661907669,0.410955710955711,0.07716533160714627,0.7028657616892912,0.27353430837954706,0.5034026892720475,0.0845900624943378,0.6109721648378615,0.09204662909075668 diff --git a/results/ablation_summary_raw.csv b/results/ablation_summary_raw.csv new file mode 100644 index 0000000000000000000000000000000000000000..e8f9d294a0a5f7f179d096273fd3305f00008ed2 --- /dev/null +++ b/results/ablation_summary_raw.csv @@ -0,0 +1,31 @@ +dataset,method,split,robustness,fps,params,accuracy,precision,recall,specificity,f1,macro_f1,seed,variant +URFD,dynafall_joint,test,clean,1273.0781770804465,113765,0.625,0.38596491228070173,0.8461538461538461,0.5512820512820513,0.5301204819277109,0.6090602409638555,7,A1 joint +URFD,dynafall_joint_bone,test,clean,1223.117896122184,227240,0.7980769230769231,0.6666666666666666,0.38461538461538464,0.9358974358974359,0.4878048780487805,0.6810281875273843,7,A2 joint+bone +URFD,dynafall_full_no_dropout,test,clean,1161.678217801646,307017,0.7403846153846154,0.4857142857142857,0.6538461538461539,0.7692307692307693,0.5573770491803278,0.6868517898962864,7,A3 +dynamics +URFD,dynafall_random_dropout,test,clean,1159.3789727979818,307017,0.6826923076923077,0.4339622641509434,0.8846153846153846,0.6153846153846154,0.5822784810126582,0.6632322637621431,7,A4 +random dropout +URFD,dynafall,test,clean,1162.5525803049434,307017,0.6634615384615384,0.36363636363636365,0.46153846153846156,0.7307692307692307,0.4067796610169492,0.5859401660789444,7,A5 +confidence dropout +MCFD,dynafall_joint,test,clean,4338.385912981308,113765,0.6401890189018902,0.5404040404040404,0.6083001705514497,0.6610800744878957,0.5723455469376839,0.6308999049506832,7,A1 joint +MCFD,dynafall_joint_bone,test,clean,4351.553824820685,227240,0.6795679567956796,0.6653504442250741,0.3831722569641842,0.8737430167597765,0.4862914862914863,0.6267297850031663,7,A2 joint+bone +MCFD,dynafall_full_no_dropout,test,clean,4302.132806036841,307017,0.6444644464446445,0.5409236396890718,0.672541216600341,0.626070763500931,0.5995945261023822,0.6399429530552381,7,A3 +dynamics +MCFD,dynafall_random_dropout,test,clean,4375.260272801938,307017,0.6336633663366337,0.5313847628174413,0.6304718590108016,0.6357541899441341,0.5767030681227249,0.6269076625817909,7,A4 +random dropout +MCFD,dynafall,test,clean,4471.874716121003,307017,0.47614761476147616,0.41045011016682403,0.7413303013075612,0.30242085661080076,0.5283630470016207,0.4696471105453448,7,A5 +confidence dropout +URFD,dynafall_joint,test,clean,1074.6712069871062,113765,0.6704545454545454,0.44680851063829785,0.875,0.59375,0.5915492957746479,0.6576794097920858,13,A1 joint +URFD,dynafall_joint_bone,test,clean,1067.3362298740524,227240,0.8295454545454546,0.68,0.7083333333333334,0.875,0.6938775510204082,0.7878836573999679,13,A2 joint+bone +URFD,dynafall_full_no_dropout,test,clean,1031.9965322730238,307017,0.875,1.0,0.5416666666666666,1.0,0.7027027027027027,0.8117830060276103,13,A3 +dynamics +URFD,dynafall_random_dropout,test,clean,1047.854785849521,307017,0.6704545454545454,0.45098039215686275,0.9583333333333334,0.5625,0.6133333333333333,0.6631023102310231,13,A4 +random dropout +URFD,dynafall,test,clean,1045.178358428977,307017,0.5340909090909091,0.36923076923076925,1.0,0.359375,0.5393258426966292,0.5340307374402686,13,A5 +confidence dropout +MCFD,dynafall_joint,test,clean,4410.680499088056,113765,0.6264167393199651,0.5624586913417052,0.44718864950078824,0.7534450651769088,0.49824355971896955,0.6003370576372625,13,A1 joint +MCFD,dynafall_joint_bone,test,clean,4464.57027994734,227240,0.6667393199651264,0.5846920289855072,0.6784025223331581,0.6584729981378026,0.6280710289467283,0.6630977059837294,13,A2 joint+bone +MCFD,dynafall_full_no_dropout,test,clean,4290.0111288013495,307017,0.6643417611159547,0.6040114613180516,0.5538623226484498,0.7426443202979516,0.5778508771929824,0.6496345558179095,13,A3 +dynamics +MCFD,dynafall_random_dropout,test,clean,4231.401514967455,307017,0.590671316477768,0.5064466219700877,0.5160273252758802,0.6435754189944134,0.5111920874544508,0.5795555487890927,13,A4 +random dropout +MCFD,dynafall,test,clean,4442.345508758158,307017,0.6431996512641673,0.5570815450643777,0.6820809248554913,0.6156424581005586,0.613276635955587,0.6410506182003304,13,A5 +confidence dropout +URFD,dynafall_joint,test,clean,914.3807380913233,113765,0.7037037037037037,0.34782608695652173,0.47058823529411764,0.765625,0.4,0.6016393442622952,21,A1 joint +URFD,dynafall_joint_bone,test,clean,936.6244656492438,227240,0.6172839506172839,0.3409090909090909,0.8823529411764706,0.546875,0.4918032786885246,0.5924362928096087,21,A2 joint+bone +URFD,dynafall_full_no_dropout,test,clean,852.8815374206557,307017,0.691358024691358,0.36666666666666664,0.6470588235294118,0.703125,0.46808510638297873,0.6253469010175763,21,A3 +dynamics +URFD,dynafall_random_dropout,test,clean,909.2504955145182,307017,0.8271604938271605,0.6363636363636364,0.4117647058823529,0.9375,0.5,0.6977611940298507,21,A4 +random dropout +URFD,dynafall,test,clean,934.3602990147614,307017,0.7901234567901234,0.5,0.6470588235294118,0.828125,0.5641025641025641,0.7129455909943715,21,A5 +confidence dropout +MCFD,dynafall_joint,test,clean,4552.279342255039,113765,0.6275121951219512,0.6404019037546271,0.49631147540983606,0.7467411545623837,0.5592241976448857,0.6183517507906807,21,A1 joint +MCFD,dynafall_joint_bone,test,clean,4234.108779179861,227240,0.5445853658536586,0.5175729442970822,0.6397540983606558,0.4581005586592179,0.5722140762463344,0.5426777515149068,21,A2 joint+bone +MCFD,dynafall_full_no_dropout,test,clean,4384.216513542702,307017,0.6388292682926829,0.6288840262582057,0.5889344262295082,0.684171322160149,0.6082539682539683,0.6366156719097895,21,A3 +dynamics +MCFD,dynafall_random_dropout,test,clean,4137.5774940389465,307017,0.5892682926829268,0.5710649130250318,0.5516393442622951,0.623463687150838,0.5611840733791953,0.5875790163338301,21,A4 +random dropout +MCFD,dynafall,test,clean,4147.869298727608,307017,0.6721951219512196,0.6430722891566265,0.7,0.646927374301676,0.6703296703296703,0.6721846256188515,21,A5 +confidence dropout diff --git a/results/all_metrics.csv b/results/all_metrics.csv new file mode 100644 index 0000000000000000000000000000000000000000..39d483ced5c2e7b15e3004a9fdecb7a51509dc20 --- /dev/null +++ b/results/all_metrics.csv @@ -0,0 +1,34 @@ +dataset,method,split,robustness,fps,params,accuracy,precision,recall,specificity,f1,macro_f1 +Synthetic,lstm,test,clean,178.3433264087252,114818,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,clean,152.93392018280866,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,clean,59.25321841552028,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,missing,244.4032307720004,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,missing,232.52678346029538,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,missing,226.1873846409223,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,lower_body,229.45211970691525,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,upper_body,231.17158886242865,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,stgcn,test,low_conf,235.068647513618,103394,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,agcn,test,clean,159.77018381668333,208520,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,ctrgcn,test,clean,151.245780615558,374984,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,posec3d,test,clean,154.35593462950746,14466,0.5454545454545454,0.0,0.0,1.0,0.0,0.35294117647058826 +Synthetic,tcnte,test,clean,137.59016456252635,210242,0.5454545454545454,0.0,0.0,1.0,0.0,0.35294117647058826 +Synthetic,dynafall,test,clean,137.54780410253272,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,clean,112.37041093419398,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,missing,204.83560277908077,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,missing,201.4036998642287,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,missing,202.57249108682828,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,lower_body,199.43313977667506,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,upper_body,201.61263794877428,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +Synthetic,dynafall,test,low_conf,199.52054000732969,307017,0.45454545454545453,0.45454545454545453,1.0,0.0,0.625,0.3125 +URFD,lstm,test,clean,1473.2926980448253,114818,0.7980769230769231,0.6190476190476191,0.5,0.8974358974358975,0.5531914893617021,0.7113783533765032 +URFD,stgcn,test,clean,1244.6769336112,103394,0.75,0.5,0.46153846153846156,0.8461538461538461,0.48,0.6577215189873418 +URFD,posec3d,test,clean,1079.6862546887596,14466,0.5384615384615384,0.3472222222222222,0.9615384615384616,0.3974358974358974,0.5102040816326531,0.5369202226345083 +URFD,agcn,test,clean,1219.690346104161,208520,0.6826923076923077,0.4222222222222222,0.7307692307692307,0.6666666666666666,0.5352112676056338,0.6471676775984373 +URFD,ctrgcn,test,clean,1231.3796348833991,374984,0.5769230769230769,0.36363636363636365,0.9230769230769231,0.46153846153846156,0.5217391304347826,0.5712143928035982 +URFD,tcnte,test,clean,1251.9404237297333,210242,0.6634615384615384,0.3783783783783784,0.5384615384615384,0.7051282051282052,0.4444444444444444,0.6015325670498084 +MCFD,lstm,test,clean,4186.835521132716,114818,0.6517857142857143,0.6488640892785971,0.9673202614379085,0.12338308457711443,0.7767175572519084,0.4930885083556839 +MCFD,stgcn,test,clean,4238.144418851585,103394,0.6793154761904762,0.6868456986800182,0.8966131907308378,0.3154228855721393,0.7778350515463918,0.600815921495121 +MCFD,agcn,test,clean,4337.702795788146,208520,0.6852678571428571,0.8030412744388125,0.6589423648247178,0.7293532338308458,0.7238903394255874,0.6789866922041432 +MCFD,ctrgcn,test,clean,4142.889289836818,374984,0.6655505952380952,0.8091482649842271,0.6096256684491979,0.7592039800995025,0.6953575059301932,0.6623179282228285 +MCFD,posec3d,test,clean,3741.17066541071,14466,0.5070684523809523,0.5920781893004116,0.6838978015448604,0.2109452736318408,0.6346843121036669,0.4385542772639547 +MCFD,tcnte,test,clean,3795.2966462786967,210242,0.5829613095238095,0.7027417027417028,0.5787284610814023,0.5900497512437811,0.634734441186054,0.5744110003936338 diff --git a/results/main/seed_13/MCFD/agcn/best.pt b/results/main/seed_13/MCFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..46ac56687ff3b6715179dc1c99252825250b9642 --- /dev/null +++ b/results/main/seed_13/MCFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10a109b6d04305d5ff02d3bc6d47c761adc7480c3a26e2d818752c356fcf95d +size 867809 diff --git a/results/main/seed_13/MCFD/agcn/history.json b/results/main/seed_13/MCFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..7c6eaa22db7072179b194f94ac8aa553b846b562 --- /dev/null +++ b/results/main/seed_13/MCFD/agcn/history.json @@ -0,0 +1,211 @@ +[ + { + "epoch": 1, + "loss": 0.053797261008426925, + "val_fps": 3535.157530121253, + "val_accuracy": 0.2492603550295858, + "val_precision": 1.0, + "val_recall": 0.2492603550295858, + "val_specificity": 0.0, + "val_f1": 0.399052693901717, + "val_macro_f1": 0.1995263469508585 + }, + { + "epoch": 2, + "loss": 0.052402840773987616, + "val_fps": 3851.9950046352133, + "val_accuracy": 0.11538461538461539, + "val_precision": 1.0, + "val_recall": 0.11538461538461539, + "val_specificity": 0.0, + "val_f1": 0.20689655172413793, + "val_macro_f1": 0.10344827586206896 + }, + { + "epoch": 3, + "loss": 0.0490853470644053, + "val_fps": 3741.8351819821996, + "val_accuracy": 0.46375739644970415, + "val_precision": 1.0, + "val_recall": 0.46375739644970415, + "val_specificity": 0.0, + "val_f1": 0.6336533602829711, + "val_macro_f1": 0.3168266801414856 + }, + { + "epoch": 4, + "loss": 0.0467504939783506, + "val_fps": 3814.0603281633867, + "val_accuracy": 0.46893491124260356, + "val_precision": 1.0, + "val_recall": 0.46893491124260356, + "val_specificity": 0.0, + "val_f1": 0.6384692849949648, + "val_macro_f1": 0.3192346424974824 + }, + { + "epoch": 5, + "loss": 0.04659344274049648, + "val_fps": 3979.6493410403727, + "val_accuracy": 0.03328402366863906, + "val_precision": 1.0, + "val_recall": 0.03328402366863906, + "val_specificity": 0.0, + "val_f1": 0.06442376521116679, + "val_macro_f1": 0.03221188260558339 + }, + { + "epoch": 6, + "loss": 0.0444251162271145, + "val_fps": 3708.232418985804, + "val_accuracy": 0.10946745562130178, + "val_precision": 1.0, + "val_recall": 0.10946745562130178, + "val_specificity": 0.0, + "val_f1": 0.19733333333333333, + "val_macro_f1": 0.09866666666666667 + }, + { + "epoch": 7, + "loss": 0.04387461687762385, + "val_fps": 3784.047951619745, + "val_accuracy": 0.16346153846153846, + "val_precision": 1.0, + "val_recall": 0.16346153846153846, + "val_specificity": 0.0, + "val_f1": 0.2809917355371901, + "val_macro_f1": 0.14049586776859505 + }, + { + "epoch": 8, + "loss": 0.042584699272072014, + "val_fps": 3958.1969762695953, + "val_accuracy": 0.507396449704142, + "val_precision": 1.0, + "val_recall": 0.507396449704142, + "val_specificity": 0.0, + "val_f1": 0.6732090284592738, + "val_macro_f1": 0.3366045142296369 + }, + { + "epoch": 9, + "loss": 0.042530887990105376, + "val_fps": 4017.572438023856, + "val_accuracy": 0.5850591715976331, + "val_precision": 1.0, + "val_recall": 0.5850591715976331, + "val_specificity": 0.0, + "val_f1": 0.7382174521698553, + "val_macro_f1": 0.3691087260849277 + }, + { + "epoch": 10, + "loss": 0.04104734668242922, + "val_fps": 4008.29804180762, + "val_accuracy": 0.14497041420118342, + "val_precision": 1.0, + "val_recall": 0.14497041420118342, + "val_specificity": 0.0, + "val_f1": 0.2532299741602067, + "val_macro_f1": 0.12661498708010335 + }, + { + "epoch": 11, + "loss": 0.04116446613422536, + "val_fps": 3818.7569196388595, + "val_accuracy": 0.11020710059171597, + "val_precision": 1.0, + "val_recall": 0.11020710059171597, + "val_specificity": 0.0, + "val_f1": 0.19853431045969352, + "val_macro_f1": 0.09926715522984676 + }, + { + "epoch": 12, + "loss": 0.04037701576665233, + "val_fps": 3813.6536909700517, + "val_accuracy": 0.20488165680473372, + "val_precision": 1.0, + "val_recall": 0.20488165680473372, + "val_specificity": 0.0, + "val_f1": 0.34008594229588707, + "val_macro_f1": 0.17004297114794353 + }, + { + "epoch": 13, + "loss": 0.03972451566111391, + "val_fps": 3871.6260417347244, + "val_accuracy": 0.2559171597633136, + "val_precision": 1.0, + "val_recall": 0.2559171597633136, + "val_specificity": 0.0, + "val_f1": 0.4075382803297998, + "val_macro_f1": 0.2037691401648999 + }, + { + "epoch": 14, + "loss": 0.039778644255881165, + "val_fps": 3998.9784128779484, + "val_accuracy": 0.27884615384615385, + "val_precision": 1.0, + "val_recall": 0.27884615384615385, + "val_specificity": 0.0, + "val_f1": 0.43609022556390975, + "val_macro_f1": 0.21804511278195488 + }, + { + "epoch": 15, + "loss": 0.03929271375247619, + "val_fps": 3931.929787443329, + "val_accuracy": 0.371301775147929, + "val_precision": 1.0, + "val_recall": 0.371301775147929, + "val_specificity": 0.0, + "val_f1": 0.5415318230852212, + "val_macro_f1": 0.2707659115426106 + }, + { + "epoch": 16, + "loss": 0.03890619224196748, + "val_fps": 3839.48797429282, + "val_accuracy": 0.48298816568047337, + "val_precision": 1.0, + "val_recall": 0.48298816568047337, + "val_specificity": 0.0, + "val_f1": 0.6513715710723192, + "val_macro_f1": 0.3256857855361596 + }, + { + "epoch": 17, + "loss": 0.03805056238352451, + "val_fps": 3805.20570879933, + "val_accuracy": 0.17085798816568049, + "val_precision": 1.0, + "val_recall": 0.17085798816568049, + "val_specificity": 0.0, + "val_f1": 0.29185091598231205, + "val_macro_f1": 0.14592545799115603 + }, + { + "epoch": 18, + "loss": 0.03722796133790118, + "val_fps": 3932.6129740688534, + "val_accuracy": 0.3202662721893491, + "val_precision": 1.0, + "val_recall": 0.3202662721893491, + "val_specificity": 0.0, + "val_f1": 0.48515406162464986, + "val_macro_f1": 0.24257703081232493 + }, + { + "epoch": 19, + "loss": 0.03756933914102567, + "val_fps": 3704.423991718763, + "val_accuracy": 0.45710059171597633, + "val_precision": 1.0, + "val_recall": 0.45710059171597633, + "val_specificity": 0.0, + "val_f1": 0.6274111675126903, + "val_macro_f1": 0.31370558375634516 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/agcn/metrics_test_clean.json b/results/main/seed_13/MCFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..186ed4af1bf5a51d758ba470629082686976bcd5 --- /dev/null +++ b/results/main/seed_13/MCFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 4411.175147955942, + "params": 208520, + "accuracy": 0.6708805579773321, + "precision": 0.5949734171097149, + "recall": 0.6468733578560169, + "specificity": 0.6878957169459963, + "f1": 0.6198388721047331, + "macro_f1": 0.6648387289040192 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/ctrgcn/best.pt b/results/main/seed_13/MCFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..7e318084d56f59e81df43f0cf7475d12c80c51a8 --- /dev/null +++ b/results/main/seed_13/MCFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dd55ef7afd012d23b64f41bbed87b690149b7129f7c4d67bf8fd1bb24c33e4 +size 1535165 diff --git a/results/main/seed_13/MCFD/ctrgcn/history.json b/results/main/seed_13/MCFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..bf7ca115f20cabb33d4c0c86b20e9f97f9ba9b90 --- /dev/null +++ b/results/main/seed_13/MCFD/ctrgcn/history.json @@ -0,0 +1,277 @@ +[ + { + "epoch": 1, + "loss": 0.05503508746270326, + "val_fps": 3504.619562570774, + "val_accuracy": 0.19674556213017752, + "val_precision": 1.0, + "val_recall": 0.19674556213017752, + "val_specificity": 0.0, + "val_f1": 0.3288009888751545, + "val_macro_f1": 0.16440049443757726 + }, + { + "epoch": 2, + "loss": 0.05343060150353497, + "val_fps": 3590.2991181296966, + "val_accuracy": 0.28846153846153844, + "val_precision": 1.0, + "val_recall": 0.28846153846153844, + "val_specificity": 0.0, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.22388059701492538 + }, + { + "epoch": 3, + "loss": 0.05142640205442057, + "val_fps": 3665.0866902016387, + "val_accuracy": 0.20488165680473372, + "val_precision": 1.0, + "val_recall": 0.20488165680473372, + "val_specificity": 0.0, + "val_f1": 0.34008594229588707, + "val_macro_f1": 0.17004297114794353 + }, + { + "epoch": 4, + "loss": 0.049290346052450466, + "val_fps": 3741.682106148173, + "val_accuracy": 0.19230769230769232, + "val_precision": 1.0, + "val_recall": 0.19230769230769232, + "val_specificity": 0.0, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.16129032258064516 + }, + { + "epoch": 5, + "loss": 0.04875318726076733, + "val_fps": 3619.7471757685726, + "val_accuracy": 0.053994082840236685, + "val_precision": 1.0, + "val_recall": 0.053994082840236685, + "val_specificity": 0.0, + "val_f1": 0.10245614035087719, + "val_macro_f1": 0.051228070175438595 + }, + { + "epoch": 6, + "loss": 0.04702286711375264, + "val_fps": 3683.26590344768, + "val_accuracy": 0.35428994082840237, + "val_precision": 1.0, + "val_recall": 0.35428994082840237, + "val_specificity": 0.0, + "val_f1": 0.523211359912616, + "val_macro_f1": 0.261605679956308 + }, + { + "epoch": 7, + "loss": 0.046079692822774944, + "val_fps": 3711.084497342149, + "val_accuracy": 0.26331360946745563, + "val_precision": 1.0, + "val_recall": 0.26331360946745563, + "val_specificity": 0.0, + "val_f1": 0.4168618266978923, + "val_macro_f1": 0.20843091334894615 + }, + { + "epoch": 8, + "loss": 0.045362424742006045, + "val_fps": 3553.8042760592857, + "val_accuracy": 0.5051775147928994, + "val_precision": 1.0, + "val_recall": 0.5051775147928994, + "val_specificity": 0.0, + "val_f1": 0.6712530712530712, + "val_macro_f1": 0.3356265356265356 + }, + { + "epoch": 9, + "loss": 0.04513140986791423, + "val_fps": 3802.194258318442, + "val_accuracy": 0.5636094674556213, + "val_precision": 1.0, + "val_recall": 0.5636094674556213, + "val_specificity": 0.0, + "val_f1": 0.7209082308420057, + "val_macro_f1": 0.36045411542100286 + }, + { + "epoch": 10, + "loss": 0.043167274523396755, + "val_fps": 3685.7662407458592, + "val_accuracy": 0.13609467455621302, + "val_precision": 1.0, + "val_recall": 0.13609467455621302, + "val_specificity": 0.0, + "val_f1": 0.23958333333333334, + "val_macro_f1": 0.11979166666666667 + }, + { + "epoch": 11, + "loss": 0.042835966507090796, + "val_fps": 3819.112710816352, + "val_accuracy": 0.1264792899408284, + "val_precision": 1.0, + "val_recall": 0.1264792899408284, + "val_specificity": 0.0, + "val_f1": 0.22455679579776758, + "val_macro_f1": 0.11227839789888379 + }, + { + "epoch": 12, + "loss": 0.041866093378844144, + "val_fps": 3680.526792323852, + "val_accuracy": 0.1893491124260355, + "val_precision": 1.0, + "val_recall": 0.1893491124260355, + "val_specificity": 0.0, + "val_f1": 0.31840796019900497, + "val_macro_f1": 0.15920398009950248 + }, + { + "epoch": 13, + "loss": 0.04079659739980781, + "val_fps": 3835.2962393420194, + "val_accuracy": 0.27514792899408286, + "val_precision": 1.0, + "val_recall": 0.27514792899408286, + "val_specificity": 0.0, + "val_f1": 0.43155452436194897, + "val_macro_f1": 0.21577726218097448 + }, + { + "epoch": 14, + "loss": 0.04101289312879826, + "val_fps": 3525.948643783565, + "val_accuracy": 0.28846153846153844, + "val_precision": 1.0, + "val_recall": 0.28846153846153844, + "val_specificity": 0.0, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.22388059701492538 + }, + { + "epoch": 15, + "loss": 0.040404234392438794, + "val_fps": 3701.5091710419188, + "val_accuracy": 0.6531065088757396, + "val_precision": 1.0, + "val_recall": 0.6531065088757396, + "val_specificity": 0.0, + "val_f1": 0.7901565995525727, + "val_macro_f1": 0.39507829977628633 + }, + { + "epoch": 16, + "loss": 0.04035570131779849, + "val_fps": 3681.5993675790323, + "val_accuracy": 0.2980769230769231, + "val_precision": 1.0, + "val_recall": 0.2980769230769231, + "val_specificity": 0.0, + "val_f1": 0.45925925925925926, + "val_macro_f1": 0.22962962962962963 + }, + { + "epoch": 17, + "loss": 0.039533411353072034, + "val_fps": 3529.5018258286423, + "val_accuracy": 0.2818047337278107, + "val_precision": 1.0, + "val_recall": 0.2818047337278107, + "val_specificity": 0.0, + "val_f1": 0.4396999422965955, + "val_macro_f1": 0.21984997114829774 + }, + { + "epoch": 18, + "loss": 0.03830516735781456, + "val_fps": 3711.151229519841, + "val_accuracy": 0.3010355029585799, + "val_precision": 1.0, + "val_recall": 0.3010355029585799, + "val_specificity": 0.0, + "val_f1": 0.46276293348493464, + "val_macro_f1": 0.23138146674246732 + }, + { + "epoch": 19, + "loss": 0.03844337760105352, + "val_fps": 3657.928441297706, + "val_accuracy": 0.33505917159763315, + "val_precision": 1.0, + "val_recall": 0.33505917159763315, + "val_specificity": 0.0, + "val_f1": 0.5019390581717451, + "val_macro_f1": 0.25096952908587256 + }, + { + "epoch": 20, + "loss": 0.03777075128753587, + "val_fps": 3639.3796802016063, + "val_accuracy": 0.20192307692307693, + "val_precision": 1.0, + "val_recall": 0.20192307692307693, + "val_specificity": 0.0, + "val_f1": 0.336, + "val_macro_f1": 0.168 + }, + { + "epoch": 21, + "loss": 0.03764753075039509, + "val_fps": 3701.927530440796, + "val_accuracy": 0.22633136094674555, + "val_precision": 1.0, + "val_recall": 0.22633136094674555, + "val_specificity": 0.0, + "val_f1": 0.3691194209891435, + "val_macro_f1": 0.18455971049457176 + }, + { + "epoch": 22, + "loss": 0.03670717022953484, + "val_fps": 3648.5049862296796, + "val_accuracy": 0.2973372781065089, + "val_precision": 1.0, + "val_recall": 0.2973372781065089, + "val_specificity": 0.0, + "val_f1": 0.4583808437856328, + "val_macro_f1": 0.2291904218928164 + }, + { + "epoch": 23, + "loss": 0.03693897682065262, + "val_fps": 3581.6554202999573, + "val_accuracy": 0.21967455621301776, + "val_precision": 1.0, + "val_recall": 0.21967455621301776, + "val_specificity": 0.0, + "val_f1": 0.3602183141297756, + "val_macro_f1": 0.1801091570648878 + }, + { + "epoch": 24, + "loss": 0.0365137249316808, + "val_fps": 3601.8871154261005, + "val_accuracy": 0.1886094674556213, + "val_precision": 1.0, + "val_recall": 0.1886094674556213, + "val_specificity": 0.0, + "val_f1": 0.31736154324828875, + "val_macro_f1": 0.15868077162414437 + }, + { + "epoch": 25, + "loss": 0.03595431993974821, + "val_fps": 3609.8634722086226, + "val_accuracy": 0.34097633136094674, + "val_precision": 1.0, + "val_recall": 0.34097633136094674, + "val_specificity": 0.0, + "val_f1": 0.5085493656922229, + "val_macro_f1": 0.25427468284611143 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/ctrgcn/metrics_test_clean.json b/results/main/seed_13/MCFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d47f5445aee8821e1233f509138d9d1d382a06b0 --- /dev/null +++ b/results/main/seed_13/MCFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 4128.079946787676, + "params": 374984, + "accuracy": 0.5335658238884046, + "precision": 0.46100691016781836, + "recall": 0.7362059905412507, + "specificity": 0.38994413407821227, + "f1": 0.5669769324160259, + "macro_f1": 0.5307723585084381 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/dynafall/best.pt b/results/main/seed_13/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..05883a816e15ccc0e83e0dc261f10a3f48c11eeb --- /dev/null +++ b/results/main/seed_13/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67906800570b31c335584d75d85af625e2a0f2ff45d68a68a4d767edccc9ea9 +size 1265049 diff --git a/results/main/seed_13/MCFD/dynafall/history.json b/results/main/seed_13/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..b763179e27208000833c52287d2b679406092527 --- /dev/null +++ b/results/main/seed_13/MCFD/dynafall/history.json @@ -0,0 +1,123 @@ +[ + { + "epoch": 1, + "loss": 0.054543395476604375, + "val_fps": 3744.8862506627206, + "val_accuracy": 0.8239644970414202, + "val_precision": 1.0, + "val_recall": 0.8239644970414202, + "val_specificity": 0.0, + "val_f1": 0.9034874290348743, + "val_macro_f1": 0.45174371451743717 + }, + { + "epoch": 2, + "loss": 0.04946164301997404, + "val_fps": 3812.111834780028, + "val_accuracy": 0.3942307692307692, + "val_precision": 1.0, + "val_recall": 0.3942307692307692, + "val_specificity": 0.0, + "val_f1": 0.5655172413793104, + "val_macro_f1": 0.2827586206896552 + }, + { + "epoch": 3, + "loss": 0.046636403057889284, + "val_fps": 3569.7882140468405, + "val_accuracy": 0.3801775147928994, + "val_precision": 1.0, + "val_recall": 0.3801775147928994, + "val_specificity": 0.0, + "val_f1": 0.5509110396570204, + "val_macro_f1": 0.2754555198285102 + }, + { + "epoch": 4, + "loss": 0.04466881400233583, + "val_fps": 3542.2126153457457, + "val_accuracy": 0.5133136094674556, + "val_precision": 1.0, + "val_recall": 0.5133136094674556, + "val_specificity": 0.0, + "val_f1": 0.678396871945259, + "val_macro_f1": 0.3391984359726295 + }, + { + "epoch": 5, + "loss": 0.04390870194728899, + "val_fps": 3781.4059604420213, + "val_accuracy": 0.42011834319526625, + "val_precision": 1.0, + "val_recall": 0.42011834319526625, + "val_specificity": 0.0, + "val_f1": 0.5916666666666667, + "val_macro_f1": 0.29583333333333334 + }, + { + "epoch": 6, + "loss": 0.04299200816327541, + "val_fps": 3755.1197197625866, + "val_accuracy": 0.35798816568047337, + "val_precision": 1.0, + "val_recall": 0.35798816568047337, + "val_specificity": 0.0, + "val_f1": 0.5272331154684096, + "val_macro_f1": 0.2636165577342048 + }, + { + "epoch": 7, + "loss": 0.04178406006385443, + "val_fps": 3844.832924031939, + "val_accuracy": 0.4371301775147929, + "val_precision": 1.0, + "val_recall": 0.4371301775147929, + "val_specificity": 0.0, + "val_f1": 0.6083376222336593, + "val_macro_f1": 0.30416881111682964 + }, + { + "epoch": 8, + "loss": 0.04192939585758538, + "val_fps": 3753.0531965597074, + "val_accuracy": 0.27218934911242604, + "val_precision": 1.0, + "val_recall": 0.27218934911242604, + "val_specificity": 0.0, + "val_f1": 0.42790697674418604, + "val_macro_f1": 0.21395348837209302 + }, + { + "epoch": 9, + "loss": 0.04112804651443104, + "val_fps": 3661.016245454257, + "val_accuracy": 0.2655325443786982, + "val_precision": 1.0, + "val_recall": 0.2655325443786982, + "val_specificity": 0.0, + "val_f1": 0.41963763880771476, + "val_macro_f1": 0.20981881940385738 + }, + { + "epoch": 10, + "loss": 0.04178596426190549, + "val_fps": 3801.5529522628435, + "val_accuracy": 0.3076923076923077, + "val_precision": 1.0, + "val_recall": 0.3076923076923077, + "val_specificity": 0.0, + "val_f1": 0.47058823529411764, + "val_macro_f1": 0.23529411764705882 + }, + { + "epoch": 11, + "loss": 0.039636519407452664, + "val_fps": 3591.950330899355, + "val_accuracy": 0.46153846153846156, + "val_precision": 1.0, + "val_recall": 0.46153846153846156, + "val_specificity": 0.0, + "val_f1": 0.631578947368421, + "val_macro_f1": 0.3157894736842105 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/dynafall/metrics_test_clean.json b/results/main/seed_13/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9b225991b5d4e6c29de959f5e0c4bbd5e934c9a6 --- /dev/null +++ b/results/main/seed_13/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4207.232281962446, + "params": 307017, + "accuracy": 0.550566695727986, + "precision": 0.4768693628164097, + "recall": 0.861271676300578, + "specificity": 0.3303538175046555, + "f1": 0.6138576779026217, + "macro_f1": 0.5381592873350439 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/lstm/best.pt b/results/main/seed_13/MCFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0e04b28b6f529f38f452e366dde079a3af5e541d --- /dev/null +++ b/results/main/seed_13/MCFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34f76e88da748f40823f6f72d7b991e741d7dbe05f6dde67d48558411d64ecb +size 462662 diff --git a/results/main/seed_13/MCFD/lstm/history.json b/results/main/seed_13/MCFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..095f5e2028f69208e4a88e0ee9598f40a4cdf23d --- /dev/null +++ b/results/main/seed_13/MCFD/lstm/history.json @@ -0,0 +1,145 @@ +[ + { + "epoch": 1, + "loss": 0.05278859960056747, + "val_fps": 3807.123374140846, + "val_accuracy": 0.07322485207100592, + "val_precision": 1.0, + "val_recall": 0.07322485207100592, + "val_specificity": 0.0, + "val_f1": 0.13645761543762921, + "val_macro_f1": 0.06822880771881461 + }, + { + "epoch": 2, + "loss": 0.048193510492108294, + "val_fps": 3880.8004838041384, + "val_accuracy": 0.10059171597633136, + "val_precision": 1.0, + "val_recall": 0.10059171597633136, + "val_specificity": 0.0, + "val_f1": 0.1827956989247312, + "val_macro_f1": 0.0913978494623656 + }, + { + "epoch": 3, + "loss": 0.04566640018697687, + "val_fps": 3945.4178428225705, + "val_accuracy": 0.32470414201183434, + "val_precision": 1.0, + "val_recall": 0.32470414201183434, + "val_specificity": 0.0, + "val_f1": 0.49022892238972643, + "val_macro_f1": 0.24511446119486321 + }, + { + "epoch": 4, + "loss": 0.04382558152981433, + "val_fps": 4038.5177619436904, + "val_accuracy": 0.1264792899408284, + "val_precision": 1.0, + "val_recall": 0.1264792899408284, + "val_specificity": 0.0, + "val_f1": 0.22455679579776758, + "val_macro_f1": 0.11227839789888379 + }, + { + "epoch": 5, + "loss": 0.04226096277714624, + "val_fps": 4051.3617544525096, + "val_accuracy": 0.21893491124260356, + "val_precision": 1.0, + "val_recall": 0.21893491124260356, + "val_specificity": 0.0, + "val_f1": 0.3592233009708738, + "val_macro_f1": 0.1796116504854369 + }, + { + "epoch": 6, + "loss": 0.040853154643650955, + "val_fps": 4000.6415087138057, + "val_accuracy": 0.17455621301775148, + "val_precision": 1.0, + "val_recall": 0.17455621301775148, + "val_specificity": 0.0, + "val_f1": 0.2972292191435768, + "val_macro_f1": 0.1486146095717884 + }, + { + "epoch": 7, + "loss": 0.03916768582472931, + "val_fps": 3944.3787418638844, + "val_accuracy": 0.1235207100591716, + "val_precision": 1.0, + "val_recall": 0.1235207100591716, + "val_specificity": 0.0, + "val_f1": 0.21988150098749176, + "val_macro_f1": 0.10994075049374588 + }, + { + "epoch": 8, + "loss": 0.03843861959043513, + "val_fps": 3995.119071251516, + "val_accuracy": 0.30029585798816566, + "val_precision": 1.0, + "val_recall": 0.30029585798816566, + "val_specificity": 0.0, + "val_f1": 0.46188850967007966, + "val_macro_f1": 0.23094425483503983 + }, + { + "epoch": 9, + "loss": 0.03817941539528886, + "val_fps": 3860.950761525417, + "val_accuracy": 0.22189349112426035, + "val_precision": 1.0, + "val_recall": 0.22189349112426035, + "val_specificity": 0.0, + "val_f1": 0.36319612590799033, + "val_macro_f1": 0.18159806295399517 + }, + { + "epoch": 10, + "loss": 0.036619708183681286, + "val_fps": 3730.778256914987, + "val_accuracy": 0.23742603550295857, + "val_precision": 1.0, + "val_recall": 0.23742603550295857, + "val_specificity": 0.0, + "val_f1": 0.38374178123132097, + "val_macro_f1": 0.19187089061566048 + }, + { + "epoch": 11, + "loss": 0.03490109380800277, + "val_fps": 3763.4159961711175, + "val_accuracy": 0.26849112426035504, + "val_precision": 1.0, + "val_recall": 0.26849112426035504, + "val_specificity": 0.0, + "val_f1": 0.42332361516034983, + "val_macro_f1": 0.21166180758017492 + }, + { + "epoch": 12, + "loss": 0.03486704441742335, + "val_fps": 4040.197599197457, + "val_accuracy": 0.21967455621301776, + "val_precision": 1.0, + "val_recall": 0.21967455621301776, + "val_specificity": 0.0, + "val_f1": 0.3602183141297756, + "val_macro_f1": 0.1801091570648878 + }, + { + "epoch": 13, + "loss": 0.034458630230525346, + "val_fps": 3756.101641213982, + "val_accuracy": 0.24334319526627218, + "val_precision": 1.0, + "val_recall": 0.24334319526627218, + "val_specificity": 0.0, + "val_f1": 0.3914336704342653, + "val_macro_f1": 0.19571683521713265 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/lstm/metrics_test_clean.json b/results/main/seed_13/MCFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..dacfb4bdb709da2aa7e2304a0017485d0136b645 --- /dev/null +++ b/results/main/seed_13/MCFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 4086.2893213295015, + "params": 114818, + "accuracy": 0.6412380122057542, + "precision": 0.5934545454545455, + "recall": 0.42879663688912245, + "specificity": 0.791806331471136, + "f1": 0.4978645515558267, + "macro_f1": 0.609393449056991 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/posec3d/best.pt b/results/main/seed_13/MCFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..b66d62d49fb428d3708e30b1d550912cb88b8b53 --- /dev/null +++ b/results/main/seed_13/MCFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873f99160471549d861e8507701ce71ddf228c5143c6838eab50e1ad474b6f08 +size 63921 diff --git a/results/main/seed_13/MCFD/posec3d/history.json b/results/main/seed_13/MCFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..c114c519dc712460f29012d479c27849dccfd7be --- /dev/null +++ b/results/main/seed_13/MCFD/posec3d/history.json @@ -0,0 +1,321 @@ +[ + { + "epoch": 1, + "loss": 0.058867309808353835, + "val_fps": 3447.324043100563, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 2, + "loss": 0.05275506850426333, + "val_fps": 1923.1168178493433, + "val_accuracy": 0.0022189349112426036, + "val_precision": 1.0, + "val_recall": 0.0022189349112426036, + "val_specificity": 0.0, + "val_f1": 0.004428044280442804, + "val_macro_f1": 0.002214022140221402 + }, + { + "epoch": 3, + "loss": 0.051392965351785475, + "val_fps": 3517.7223062003545, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 4, + "loss": 0.0509484288329848, + "val_fps": 3590.3614172364087, + "val_accuracy": 0.03106508875739645, + "val_precision": 1.0, + "val_recall": 0.03106508875739645, + "val_specificity": 0.0, + "val_f1": 0.06025824964131994, + "val_macro_f1": 0.03012912482065997 + }, + { + "epoch": 5, + "loss": 0.04981005696662336, + "val_fps": 3438.8639638864493, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 6, + "loss": 0.04969552306965276, + "val_fps": 3571.8761757354314, + "val_accuracy": 0.004437869822485207, + "val_precision": 1.0, + "val_recall": 0.004437869822485207, + "val_specificity": 0.0, + "val_f1": 0.008836524300441826, + "val_macro_f1": 0.004418262150220913 + }, + { + "epoch": 7, + "loss": 0.04871629520107202, + "val_fps": 3623.342476353137, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 8, + "loss": 0.0490256060781311, + "val_fps": 3412.2866634936945, + "val_accuracy": 0.0613905325443787, + "val_precision": 1.0, + "val_recall": 0.0613905325443787, + "val_specificity": 0.0, + "val_f1": 0.1156794425087108, + "val_macro_f1": 0.0578397212543554 + }, + { + "epoch": 9, + "loss": 0.04831044339056162, + "val_fps": 3456.0727032713717, + "val_accuracy": 0.005177514792899409, + "val_precision": 1.0, + "val_recall": 0.005177514792899409, + "val_specificity": 0.0, + "val_f1": 0.010301692420897719, + "val_macro_f1": 0.0051508462104488595 + }, + { + "epoch": 10, + "loss": 0.04791643486146025, + "val_fps": 3457.855638335811, + "val_accuracy": 0.41420118343195267, + "val_precision": 1.0, + "val_recall": 0.41420118343195267, + "val_specificity": 0.0, + "val_f1": 0.5857740585774058, + "val_macro_f1": 0.2928870292887029 + }, + { + "epoch": 11, + "loss": 0.047817478548806115, + "val_fps": 3507.572354660739, + "val_accuracy": 0.004437869822485207, + "val_precision": 1.0, + "val_recall": 0.004437869822485207, + "val_specificity": 0.0, + "val_f1": 0.008836524300441826, + "val_macro_f1": 0.004418262150220913 + }, + { + "epoch": 12, + "loss": 0.04719306933664116, + "val_fps": 3504.5659903724913, + "val_accuracy": 0.382396449704142, + "val_precision": 1.0, + "val_recall": 0.382396449704142, + "val_specificity": 0.0, + "val_f1": 0.5532370251471375, + "val_macro_f1": 0.27661851257356873 + }, + { + "epoch": 13, + "loss": 0.0472335345200204, + "val_fps": 3443.8496152028433, + "val_accuracy": 0.03106508875739645, + "val_precision": 1.0, + "val_recall": 0.03106508875739645, + "val_specificity": 0.0, + "val_f1": 0.06025824964131994, + "val_macro_f1": 0.03012912482065997 + }, + { + "epoch": 14, + "loss": 0.04694012357983031, + "val_fps": 3262.1570595588382, + "val_accuracy": 0.13979289940828402, + "val_precision": 1.0, + "val_recall": 0.13979289940828402, + "val_specificity": 0.0, + "val_f1": 0.24529526281635303, + "val_macro_f1": 0.12264763140817651 + }, + { + "epoch": 15, + "loss": 0.04646673454914855, + "val_fps": 3509.3821540953827, + "val_accuracy": 0.025887573964497042, + "val_precision": 1.0, + "val_recall": 0.025887573964497042, + "val_specificity": 0.0, + "val_f1": 0.050468637346791634, + "val_macro_f1": 0.025234318673395817 + }, + { + "epoch": 16, + "loss": 0.04623973015931588, + "val_fps": 3412.1356075577223, + "val_accuracy": 0.1900887573964497, + "val_precision": 1.0, + "val_recall": 0.1900887573964497, + "val_specificity": 0.0, + "val_f1": 0.3194530764449969, + "val_macro_f1": 0.15972653822249844 + }, + { + "epoch": 17, + "loss": 0.045804902177327605, + "val_fps": 3333.313799357867, + "val_accuracy": 0.17751479289940827, + "val_precision": 1.0, + "val_recall": 0.17751479289940827, + "val_specificity": 0.0, + "val_f1": 0.3015075376884422, + "val_macro_f1": 0.1507537688442211 + }, + { + "epoch": 18, + "loss": 0.04630878755728467, + "val_fps": 3381.3545250400107, + "val_accuracy": 0.4223372781065089, + "val_precision": 1.0, + "val_recall": 0.4223372781065089, + "val_specificity": 0.0, + "val_f1": 0.593863754550182, + "val_macro_f1": 0.296931877275091 + }, + { + "epoch": 19, + "loss": 0.04582931309101419, + "val_fps": 3163.31038518822, + "val_accuracy": 0.7795857988165681, + "val_precision": 1.0, + "val_recall": 0.7795857988165681, + "val_specificity": 0.0, + "val_f1": 0.8761429758935994, + "val_macro_f1": 0.4380714879467997 + }, + { + "epoch": 20, + "loss": 0.04583173114334858, + "val_fps": 3569.356016177414, + "val_accuracy": 0.5318047337278107, + "val_precision": 1.0, + "val_recall": 0.5318047337278107, + "val_specificity": 0.0, + "val_f1": 0.6943505552873008, + "val_macro_f1": 0.3471752776436504 + }, + { + "epoch": 21, + "loss": 0.045454419845762324, + "val_fps": 3566.26223478058, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 22, + "loss": 0.045672137036778124, + "val_fps": 3538.4450445351304, + "val_accuracy": 0.011094674556213017, + "val_precision": 1.0, + "val_recall": 0.011094674556213017, + "val_specificity": 0.0, + "val_f1": 0.021945866861741038, + "val_macro_f1": 0.010972933430870519 + }, + { + "epoch": 23, + "loss": 0.04528920515145682, + "val_fps": 3500.499112767389, + "val_accuracy": 0.1227810650887574, + "val_precision": 1.0, + "val_recall": 0.1227810650887574, + "val_specificity": 0.0, + "val_f1": 0.21870882740447958, + "val_macro_f1": 0.10935441370223979 + }, + { + "epoch": 24, + "loss": 0.04504948262938687, + "val_fps": 3614.6772157584046, + "val_accuracy": 0.20488165680473372, + "val_precision": 1.0, + "val_recall": 0.20488165680473372, + "val_specificity": 0.0, + "val_f1": 0.34008594229588707, + "val_macro_f1": 0.17004297114794353 + }, + { + "epoch": 25, + "loss": 0.04507451950383809, + "val_fps": 3517.563450451417, + "val_accuracy": 0.27514792899408286, + "val_precision": 1.0, + "val_recall": 0.27514792899408286, + "val_specificity": 0.0, + "val_f1": 0.43155452436194897, + "val_macro_f1": 0.21577726218097448 + }, + { + "epoch": 26, + "loss": 0.04490585650812504, + "val_fps": 3518.670411667116, + "val_accuracy": 0.4822485207100592, + "val_precision": 1.0, + "val_recall": 0.4822485207100592, + "val_specificity": 0.0, + "val_f1": 0.6506986027944112, + "val_macro_f1": 0.3253493013972056 + }, + { + "epoch": 27, + "loss": 0.04412314373280712, + "val_fps": 3556.181212445602, + "val_accuracy": 0.026627218934911243, + "val_precision": 1.0, + "val_recall": 0.026627218934911243, + "val_specificity": 0.0, + "val_f1": 0.05187319884726225, + "val_macro_f1": 0.025936599423631124 + }, + { + "epoch": 28, + "loss": 0.044518794095190835, + "val_fps": 3398.025198075672, + "val_accuracy": 0.3306213017751479, + "val_precision": 1.0, + "val_recall": 0.3306213017751479, + "val_specificity": 0.0, + "val_f1": 0.49694274596998333, + "val_macro_f1": 0.24847137298499167 + }, + { + "epoch": 29, + "loss": 0.04441668232608162, + "val_fps": 3404.004178836131, + "val_accuracy": 0.13683431952662722, + "val_precision": 1.0, + "val_recall": 0.13683431952662722, + "val_specificity": 0.0, + "val_f1": 0.24072869225764476, + "val_macro_f1": 0.12036434612882238 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/posec3d/metrics_test_clean.json b/results/main/seed_13/MCFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..e6dcd9906d8dc9d41e08bfb72f3a5fbe466a3148 --- /dev/null +++ b/results/main/seed_13/MCFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 3936.824484269061, + "params": 14466, + "accuracy": 0.6083260680034873, + "precision": 0.5169980756895446, + "recall": 0.8470835522858644, + "specificity": 0.43910614525139663, + "f1": 0.6421031666998606, + "macro_f1": 0.6048060959853093 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/stgcn/best.pt b/results/main/seed_13/MCFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..70c435ac2fdfe51daea55a974c8c78c6cf1b1420 --- /dev/null +++ b/results/main/seed_13/MCFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb4fd2f4864ecfb29a4b0591c5233cfafeb158e6d1fe7708d509d3015163aec +size 430405 diff --git a/results/main/seed_13/MCFD/stgcn/history.json b/results/main/seed_13/MCFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..155c3440aa9b454e0c66c3d713b98f6fe182c0ed --- /dev/null +++ b/results/main/seed_13/MCFD/stgcn/history.json @@ -0,0 +1,123 @@ +[ + { + "epoch": 1, + "loss": 0.05449004170979974, + "val_fps": 3897.28288860879, + "val_accuracy": 0.46597633136094674, + "val_precision": 1.0, + "val_recall": 0.46597633136094674, + "val_specificity": 0.0, + "val_f1": 0.6357214934409687, + "val_macro_f1": 0.31786074672048437 + }, + { + "epoch": 2, + "loss": 0.04987401133874738, + "val_fps": 4018.7147116424353, + "val_accuracy": 0.4319526627218935, + "val_precision": 1.0, + "val_recall": 0.4319526627218935, + "val_specificity": 0.0, + "val_f1": 0.6033057851239669, + "val_macro_f1": 0.30165289256198347 + }, + { + "epoch": 3, + "loss": 0.04734742139242118, + "val_fps": 4122.528256968513, + "val_accuracy": 0.3254437869822485, + "val_precision": 1.0, + "val_recall": 0.3254437869822485, + "val_specificity": 0.0, + "val_f1": 0.49107142857142855, + "val_macro_f1": 0.24553571428571427 + }, + { + "epoch": 4, + "loss": 0.046555774413119956, + "val_fps": 4037.2443670756907, + "val_accuracy": 0.1390532544378698, + "val_precision": 1.0, + "val_recall": 0.1390532544378698, + "val_specificity": 0.0, + "val_f1": 0.24415584415584415, + "val_macro_f1": 0.12207792207792208 + }, + { + "epoch": 5, + "loss": 0.045759738013266195, + "val_fps": 3814.0314286506677, + "val_accuracy": 0.11612426035502958, + "val_precision": 1.0, + "val_recall": 0.11612426035502958, + "val_specificity": 0.0, + "val_f1": 0.20808482438701126, + "val_macro_f1": 0.10404241219350563 + }, + { + "epoch": 6, + "loss": 0.04519000632653036, + "val_fps": 3917.087573006503, + "val_accuracy": 0.09837278106508876, + "val_precision": 1.0, + "val_recall": 0.09837278106508876, + "val_specificity": 0.0, + "val_f1": 0.17912457912457913, + "val_macro_f1": 0.08956228956228957 + }, + { + "epoch": 7, + "loss": 0.04507540582525957, + "val_fps": 3906.4849682092436, + "val_accuracy": 0.1937869822485207, + "val_precision": 1.0, + "val_recall": 0.1937869822485207, + "val_specificity": 0.0, + "val_f1": 0.3246592317224288, + "val_macro_f1": 0.1623296158612144 + }, + { + "epoch": 8, + "loss": 0.04395935133901201, + "val_fps": 3722.198916741639, + "val_accuracy": 0.3764792899408284, + "val_precision": 1.0, + "val_recall": 0.3764792899408284, + "val_specificity": 0.0, + "val_f1": 0.5470177324019344, + "val_macro_f1": 0.2735088662009672 + }, + { + "epoch": 9, + "loss": 0.04291122420425704, + "val_fps": 3872.8181239226774, + "val_accuracy": 0.08062130177514792, + "val_precision": 1.0, + "val_recall": 0.08062130177514792, + "val_specificity": 0.0, + "val_f1": 0.14921286789869953, + "val_macro_f1": 0.07460643394934977 + }, + { + "epoch": 10, + "loss": 0.042697705147210274, + "val_fps": 3868.6147601551042, + "val_accuracy": 0.12721893491124261, + "val_precision": 1.0, + "val_recall": 0.12721893491124261, + "val_specificity": 0.0, + "val_f1": 0.22572178477690288, + "val_macro_f1": 0.11286089238845144 + }, + { + "epoch": 11, + "loss": 0.04209155687042571, + "val_fps": 3942.109377221079, + "val_accuracy": 0.14275147928994084, + "val_precision": 1.0, + "val_recall": 0.14275147928994084, + "val_specificity": 0.0, + "val_f1": 0.24983818770226537, + "val_macro_f1": 0.12491909385113269 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/stgcn/metrics_test_clean.json b/results/main/seed_13/MCFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..c63d9e42fe9969f63eb23f8c25578460868cb43e --- /dev/null +++ b/results/main/seed_13/MCFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 4347.622669428495, + "params": 103394, + "accuracy": 0.6482127288578902, + "precision": 0.5904821540388228, + "recall": 0.4955333683657383, + "specificity": 0.7564245810055866, + "f1": 0.5388571428571428, + "macro_f1": 0.627250981576563 +} \ No newline at end of file diff --git a/results/main/seed_13/MCFD/tcnte/best.pt b/results/main/seed_13/MCFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..a1234ca9125f1f5015a9197bba61895f1808f6f7 --- /dev/null +++ b/results/main/seed_13/MCFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b25d68fdb28c1f314f2791890ac3345de4a69e636835567cb202e0f0e53c9b +size 851281 diff --git a/results/main/seed_13/MCFD/tcnte/history.json b/results/main/seed_13/MCFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a690cf8a2e69961edaf08806e5c44c7f1b309826 --- /dev/null +++ b/results/main/seed_13/MCFD/tcnte/history.json @@ -0,0 +1,310 @@ +[ + { + "epoch": 1, + "loss": 0.05602441222371557, + "val_fps": 3944.173443469958, + "val_accuracy": 0.051775147928994084, + "val_precision": 1.0, + "val_recall": 0.051775147928994084, + "val_specificity": 0.0, + "val_f1": 0.09845288326300984, + "val_macro_f1": 0.04922644163150492 + }, + { + "epoch": 2, + "loss": 0.049816653994501484, + "val_fps": 3786.053796778229, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 3, + "loss": 0.04650158276398301, + "val_fps": 3929.28093085802, + "val_accuracy": 0.2603550295857988, + "val_precision": 1.0, + "val_recall": 0.2603550295857988, + "val_specificity": 0.0, + "val_f1": 0.4131455399061033, + "val_macro_f1": 0.20657276995305165 + }, + { + "epoch": 4, + "loss": 0.044087244607390295, + "val_fps": 3925.479770522727, + "val_accuracy": 0.13313609467455623, + "val_precision": 1.0, + "val_recall": 0.13313609467455623, + "val_specificity": 0.0, + "val_f1": 0.2349869451697128, + "val_macro_f1": 0.1174934725848564 + }, + { + "epoch": 5, + "loss": 0.04339242617222421, + "val_fps": 3909.8486604620375, + "val_accuracy": 0.3306213017751479, + "val_precision": 1.0, + "val_recall": 0.3306213017751479, + "val_specificity": 0.0, + "val_f1": 0.49694274596998333, + "val_macro_f1": 0.24847137298499167 + }, + { + "epoch": 6, + "loss": 0.04094612381945635, + "val_fps": 3758.4607559285737, + "val_accuracy": 0.33875739644970415, + "val_precision": 1.0, + "val_recall": 0.33875739644970415, + "val_specificity": 0.0, + "val_f1": 0.5060773480662983, + "val_macro_f1": 0.25303867403314917 + }, + { + "epoch": 7, + "loss": 0.03942546352030874, + "val_fps": 4076.2985534782033, + "val_accuracy": 0.23076923076923078, + "val_precision": 1.0, + "val_recall": 0.23076923076923078, + "val_specificity": 0.0, + "val_f1": 0.375, + "val_macro_f1": 0.1875 + }, + { + "epoch": 8, + "loss": 0.039383876791719015, + "val_fps": 3886.347165617786, + "val_accuracy": 0.2744082840236686, + "val_precision": 1.0, + "val_recall": 0.2744082840236686, + "val_specificity": 0.0, + "val_f1": 0.4306442251886245, + "val_macro_f1": 0.21532211259431225 + }, + { + "epoch": 9, + "loss": 0.037029739290982765, + "val_fps": 3912.9596548256563, + "val_accuracy": 0.34171597633136097, + "val_precision": 1.0, + "val_recall": 0.34171597633136097, + "val_specificity": 0.0, + "val_f1": 0.5093715545755237, + "val_macro_f1": 0.25468577728776187 + }, + { + "epoch": 10, + "loss": 0.03764260724729186, + "val_fps": 3928.789779821741, + "val_accuracy": 0.27218934911242604, + "val_precision": 1.0, + "val_recall": 0.27218934911242604, + "val_specificity": 0.0, + "val_f1": 0.42790697674418604, + "val_macro_f1": 0.21395348837209302 + }, + { + "epoch": 11, + "loss": 0.03692261177289029, + "val_fps": 3945.553094521934, + "val_accuracy": 0.4193786982248521, + "val_precision": 1.0, + "val_recall": 0.4193786982248521, + "val_specificity": 0.0, + "val_f1": 0.5909327774882751, + "val_macro_f1": 0.29546638874413755 + }, + { + "epoch": 12, + "loss": 0.03391541237758673, + "val_fps": 3968.989264115474, + "val_accuracy": 0.35428994082840237, + "val_precision": 1.0, + "val_recall": 0.35428994082840237, + "val_specificity": 0.0, + "val_f1": 0.523211359912616, + "val_macro_f1": 0.261605679956308 + }, + { + "epoch": 13, + "loss": 0.033837860497304154, + "val_fps": 3836.1190721971584, + "val_accuracy": 0.33875739644970415, + "val_precision": 1.0, + "val_recall": 0.33875739644970415, + "val_specificity": 0.0, + "val_f1": 0.5060773480662983, + "val_macro_f1": 0.25303867403314917 + }, + { + "epoch": 14, + "loss": 0.034678762993787096, + "val_fps": 3686.778445952501, + "val_accuracy": 0.3217455621301775, + "val_precision": 1.0, + "val_recall": 0.3217455621301775, + "val_specificity": 0.0, + "val_f1": 0.4868494683827644, + "val_macro_f1": 0.2434247341913822 + }, + { + "epoch": 15, + "loss": 0.03332610267120166, + "val_fps": 3835.049820001514, + "val_accuracy": 0.41272189349112426, + "val_precision": 1.0, + "val_recall": 0.41272189349112426, + "val_specificity": 0.0, + "val_f1": 0.5842931937172775, + "val_macro_f1": 0.29214659685863875 + }, + { + "epoch": 16, + "loss": 0.03080855095479048, + "val_fps": 4003.6510777355547, + "val_accuracy": 0.41272189349112426, + "val_precision": 1.0, + "val_recall": 0.41272189349112426, + "val_specificity": 0.0, + "val_f1": 0.5842931937172775, + "val_macro_f1": 0.29214659685863875 + }, + { + "epoch": 17, + "loss": 0.0298081871451474, + "val_fps": 3948.795206252167, + "val_accuracy": 0.386094674556213, + "val_precision": 1.0, + "val_recall": 0.386094674556213, + "val_specificity": 0.0, + "val_f1": 0.5570971184631803, + "val_macro_f1": 0.27854855923159016 + }, + { + "epoch": 18, + "loss": 0.03216677446701546, + "val_fps": 3957.0892840581473, + "val_accuracy": 0.5495562130177515, + "val_precision": 1.0, + "val_recall": 0.5495562130177515, + "val_specificity": 0.0, + "val_f1": 0.7093078758949881, + "val_macro_f1": 0.35465393794749406 + }, + { + "epoch": 19, + "loss": 0.03098079605658739, + "val_fps": 3705.3939424527066, + "val_accuracy": 0.3609467455621302, + "val_precision": 1.0, + "val_recall": 0.3609467455621302, + "val_specificity": 0.0, + "val_f1": 0.5304347826086957, + "val_macro_f1": 0.26521739130434785 + }, + { + "epoch": 20, + "loss": 0.029724687371768435, + "val_fps": 3999.738524992014, + "val_accuracy": 0.4223372781065089, + "val_precision": 1.0, + "val_recall": 0.4223372781065089, + "val_specificity": 0.0, + "val_f1": 0.593863754550182, + "val_macro_f1": 0.296931877275091 + }, + { + "epoch": 21, + "loss": 0.02813771616481834, + "val_fps": 3945.525921193252, + "val_accuracy": 0.5229289940828402, + "val_precision": 1.0, + "val_recall": 0.5229289940828402, + "val_specificity": 0.0, + "val_f1": 0.6867411364740165, + "val_macro_f1": 0.34337056823700823 + }, + { + "epoch": 22, + "loss": 0.031732450013897746, + "val_fps": 3983.575107361159, + "val_accuracy": 0.3742603550295858, + "val_precision": 1.0, + "val_recall": 0.3742603550295858, + "val_specificity": 0.0, + "val_f1": 0.5446716899892358, + "val_macro_f1": 0.2723358449946179 + }, + { + "epoch": 23, + "loss": 0.027995306319893113, + "val_fps": 3916.8351076462654, + "val_accuracy": 0.40014792899408286, + "val_precision": 1.0, + "val_recall": 0.40014792899408286, + "val_specificity": 0.0, + "val_f1": 0.5715795034337031, + "val_macro_f1": 0.28578975171685156 + }, + { + "epoch": 24, + "loss": 0.028170465790855262, + "val_fps": 3848.0664109575155, + "val_accuracy": 0.4400887573964497, + "val_precision": 1.0, + "val_recall": 0.4400887573964497, + "val_specificity": 0.0, + "val_f1": 0.6111967128916281, + "val_macro_f1": 0.30559835644581407 + }, + { + "epoch": 25, + "loss": 0.026779747984366185, + "val_fps": 3925.7396469155774, + "val_accuracy": 0.41272189349112426, + "val_precision": 1.0, + "val_recall": 0.41272189349112426, + "val_specificity": 0.0, + "val_f1": 0.5842931937172775, + "val_macro_f1": 0.29214659685863875 + }, + { + "epoch": 26, + "loss": 0.026448521185430545, + "val_fps": 3864.0521860203717, + "val_accuracy": 0.4289940828402367, + "val_precision": 1.0, + "val_recall": 0.4289940828402367, + "val_specificity": 0.0, + "val_f1": 0.6004140786749482, + "val_macro_f1": 0.3002070393374741 + }, + { + "epoch": 27, + "loss": 0.02596499779647735, + "val_fps": 3753.8806413775947, + "val_accuracy": 0.5340236686390533, + "val_precision": 1.0, + "val_recall": 0.5340236686390533, + "val_specificity": 0.0, + "val_f1": 0.6962391513982642, + "val_macro_f1": 0.3481195756991321 + }, + { + "epoch": 28, + "loss": 0.029287272691431963, + "val_fps": 3915.3368173787894, + "val_accuracy": 0.4371301775147929, + "val_precision": 1.0, + "val_recall": 0.4371301775147929, + "val_specificity": 0.0, + "val_f1": 0.6083376222336593, + "val_macro_f1": 0.30416881111682964 + } +] \ No newline at end of file diff --git a/results/main/seed_13/MCFD/tcnte/metrics_test_clean.json b/results/main/seed_13/MCFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd0634828ba9ae621c70f45e55ecbb8b9c1f144 --- /dev/null +++ b/results/main/seed_13/MCFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 4289.14283821626, + "params": 210242, + "accuracy": 0.6181342632955537, + "precision": 0.5337204108977222, + "recall": 0.627955859169732, + "specificity": 0.6111731843575419, + "f1": 0.577015934331241, + "macro_f1": 0.6144912806340352 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/agcn/best.pt b/results/main/seed_13/URFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..33425ace39c48ae394863f796d68e2780589834e --- /dev/null +++ b/results/main/seed_13/URFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0be2d79009cc226a696476ff0765cfba4341cfa55afcc1ca9e31ea573c0080a +size 867809 diff --git a/results/main/seed_13/URFD/agcn/history.json b/results/main/seed_13/URFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..9421ba9ca7701b35050c67f0a3a735d3d7225adb --- /dev/null +++ b/results/main/seed_13/URFD/agcn/history.json @@ -0,0 +1,398 @@ +[ + { + "epoch": 1, + "loss": 0.08538955706974556, + "val_fps": 1059.673813300304, + "val_accuracy": 0.22826086956521738, + "val_precision": 0.16666666666666666, + "val_recall": 0.9333333333333333, + "val_specificity": 0.09090909090909091, + "val_f1": 0.2828282828282828, + "val_macro_f1": 0.223767082590612 + }, + { + "epoch": 2, + "loss": 0.06514192089952271, + "val_fps": 1174.8971760363918, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 3, + "loss": 0.06508431159730615, + "val_fps": 1166.1956748514745, + "val_accuracy": 0.6630434782608695, + "val_precision": 0.32608695652173914, + "val_recall": 1.0, + "val_specificity": 0.5974025974025974, + "val_f1": 0.4918032786885246, + "val_macro_f1": 0.6198853791816606 + }, + { + "epoch": 4, + "loss": 0.06436346625459605, + "val_fps": 1138.3794024279098, + "val_accuracy": 0.7608695652173914, + "val_precision": 0.40540540540540543, + "val_recall": 1.0, + "val_specificity": 0.7142857142857143, + "val_f1": 0.5769230769230769, + "val_macro_f1": 0.7051282051282051 + }, + { + "epoch": 5, + "loss": 0.0645010584387286, + "val_fps": 1172.5472439837815, + "val_accuracy": 0.8260869565217391, + "val_precision": 0.47619047619047616, + "val_recall": 0.6666666666666666, + "val_specificity": 0.8571428571428571, + "val_f1": 0.5555555555555556, + "val_macro_f1": 0.7237237237237237 + }, + { + "epoch": 6, + "loss": 0.06278876150990355, + "val_fps": 1159.0967920483324, + "val_accuracy": 0.34782608695652173, + "val_precision": 0.2, + "val_recall": 1.0, + "val_specificity": 0.22077922077922077, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.3475177304964539 + }, + { + "epoch": 7, + "loss": 0.061731973341826736, + "val_fps": 1149.6191495551213, + "val_accuracy": 0.7282608695652174, + "val_precision": 0.3333333333333333, + "val_recall": 0.6666666666666666, + "val_specificity": 0.7402597402597403, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.6322941646682654 + }, + { + "epoch": 8, + "loss": 0.06317011247678049, + "val_fps": 1161.4983249416982, + "val_accuracy": 0.8260869565217391, + "val_precision": 0.4827586206896552, + "val_recall": 0.9333333333333333, + "val_specificity": 0.8051948051948052, + "val_f1": 0.6363636363636364, + "val_macro_f1": 0.761038961038961 + }, + { + "epoch": 9, + "loss": 0.05830873176455498, + "val_fps": 1162.0533299077879, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 10, + "loss": 0.059956255657919524, + "val_fps": 1115.1357352175178, + "val_accuracy": 0.31521739130434784, + "val_precision": 0.19230769230769232, + "val_recall": 1.0, + "val_specificity": 0.18181818181818182, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.315136476426799 + }, + { + "epoch": 11, + "loss": 0.052332083919438825, + "val_fps": 1166.1556127962733, + "val_accuracy": 0.8804347826086957, + "val_precision": 0.625, + "val_recall": 0.6666666666666666, + "val_specificity": 0.922077922077922, + "val_f1": 0.6451612903225806, + "val_macro_f1": 0.7866329327429897 + }, + { + "epoch": 12, + "loss": 0.05361703808965354, + "val_fps": 1158.46888905969, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.45161290322580644, + "val_recall": 0.9333333333333333, + "val_specificity": 0.7792207792207793, + "val_f1": 0.6086956521739131, + "val_macro_f1": 0.7391304347826086 + }, + { + "epoch": 13, + "loss": 0.05324189602557955, + "val_fps": 1168.5946719958033, + "val_accuracy": 0.2826086956521739, + "val_precision": 0.18518518518518517, + "val_recall": 1.0, + "val_specificity": 0.14285714285714285, + "val_f1": 0.3125, + "val_macro_f1": 0.28125 + }, + { + "epoch": 14, + "loss": 0.05550418511546891, + "val_fps": 1118.4124575328926, + "val_accuracy": 0.5217391304347826, + "val_precision": 0.2542372881355932, + "val_recall": 1.0, + "val_specificity": 0.42857142857142855, + "val_f1": 0.40540540540540543, + "val_macro_f1": 0.5027027027027027 + }, + { + "epoch": 15, + "loss": 0.04738352910198014, + "val_fps": 1158.5122017941553, + "val_accuracy": 0.5217391304347826, + "val_precision": 0.2542372881355932, + "val_recall": 1.0, + "val_specificity": 0.42857142857142855, + "val_f1": 0.40540540540540543, + "val_macro_f1": 0.5027027027027027 + }, + { + "epoch": 16, + "loss": 0.05314664407793818, + "val_fps": 1174.4590397974928, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 17, + "loss": 0.04943368686684247, + "val_fps": 1158.2296948131504, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 18, + "loss": 0.049452622067825545, + "val_fps": 1141.2915196027857, + "val_accuracy": 0.4782608695652174, + "val_precision": 0.23809523809523808, + "val_recall": 1.0, + "val_specificity": 0.37662337662337664, + "val_f1": 0.38461538461538464, + "val_macro_f1": 0.4658925979680697 + }, + { + "epoch": 19, + "loss": 0.05644105426196394, + "val_fps": 1147.5537803893512, + "val_accuracy": 0.43478260869565216, + "val_precision": 0.22388059701492538, + "val_recall": 1.0, + "val_specificity": 0.3246753246753247, + "val_f1": 0.36585365853658536, + "val_macro_f1": 0.4280248684839789 + }, + { + "epoch": 20, + "loss": 0.05257396496318538, + "val_fps": 1147.2825880095613, + "val_accuracy": 0.9021739130434783, + "val_precision": 0.6875, + "val_recall": 0.7333333333333333, + "val_specificity": 0.935064935064935, + "val_f1": 0.7096774193548387, + "val_macro_f1": 0.825426944971537 + }, + { + "epoch": 21, + "loss": 0.0525549082406636, + "val_fps": 1179.6584588753374, + "val_accuracy": 0.43478260869565216, + "val_precision": 0.22388059701492538, + "val_recall": 1.0, + "val_specificity": 0.3246753246753247, + "val_f1": 0.36585365853658536, + "val_macro_f1": 0.4280248684839789 + }, + { + "epoch": 22, + "loss": 0.04469266713693224, + "val_fps": 1139.0419605567583, + "val_accuracy": 0.6304347826086957, + "val_precision": 0.30612244897959184, + "val_recall": 1.0, + "val_specificity": 0.5584415584415584, + "val_f1": 0.46875, + "val_macro_f1": 0.5927083333333334 + }, + { + "epoch": 23, + "loss": 0.0485094522350821, + "val_fps": 1165.6935287721692, + "val_accuracy": 0.717391304347826, + "val_precision": 0.36585365853658536, + "val_recall": 1.0, + "val_specificity": 0.6623376623376623, + "val_f1": 0.5357142857142857, + "val_macro_f1": 0.6662946428571428 + }, + { + "epoch": 24, + "loss": 0.046008017299504114, + "val_fps": 1166.264819347055, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 25, + "loss": 0.04190093600030603, + "val_fps": 1156.4592567468676, + "val_accuracy": 0.5108695652173914, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.4155844155844156, + "val_f1": 0.4, + "val_macro_f1": 0.4935779816513762 + }, + { + "epoch": 26, + "loss": 0.039536235854029655, + "val_fps": 1156.2201878553458, + "val_accuracy": 0.8913043478260869, + "val_precision": 0.6086956521739131, + "val_recall": 0.9333333333333333, + "val_specificity": 0.8831168831168831, + "val_f1": 0.7368421052631579, + "val_macro_f1": 0.8341744772891131 + }, + { + "epoch": 27, + "loss": 0.03964664761362405, + "val_fps": 1147.4939145884684, + "val_accuracy": 0.6739130434782609, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.6103896103896104, + "val_f1": 0.5, + "val_macro_f1": 0.6290322580645161 + }, + { + "epoch": 28, + "loss": 0.04136512942355255, + "val_fps": 1159.9816699307119, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 29, + "loss": 0.03647768057497411, + "val_fps": 1146.3423383173563, + "val_accuracy": 0.40217391304347827, + "val_precision": 0.21428571428571427, + "val_recall": 1.0, + "val_specificity": 0.2857142857142857, + "val_f1": 0.35294117647058826, + "val_macro_f1": 0.39869281045751637 + }, + { + "epoch": 30, + "loss": 0.050462025378284786, + "val_fps": 1152.3005126501944, + "val_accuracy": 0.7608695652173914, + "val_precision": 0.3870967741935484, + "val_recall": 0.8, + "val_specificity": 0.7532467532467533, + "val_f1": 0.5217391304347826, + "val_macro_f1": 0.681159420289855 + }, + { + "epoch": 31, + "loss": 0.037657459780316926, + "val_fps": 1132.2705112906517, + "val_accuracy": 0.8152173913043478, + "val_precision": 0.46875, + "val_recall": 1.0, + "val_specificity": 0.7792207792207793, + "val_f1": 0.6382978723404256, + "val_macro_f1": 0.7571051405497748 + }, + { + "epoch": 32, + "loss": 0.03901611268520355, + "val_fps": 1114.7245257918876, + "val_accuracy": 0.532608695652174, + "val_precision": 0.25862068965517243, + "val_recall": 1.0, + "val_specificity": 0.44155844155844154, + "val_f1": 0.410958904109589, + "val_macro_f1": 0.5117857583611007 + }, + { + "epoch": 33, + "loss": 0.03714267241543737, + "val_fps": 1142.8374137958701, + "val_accuracy": 0.8695652173913043, + "val_precision": 0.5789473684210527, + "val_recall": 0.7333333333333333, + "val_specificity": 0.8961038961038961, + "val_f1": 0.6470588235294118, + "val_macro_f1": 0.7835294117647059 + }, + { + "epoch": 34, + "loss": 0.03748992393756735, + "val_fps": 1150.9170684217456, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.45454545454545453, + "val_recall": 1.0, + "val_specificity": 0.7662337662337663, + "val_f1": 0.625, + "val_macro_f1": 0.7463235294117647 + }, + { + "epoch": 35, + "loss": 0.034713543309219955, + "val_fps": 1166.512496055455, + "val_accuracy": 0.42391304347826086, + "val_precision": 0.22058823529411764, + "val_recall": 1.0, + "val_specificity": 0.3116883116883117, + "val_f1": 0.3614457831325301, + "val_macro_f1": 0.4183466539425027 + }, + { + "epoch": 36, + "loss": 0.04285222291946411, + "val_fps": 1128.3528252109284, + "val_accuracy": 0.6304347826086957, + "val_precision": 0.30612244897959184, + "val_recall": 1.0, + "val_specificity": 0.5584415584415584, + "val_f1": 0.46875, + "val_macro_f1": 0.5927083333333334 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/agcn/metrics_test_clean.json b/results/main/seed_13/URFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..9fd955e331e996dd72ee19af30c71c8c2578d4ed --- /dev/null +++ b/results/main/seed_13/URFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 1065.2060735358532, + "params": 208520, + "accuracy": 0.8409090909090909, + "precision": 0.7083333333333334, + "recall": 0.7083333333333334, + "specificity": 0.890625, + "f1": 0.7083333333333334, + "macro_f1": 0.7994791666666667 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/ctrgcn/best.pt b/results/main/seed_13/URFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..1c83a34b3bc74acef65978302165d3b465edecb4 --- /dev/null +++ b/results/main/seed_13/URFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a445983dd7b40dc39b3f6e4b4254cc33fffd5f1e2d29bab1ef4dc24e35d4a1b9 +size 1535165 diff --git a/results/main/seed_13/URFD/ctrgcn/history.json b/results/main/seed_13/URFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..31d3321f97375ee9f4a1b2104e65857f8ec480c4 --- /dev/null +++ b/results/main/seed_13/URFD/ctrgcn/history.json @@ -0,0 +1,200 @@ +[ + { + "epoch": 1, + "loss": 0.08953086851999678, + "val_fps": 1077.4883916798349, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 2, + "loss": 0.07052917791337802, + "val_fps": 1128.7193640996798, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 3, + "loss": 0.06935011415645995, + "val_fps": 1126.1955443997294, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 4, + "loss": 0.0725490825314974, + "val_fps": 1140.2324202085745, + "val_accuracy": 0.29347826086956524, + "val_precision": 0.1875, + "val_recall": 1.0, + "val_specificity": 0.15584415584415584, + "val_f1": 0.3157894736842105, + "val_macro_f1": 0.29272619751626255 + }, + { + "epoch": 5, + "loss": 0.07177757086424992, + "val_fps": 1129.8484137343903, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 6, + "loss": 0.06616772916810267, + "val_fps": 1126.3258394192942, + "val_accuracy": 0.20652173913043478, + "val_precision": 0.17045454545454544, + "val_recall": 1.0, + "val_specificity": 0.05194805194805195, + "val_f1": 0.2912621359223301, + "val_macro_f1": 0.19501378401054775 + }, + { + "epoch": 7, + "loss": 0.06864026933908463, + "val_fps": 1118.4984672202668, + "val_accuracy": 0.6304347826086957, + "val_precision": 0.27906976744186046, + "val_recall": 0.8, + "val_specificity": 0.5974025974025974, + "val_f1": 0.41379310344827586, + "val_macro_f1": 0.571975916803503 + }, + { + "epoch": 8, + "loss": 0.07577005259949586, + "val_fps": 1131.588181334306, + "val_accuracy": 0.9239130434782609, + "val_precision": 0.9, + "val_recall": 0.6, + "val_specificity": 0.987012987012987, + "val_f1": 0.72, + "val_macro_f1": 0.8379874213836478 + }, + { + "epoch": 9, + "loss": 0.06338830690445571, + "val_fps": 1126.3960265722706, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 10, + "loss": 0.06584261511934214, + "val_fps": 1124.7209374354256, + "val_accuracy": 0.5760869565217391, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.4935064935064935, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.5478260869565217 + }, + { + "epoch": 11, + "loss": 0.06103264919385828, + "val_fps": 1137.4710636488448, + "val_accuracy": 0.7934782608695652, + "val_precision": 0.4230769230769231, + "val_recall": 0.7333333333333333, + "val_specificity": 0.8051948051948052, + "val_f1": 0.5365853658536586, + "val_macro_f1": 0.7018591164932628 + }, + { + "epoch": 12, + "loss": 0.05762342235137676, + "val_fps": 1139.2510634148057, + "val_accuracy": 0.7608695652173914, + "val_precision": 0.37037037037037035, + "val_recall": 0.6666666666666666, + "val_specificity": 0.7792207792207793, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.6606304493628437 + }, + { + "epoch": 13, + "loss": 0.06067583787030187, + "val_fps": 1126.8119476899763, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 14, + "loss": 0.05361653684542097, + "val_fps": 1116.6920960895854, + "val_accuracy": 0.40217391304347827, + "val_precision": 0.21428571428571427, + "val_recall": 1.0, + "val_specificity": 0.2857142857142857, + "val_f1": 0.35294117647058826, + "val_macro_f1": 0.39869281045751637 + }, + { + "epoch": 15, + "loss": 0.05499324754908167, + "val_fps": 1106.6726613675405, + "val_accuracy": 0.8695652173913043, + "val_precision": 0.5882352941176471, + "val_recall": 0.6666666666666666, + "val_specificity": 0.9090909090909091, + "val_f1": 0.625, + "val_macro_f1": 0.7730263157894737 + }, + { + "epoch": 16, + "loss": 0.057501875185247124, + "val_fps": 1126.8787631888654, + "val_accuracy": 0.6195652173913043, + "val_precision": 0.3, + "val_recall": 1.0, + "val_specificity": 0.5454545454545454, + "val_f1": 0.46153846153846156, + "val_macro_f1": 0.583710407239819 + }, + { + "epoch": 17, + "loss": 0.05259397086398355, + "val_fps": 1133.4180848527171, + "val_accuracy": 0.6956521739130435, + "val_precision": 0.34146341463414637, + "val_recall": 0.9333333333333333, + "val_specificity": 0.6493506493506493, + "val_f1": 0.5, + "val_macro_f1": 0.640625 + }, + { + "epoch": 18, + "loss": 0.05411842304827838, + "val_fps": 1156.321085015642, + "val_accuracy": 0.5652173913043478, + "val_precision": 0.2549019607843137, + "val_recall": 0.8666666666666667, + "val_specificity": 0.5064935064935064, + "val_f1": 0.3939393939393939, + "val_macro_f1": 0.5274781715459682 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/ctrgcn/metrics_test_clean.json b/results/main/seed_13/URFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..f02a311a89fa4f51ab082a6e17650c0eb14105a8 --- /dev/null +++ b/results/main/seed_13/URFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 1046.3624079709834, + "params": 374984, + "accuracy": 0.8409090909090909, + "precision": 0.9166666666666666, + "recall": 0.4583333333333333, + "specificity": 0.984375, + "f1": 0.6111111111111112, + "macro_f1": 0.7555555555555555 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/dynafall/best.pt b/results/main/seed_13/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..4c9ff0908bb92eacfa20cb4fd7bfc978e21e694e --- /dev/null +++ b/results/main/seed_13/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3da31c0771507238c8dce001a61278d3912e44a29f850ee452ab211a1eac083 +size 1265049 diff --git a/results/main/seed_13/URFD/dynafall/history.json b/results/main/seed_13/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..2494f51ff1801603ec57b4ea72cee7d5f4a78619 --- /dev/null +++ b/results/main/seed_13/URFD/dynafall/history.json @@ -0,0 +1,299 @@ +[ + { + "epoch": 1, + "loss": 0.0959728781519265, + "val_fps": 992.209260490065, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 2, + "loss": 0.07053823756246731, + "val_fps": 1104.8753498849846, + "val_accuracy": 0.2717391304347826, + "val_precision": 0.18292682926829268, + "val_recall": 1.0, + "val_specificity": 0.12987012987012986, + "val_f1": 0.30927835051546393, + "val_macro_f1": 0.2695817039933641 + }, + { + "epoch": 3, + "loss": 0.06903749415329818, + "val_fps": 1080.8960162564672, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 4, + "loss": 0.06556649852929444, + "val_fps": 1088.3670640045575, + "val_accuracy": 0.31521739130434784, + "val_precision": 0.19230769230769232, + "val_recall": 1.0, + "val_specificity": 0.18181818181818182, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.315136476426799 + }, + { + "epoch": 5, + "loss": 0.05995324973402352, + "val_fps": 1115.0959071960417, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 6, + "loss": 0.05803085060725952, + "val_fps": 1081.1096449865422, + "val_accuracy": 0.8695652173913043, + "val_precision": 0.7142857142857143, + "val_recall": 0.3333333333333333, + "val_specificity": 0.974025974025974, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.6902356902356902 + }, + { + "epoch": 7, + "loss": 0.06075996931256919, + "val_fps": 1089.774515601275, + "val_accuracy": 0.5543478260869565, + "val_precision": 0.25925925925925924, + "val_recall": 0.9333333333333333, + "val_specificity": 0.4805194805194805, + "val_f1": 0.4057971014492754, + "val_macro_f1": 0.5246376811594202 + }, + { + "epoch": 8, + "loss": 0.05788113234628891, + "val_fps": 1121.171446527949, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.3409090909090909, + "val_recall": 1.0, + "val_specificity": 0.6233766233766234, + "val_f1": 0.5084745762711864, + "val_macro_f1": 0.6382372881355932 + }, + { + "epoch": 9, + "loss": 0.052489843733351804, + "val_fps": 1122.5157686116088, + "val_accuracy": 0.4782608695652174, + "val_precision": 0.23809523809523808, + "val_recall": 1.0, + "val_specificity": 0.37662337662337664, + "val_f1": 0.38461538461538464, + "val_macro_f1": 0.4658925979680697 + }, + { + "epoch": 10, + "loss": 0.04390058525163552, + "val_fps": 1125.1309959611037, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 11, + "loss": 0.04506907891482115, + "val_fps": 1137.7269180763813, + "val_accuracy": 0.4891304347826087, + "val_precision": 0.24193548387096775, + "val_recall": 1.0, + "val_specificity": 0.38961038961038963, + "val_f1": 0.38961038961038963, + "val_macro_f1": 0.4751790265808957 + }, + { + "epoch": 12, + "loss": 0.048323226000728275, + "val_fps": 1109.395167973096, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 13, + "loss": 0.04060815685781939, + "val_fps": 1115.9790345951503, + "val_accuracy": 0.44565217391304346, + "val_precision": 0.22727272727272727, + "val_recall": 1.0, + "val_specificity": 0.33766233766233766, + "val_f1": 0.37037037037037035, + "val_macro_f1": 0.4376123696512046 + }, + { + "epoch": 14, + "loss": 0.04642367735505104, + "val_fps": 1115.0072232836546, + "val_accuracy": 0.34782608695652173, + "val_precision": 0.2, + "val_recall": 1.0, + "val_specificity": 0.22077922077922077, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.3475177304964539 + }, + { + "epoch": 15, + "loss": 0.05547712550594889, + "val_fps": 1158.290971286172, + "val_accuracy": 0.782608695652174, + "val_precision": 0.3333333333333333, + "val_recall": 0.3333333333333333, + "val_specificity": 0.8701298701298701, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.6017316017316017 + }, + { + "epoch": 16, + "loss": 0.04498753157155267, + "val_fps": 1084.119284824158, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 17, + "loss": 0.037612152061071887, + "val_fps": 1073.5635074352488, + "val_accuracy": 0.7391304347826086, + "val_precision": 0.38461538461538464, + "val_recall": 1.0, + "val_specificity": 0.6883116883116883, + "val_f1": 0.5555555555555556, + "val_macro_f1": 0.6854700854700855 + }, + { + "epoch": 18, + "loss": 0.04334329014065964, + "val_fps": 1120.4983697098146, + "val_accuracy": 0.7282608695652174, + "val_precision": 0.375, + "val_recall": 1.0, + "val_specificity": 0.6753246753246753, + "val_f1": 0.5454545454545454, + "val_macro_f1": 0.6758280479210712 + }, + { + "epoch": 19, + "loss": 0.04006409831345081, + "val_fps": 1124.4224911753192, + "val_accuracy": 0.5652173913043478, + "val_precision": 0.2641509433962264, + "val_recall": 0.9333333333333333, + "val_specificity": 0.4935064935064935, + "val_f1": 0.4117647058823529, + "val_macro_f1": 0.5334685598377282 + }, + { + "epoch": 20, + "loss": 0.04394223585981747, + "val_fps": 1113.2843280289273, + "val_accuracy": 0.5652173913043478, + "val_precision": 0.2727272727272727, + "val_recall": 1.0, + "val_specificity": 0.4805194805194805, + "val_f1": 0.42857142857142855, + "val_macro_f1": 0.5388471177944862 + }, + { + "epoch": 21, + "loss": 0.03953299562221971, + "val_fps": 1129.6466620845406, + "val_accuracy": 0.532608695652174, + "val_precision": 0.25862068965517243, + "val_recall": 1.0, + "val_specificity": 0.44155844155844154, + "val_f1": 0.410958904109589, + "val_macro_f1": 0.5117857583611007 + }, + { + "epoch": 22, + "loss": 0.0376626791047125, + "val_fps": 1121.335278850005, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 23, + "loss": 0.0445795233586225, + "val_fps": 1076.422771915932, + "val_accuracy": 0.8043478260869565, + "val_precision": 0.4, + "val_recall": 0.4, + "val_specificity": 0.8831168831168831, + "val_f1": 0.4, + "val_macro_f1": 0.6415584415584416 + }, + { + "epoch": 24, + "loss": 0.0368112723889022, + "val_fps": 1060.2678024704057, + "val_accuracy": 0.5434782608695652, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.45454545454545453, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 25, + "loss": 0.0344808169094653, + "val_fps": 1104.4601377975591, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.29411764705882354, + "val_recall": 1.0, + "val_specificity": 0.5324675324675324, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.5747303543913713 + }, + { + "epoch": 26, + "loss": 0.03369214363267709, + "val_fps": 1116.509779653532, + "val_accuracy": 0.6413043478260869, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.5714285714285714, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.6017316017316017 + }, + { + "epoch": 27, + "loss": 0.03637797623102007, + "val_fps": 1101.8573920989136, + "val_accuracy": 0.2717391304347826, + "val_precision": 0.18292682926829268, + "val_recall": 1.0, + "val_specificity": 0.12987012987012986, + "val_f1": 0.30927835051546393, + "val_macro_f1": 0.2695817039933641 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/dynafall/metrics_test_clean.json b/results/main/seed_13/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..fab0932aa549353da0fa7776989ed24abd7f2426 --- /dev/null +++ b/results/main/seed_13/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 1008.3386421573664, + "params": 307017, + "accuracy": 0.7386363636363636, + "precision": 0.5116279069767442, + "recall": 0.9166666666666666, + "specificity": 0.671875, + "f1": 0.6567164179104478, + "macro_f1": 0.7228536217992606 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/lstm/best.pt b/results/main/seed_13/URFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..42acfe5d7c4ae63a53e9a1a0b8b7418adc4b90da --- /dev/null +++ b/results/main/seed_13/URFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697c6b8bdb4d907c873e8404268cb3324d72d5ec4559345ebe0714dd7ec76011 +size 462662 diff --git a/results/main/seed_13/URFD/lstm/history.json b/results/main/seed_13/URFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..4aa49e7cb6778523e7c33eed77e8852dbee003d1 --- /dev/null +++ b/results/main/seed_13/URFD/lstm/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.08902509446287978, + "val_fps": 1245.6722418884033, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 2, + "loss": 0.07091060717558038, + "val_fps": 1172.450689702619, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 3, + "loss": 0.07100546655469928, + "val_fps": 1298.0822206296132, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 4, + "loss": 0.06705386718285494, + "val_fps": 1279.3498681049336, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 5, + "loss": 0.06620260263825285, + "val_fps": 1296.592471130204, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 6, + "loss": 0.0616396963596344, + "val_fps": 1316.7905423580091, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.2558139534883721, + "val_recall": 0.7333333333333333, + "val_specificity": 0.5844155844155844, + "val_f1": 0.3793103448275862, + "val_macro_f1": 0.5467980295566502 + }, + { + "epoch": 7, + "loss": 0.06593545288618269, + "val_fps": 1287.856876781776, + "val_accuracy": 0.7065217391304348, + "val_precision": 0.3235294117647059, + "val_recall": 0.7333333333333333, + "val_specificity": 0.7012987012987013, + "val_f1": 0.4489795918367347, + "val_macro_f1": 0.6244897959183674 + }, + { + "epoch": 8, + "loss": 0.06001150633754401, + "val_fps": 1301.8579435163706, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 9, + "loss": 0.058951033279299736, + "val_fps": 1307.8451541383079, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.3055555555555556, + "val_recall": 0.7333333333333333, + "val_specificity": 0.6753246753246753, + "val_f1": 0.43137254901960786, + "val_macro_f1": 0.6066637181188265 + }, + { + "epoch": 10, + "loss": 0.057683812261655414, + "val_fps": 1297.0855120491672, + "val_accuracy": 0.42391304347826086, + "val_precision": 0.22058823529411764, + "val_recall": 1.0, + "val_specificity": 0.3116883116883117, + "val_f1": 0.3614457831325301, + "val_macro_f1": 0.4183466539425027 + }, + { + "epoch": 11, + "loss": 0.056875723349893915, + "val_fps": 1238.2567659806252, + "val_accuracy": 0.2717391304347826, + "val_precision": 0.18292682926829268, + "val_recall": 1.0, + "val_specificity": 0.12987012987012986, + "val_f1": 0.30927835051546393, + "val_macro_f1": 0.2695817039933641 + }, + { + "epoch": 12, + "loss": 0.05570328158551249, + "val_fps": 1270.6892685785615, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.2857142857142857, + "val_recall": 0.9333333333333333, + "val_specificity": 0.5454545454545454, + "val_f1": 0.4375, + "val_macro_f1": 0.56875 + }, + { + "epoch": 13, + "loss": 0.05248564635885173, + "val_fps": 1280.545080255081, + "val_accuracy": 0.5978260869565217, + "val_precision": 0.28, + "val_recall": 0.9333333333333333, + "val_specificity": 0.5324675324675324, + "val_f1": 0.4307692307692308, + "val_macro_f1": 0.5599224305106658 + }, + { + "epoch": 14, + "loss": 0.0483129827048758, + "val_fps": 1274.0183704053127, + "val_accuracy": 0.7282608695652174, + "val_precision": 0.3333333333333333, + "val_recall": 0.6666666666666666, + "val_specificity": 0.7402597402597403, + "val_f1": 0.4444444444444444, + "val_macro_f1": 0.6322941646682654 + }, + { + "epoch": 15, + "loss": 0.059194472666572906, + "val_fps": 1259.9219247789572, + "val_accuracy": 0.3695652173913043, + "val_precision": 0.2054794520547945, + "val_recall": 1.0, + "val_specificity": 0.24675324675324675, + "val_f1": 0.3409090909090909, + "val_macro_f1": 0.3683712121212121 + }, + { + "epoch": 16, + "loss": 0.05037412805290058, + "val_fps": 1259.8717259840967, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 17, + "loss": 0.05461184596963998, + "val_fps": 1291.9934965743175, + "val_accuracy": 0.41304347826086957, + "val_precision": 0.21739130434782608, + "val_recall": 1.0, + "val_specificity": 0.2987012987012987, + "val_f1": 0.35714285714285715, + "val_macro_f1": 0.4085714285714286 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/lstm/metrics_test_clean.json b/results/main/seed_13/URFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..e1e0b815cdfd6d85a236c400d427d76ce965f3c4 --- /dev/null +++ b/results/main/seed_13/URFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 1228.9968479353054, + "params": 114818, + "accuracy": 0.7840909090909091, + "precision": 0.5675675675675675, + "recall": 0.875, + "specificity": 0.75, + "f1": 0.6885245901639344, + "macro_f1": 0.7616535994297933 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/posec3d/best.pt b/results/main/seed_13/URFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..a87243a1f9c3a0d65d85926b5234b486ba73e93c --- /dev/null +++ b/results/main/seed_13/URFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c2bbbab8dc23ea5e94bcdab08f11e3f977914393d1156b9e31c29b1cb93d5c +size 63921 diff --git a/results/main/seed_13/URFD/posec3d/history.json b/results/main/seed_13/URFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..d1eb9018ea56eb061e6af1070009aafdee0d7557 --- /dev/null +++ b/results/main/seed_13/URFD/posec3d/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.08649404745163589, + "val_fps": 1036.3232442962787, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.23076923076923078, + "val_recall": 0.6, + "val_specificity": 0.6103896103896104, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.5282051282051282 + }, + { + "epoch": 2, + "loss": 0.08486771506482158, + "val_fps": 1082.071587557724, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 3, + "loss": 0.08422226510171232, + "val_fps": 1086.9318961479582, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 4, + "loss": 0.08208140499632934, + "val_fps": 1062.8567956305833, + "val_accuracy": 0.18478260869565216, + "val_precision": 0.16666666666666666, + "val_recall": 1.0, + "val_specificity": 0.025974025974025976, + "val_f1": 0.2857142857142857, + "val_macro_f1": 0.16817359855334538 + }, + { + "epoch": 5, + "loss": 0.08137100318382526, + "val_fps": 1026.3325984603678, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 6, + "loss": 0.08288084407304895, + "val_fps": 1069.5375995755642, + "val_accuracy": 0.16304347826086957, + "val_precision": 0.16304347826086957, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.2803738317757009, + "val_macro_f1": 0.14018691588785046 + }, + { + "epoch": 7, + "loss": 0.08202385337188325, + "val_fps": 1066.8489362154799, + "val_accuracy": 0.18478260869565216, + "val_precision": 0.16666666666666666, + "val_recall": 1.0, + "val_specificity": 0.025974025974025976, + "val_f1": 0.2857142857142857, + "val_macro_f1": 0.16817359855334538 + }, + { + "epoch": 8, + "loss": 0.08066941515125077, + "val_fps": 1097.9843517837717, + "val_accuracy": 0.18478260869565216, + "val_precision": 0.16666666666666666, + "val_recall": 1.0, + "val_specificity": 0.025974025974025976, + "val_f1": 0.2857142857142857, + "val_macro_f1": 0.16817359855334538 + }, + { + "epoch": 9, + "loss": 0.0788771812001179, + "val_fps": 1106.404558190765, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 10, + "loss": 0.07872502993920753, + "val_fps": 1036.1400971513162, + "val_accuracy": 0.17391304347826086, + "val_precision": 0.16483516483516483, + "val_recall": 1.0, + "val_specificity": 0.012987012987012988, + "val_f1": 0.2830188679245283, + "val_macro_f1": 0.15432994678277698 + }, + { + "epoch": 11, + "loss": 0.07811473849518545, + "val_fps": 1050.4263104249085, + "val_accuracy": 0.782608695652174, + "val_precision": 0.391304347826087, + "val_recall": 0.6, + "val_specificity": 0.8181818181818182, + "val_f1": 0.47368421052631576, + "val_macro_f1": 0.6683489545782264 + }, + { + "epoch": 12, + "loss": 0.07637698049175329, + "val_fps": 1035.1144252396025, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 13, + "loss": 0.07636446017643501, + "val_fps": 1039.3050717705664, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 14, + "loss": 0.07530462125252033, + "val_fps": 1077.2548927166567, + "val_accuracy": 0.31521739130434784, + "val_precision": 0.19230769230769232, + "val_recall": 1.0, + "val_specificity": 0.18181818181818182, + "val_f1": 0.3225806451612903, + "val_macro_f1": 0.315136476426799 + }, + { + "epoch": 15, + "loss": 0.07729384213172157, + "val_fps": 1084.6672289828189, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 16, + "loss": 0.0750835049768974, + "val_fps": 1095.7627121505552, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 17, + "loss": 0.07317448625790662, + "val_fps": 1086.1142114000388, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 18, + "loss": 0.07279463549112451, + "val_fps": 1053.968009402723, + "val_accuracy": 0.7608695652173914, + "val_precision": 0.36, + "val_recall": 0.6, + "val_specificity": 0.7922077922077922, + "val_f1": 0.45, + "val_macro_f1": 0.6486111111111111 + }, + { + "epoch": 19, + "loss": 0.07232969190026152, + "val_fps": 1089.4226779881908, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 20, + "loss": 0.07490982436414423, + "val_fps": 1076.6219163527771, + "val_accuracy": 0.20652173913043478, + "val_precision": 0.17045454545454544, + "val_recall": 1.0, + "val_specificity": 0.05194805194805195, + "val_f1": 0.2912621359223301, + "val_macro_f1": 0.19501378401054775 + }, + { + "epoch": 21, + "loss": 0.07408475130796432, + "val_fps": 1082.844758462011, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/posec3d/metrics_test_clean.json b/results/main/seed_13/URFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..8438a5efa813004203ef66df277f7adc7f4bd933 --- /dev/null +++ b/results/main/seed_13/URFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 1001.3829078416234, + "params": 14466, + "accuracy": 0.6363636363636364, + "precision": 0.38235294117647056, + "recall": 0.5416666666666666, + "specificity": 0.671875, + "f1": 0.4482758620689655, + "macro_f1": 0.5885447106954997 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/stgcn/best.pt b/results/main/seed_13/URFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e01bad5750e388fd99716bad94328c1877d929e1 --- /dev/null +++ b/results/main/seed_13/URFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4a04569366e1cac363604adcef6f9601957afc4592d76c8539e35406acff15 +size 430405 diff --git a/results/main/seed_13/URFD/stgcn/history.json b/results/main/seed_13/URFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..12ff94e4ad497e7a31fbee5a816a000cdfd838c3 --- /dev/null +++ b/results/main/seed_13/URFD/stgcn/history.json @@ -0,0 +1,332 @@ +[ + { + "epoch": 1, + "loss": 0.08645810199708774, + "val_fps": 1062.471701619493, + "val_accuracy": 0.40217391304347827, + "val_precision": 0.21428571428571427, + "val_recall": 1.0, + "val_specificity": 0.2857142857142857, + "val_f1": 0.35294117647058826, + "val_macro_f1": 0.39869281045751637 + }, + { + "epoch": 2, + "loss": 0.07383303639703784, + "val_fps": 1230.6810544761377, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 3, + "loss": 0.06774447781258616, + "val_fps": 1109.9355432258158, + "val_accuracy": 0.20652173913043478, + "val_precision": 0.17045454545454544, + "val_recall": 1.0, + "val_specificity": 0.05194805194805195, + "val_f1": 0.2912621359223301, + "val_macro_f1": 0.19501378401054775 + }, + { + "epoch": 4, + "loss": 0.07243918743112991, + "val_fps": 1225.3589802335694, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 5, + "loss": 0.06633149781103792, + "val_fps": 1222.9014235035013, + "val_accuracy": 0.34782608695652173, + "val_precision": 0.2, + "val_recall": 1.0, + "val_specificity": 0.22077922077922077, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.3475177304964539 + }, + { + "epoch": 6, + "loss": 0.06936387049740758, + "val_fps": 1222.2703953178095, + "val_accuracy": 0.6847826086956522, + "val_precision": 0.29411764705882354, + "val_recall": 0.6666666666666666, + "val_specificity": 0.6883116883116883, + "val_f1": 0.40816326530612246, + "val_macro_f1": 0.5966742252456538 + }, + { + "epoch": 7, + "loss": 0.06750215294546094, + "val_fps": 1229.5642317993609, + "val_accuracy": 0.5108695652173914, + "val_precision": 0.21153846153846154, + "val_recall": 0.7333333333333333, + "val_specificity": 0.4675324675324675, + "val_f1": 0.3283582089552239, + "val_macro_f1": 0.4718714121699197 + }, + { + "epoch": 8, + "loss": 0.06590942396172161, + "val_fps": 1169.7837668468026, + "val_accuracy": 0.4891304347826087, + "val_precision": 0.24193548387096775, + "val_recall": 1.0, + "val_specificity": 0.38961038961038963, + "val_f1": 0.38961038961038963, + "val_macro_f1": 0.4751790265808957 + }, + { + "epoch": 9, + "loss": 0.06263389117245016, + "val_fps": 1205.6731305119827, + "val_accuracy": 0.34782608695652173, + "val_precision": 0.2, + "val_recall": 1.0, + "val_specificity": 0.22077922077922077, + "val_f1": 0.3333333333333333, + "val_macro_f1": 0.3475177304964539 + }, + { + "epoch": 10, + "loss": 0.060157811012247514, + "val_fps": 1146.184762468818, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 11, + "loss": 0.05904405332844833, + "val_fps": 1194.9511048316444, + "val_accuracy": 0.6195652173913043, + "val_precision": 0.2826086956521739, + "val_recall": 0.8666666666666667, + "val_specificity": 0.5714285714285714, + "val_f1": 0.4262295081967213, + "val_macro_f1": 0.570838331334133 + }, + { + "epoch": 12, + "loss": 0.05685816204239582, + "val_fps": 1152.9445262384909, + "val_accuracy": 0.7608695652173914, + "val_precision": 0.3870967741935484, + "val_recall": 0.8, + "val_specificity": 0.7532467532467533, + "val_f1": 0.5217391304347826, + "val_macro_f1": 0.681159420289855 + }, + { + "epoch": 13, + "loss": 0.055792115500261044, + "val_fps": 1178.649903115159, + "val_accuracy": 0.30434782608695654, + "val_precision": 0.189873417721519, + "val_recall": 1.0, + "val_specificity": 0.16883116883116883, + "val_f1": 0.3191489361702128, + "val_macro_f1": 0.3040189125295508 + }, + { + "epoch": 14, + "loss": 0.061686250027911414, + "val_fps": 1194.9613389291442, + "val_accuracy": 0.29347826086956524, + "val_precision": 0.1875, + "val_recall": 1.0, + "val_specificity": 0.15584415584415584, + "val_f1": 0.3157894736842105, + "val_macro_f1": 0.29272619751626255 + }, + { + "epoch": 15, + "loss": 0.05603463652318921, + "val_fps": 1214.6010184233821, + "val_accuracy": 0.8152173913043478, + "val_precision": 0.46153846153846156, + "val_recall": 0.8, + "val_specificity": 0.8181818181818182, + "val_f1": 0.5853658536585366, + "val_macro_f1": 0.7332423673887088 + }, + { + "epoch": 16, + "loss": 0.05372625692137357, + "val_fps": 1204.6602102842876, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 17, + "loss": 0.05549598433848085, + "val_fps": 1179.814988504763, + "val_accuracy": 0.7934782608695652, + "val_precision": 0.3888888888888889, + "val_recall": 0.4666666666666667, + "val_specificity": 0.8571428571428571, + "val_f1": 0.42424242424242425, + "val_macro_f1": 0.649207304836444 + }, + { + "epoch": 18, + "loss": 0.05400203887758584, + "val_fps": 1210.2642190160107, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 19, + "loss": 0.0506973034734356, + "val_fps": 1211.273340768811, + "val_accuracy": 0.5434782608695652, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.45454545454545453, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.5208333333333334 + }, + { + "epoch": 20, + "loss": 0.05336941855734792, + "val_fps": 1159.9275010495319, + "val_accuracy": 0.8260869565217391, + "val_precision": 0.48148148148148145, + "val_recall": 0.8666666666666667, + "val_specificity": 0.8181818181818182, + "val_f1": 0.6190476190476191, + "val_macro_f1": 0.7531857813547955 + }, + { + "epoch": 21, + "loss": 0.05755615195837514, + "val_fps": 1242.0007402901294, + "val_accuracy": 0.5652173913043478, + "val_precision": 0.2727272727272727, + "val_recall": 1.0, + "val_specificity": 0.4805194805194805, + "val_f1": 0.42857142857142855, + "val_macro_f1": 0.5388471177944862 + }, + { + "epoch": 22, + "loss": 0.04628374408288249, + "val_fps": 1144.4425489288974, + "val_accuracy": 0.2717391304347826, + "val_precision": 0.18292682926829268, + "val_recall": 1.0, + "val_specificity": 0.12987012987012986, + "val_f1": 0.30927835051546393, + "val_macro_f1": 0.2695817039933641 + }, + { + "epoch": 23, + "loss": 0.05103050666893351, + "val_fps": 1201.3659593984469, + "val_accuracy": 0.29347826086956524, + "val_precision": 0.1875, + "val_recall": 1.0, + "val_specificity": 0.15584415584415584, + "val_f1": 0.3157894736842105, + "val_macro_f1": 0.29272619751626255 + }, + { + "epoch": 24, + "loss": 0.04988879164488151, + "val_fps": 1219.5979883548093, + "val_accuracy": 0.20652173913043478, + "val_precision": 0.17045454545454544, + "val_recall": 1.0, + "val_specificity": 0.05194805194805195, + "val_f1": 0.2912621359223301, + "val_macro_f1": 0.19501378401054775 + }, + { + "epoch": 25, + "loss": 0.05568034574389458, + "val_fps": 1192.409655230021, + "val_accuracy": 0.358695652173913, + "val_precision": 0.20270270270270271, + "val_recall": 1.0, + "val_specificity": 0.23376623376623376, + "val_f1": 0.33707865168539325, + "val_macro_f1": 0.35801301005322295 + }, + { + "epoch": 26, + "loss": 0.051880457213726534, + "val_fps": 1186.2265424031516, + "val_accuracy": 0.8260869565217391, + "val_precision": 0.4782608695652174, + "val_recall": 0.7333333333333333, + "val_specificity": 0.8441558441558441, + "val_f1": 0.5789473684210527, + "val_macro_f1": 0.7346791636625811 + }, + { + "epoch": 27, + "loss": 0.04848861565877651, + "val_fps": 1194.5586843015835, + "val_accuracy": 0.5217391304347826, + "val_precision": 0.2542372881355932, + "val_recall": 1.0, + "val_specificity": 0.42857142857142855, + "val_f1": 0.40540540540540543, + "val_macro_f1": 0.5027027027027027 + }, + { + "epoch": 28, + "loss": 0.04676042137474849, + "val_fps": 1201.053538215648, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 29, + "loss": 0.0480239565387882, + "val_fps": 1228.4116563966227, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 30, + "loss": 0.045834277595939305, + "val_fps": 1156.657509013678, + "val_accuracy": 0.3695652173913043, + "val_precision": 0.2054794520547945, + "val_recall": 1.0, + "val_specificity": 0.24675324675324675, + "val_f1": 0.3409090909090909, + "val_macro_f1": 0.3683712121212121 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/stgcn/metrics_test_clean.json b/results/main/seed_13/URFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..98e2850c6764dbd6a500f874700af5fa04c96fe4 --- /dev/null +++ b/results/main/seed_13/URFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 1092.9179512405904, + "params": 103394, + "accuracy": 0.7954545454545454, + "precision": 0.59375, + "recall": 0.7916666666666666, + "specificity": 0.796875, + "f1": 0.6785714285714286, + "macro_f1": 0.7642857142857142 +} \ No newline at end of file diff --git a/results/main/seed_13/URFD/tcnte/best.pt b/results/main/seed_13/URFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..c3abca726504077341201de6fadec594e8fe259d --- /dev/null +++ b/results/main/seed_13/URFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcd39205a489a0a7ecc94b4a7cf72277e301849de0fcbc7f8552c80f2846be5 +size 851281 diff --git a/results/main/seed_13/URFD/tcnte/history.json b/results/main/seed_13/URFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..1e8de578c70ff681bfbfbbb249db6136e5d8da5e --- /dev/null +++ b/results/main/seed_13/URFD/tcnte/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.09367481053903184, + "val_fps": 1040.580842544346, + "val_accuracy": 0.21739130434782608, + "val_precision": 0.1724137931034483, + "val_recall": 1.0, + "val_specificity": 0.06493506493506493, + "val_f1": 0.29411764705882354, + "val_macro_f1": 0.20803443328550933 + }, + { + "epoch": 2, + "loss": 0.07334607993734293, + "val_fps": 1174.3480839399517, + "val_accuracy": 0.7391304347826086, + "val_precision": 0.3548387096774194, + "val_recall": 0.7333333333333333, + "val_specificity": 0.7402597402597403, + "val_f1": 0.4782608695652174, + "val_macro_f1": 0.6521739130434783 + }, + { + "epoch": 3, + "loss": 0.07454512358225625, + "val_fps": 1201.9974909290083, + "val_accuracy": 0.6086956521739131, + "val_precision": 0.29411764705882354, + "val_recall": 1.0, + "val_specificity": 0.5324675324675324, + "val_f1": 0.45454545454545453, + "val_macro_f1": 0.5747303543913713 + }, + { + "epoch": 4, + "loss": 0.06175833555131123, + "val_fps": 1195.7037638767933, + "val_accuracy": 0.1956521739130435, + "val_precision": 0.16853932584269662, + "val_recall": 1.0, + "val_specificity": 0.03896103896103896, + "val_f1": 0.28846153846153844, + "val_macro_f1": 0.18173076923076922 + }, + { + "epoch": 5, + "loss": 0.06351753581186821, + "val_fps": 1181.2529444315537, + "val_accuracy": 0.5108695652173914, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.4155844155844156, + "val_f1": 0.4, + "val_macro_f1": 0.4935779816513762 + }, + { + "epoch": 6, + "loss": 0.059295168467636765, + "val_fps": 1179.9162688203812, + "val_accuracy": 0.25, + "val_precision": 0.17857142857142858, + "val_recall": 1.0, + "val_specificity": 0.1038961038961039, + "val_f1": 0.30303030303030304, + "val_macro_f1": 0.24563279857397505 + }, + { + "epoch": 7, + "loss": 0.05861722029231746, + "val_fps": 1189.6966130463907, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 8, + "loss": 0.06510920989616163, + "val_fps": 1131.4301126441544, + "val_accuracy": 0.2608695652173913, + "val_precision": 0.18072289156626506, + "val_recall": 1.0, + "val_specificity": 0.11688311688311688, + "val_f1": 0.30612244897959184, + "val_macro_f1": 0.2577123872804936 + }, + { + "epoch": 9, + "loss": 0.055642910365914476, + "val_fps": 1227.7099725408957, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 10, + "loss": 0.047784118880999496, + "val_fps": 1204.9674704243705, + "val_accuracy": 0.4673913043478261, + "val_precision": 0.234375, + "val_recall": 1.0, + "val_specificity": 0.36363636363636365, + "val_f1": 0.379746835443038, + "val_macro_f1": 0.45654008438818566 + }, + { + "epoch": 11, + "loss": 0.04330116028672662, + "val_fps": 1166.877785226538, + "val_accuracy": 0.8586956521739131, + "val_precision": 0.5454545454545454, + "val_recall": 0.8, + "val_specificity": 0.8701298701298701, + "val_f1": 0.6486486486486487, + "val_macro_f1": 0.7801066372494945 + }, + { + "epoch": 12, + "loss": 0.06183867705664758, + "val_fps": 1185.1124865246938, + "val_accuracy": 0.391304347826087, + "val_precision": 0.2112676056338028, + "val_recall": 1.0, + "val_specificity": 0.2727272727272727, + "val_f1": 0.3488372093023256, + "val_macro_f1": 0.38870431893687707 + }, + { + "epoch": 13, + "loss": 0.04790552808292981, + "val_fps": 1197.0175914274057, + "val_accuracy": 0.6630434782608695, + "val_precision": 0.32608695652173914, + "val_recall": 1.0, + "val_specificity": 0.5974025974025974, + "val_f1": 0.4918032786885246, + "val_macro_f1": 0.6198853791816606 + }, + { + "epoch": 14, + "loss": 0.04096233864025823, + "val_fps": 1192.6086483443994, + "val_accuracy": 0.7065217391304348, + "val_precision": 0.35714285714285715, + "val_recall": 1.0, + "val_specificity": 0.6493506493506493, + "val_f1": 0.5263157894736842, + "val_macro_f1": 0.6568586821384169 + }, + { + "epoch": 15, + "loss": 0.05621041874561844, + "val_fps": 1170.4893599651223, + "val_accuracy": 0.32608695652173914, + "val_precision": 0.19480519480519481, + "val_recall": 1.0, + "val_specificity": 0.19480519480519481, + "val_f1": 0.32608695652173914, + "val_macro_f1": 0.32608695652173914 + }, + { + "epoch": 16, + "loss": 0.04951422905613636, + "val_fps": 1174.4822332959527, + "val_accuracy": 0.33695652173913043, + "val_precision": 0.19736842105263158, + "val_recall": 1.0, + "val_specificity": 0.2077922077922078, + "val_f1": 0.32967032967032966, + "val_macro_f1": 0.33687817558785305 + }, + { + "epoch": 17, + "loss": 0.0431424986314157, + "val_fps": 1205.8199784524181, + "val_accuracy": 0.6413043478260869, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.5714285714285714, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.6017316017316017 + }, + { + "epoch": 18, + "loss": 0.04105171480954721, + "val_fps": 1229.1062821651358, + "val_accuracy": 0.5978260869565217, + "val_precision": 0.28846153846153844, + "val_recall": 1.0, + "val_specificity": 0.5194805194805194, + "val_f1": 0.44776119402985076, + "val_macro_f1": 0.5657609388952672 + }, + { + "epoch": 19, + "loss": 0.03513278102437998, + "val_fps": 1150.27238389639, + "val_accuracy": 0.75, + "val_precision": 0.39473684210526316, + "val_recall": 1.0, + "val_specificity": 0.7012987012987013, + "val_f1": 0.5660377358490566, + "val_macro_f1": 0.6952326083825435 + }, + { + "epoch": 20, + "loss": 0.03137584405565827, + "val_fps": 1192.3900949258862, + "val_accuracy": 0.6521739130434783, + "val_precision": 0.3191489361702128, + "val_recall": 1.0, + "val_specificity": 0.5844155844155844, + "val_f1": 0.4838709677419355, + "val_macro_f1": 0.6107879428873613 + }, + { + "epoch": 21, + "loss": 0.03867928044677808, + "val_fps": 1180.421732376633, + "val_accuracy": 0.5652173913043478, + "val_precision": 0.2727272727272727, + "val_recall": 1.0, + "val_specificity": 0.4805194805194805, + "val_f1": 0.42857142857142855, + "val_macro_f1": 0.5388471177944862 + } +] \ No newline at end of file diff --git a/results/main/seed_13/URFD/tcnte/metrics_test_clean.json b/results/main/seed_13/URFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..540412a2896a0f056a47dda1f43b4d1fb409054f --- /dev/null +++ b/results/main/seed_13/URFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 1074.019238287344, + "params": 210242, + "accuracy": 0.8863636363636364, + "precision": 0.7916666666666666, + "recall": 0.7916666666666666, + "specificity": 0.921875, + "f1": 0.7916666666666666, + "macro_f1": 0.8567708333333333 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/agcn/best.pt b/results/main/seed_21/MCFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..73bd370283a8a0c0413ed70b963e5c894d493c4a --- /dev/null +++ b/results/main/seed_21/MCFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c324e0ca3527b89cdc53c949c550a1aafb9f6426ca035e5b51a6d4835bc6ab +size 867809 diff --git a/results/main/seed_21/MCFD/agcn/history.json b/results/main/seed_21/MCFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..ac71b0d5a94acd11279fccca07677308a2319dac --- /dev/null +++ b/results/main/seed_21/MCFD/agcn/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.061943421203776355, + "val_fps": 3856.2679473294106, + "val_accuracy": 0.0740983606557377, + "val_precision": 1.0, + "val_recall": 0.0740983606557377, + "val_specificity": 0.0, + "val_f1": 0.13797313797313798, + "val_macro_f1": 0.06898656898656899 + }, + { + "epoch": 2, + "loss": 0.05497994268506613, + "val_fps": 4015.8682351561774, + "val_accuracy": 0.19934426229508198, + "val_precision": 1.0, + "val_recall": 0.19934426229508198, + "val_specificity": 0.0, + "val_f1": 0.3324220885729907, + "val_macro_f1": 0.16621104428649536 + }, + { + "epoch": 3, + "loss": 0.05299610101333875, + "val_fps": 3878.870523192211, + "val_accuracy": 0.07278688524590164, + "val_precision": 1.0, + "val_recall": 0.07278688524590164, + "val_specificity": 0.0, + "val_f1": 0.1356968215158924, + "val_macro_f1": 0.0678484107579462 + }, + { + "epoch": 4, + "loss": 0.05111066481571334, + "val_fps": 3945.6457369354716, + "val_accuracy": 0.05245901639344262, + "val_precision": 1.0, + "val_recall": 0.05245901639344262, + "val_specificity": 0.0, + "val_f1": 0.09968847352024922, + "val_macro_f1": 0.04984423676012461 + }, + { + "epoch": 5, + "loss": 0.05037714368338479, + "val_fps": 3965.6859627122567, + "val_accuracy": 0.41704918032786886, + "val_precision": 1.0, + "val_recall": 0.41704918032786886, + "val_specificity": 0.0, + "val_f1": 0.5886163813049514, + "val_macro_f1": 0.2943081906524757 + }, + { + "epoch": 6, + "loss": 0.047958095036002804, + "val_fps": 3945.0927820127413, + "val_accuracy": 0.4885245901639344, + "val_precision": 1.0, + "val_recall": 0.4885245901639344, + "val_specificity": 0.0, + "val_f1": 0.6563876651982379, + "val_macro_f1": 0.32819383259911894 + }, + { + "epoch": 7, + "loss": 0.04728690897522326, + "val_fps": 3931.5271974598663, + "val_accuracy": 0.5691803278688524, + "val_precision": 1.0, + "val_recall": 0.5691803278688524, + "val_specificity": 0.0, + "val_f1": 0.7254492269118261, + "val_macro_f1": 0.36272461345591306 + }, + { + "epoch": 8, + "loss": 0.046334775539156325, + "val_fps": 3500.230919017357, + "val_accuracy": 0.13901639344262295, + "val_precision": 1.0, + "val_recall": 0.13901639344262295, + "val_specificity": 0.0, + "val_f1": 0.24409902130109384, + "val_macro_f1": 0.12204951065054692 + }, + { + "epoch": 9, + "loss": 0.045490284788293776, + "val_fps": 3930.7497183113537, + "val_accuracy": 0.30360655737704917, + "val_precision": 1.0, + "val_recall": 0.30360655737704917, + "val_specificity": 0.0, + "val_f1": 0.46579476861167, + "val_macro_f1": 0.232897384305835 + }, + { + "epoch": 10, + "loss": 0.04514754569281711, + "val_fps": 3826.0521634630327, + "val_accuracy": 0.26295081967213113, + "val_precision": 1.0, + "val_recall": 0.26295081967213113, + "val_specificity": 0.0, + "val_f1": 0.4164070612668744, + "val_macro_f1": 0.2082035306334372 + }, + { + "epoch": 11, + "loss": 0.044111833593520944, + "val_fps": 3790.9447412001905, + "val_accuracy": 0.3062295081967213, + "val_precision": 1.0, + "val_recall": 0.3062295081967213, + "val_specificity": 0.0, + "val_f1": 0.46887550200803213, + "val_macro_f1": 0.23443775100401607 + }, + { + "epoch": 12, + "loss": 0.04301162966839601, + "val_fps": 4032.4216479432043, + "val_accuracy": 0.2957377049180328, + "val_precision": 1.0, + "val_recall": 0.2957377049180328, + "val_specificity": 0.0, + "val_f1": 0.4564777327935223, + "val_macro_f1": 0.22823886639676114 + }, + { + "epoch": 13, + "loss": 0.04347437256201467, + "val_fps": 3851.599019146658, + "val_accuracy": 0.20852459016393443, + "val_precision": 1.0, + "val_recall": 0.20852459016393443, + "val_specificity": 0.0, + "val_f1": 0.3450895279435703, + "val_macro_f1": 0.17254476397178514 + }, + { + "epoch": 14, + "loss": 0.04292363451644651, + "val_fps": 3894.978309089469, + "val_accuracy": 0.24327868852459017, + "val_precision": 1.0, + "val_recall": 0.24327868852459017, + "val_specificity": 0.0, + "val_f1": 0.39135021097046413, + "val_macro_f1": 0.19567510548523206 + }, + { + "epoch": 15, + "loss": 0.04347733101685368, + "val_fps": 3944.60958671187, + "val_accuracy": 0.34491803278688526, + "val_precision": 1.0, + "val_recall": 0.34491803278688526, + "val_specificity": 0.0, + "val_f1": 0.5129205265724037, + "val_macro_f1": 0.25646026328620186 + }, + { + "epoch": 16, + "loss": 0.041918148699151496, + "val_fps": 3791.5824053643987, + "val_accuracy": 0.23344262295081966, + "val_precision": 1.0, + "val_recall": 0.23344262295081966, + "val_specificity": 0.0, + "val_f1": 0.37852206273258904, + "val_macro_f1": 0.18926103136629452 + }, + { + "epoch": 17, + "loss": 0.0414706548799648, + "val_fps": 3904.9125791452416, + "val_accuracy": 0.3114754098360656, + "val_precision": 1.0, + "val_recall": 0.3114754098360656, + "val_specificity": 0.0, + "val_f1": 0.475, + "val_macro_f1": 0.2375 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/agcn/metrics_test_clean.json b/results/main/seed_21/MCFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..24d6bf72e8f757eb270cc554afdf8b1b916ea864 --- /dev/null +++ b/results/main/seed_21/MCFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 4331.569400579713, + "params": 208520, + "accuracy": 0.6753170731707318, + "precision": 0.674303683737646, + "recall": 0.6151639344262295, + "specificity": 0.7299813780260708, + "f1": 0.6433776253750536, + "macro_f1": 0.6726916780170398 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/ctrgcn/best.pt b/results/main/seed_21/MCFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0024f42bcdc42622fdd6183f6234925caa5def82 --- /dev/null +++ b/results/main/seed_21/MCFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a2d6b2a28cb1ee92f9264fdf95d0db73f6bbf72a82f7f676a9fe25ec85c0af +size 1535165 diff --git a/results/main/seed_21/MCFD/ctrgcn/history.json b/results/main/seed_21/MCFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..2d381b0b6d9246cad2b041acc294a5f452033ed7 --- /dev/null +++ b/results/main/seed_21/MCFD/ctrgcn/history.json @@ -0,0 +1,211 @@ +[ + { + "epoch": 1, + "loss": 0.06272525828668064, + "val_fps": 3779.1533294861642, + "val_accuracy": 0.10032786885245902, + "val_precision": 1.0, + "val_recall": 0.10032786885245902, + "val_specificity": 0.0, + "val_f1": 0.18235995232419547, + "val_macro_f1": 0.09117997616209773 + }, + { + "epoch": 2, + "loss": 0.05778904744381088, + "val_fps": 3936.0451842263874, + "val_accuracy": 0.39672131147540984, + "val_precision": 1.0, + "val_recall": 0.39672131147540984, + "val_specificity": 0.0, + "val_f1": 0.568075117370892, + "val_macro_f1": 0.284037558685446 + }, + { + "epoch": 3, + "loss": 0.05579369870257236, + "val_fps": 3833.9479429531057, + "val_accuracy": 0.06754098360655737, + "val_precision": 1.0, + "val_recall": 0.06754098360655737, + "val_specificity": 0.0, + "val_f1": 0.12653562653562653, + "val_macro_f1": 0.06326781326781326 + }, + { + "epoch": 4, + "loss": 0.05344996788242302, + "val_fps": 3697.3247338361466, + "val_accuracy": 0.17311475409836066, + "val_precision": 1.0, + "val_recall": 0.17311475409836066, + "val_specificity": 0.0, + "val_f1": 0.2951369480156512, + "val_macro_f1": 0.1475684740078256 + }, + { + "epoch": 5, + "loss": 0.05303498810344396, + "val_fps": 3872.422956632267, + "val_accuracy": 0.08918032786885247, + "val_precision": 1.0, + "val_recall": 0.08918032786885247, + "val_specificity": 0.0, + "val_f1": 0.16375677302829622, + "val_macro_f1": 0.08187838651414811 + }, + { + "epoch": 6, + "loss": 0.050521046088237376, + "val_fps": 3733.7644838643414, + "val_accuracy": 0.4459016393442623, + "val_precision": 1.0, + "val_recall": 0.4459016393442623, + "val_specificity": 0.0, + "val_f1": 0.6167800453514739, + "val_macro_f1": 0.30839002267573695 + }, + { + "epoch": 7, + "loss": 0.04925396047481788, + "val_fps": 3699.2433913392892, + "val_accuracy": 0.5908196721311475, + "val_precision": 1.0, + "val_recall": 0.5908196721311475, + "val_specificity": 0.0, + "val_f1": 0.7427864798021434, + "val_macro_f1": 0.3713932399010717 + }, + { + "epoch": 8, + "loss": 0.04820613681419643, + "val_fps": 3694.5892296791267, + "val_accuracy": 0.15934426229508197, + "val_precision": 1.0, + "val_recall": 0.15934426229508197, + "val_specificity": 0.0, + "val_f1": 0.2748868778280543, + "val_macro_f1": 0.13744343891402716 + }, + { + "epoch": 9, + "loss": 0.047612722893285185, + "val_fps": 3756.4987019946793, + "val_accuracy": 0.800655737704918, + "val_precision": 1.0, + "val_recall": 0.800655737704918, + "val_specificity": 0.0, + "val_f1": 0.8892935178441369, + "val_macro_f1": 0.44464675892206845 + }, + { + "epoch": 10, + "loss": 0.04643671572513028, + "val_fps": 3849.6155654802615, + "val_accuracy": 0.2740983606557377, + "val_precision": 1.0, + "val_recall": 0.2740983606557377, + "val_specificity": 0.0, + "val_f1": 0.43026248069994855, + "val_macro_f1": 0.21513124034997427 + }, + { + "epoch": 11, + "loss": 0.045933474978555815, + "val_fps": 3927.1729763127682, + "val_accuracy": 0.48131147540983604, + "val_precision": 1.0, + "val_recall": 0.48131147540983604, + "val_specificity": 0.0, + "val_f1": 0.6498450641876937, + "val_macro_f1": 0.32492253209384686 + }, + { + "epoch": 12, + "loss": 0.044796070563123014, + "val_fps": 3970.9237913715465, + "val_accuracy": 0.18754098360655738, + "val_precision": 1.0, + "val_recall": 0.18754098360655738, + "val_specificity": 0.0, + "val_f1": 0.315847598012148, + "val_macro_f1": 0.157923799006074 + }, + { + "epoch": 13, + "loss": 0.04460761420193939, + "val_fps": 3862.6552342921113, + "val_accuracy": 0.1560655737704918, + "val_precision": 1.0, + "val_recall": 0.1560655737704918, + "val_specificity": 0.0, + "val_f1": 0.26999432785025523, + "val_macro_f1": 0.13499716392512762 + }, + { + "epoch": 14, + "loss": 0.04425267713839344, + "val_fps": 3694.487307068919, + "val_accuracy": 0.19344262295081968, + "val_precision": 1.0, + "val_recall": 0.19344262295081968, + "val_specificity": 0.0, + "val_f1": 0.3241758241758242, + "val_macro_f1": 0.1620879120879121 + }, + { + "epoch": 15, + "loss": 0.04456861250362719, + "val_fps": 3607.7338942339024, + "val_accuracy": 0.2498360655737705, + "val_precision": 1.0, + "val_recall": 0.2498360655737705, + "val_specificity": 0.0, + "val_f1": 0.39979013641133265, + "val_macro_f1": 0.19989506820566633 + }, + { + "epoch": 16, + "loss": 0.04341557537391147, + "val_fps": 3708.3626893840333, + "val_accuracy": 0.3101639344262295, + "val_precision": 1.0, + "val_recall": 0.3101639344262295, + "val_specificity": 0.0, + "val_f1": 0.47347347347347346, + "val_macro_f1": 0.23673673673673673 + }, + { + "epoch": 17, + "loss": 0.042690996853301535, + "val_fps": 3743.0969599549253, + "val_accuracy": 0.3560655737704918, + "val_precision": 1.0, + "val_recall": 0.3560655737704918, + "val_specificity": 0.0, + "val_f1": 0.5251450676982592, + "val_macro_f1": 0.2625725338491296 + }, + { + "epoch": 18, + "loss": 0.04175220535722207, + "val_fps": 3770.318892530494, + "val_accuracy": 0.36065573770491804, + "val_precision": 1.0, + "val_recall": 0.36065573770491804, + "val_specificity": 0.0, + "val_f1": 0.5301204819277109, + "val_macro_f1": 0.26506024096385544 + }, + { + "epoch": 19, + "loss": 0.041096406355754074, + "val_fps": 3877.2154946968562, + "val_accuracy": 0.35147540983606557, + "val_precision": 1.0, + "val_recall": 0.35147540983606557, + "val_specificity": 0.0, + "val_f1": 0.5201358563803978, + "val_macro_f1": 0.2600679281901989 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/ctrgcn/metrics_test_clean.json b/results/main/seed_21/MCFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d15975e5c891502c50bde5fb2153349bd1a821b0 --- /dev/null +++ b/results/main/seed_21/MCFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 4254.581789535077, + "params": 374984, + "accuracy": 0.6216585365853659, + "precision": 0.5681632653061225, + "recall": 0.8557377049180328, + "specificity": 0.40893854748603353, + "f1": 0.6829108748977923, + "macro_f1": 0.6069935269289446 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/dynafall/best.pt b/results/main/seed_21/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..23aa129c784326f89a4f6b345138268c53a9b9f0 --- /dev/null +++ b/results/main/seed_21/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d6ef7f3be3861f79bf2b8814f6139270b40f136f4a60fdff3acf0cf33af63 +size 1265049 diff --git a/results/main/seed_21/MCFD/dynafall/history.json b/results/main/seed_21/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..58902d914db0b742e1e41541bf63f6543bc60313 --- /dev/null +++ b/results/main/seed_21/MCFD/dynafall/history.json @@ -0,0 +1,453 @@ +[ + { + "epoch": 1, + "loss": 0.05994123308022952, + "val_fps": 3820.560809557362, + "val_accuracy": 0.26295081967213113, + "val_precision": 1.0, + "val_recall": 0.26295081967213113, + "val_specificity": 0.0, + "val_f1": 0.4164070612668744, + "val_macro_f1": 0.2082035306334372 + }, + { + "epoch": 2, + "loss": 0.055116032467587034, + "val_fps": 3854.104405615506, + "val_accuracy": 0.30754098360655735, + "val_precision": 1.0, + "val_recall": 0.30754098360655735, + "val_specificity": 0.0, + "val_f1": 0.4704112337011033, + "val_macro_f1": 0.23520561685055166 + }, + { + "epoch": 3, + "loss": 0.05253510250752789, + "val_fps": 3869.8330228226396, + "val_accuracy": 0.3173770491803279, + "val_precision": 1.0, + "val_recall": 0.3173770491803279, + "val_specificity": 0.0, + "val_f1": 0.4818317570930811, + "val_macro_f1": 0.24091587854654056 + }, + { + "epoch": 4, + "loss": 0.04888053486850335, + "val_fps": 3705.4102035496926, + "val_accuracy": 0.3468852459016393, + "val_precision": 1.0, + "val_recall": 0.3468852459016393, + "val_specificity": 0.0, + "val_f1": 0.5150925024342746, + "val_macro_f1": 0.2575462512171373 + }, + { + "epoch": 5, + "loss": 0.047784070895264465, + "val_fps": 3918.0263303232364, + "val_accuracy": 0.3862295081967213, + "val_precision": 1.0, + "val_recall": 0.3862295081967213, + "val_specificity": 0.0, + "val_f1": 0.5572374645222328, + "val_macro_f1": 0.2786187322611164 + }, + { + "epoch": 6, + "loss": 0.04584363152890179, + "val_fps": 3830.822617134886, + "val_accuracy": 0.41770491803278686, + "val_precision": 1.0, + "val_recall": 0.41770491803278686, + "val_specificity": 0.0, + "val_f1": 0.5892691951896393, + "val_macro_f1": 0.29463459759481964 + }, + { + "epoch": 7, + "loss": 0.04538107498230022, + "val_fps": 3852.1566591963415, + "val_accuracy": 0.3829508196721311, + "val_precision": 1.0, + "val_recall": 0.3829508196721311, + "val_specificity": 0.0, + "val_f1": 0.5538169748696065, + "val_macro_f1": 0.27690848743480323 + }, + { + "epoch": 8, + "loss": 0.044606697678984834, + "val_fps": 3909.0686992584115, + "val_accuracy": 0.4695081967213115, + "val_precision": 1.0, + "val_recall": 0.4695081967213115, + "val_specificity": 0.0, + "val_f1": 0.6390004462293619, + "val_macro_f1": 0.31950022311468096 + }, + { + "epoch": 9, + "loss": 0.04414145957545284, + "val_fps": 3689.029581156877, + "val_accuracy": 0.38754098360655737, + "val_precision": 1.0, + "val_recall": 0.38754098360655737, + "val_specificity": 0.0, + "val_f1": 0.558601134215501, + "val_macro_f1": 0.2793005671077505 + }, + { + "epoch": 10, + "loss": 0.04434495816226205, + "val_fps": 3757.906120597064, + "val_accuracy": 0.4734426229508197, + "val_precision": 1.0, + "val_recall": 0.4734426229508197, + "val_specificity": 0.0, + "val_f1": 0.6426346239430352, + "val_macro_f1": 0.3213173119715176 + }, + { + "epoch": 11, + "loss": 0.04347353017995264, + "val_fps": 3987.9530490416223, + "val_accuracy": 0.5311475409836065, + "val_precision": 1.0, + "val_recall": 0.5311475409836065, + "val_specificity": 0.0, + "val_f1": 0.6937901498929336, + "val_macro_f1": 0.3468950749464668 + }, + { + "epoch": 12, + "loss": 0.043197823478959285, + "val_fps": 3608.065888765989, + "val_accuracy": 0.4701639344262295, + "val_precision": 1.0, + "val_recall": 0.4701639344262295, + "val_specificity": 0.0, + "val_f1": 0.639607493309545, + "val_macro_f1": 0.3198037466547725 + }, + { + "epoch": 13, + "loss": 0.04203774025457478, + "val_fps": 3874.2559256758987, + "val_accuracy": 0.4314754098360656, + "val_precision": 1.0, + "val_recall": 0.4314754098360656, + "val_specificity": 0.0, + "val_f1": 0.602840128263857, + "val_macro_f1": 0.3014200641319285 + }, + { + "epoch": 14, + "loss": 0.04243436182200198, + "val_fps": 3758.45864642541, + "val_accuracy": 0.4518032786885246, + "val_precision": 1.0, + "val_recall": 0.4518032786885246, + "val_specificity": 0.0, + "val_f1": 0.6224028906955736, + "val_macro_f1": 0.3112014453477868 + }, + { + "epoch": 15, + "loss": 0.041206265011170855, + "val_fps": 3853.830131369668, + "val_accuracy": 0.43540983606557376, + "val_precision": 1.0, + "val_recall": 0.43540983606557376, + "val_specificity": 0.0, + "val_f1": 0.6066697121973504, + "val_macro_f1": 0.3033348560986752 + }, + { + "epoch": 16, + "loss": 0.04153739032057928, + "val_fps": 3528.5754591818513, + "val_accuracy": 0.4544262295081967, + "val_precision": 1.0, + "val_recall": 0.4544262295081967, + "val_specificity": 0.0, + "val_f1": 0.6248872858431019, + "val_macro_f1": 0.31244364292155097 + }, + { + "epoch": 17, + "loss": 0.04024180143697146, + "val_fps": 3698.1167783220603, + "val_accuracy": 0.43540983606557376, + "val_precision": 1.0, + "val_recall": 0.43540983606557376, + "val_specificity": 0.0, + "val_f1": 0.6066697121973504, + "val_macro_f1": 0.3033348560986752 + }, + { + "epoch": 18, + "loss": 0.04158334736751942, + "val_fps": 3735.541753633351, + "val_accuracy": 0.5009836065573771, + "val_precision": 1.0, + "val_recall": 0.5009836065573771, + "val_specificity": 0.0, + "val_f1": 0.6675404106596767, + "val_macro_f1": 0.33377020532983837 + }, + { + "epoch": 19, + "loss": 0.03959726278187812, + "val_fps": 3818.214863045452, + "val_accuracy": 0.6196721311475409, + "val_precision": 1.0, + "val_recall": 0.6196721311475409, + "val_specificity": 0.0, + "val_f1": 0.7651821862348178, + "val_macro_f1": 0.3825910931174089 + }, + { + "epoch": 20, + "loss": 0.039593067364465745, + "val_fps": 3744.37218206461, + "val_accuracy": 0.4878688524590164, + "val_precision": 1.0, + "val_recall": 0.4878688524590164, + "val_specificity": 0.0, + "val_f1": 0.6557955046275893, + "val_macro_f1": 0.32789775231379464 + }, + { + "epoch": 21, + "loss": 0.03918538069958581, + "val_fps": 3785.153880148681, + "val_accuracy": 0.42098360655737704, + "val_precision": 1.0, + "val_recall": 0.42098360655737704, + "val_specificity": 0.0, + "val_f1": 0.5925242270419936, + "val_macro_f1": 0.2962621135209968 + }, + { + "epoch": 22, + "loss": 0.040575031138753465, + "val_fps": 3908.46948710071, + "val_accuracy": 0.3377049180327869, + "val_precision": 1.0, + "val_recall": 0.3377049180327869, + "val_specificity": 0.0, + "val_f1": 0.5049019607843137, + "val_macro_f1": 0.25245098039215685 + }, + { + "epoch": 23, + "loss": 0.03865894203723188, + "val_fps": 3866.718783792261, + "val_accuracy": 0.49901639344262294, + "val_precision": 1.0, + "val_recall": 0.49901639344262294, + "val_specificity": 0.0, + "val_f1": 0.6657917760279966, + "val_macro_f1": 0.3328958880139983 + }, + { + "epoch": 24, + "loss": 0.03879401681935209, + "val_fps": 3971.3107317236554, + "val_accuracy": 0.49836065573770494, + "val_precision": 1.0, + "val_recall": 0.49836065573770494, + "val_specificity": 0.0, + "val_f1": 0.6652078774617067, + "val_macro_f1": 0.33260393873085337 + }, + { + "epoch": 25, + "loss": 0.03828717709171508, + "val_fps": 3960.431482184847, + "val_accuracy": 0.6773770491803278, + "val_precision": 1.0, + "val_recall": 0.6773770491803278, + "val_specificity": 0.0, + "val_f1": 0.8076622361219703, + "val_macro_f1": 0.40383111806098515 + }, + { + "epoch": 26, + "loss": 0.03743114388425671, + "val_fps": 3752.131445950973, + "val_accuracy": 0.5481967213114755, + "val_precision": 1.0, + "val_recall": 0.5481967213114755, + "val_specificity": 0.0, + "val_f1": 0.7081745023295214, + "val_macro_f1": 0.3540872511647607 + }, + { + "epoch": 27, + "loss": 0.039027270080372566, + "val_fps": 3712.3349063020196, + "val_accuracy": 0.6826229508196722, + "val_precision": 1.0, + "val_recall": 0.6826229508196722, + "val_specificity": 0.0, + "val_f1": 0.8113795791114575, + "val_macro_f1": 0.40568978955572876 + }, + { + "epoch": 28, + "loss": 0.036339456018764885, + "val_fps": 3753.039987055735, + "val_accuracy": 0.5422950819672131, + "val_precision": 1.0, + "val_recall": 0.5422950819672131, + "val_specificity": 0.0, + "val_f1": 0.7032312925170068, + "val_macro_f1": 0.3516156462585034 + }, + { + "epoch": 29, + "loss": 0.03787667987141536, + "val_fps": 3678.876803060886, + "val_accuracy": 0.48, + "val_precision": 1.0, + "val_recall": 0.48, + "val_specificity": 0.0, + "val_f1": 0.6486486486486487, + "val_macro_f1": 0.32432432432432434 + }, + { + "epoch": 30, + "loss": 0.036346940909158534, + "val_fps": 3929.8762375852675, + "val_accuracy": 0.5029508196721312, + "val_precision": 1.0, + "val_recall": 0.5029508196721312, + "val_specificity": 0.0, + "val_f1": 0.6692844677137871, + "val_macro_f1": 0.33464223385689357 + }, + { + "epoch": 31, + "loss": 0.03858580834706658, + "val_fps": 3812.272793912294, + "val_accuracy": 0.7704918032786885, + "val_precision": 1.0, + "val_recall": 0.7704918032786885, + "val_specificity": 0.0, + "val_f1": 0.8703703703703703, + "val_macro_f1": 0.4351851851851852 + }, + { + "epoch": 32, + "loss": 0.03783939073173237, + "val_fps": 3890.370018207798, + "val_accuracy": 0.419672131147541, + "val_precision": 1.0, + "val_recall": 0.419672131147541, + "val_specificity": 0.0, + "val_f1": 0.5912240184757506, + "val_macro_f1": 0.2956120092378753 + }, + { + "epoch": 33, + "loss": 0.035854241672706566, + "val_fps": 3792.1882282860347, + "val_accuracy": 0.48262295081967216, + "val_precision": 1.0, + "val_recall": 0.48262295081967216, + "val_specificity": 0.0, + "val_f1": 0.6510393631136665, + "val_macro_f1": 0.32551968155683325 + }, + { + "epoch": 34, + "loss": 0.036329282637292064, + "val_fps": 3762.512996928531, + "val_accuracy": 0.5265573770491804, + "val_precision": 1.0, + "val_recall": 0.5265573770491804, + "val_specificity": 0.0, + "val_f1": 0.6898625429553265, + "val_macro_f1": 0.3449312714776632 + }, + { + "epoch": 35, + "loss": 0.03795053031108322, + "val_fps": 3868.0774974320357, + "val_accuracy": 0.4039344262295082, + "val_precision": 1.0, + "val_recall": 0.4039344262295082, + "val_specificity": 0.0, + "val_f1": 0.5754320411022886, + "val_macro_f1": 0.2877160205511443 + }, + { + "epoch": 36, + "loss": 0.03532008347902733, + "val_fps": 4048.835520847552, + "val_accuracy": 0.5101639344262295, + "val_precision": 1.0, + "val_recall": 0.5101639344262295, + "val_specificity": 0.0, + "val_f1": 0.6756404689535389, + "val_macro_f1": 0.33782023447676945 + }, + { + "epoch": 37, + "loss": 0.0369458931103171, + "val_fps": 3770.5964638865116, + "val_accuracy": 0.47147540983606556, + "val_precision": 1.0, + "val_recall": 0.47147540983606556, + "val_specificity": 0.0, + "val_f1": 0.6408199643493762, + "val_macro_f1": 0.3204099821746881 + }, + { + "epoch": 38, + "loss": 0.0363564607726959, + "val_fps": 3988.293218991512, + "val_accuracy": 0.45049180327868854, + "val_precision": 1.0, + "val_recall": 0.45049180327868854, + "val_specificity": 0.0, + "val_f1": 0.6211573236889693, + "val_macro_f1": 0.3105786618444846 + }, + { + "epoch": 39, + "loss": 0.03561604714490715, + "val_fps": 3755.2553830924753, + "val_accuracy": 0.42688524590163934, + "val_precision": 1.0, + "val_recall": 0.42688524590163934, + "val_specificity": 0.0, + "val_f1": 0.5983455882352942, + "val_macro_f1": 0.2991727941176471 + }, + { + "epoch": 40, + "loss": 0.035634738139275084, + "val_fps": 3796.9803862072035, + "val_accuracy": 0.44721311475409836, + "val_precision": 1.0, + "val_recall": 0.44721311475409836, + "val_specificity": 0.0, + "val_f1": 0.6180335296782963, + "val_macro_f1": 0.30901676483914814 + }, + { + "epoch": 41, + "loss": 0.036630440036904265, + "val_fps": 3870.0101822390957, + "val_accuracy": 0.4183606557377049, + "val_precision": 1.0, + "val_recall": 0.4183606557377049, + "val_specificity": 0.0, + "val_f1": 0.5899214054553861, + "val_macro_f1": 0.29496070272769304 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/dynafall/metrics_test_clean.json b/results/main/seed_21/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..ca2c1caf456216dde8eae0b4d04d8a251b892477 --- /dev/null +++ b/results/main/seed_21/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4384.312078777972, + "params": 307017, + "accuracy": 0.6444878048780488, + "precision": 0.592128801431127, + "recall": 0.8139344262295082, + "specificity": 0.49050279329608937, + "f1": 0.6855367621677597, + "macro_f1": 0.6383249340461778 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/lstm/best.pt b/results/main/seed_21/MCFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f04a35bc687bc43f4fc0c64ee27f857a7deff408 --- /dev/null +++ b/results/main/seed_21/MCFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be513bdce1f073aa2d4d05a27340e8d03df6d7499eb5feedd92c71357e5659e6 +size 462662 diff --git a/results/main/seed_21/MCFD/lstm/history.json b/results/main/seed_21/MCFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a546c35bdb3126c5c450a299d3762b2e6493b3b2 --- /dev/null +++ b/results/main/seed_21/MCFD/lstm/history.json @@ -0,0 +1,508 @@ +[ + { + "epoch": 1, + "loss": 0.061845259299879385, + "val_fps": 4160.208766094461, + "val_accuracy": 0.20131147540983607, + "val_precision": 1.0, + "val_recall": 0.20131147540983607, + "val_specificity": 0.0, + "val_f1": 0.3351528384279476, + "val_macro_f1": 0.1675764192139738 + }, + { + "epoch": 2, + "loss": 0.05446093637032952, + "val_fps": 3988.6642560168307, + "val_accuracy": 0.1855737704918033, + "val_precision": 1.0, + "val_recall": 0.1855737704918033, + "val_specificity": 0.0, + "val_f1": 0.31305309734513276, + "val_macro_f1": 0.15652654867256638 + }, + { + "epoch": 3, + "loss": 0.051113393459170806, + "val_fps": 4198.186978841742, + "val_accuracy": 0.1921311475409836, + "val_precision": 1.0, + "val_recall": 0.1921311475409836, + "val_specificity": 0.0, + "val_f1": 0.32233223322332233, + "val_macro_f1": 0.16116611661166116 + }, + { + "epoch": 4, + "loss": 0.04862583765452268, + "val_fps": 4104.866641981658, + "val_accuracy": 0.2780327868852459, + "val_precision": 1.0, + "val_recall": 0.2780327868852459, + "val_specificity": 0.0, + "val_f1": 0.43509492047203696, + "val_macro_f1": 0.21754746023601848 + }, + { + "epoch": 5, + "loss": 0.048547653573385904, + "val_fps": 4147.134582613292, + "val_accuracy": 0.24852459016393444, + "val_precision": 1.0, + "val_recall": 0.24852459016393444, + "val_specificity": 0.0, + "val_f1": 0.39810924369747897, + "val_macro_f1": 0.19905462184873948 + }, + { + "epoch": 6, + "loss": 0.04677406577726594, + "val_fps": 3785.257751693033, + "val_accuracy": 0.3862295081967213, + "val_precision": 1.0, + "val_recall": 0.3862295081967213, + "val_specificity": 0.0, + "val_f1": 0.5572374645222328, + "val_macro_f1": 0.2786187322611164 + }, + { + "epoch": 7, + "loss": 0.04583439744336235, + "val_fps": 3853.7869669145684, + "val_accuracy": 0.26491803278688525, + "val_precision": 1.0, + "val_recall": 0.26491803278688525, + "val_specificity": 0.0, + "val_f1": 0.4188698807672369, + "val_macro_f1": 0.20943494038361846 + }, + { + "epoch": 8, + "loss": 0.04532602080183653, + "val_fps": 3879.7198386021887, + "val_accuracy": 0.26754098360655737, + "val_precision": 1.0, + "val_recall": 0.26754098360655737, + "val_specificity": 0.0, + "val_f1": 0.42214174857734094, + "val_macro_f1": 0.21107087428867047 + }, + { + "epoch": 9, + "loss": 0.04370933664673892, + "val_fps": 3904.092531642573, + "val_accuracy": 0.1580327868852459, + "val_precision": 1.0, + "val_recall": 0.1580327868852459, + "val_specificity": 0.0, + "val_f1": 0.2729331823329558, + "val_macro_f1": 0.1364665911664779 + }, + { + "epoch": 10, + "loss": 0.043027513122639825, + "val_fps": 3870.872925196018, + "val_accuracy": 0.41508196721311474, + "val_precision": 1.0, + "val_recall": 0.41508196721311474, + "val_specificity": 0.0, + "val_f1": 0.5866543095458758, + "val_macro_f1": 0.2933271547729379 + }, + { + "epoch": 11, + "loss": 0.04152577463220138, + "val_fps": 3769.27268285596, + "val_accuracy": 0.33639344262295084, + "val_precision": 1.0, + "val_recall": 0.33639344262295084, + "val_specificity": 0.0, + "val_f1": 0.5034347399411188, + "val_macro_f1": 0.2517173699705594 + }, + { + "epoch": 12, + "loss": 0.04017264299488149, + "val_fps": 3912.522000788193, + "val_accuracy": 0.4131147540983607, + "val_precision": 1.0, + "val_recall": 0.4131147540983607, + "val_specificity": 0.0, + "val_f1": 0.5846867749419954, + "val_macro_f1": 0.2923433874709977 + }, + { + "epoch": 13, + "loss": 0.040826037421416383, + "val_fps": 3950.593877450541, + "val_accuracy": 0.23278688524590163, + "val_precision": 1.0, + "val_recall": 0.23278688524590163, + "val_specificity": 0.0, + "val_f1": 0.3776595744680851, + "val_macro_f1": 0.18882978723404256 + }, + { + "epoch": 14, + "loss": 0.04210229636863306, + "val_fps": 3982.277052979004, + "val_accuracy": 0.3226229508196721, + "val_precision": 1.0, + "val_recall": 0.3226229508196721, + "val_specificity": 0.0, + "val_f1": 0.48785324739712443, + "val_macro_f1": 0.24392662369856222 + }, + { + "epoch": 15, + "loss": 0.040728368785302116, + "val_fps": 4166.793546097333, + "val_accuracy": 0.22098360655737706, + "val_precision": 1.0, + "val_recall": 0.22098360655737706, + "val_specificity": 0.0, + "val_f1": 0.3619763694951665, + "val_macro_f1": 0.18098818474758324 + }, + { + "epoch": 16, + "loss": 0.03869457294279154, + "val_fps": 3971.1638842882585, + "val_accuracy": 0.4281967213114754, + "val_precision": 1.0, + "val_recall": 0.4281967213114754, + "val_specificity": 0.0, + "val_f1": 0.5996326905417815, + "val_macro_f1": 0.29981634527089074 + }, + { + "epoch": 17, + "loss": 0.03719361502125072, + "val_fps": 4094.797975803922, + "val_accuracy": 0.3377049180327869, + "val_precision": 1.0, + "val_recall": 0.3377049180327869, + "val_specificity": 0.0, + "val_f1": 0.5049019607843137, + "val_macro_f1": 0.25245098039215685 + }, + { + "epoch": 18, + "loss": 0.03586263028076601, + "val_fps": 4107.799972149502, + "val_accuracy": 0.41442622950819674, + "val_precision": 1.0, + "val_recall": 0.41442622950819674, + "val_specificity": 0.0, + "val_f1": 0.5859990727862773, + "val_macro_f1": 0.29299953639313864 + }, + { + "epoch": 19, + "loss": 0.03727536243616621, + "val_fps": 3666.909394408021, + "val_accuracy": 0.43475409836065576, + "val_precision": 1.0, + "val_recall": 0.43475409836065576, + "val_specificity": 0.0, + "val_f1": 0.6060329067641682, + "val_macro_f1": 0.3030164533820841 + }, + { + "epoch": 20, + "loss": 0.03463190581389343, + "val_fps": 4021.455892447047, + "val_accuracy": 0.48655737704918034, + "val_precision": 1.0, + "val_recall": 0.48655737704918034, + "val_specificity": 0.0, + "val_f1": 0.6546096162329069, + "val_macro_f1": 0.32730480811645346 + }, + { + "epoch": 21, + "loss": 0.03561407696690531, + "val_fps": 4154.8404231748555, + "val_accuracy": 0.4360655737704918, + "val_precision": 1.0, + "val_recall": 0.4360655737704918, + "val_specificity": 0.0, + "val_f1": 0.6073059360730594, + "val_macro_f1": 0.3036529680365297 + }, + { + "epoch": 22, + "loss": 0.03363933229066901, + "val_fps": 3974.608145603432, + "val_accuracy": 0.2419672131147541, + "val_precision": 1.0, + "val_recall": 0.2419672131147541, + "val_specificity": 0.0, + "val_f1": 0.38965153115100315, + "val_macro_f1": 0.19482576557550157 + }, + { + "epoch": 23, + "loss": 0.03482863685874557, + "val_fps": 4045.0738184664347, + "val_accuracy": 0.400655737704918, + "val_precision": 1.0, + "val_recall": 0.400655737704918, + "val_specificity": 0.0, + "val_f1": 0.5720973782771536, + "val_macro_f1": 0.2860486891385768 + }, + { + "epoch": 24, + "loss": 0.033482163745491074, + "val_fps": 4009.9825827174477, + "val_accuracy": 0.5311475409836065, + "val_precision": 1.0, + "val_recall": 0.5311475409836065, + "val_specificity": 0.0, + "val_f1": 0.6937901498929336, + "val_macro_f1": 0.3468950749464668 + }, + { + "epoch": 25, + "loss": 0.03334634272886196, + "val_fps": 4160.552339744566, + "val_accuracy": 0.4636065573770492, + "val_precision": 1.0, + "val_recall": 0.4636065573770492, + "val_specificity": 0.0, + "val_f1": 0.6335125448028673, + "val_macro_f1": 0.31675627240143367 + }, + { + "epoch": 26, + "loss": 0.03282252430846023, + "val_fps": 4112.033335666436, + "val_accuracy": 0.521311475409836, + "val_precision": 1.0, + "val_recall": 0.521311475409836, + "val_specificity": 0.0, + "val_f1": 0.6853448275862069, + "val_macro_f1": 0.3426724137931034 + }, + { + "epoch": 27, + "loss": 0.03462659776309153, + "val_fps": 4016.2033632268494, + "val_accuracy": 0.42688524590163934, + "val_precision": 1.0, + "val_recall": 0.42688524590163934, + "val_specificity": 0.0, + "val_f1": 0.5983455882352942, + "val_macro_f1": 0.2991727941176471 + }, + { + "epoch": 28, + "loss": 0.03255220003873491, + "val_fps": 4104.092894922233, + "val_accuracy": 0.49245901639344264, + "val_precision": 1.0, + "val_recall": 0.49245901639344264, + "val_specificity": 0.0, + "val_f1": 0.6599297012302284, + "val_macro_f1": 0.3299648506151142 + }, + { + "epoch": 29, + "loss": 0.03220459146050695, + "val_fps": 3902.55535899339, + "val_accuracy": 0.48065573770491804, + "val_precision": 1.0, + "val_recall": 0.48065573770491804, + "val_specificity": 0.0, + "val_f1": 0.6492471213463242, + "val_macro_f1": 0.3246235606731621 + }, + { + "epoch": 30, + "loss": 0.03019156596532926, + "val_fps": 4083.1608124193344, + "val_accuracy": 0.4124590163934426, + "val_precision": 1.0, + "val_recall": 0.4124590163934426, + "val_specificity": 0.0, + "val_f1": 0.5840297121634169, + "val_macro_f1": 0.29201485608170846 + }, + { + "epoch": 31, + "loss": 0.029845621174255314, + "val_fps": 3731.5375265738144, + "val_accuracy": 0.5344262295081967, + "val_precision": 1.0, + "val_recall": 0.5344262295081967, + "val_specificity": 0.0, + "val_f1": 0.6965811965811965, + "val_macro_f1": 0.3482905982905983 + }, + { + "epoch": 32, + "loss": 0.030011146952869334, + "val_fps": 3821.581005136993, + "val_accuracy": 0.48, + "val_precision": 1.0, + "val_recall": 0.48, + "val_specificity": 0.0, + "val_f1": 0.6486486486486487, + "val_macro_f1": 0.32432432432432434 + }, + { + "epoch": 33, + "loss": 0.03042851093509179, + "val_fps": 4051.874688786064, + "val_accuracy": 0.5324590163934426, + "val_precision": 1.0, + "val_recall": 0.5324590163934426, + "val_specificity": 0.0, + "val_f1": 0.6949080017115961, + "val_macro_f1": 0.34745400085579803 + }, + { + "epoch": 34, + "loss": 0.0295936198146725, + "val_fps": 4140.672197906141, + "val_accuracy": 0.5449180327868852, + "val_precision": 1.0, + "val_recall": 0.5449180327868852, + "val_specificity": 0.0, + "val_f1": 0.7054329371816639, + "val_macro_f1": 0.35271646859083194 + }, + { + "epoch": 35, + "loss": 0.0293787761386706, + "val_fps": 3985.6016548027046, + "val_accuracy": 0.5226229508196721, + "val_precision": 1.0, + "val_recall": 0.5226229508196721, + "val_specificity": 0.0, + "val_f1": 0.6864771748492678, + "val_macro_f1": 0.3432385874246339 + }, + { + "epoch": 36, + "loss": 0.028969740550616022, + "val_fps": 4031.95947546744, + "val_accuracy": 0.5652459016393443, + "val_precision": 1.0, + "val_recall": 0.5652459016393443, + "val_specificity": 0.0, + "val_f1": 0.7222454964390448, + "val_macro_f1": 0.3611227482195224 + }, + { + "epoch": 37, + "loss": 0.031001866640431055, + "val_fps": 4193.870969931358, + "val_accuracy": 0.40918032786885244, + "val_precision": 1.0, + "val_recall": 0.40918032786885244, + "val_specificity": 0.0, + "val_f1": 0.5807352256863657, + "val_macro_f1": 0.29036761284318285 + }, + { + "epoch": 38, + "loss": 0.030674527407174825, + "val_fps": 4072.2367730062806, + "val_accuracy": 0.5134426229508197, + "val_precision": 1.0, + "val_recall": 0.5134426229508197, + "val_specificity": 0.0, + "val_f1": 0.6785095320623917, + "val_macro_f1": 0.33925476603119586 + }, + { + "epoch": 39, + "loss": 0.03038560491082222, + "val_fps": 3966.4068504327597, + "val_accuracy": 0.460327868852459, + "val_precision": 1.0, + "val_recall": 0.460327868852459, + "val_specificity": 0.0, + "val_f1": 0.6304445442299057, + "val_macro_f1": 0.31522227211495285 + }, + { + "epoch": 40, + "loss": 0.0282325783543752, + "val_fps": 3839.3900645172857, + "val_accuracy": 0.519344262295082, + "val_precision": 1.0, + "val_recall": 0.519344262295082, + "val_specificity": 0.0, + "val_f1": 0.6836426413465688, + "val_macro_f1": 0.3418213206732844 + }, + { + "epoch": 41, + "loss": 0.026517394521579883, + "val_fps": 4095.033097153694, + "val_accuracy": 0.42688524590163934, + "val_precision": 1.0, + "val_recall": 0.42688524590163934, + "val_specificity": 0.0, + "val_f1": 0.5983455882352942, + "val_macro_f1": 0.2991727941176471 + }, + { + "epoch": 42, + "loss": 0.027141940749838972, + "val_fps": 4009.2002022610423, + "val_accuracy": 0.5311475409836065, + "val_precision": 1.0, + "val_recall": 0.5311475409836065, + "val_specificity": 0.0, + "val_f1": 0.6937901498929336, + "val_macro_f1": 0.3468950749464668 + }, + { + "epoch": 43, + "loss": 0.027397730824056842, + "val_fps": 3839.180501795531, + "val_accuracy": 0.5632786885245902, + "val_precision": 1.0, + "val_recall": 0.5632786885245902, + "val_specificity": 0.0, + "val_f1": 0.7206375838926175, + "val_macro_f1": 0.3603187919463087 + }, + { + "epoch": 44, + "loss": 0.025655249715584378, + "val_fps": 4154.06586023986, + "val_accuracy": 0.5337704918032787, + "val_precision": 1.0, + "val_recall": 0.5337704918032787, + "val_specificity": 0.0, + "val_f1": 0.6960239418554938, + "val_macro_f1": 0.3480119709277469 + }, + { + "epoch": 45, + "loss": 0.025761990908301693, + "val_fps": 3921.9933229388675, + "val_accuracy": 0.48655737704918034, + "val_precision": 1.0, + "val_recall": 0.48655737704918034, + "val_specificity": 0.0, + "val_f1": 0.6546096162329069, + "val_macro_f1": 0.32730480811645346 + }, + { + "epoch": 46, + "loss": 0.023658357977905206, + "val_fps": 4039.326057640662, + "val_accuracy": 0.5560655737704918, + "val_precision": 1.0, + "val_recall": 0.5560655737704918, + "val_specificity": 0.0, + "val_f1": 0.7147071217867678, + "val_macro_f1": 0.3573535608933839 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/lstm/metrics_test_clean.json b/results/main/seed_21/MCFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6154e63569ea610a5737427efef6b2625e5da7c6 --- /dev/null +++ b/results/main/seed_21/MCFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 4412.391352739785, + "params": 114818, + "accuracy": 0.6456585365853659, + "precision": 0.6320914479254869, + "recall": 0.6118852459016394, + "specificity": 0.6763500931098696, + "f1": 0.6218242399000417, + "macro_f1": 0.6442454532833541 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/posec3d/best.pt b/results/main/seed_21/MCFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..95e36db0841aa5213eab826940744241dfd801eb --- /dev/null +++ b/results/main/seed_21/MCFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602239c0f09128b68a88b5cd79acd2fae9a473717386418af8d4e013b5fb1d1b +size 63921 diff --git a/results/main/seed_21/MCFD/posec3d/history.json b/results/main/seed_21/MCFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..1acd44fcd9ea7429cf1fba25721b7a1ce6a6f0cb --- /dev/null +++ b/results/main/seed_21/MCFD/posec3d/history.json @@ -0,0 +1,167 @@ +[ + { + "epoch": 1, + "loss": 0.06424312544209182, + "val_fps": 3526.37323843559, + "val_accuracy": 0.0006557377049180328, + "val_precision": 1.0, + "val_recall": 0.0006557377049180328, + "val_specificity": 0.0, + "val_f1": 0.001310615989515072, + "val_macro_f1": 0.000655307994757536 + }, + { + "epoch": 2, + "loss": 0.05970725515505118, + "val_fps": 3520.3235253161297, + "val_accuracy": 0.0045901639344262295, + "val_precision": 1.0, + "val_recall": 0.0045901639344262295, + "val_specificity": 0.0, + "val_f1": 0.009138381201044387, + "val_macro_f1": 0.0045691906005221935 + }, + { + "epoch": 3, + "loss": 0.058575576003101454, + "val_fps": 3519.584255049292, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 4, + "loss": 0.057538556182531723, + "val_fps": 3516.8531233492095, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 5, + "loss": 0.05695504654560625, + "val_fps": 3034.5515885551154, + "val_accuracy": 0.25245901639344265, + "val_precision": 1.0, + "val_recall": 0.25245901639344265, + "val_specificity": 0.0, + "val_f1": 0.4031413612565445, + "val_macro_f1": 0.20157068062827224 + }, + { + "epoch": 6, + "loss": 0.056418656474661585, + "val_fps": 3600.549104665205, + "val_accuracy": 0.025573770491803278, + "val_precision": 1.0, + "val_recall": 0.025573770491803278, + "val_specificity": 0.0, + "val_f1": 0.049872122762148335, + "val_macro_f1": 0.024936061381074168 + }, + { + "epoch": 7, + "loss": 0.05561309560714527, + "val_fps": 3221.079853844404, + "val_accuracy": 0.1062295081967213, + "val_precision": 1.0, + "val_recall": 0.1062295081967213, + "val_specificity": 0.0, + "val_f1": 0.19205690574985182, + "val_macro_f1": 0.09602845287492591 + }, + { + "epoch": 8, + "loss": 0.05491217240703878, + "val_fps": 3546.844398864177, + "val_accuracy": 0.02819672131147541, + "val_precision": 1.0, + "val_recall": 0.02819672131147541, + "val_specificity": 0.0, + "val_f1": 0.0548469387755102, + "val_macro_f1": 0.0274234693877551 + }, + { + "epoch": 9, + "loss": 0.055254074768678905, + "val_fps": 3562.587972245691, + "val_accuracy": 0.08918032786885247, + "val_precision": 1.0, + "val_recall": 0.08918032786885247, + "val_specificity": 0.0, + "val_f1": 0.16375677302829622, + "val_macro_f1": 0.08187838651414811 + }, + { + "epoch": 10, + "loss": 0.05469452297819534, + "val_fps": 3592.492168832614, + "val_accuracy": 0.022950819672131147, + "val_precision": 1.0, + "val_recall": 0.022950819672131147, + "val_specificity": 0.0, + "val_f1": 0.04487179487179487, + "val_macro_f1": 0.022435897435897436 + }, + { + "epoch": 11, + "loss": 0.05380143721792625, + "val_fps": 3632.9988233850327, + "val_accuracy": 0.028852459016393443, + "val_precision": 1.0, + "val_recall": 0.028852459016393443, + "val_specificity": 0.0, + "val_f1": 0.05608667941363926, + "val_macro_f1": 0.02804333970681963 + }, + { + "epoch": 12, + "loss": 0.0536365493262596, + "val_fps": 3554.3119346045755, + "val_accuracy": 0.2124590163934426, + "val_precision": 1.0, + "val_recall": 0.2124590163934426, + "val_specificity": 0.0, + "val_f1": 0.3504597079502434, + "val_macro_f1": 0.1752298539751217 + }, + { + "epoch": 13, + "loss": 0.05311499617587667, + "val_fps": 3504.3125812659746, + "val_accuracy": 0.11934426229508197, + "val_precision": 1.0, + "val_recall": 0.11934426229508197, + "val_specificity": 0.0, + "val_f1": 0.21323960164030462, + "val_macro_f1": 0.10661980082015231 + }, + { + "epoch": 14, + "loss": 0.05301781814209038, + "val_fps": 3495.767244249229, + "val_accuracy": 0.017049180327868854, + "val_precision": 1.0, + "val_recall": 0.017049180327868854, + "val_specificity": 0.0, + "val_f1": 0.03352675693101225, + "val_macro_f1": 0.016763378465506126 + }, + { + "epoch": 15, + "loss": 0.053055896771218136, + "val_fps": 3562.883002279429, + "val_accuracy": 0.2459016393442623, + "val_precision": 1.0, + "val_recall": 0.2459016393442623, + "val_specificity": 0.0, + "val_f1": 0.39473684210526316, + "val_macro_f1": 0.19736842105263158 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/posec3d/metrics_test_clean.json b/results/main/seed_21/MCFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..d97d928117a4ba7c6fa488e6fcd38520e6c41567 --- /dev/null +++ b/results/main/seed_21/MCFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 4080.9477567773174, + "params": 14466, + "accuracy": 0.5978536585365853, + "precision": 0.6693476318141197, + "recall": 0.3069672131147541, + "specificity": 0.8621973929236499, + "f1": 0.42090474852486653, + "macro_f1": 0.556439521176198 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/stgcn/best.pt b/results/main/seed_21/MCFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..059796feb992c1c88307590c9211fa64d8ea69db --- /dev/null +++ b/results/main/seed_21/MCFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad046b749b1943b673b5da36f0f14e761a57d2e3b1b0553352f3d70c7a64a0d +size 430405 diff --git a/results/main/seed_21/MCFD/stgcn/history.json b/results/main/seed_21/MCFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..048af6c2ceea684c69a211d772fbda4cebd5f82f --- /dev/null +++ b/results/main/seed_21/MCFD/stgcn/history.json @@ -0,0 +1,222 @@ +[ + { + "epoch": 1, + "loss": 0.06057991387617649, + "val_fps": 3940.2071084937693, + "val_accuracy": 0.08196721311475409, + "val_precision": 1.0, + "val_recall": 0.08196721311475409, + "val_specificity": 0.0, + "val_f1": 0.15151515151515152, + "val_macro_f1": 0.07575757575757576 + }, + { + "epoch": 2, + "loss": 0.05552001014745317, + "val_fps": 3747.3611073092975, + "val_accuracy": 0.0859016393442623, + "val_precision": 1.0, + "val_recall": 0.0859016393442623, + "val_specificity": 0.0, + "val_f1": 0.15821256038647344, + "val_macro_f1": 0.07910628019323672 + }, + { + "epoch": 3, + "loss": 0.05270638418093552, + "val_fps": 3906.02393552764, + "val_accuracy": 0.46295081967213114, + "val_precision": 1.0, + "val_recall": 0.46295081967213114, + "val_specificity": 0.0, + "val_f1": 0.6329000448229494, + "val_macro_f1": 0.3164500224114747 + }, + { + "epoch": 4, + "loss": 0.051218511933362465, + "val_fps": 4040.1945460264888, + "val_accuracy": 0.4360655737704918, + "val_precision": 1.0, + "val_recall": 0.4360655737704918, + "val_specificity": 0.0, + "val_f1": 0.6073059360730594, + "val_macro_f1": 0.3036529680365297 + }, + { + "epoch": 5, + "loss": 0.04992088793540529, + "val_fps": 4044.9192871436194, + "val_accuracy": 0.32, + "val_precision": 1.0, + "val_recall": 0.32, + "val_specificity": 0.0, + "val_f1": 0.48484848484848486, + "val_macro_f1": 0.24242424242424243 + }, + { + "epoch": 6, + "loss": 0.04962311286219036, + "val_fps": 4043.9468251964463, + "val_accuracy": 0.028852459016393443, + "val_precision": 1.0, + "val_recall": 0.028852459016393443, + "val_specificity": 0.0, + "val_f1": 0.05608667941363926, + "val_macro_f1": 0.02804333970681963 + }, + { + "epoch": 7, + "loss": 0.048976010219328854, + "val_fps": 4095.4842145482053, + "val_accuracy": 0.2695081967213115, + "val_precision": 1.0, + "val_recall": 0.2695081967213115, + "val_specificity": 0.0, + "val_f1": 0.42458677685950413, + "val_macro_f1": 0.21229338842975207 + }, + { + "epoch": 8, + "loss": 0.047960129093689755, + "val_fps": 4052.1923279881703, + "val_accuracy": 0.12131147540983607, + "val_precision": 1.0, + "val_recall": 0.12131147540983607, + "val_specificity": 0.0, + "val_f1": 0.21637426900584794, + "val_macro_f1": 0.10818713450292397 + }, + { + "epoch": 9, + "loss": 0.047739644041459445, + "val_fps": 3936.369127671422, + "val_accuracy": 0.3829508196721311, + "val_precision": 1.0, + "val_recall": 0.3829508196721311, + "val_specificity": 0.0, + "val_f1": 0.5538169748696065, + "val_macro_f1": 0.27690848743480323 + }, + { + "epoch": 10, + "loss": 0.04654191362352651, + "val_fps": 4110.861730696301, + "val_accuracy": 0.48327868852459016, + "val_precision": 1.0, + "val_recall": 0.48327868852459016, + "val_specificity": 0.0, + "val_f1": 0.6516357206012379, + "val_macro_f1": 0.32581786030061893 + }, + { + "epoch": 11, + "loss": 0.04661806758486839, + "val_fps": 4134.948623665617, + "val_accuracy": 0.37573770491803277, + "val_precision": 1.0, + "val_recall": 0.37573770491803277, + "val_specificity": 0.0, + "val_f1": 0.546234509056244, + "val_macro_f1": 0.273117254528122 + }, + { + "epoch": 12, + "loss": 0.04521909253306852, + "val_fps": 4061.019740577315, + "val_accuracy": 0.48065573770491804, + "val_precision": 1.0, + "val_recall": 0.48065573770491804, + "val_specificity": 0.0, + "val_f1": 0.6492471213463242, + "val_macro_f1": 0.3246235606731621 + }, + { + "epoch": 13, + "loss": 0.0451188315613611, + "val_fps": 4026.334889518687, + "val_accuracy": 0.19934426229508198, + "val_precision": 1.0, + "val_recall": 0.19934426229508198, + "val_specificity": 0.0, + "val_f1": 0.3324220885729907, + "val_macro_f1": 0.16621104428649536 + }, + { + "epoch": 14, + "loss": 0.043855314890281306, + "val_fps": 4084.8265979238645, + "val_accuracy": 0.28327868852459015, + "val_precision": 1.0, + "val_recall": 0.28327868852459015, + "val_specificity": 0.0, + "val_f1": 0.44149207971384774, + "val_macro_f1": 0.22074603985692387 + }, + { + "epoch": 15, + "loss": 0.04343253933527908, + "val_fps": 3761.748343559773, + "val_accuracy": 0.23278688524590163, + "val_precision": 1.0, + "val_recall": 0.23278688524590163, + "val_specificity": 0.0, + "val_f1": 0.3776595744680851, + "val_macro_f1": 0.18882978723404256 + }, + { + "epoch": 16, + "loss": 0.04379929069689835, + "val_fps": 3891.5342058020765, + "val_accuracy": 0.29180327868852457, + "val_precision": 1.0, + "val_recall": 0.29180327868852457, + "val_specificity": 0.0, + "val_f1": 0.4517766497461929, + "val_macro_f1": 0.22588832487309646 + }, + { + "epoch": 17, + "loss": 0.042579614281260884, + "val_fps": 4021.521265135651, + "val_accuracy": 0.25311475409836065, + "val_precision": 1.0, + "val_recall": 0.25311475409836065, + "val_specificity": 0.0, + "val_f1": 0.40397697540554683, + "val_macro_f1": 0.20198848770277342 + }, + { + "epoch": 18, + "loss": 0.04224712074317, + "val_fps": 4103.924029558586, + "val_accuracy": 0.38163934426229507, + "val_precision": 1.0, + "val_recall": 0.38163934426229507, + "val_specificity": 0.0, + "val_f1": 0.5524442335073564, + "val_macro_f1": 0.2762221167536782 + }, + { + "epoch": 19, + "loss": 0.041569944409244206, + "val_fps": 4081.804623701073, + "val_accuracy": 0.3416393442622951, + "val_precision": 1.0, + "val_recall": 0.3416393442622951, + "val_specificity": 0.0, + "val_f1": 0.509286412512219, + "val_macro_f1": 0.2546432062561095 + }, + { + "epoch": 20, + "loss": 0.040930605807628806, + "val_fps": 4088.921505910864, + "val_accuracy": 0.35081967213114756, + "val_precision": 1.0, + "val_recall": 0.35081967213114756, + "val_specificity": 0.0, + "val_f1": 0.5194174757281553, + "val_macro_f1": 0.25970873786407767 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/stgcn/metrics_test_clean.json b/results/main/seed_21/MCFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..5f1422b002caeee5aad41018863ffdae86c0ef1f --- /dev/null +++ b/results/main/seed_21/MCFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 4049.435375371063, + "params": 103394, + "accuracy": 0.6273170731707317, + "precision": 0.6342451874366768, + "recall": 0.5131147540983606, + "specificity": 0.7310986964618249, + "f1": 0.5672859084730403, + "macro_f1": 0.6200034751412494 +} \ No newline at end of file diff --git a/results/main/seed_21/MCFD/tcnte/best.pt b/results/main/seed_21/MCFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..3fdc353475d1ce32aa50850771dadaf26880ccb1 --- /dev/null +++ b/results/main/seed_21/MCFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a0ed8ae420d929b0aed7a5f5542d3cdae291c9862317ced9f27a285ab87d22 +size 851281 diff --git a/results/main/seed_21/MCFD/tcnte/history.json b/results/main/seed_21/MCFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0ba02a830e85c866cf5a8cf2ac187caf8eda54c4 --- /dev/null +++ b/results/main/seed_21/MCFD/tcnte/history.json @@ -0,0 +1,365 @@ +[ + { + "epoch": 1, + "loss": 0.06198363555706339, + "val_fps": 3647.672091867797, + "val_accuracy": 0.0859016393442623, + "val_precision": 1.0, + "val_recall": 0.0859016393442623, + "val_specificity": 0.0, + "val_f1": 0.15821256038647344, + "val_macro_f1": 0.07910628019323672 + }, + { + "epoch": 2, + "loss": 0.05423665069221333, + "val_fps": 4080.951241175019, + "val_accuracy": 0.19934426229508198, + "val_precision": 1.0, + "val_recall": 0.19934426229508198, + "val_specificity": 0.0, + "val_f1": 0.3324220885729907, + "val_macro_f1": 0.16621104428649536 + }, + { + "epoch": 3, + "loss": 0.049159633752523434, + "val_fps": 3965.3795795487435, + "val_accuracy": 0.2642622950819672, + "val_precision": 1.0, + "val_recall": 0.2642622950819672, + "val_specificity": 0.0, + "val_f1": 0.41804979253112035, + "val_macro_f1": 0.20902489626556017 + }, + { + "epoch": 4, + "loss": 0.047223261876422055, + "val_fps": 3809.223409673705, + "val_accuracy": 0.31278688524590165, + "val_precision": 1.0, + "val_recall": 0.31278688524590165, + "val_specificity": 0.0, + "val_f1": 0.47652347652347654, + "val_macro_f1": 0.23826173826173827 + }, + { + "epoch": 5, + "loss": 0.04585373578704195, + "val_fps": 3992.065744854125, + "val_accuracy": 0.3842622950819672, + "val_precision": 1.0, + "val_recall": 0.3842622950819672, + "val_specificity": 0.0, + "val_f1": 0.5551871151113217, + "val_macro_f1": 0.27759355755566084 + }, + { + "epoch": 6, + "loss": 0.043967959051396464, + "val_fps": 4016.8626227974505, + "val_accuracy": 0.21967213114754097, + "val_precision": 1.0, + "val_recall": 0.21967213114754097, + "val_specificity": 0.0, + "val_f1": 0.3602150537634409, + "val_macro_f1": 0.18010752688172044 + }, + { + "epoch": 7, + "loss": 0.040547171047550755, + "val_fps": 3942.0287886718143, + "val_accuracy": 0.179672131147541, + "val_precision": 1.0, + "val_recall": 0.179672131147541, + "val_specificity": 0.0, + "val_f1": 0.3046136742634797, + "val_macro_f1": 0.15230683713173984 + }, + { + "epoch": 8, + "loss": 0.040424286051505776, + "val_fps": 3930.1774700957235, + "val_accuracy": 0.4157377049180328, + "val_precision": 1.0, + "val_recall": 0.4157377049180328, + "val_specificity": 0.0, + "val_f1": 0.587308939323761, + "val_macro_f1": 0.2936544696618805 + }, + { + "epoch": 9, + "loss": 0.040723229928205526, + "val_fps": 4081.6135663645023, + "val_accuracy": 0.26557377049180325, + "val_precision": 1.0, + "val_recall": 0.26557377049180325, + "val_specificity": 0.0, + "val_f1": 0.41968911917098445, + "val_macro_f1": 0.20984455958549222 + }, + { + "epoch": 10, + "loss": 0.03916046799523867, + "val_fps": 3931.195254198724, + "val_accuracy": 0.4065573770491803, + "val_precision": 1.0, + "val_recall": 0.4065573770491803, + "val_specificity": 0.0, + "val_f1": 0.578088578088578, + "val_macro_f1": 0.289044289044289 + }, + { + "epoch": 11, + "loss": 0.03658831285255655, + "val_fps": 3773.618348966713, + "val_accuracy": 0.4577049180327869, + "val_precision": 1.0, + "val_recall": 0.4577049180327869, + "val_specificity": 0.0, + "val_f1": 0.6279802069275754, + "val_macro_f1": 0.3139901034637877 + }, + { + "epoch": 12, + "loss": 0.035588110110911286, + "val_fps": 3915.018363109857, + "val_accuracy": 0.4242622950819672, + "val_precision": 1.0, + "val_recall": 0.4242622950819672, + "val_specificity": 0.0, + "val_f1": 0.5957642725598526, + "val_macro_f1": 0.2978821362799263 + }, + { + "epoch": 13, + "loss": 0.03592060796846675, + "val_fps": 4045.6230622770267, + "val_accuracy": 0.44065573770491806, + "val_precision": 1.0, + "val_recall": 0.44065573770491806, + "val_specificity": 0.0, + "val_f1": 0.6117432862994994, + "val_macro_f1": 0.3058716431497497 + }, + { + "epoch": 14, + "loss": 0.03866830104850931, + "val_fps": 4147.1598432487235, + "val_accuracy": 0.4426229508196721, + "val_precision": 1.0, + "val_recall": 0.4426229508196721, + "val_specificity": 0.0, + "val_f1": 0.6136363636363636, + "val_macro_f1": 0.3068181818181818 + }, + { + "epoch": 15, + "loss": 0.03469999193085367, + "val_fps": 4070.674659761007, + "val_accuracy": 0.45639344262295084, + "val_precision": 1.0, + "val_recall": 0.45639344262295084, + "val_specificity": 0.0, + "val_f1": 0.6267447095902746, + "val_macro_f1": 0.3133723547951373 + }, + { + "epoch": 16, + "loss": 0.0395621544573602, + "val_fps": 4119.3483003411975, + "val_accuracy": 0.4078688524590164, + "val_precision": 1.0, + "val_recall": 0.4078688524590164, + "val_specificity": 0.0, + "val_f1": 0.5794131346064276, + "val_macro_f1": 0.2897065673032138 + }, + { + "epoch": 17, + "loss": 0.03616470003776646, + "val_fps": 4018.205259070769, + "val_accuracy": 0.4373770491803279, + "val_precision": 1.0, + "val_recall": 0.4373770491803279, + "val_specificity": 0.0, + "val_f1": 0.6085766423357665, + "val_macro_f1": 0.30428832116788324 + }, + { + "epoch": 18, + "loss": 0.03288651318995368, + "val_fps": 3988.388546145163, + "val_accuracy": 0.37901639344262295, + "val_precision": 1.0, + "val_recall": 0.37901639344262295, + "val_specificity": 0.0, + "val_f1": 0.5496909177365669, + "val_macro_f1": 0.27484545886828343 + }, + { + "epoch": 19, + "loss": 0.0325727232024264, + "val_fps": 3871.945019078759, + "val_accuracy": 0.4911475409836066, + "val_precision": 1.0, + "val_recall": 0.4911475409836066, + "val_specificity": 0.0, + "val_f1": 0.6587510993843447, + "val_macro_f1": 0.32937554969217236 + }, + { + "epoch": 20, + "loss": 0.032298393456306584, + "val_fps": 3654.1281533499223, + "val_accuracy": 0.5344262295081967, + "val_precision": 1.0, + "val_recall": 0.5344262295081967, + "val_specificity": 0.0, + "val_f1": 0.6965811965811965, + "val_macro_f1": 0.3482905982905983 + }, + { + "epoch": 21, + "loss": 0.03234580653962351, + "val_fps": 3787.919580230028, + "val_accuracy": 0.4426229508196721, + "val_precision": 1.0, + "val_recall": 0.4426229508196721, + "val_specificity": 0.0, + "val_f1": 0.6136363636363636, + "val_macro_f1": 0.3068181818181818 + }, + { + "epoch": 22, + "loss": 0.03428595313354946, + "val_fps": 4051.9750950127536, + "val_accuracy": 0.48918032786885246, + "val_precision": 1.0, + "val_recall": 0.48918032786885246, + "val_specificity": 0.0, + "val_f1": 0.6569793042712462, + "val_macro_f1": 0.3284896521356231 + }, + { + "epoch": 23, + "loss": 0.030170624985262826, + "val_fps": 4034.144276863793, + "val_accuracy": 0.5685245901639344, + "val_precision": 1.0, + "val_recall": 0.5685245901639344, + "val_specificity": 0.0, + "val_f1": 0.7249163879598662, + "val_macro_f1": 0.3624581939799331 + }, + { + "epoch": 24, + "loss": 0.03086758689364669, + "val_fps": 4141.354512451075, + "val_accuracy": 0.5593442622950819, + "val_precision": 1.0, + "val_recall": 0.5593442622950819, + "val_specificity": 0.0, + "val_f1": 0.7174095878889823, + "val_macro_f1": 0.3587047939444912 + }, + { + "epoch": 25, + "loss": 0.030180510991051464, + "val_fps": 3979.226173016309, + "val_accuracy": 0.3711475409836066, + "val_precision": 1.0, + "val_recall": 0.3711475409836066, + "val_specificity": 0.0, + "val_f1": 0.5413677666188427, + "val_macro_f1": 0.27068388330942134 + }, + { + "epoch": 26, + "loss": 0.029389460288897298, + "val_fps": 3955.205591339011, + "val_accuracy": 0.4308196721311475, + "val_precision": 1.0, + "val_recall": 0.4308196721311475, + "val_specificity": 0.0, + "val_f1": 0.6021998166819432, + "val_macro_f1": 0.3010999083409716 + }, + { + "epoch": 27, + "loss": 0.029060669483702624, + "val_fps": 3863.9956470826596, + "val_accuracy": 0.48918032786885246, + "val_precision": 1.0, + "val_recall": 0.48918032786885246, + "val_specificity": 0.0, + "val_f1": 0.6569793042712462, + "val_macro_f1": 0.3284896521356231 + }, + { + "epoch": 28, + "loss": 0.028628088904344803, + "val_fps": 3987.0007051323787, + "val_accuracy": 0.5449180327868852, + "val_precision": 1.0, + "val_recall": 0.5449180327868852, + "val_specificity": 0.0, + "val_f1": 0.7054329371816639, + "val_macro_f1": 0.35271646859083194 + }, + { + "epoch": 29, + "loss": 0.027303609053018856, + "val_fps": 3942.0282762075653, + "val_accuracy": 0.37836065573770494, + "val_precision": 1.0, + "val_recall": 0.37836065573770494, + "val_specificity": 0.0, + "val_f1": 0.5490009514747859, + "val_macro_f1": 0.27450047573739295 + }, + { + "epoch": 30, + "loss": 0.029920790539626065, + "val_fps": 3905.686642671141, + "val_accuracy": 0.48655737704918034, + "val_precision": 1.0, + "val_recall": 0.48655737704918034, + "val_specificity": 0.0, + "val_f1": 0.6546096162329069, + "val_macro_f1": 0.32730480811645346 + }, + { + "epoch": 31, + "loss": 0.028009221350632964, + "val_fps": 3874.254257360727, + "val_accuracy": 0.5291803278688525, + "val_precision": 1.0, + "val_recall": 0.5291803278688525, + "val_specificity": 0.0, + "val_f1": 0.6921097770154374, + "val_macro_f1": 0.3460548885077187 + }, + { + "epoch": 32, + "loss": 0.028007660832595607, + "val_fps": 3997.207191135262, + "val_accuracy": 0.4727868852459016, + "val_precision": 1.0, + "val_recall": 0.4727868852459016, + "val_specificity": 0.0, + "val_f1": 0.6420302760463046, + "val_macro_f1": 0.3210151380231523 + }, + { + "epoch": 33, + "loss": 0.02694356033072396, + "val_fps": 3977.2865579121426, + "val_accuracy": 0.47737704918032786, + "val_precision": 1.0, + "val_recall": 0.47737704918032786, + "val_specificity": 0.0, + "val_f1": 0.6462494451841988, + "val_macro_f1": 0.3231247225920994 + } +] \ No newline at end of file diff --git a/results/main/seed_21/MCFD/tcnte/metrics_test_clean.json b/results/main/seed_21/MCFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..0e62d45d5a911e75143342d8f5cb478c5ca87b0c --- /dev/null +++ b/results/main/seed_21/MCFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 4312.95107838107, + "params": 210242, + "accuracy": 0.6267317073170732, + "precision": 0.6057808109193095, + "recall": 0.6184426229508196, + "specificity": 0.6342644320297952, + "f1": 0.612046238085581, + "macro_f1": 0.626196083885806 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/agcn/best.pt b/results/main/seed_21/URFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0cc4385f21d81bfba8e086fe481b0dc013a762db --- /dev/null +++ b/results/main/seed_21/URFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435026105c4774eb84ce447aa88ec2cb4a16fba4b7314adea679007ddce38e7d +size 867809 diff --git a/results/main/seed_21/URFD/agcn/history.json b/results/main/seed_21/URFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..6e0a7e4157dc7f6d1612c1de2b3ed715ddc305ba --- /dev/null +++ b/results/main/seed_21/URFD/agcn/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.08518109506657047, + "val_fps": 940.6160112873561, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 2, + "loss": 0.06687038439896799, + "val_fps": 1000.748223957375, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 3, + "loss": 0.057196871768082344, + "val_fps": 1008.4252404026449, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 4, + "loss": 0.0596613546292628, + "val_fps": 985.7377757010192, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 5, + "loss": 0.06286156838459353, + "val_fps": 982.5936508580781, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 6, + "loss": 0.06049577609425591, + "val_fps": 1010.698109335393, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 7, + "loss": 0.05914605499034928, + "val_fps": 1016.7307574571621, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.30158730158730157, + "val_recall": 1.0, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4634146341463415, + "val_macro_f1": 0.4422336328626444 + }, + { + "epoch": 8, + "loss": 0.05410779369694571, + "val_fps": 1015.2156080104818, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 9, + "loss": 0.05246977039402531, + "val_fps": 1009.7427920531517, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 10, + "loss": 0.05722177365133839, + "val_fps": 1010.1806320628704, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 11, + "loss": 0.057769771064481425, + "val_fps": 1017.51059503176, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.30158730158730157, + "val_recall": 1.0, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4634146341463415, + "val_macro_f1": 0.4422336328626444 + }, + { + "epoch": 12, + "loss": 0.053165303242783395, + "val_fps": 1024.2384974851245, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.30158730158730157, + "val_recall": 1.0, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4634146341463415, + "val_macro_f1": 0.4422336328626444 + }, + { + "epoch": 13, + "loss": 0.04985510404672353, + "val_fps": 995.4849150694582, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 14, + "loss": 0.056292941733714075, + "val_fps": 1026.6403819876239, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.2878787878787879, + "val_recall": 1.0, + "val_specificity": 0.21666666666666667, + "val_f1": 0.4470588235294118, + "val_macro_f1": 0.40161160354552783 + }, + { + "epoch": 15, + "loss": 0.05220449980228178, + "val_fps": 947.9275093677927, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 16, + "loss": 0.052245026634585474, + "val_fps": 1023.3178745897619, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.30158730158730157, + "val_recall": 1.0, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4634146341463415, + "val_macro_f1": 0.4422336328626444 + }, + { + "epoch": 17, + "loss": 0.04744546866464999, + "val_fps": 1018.698427397829, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/agcn/metrics_test_clean.json b/results/main/seed_21/URFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..09e8e130a9c5697559e7cf018819a88a74a28efd --- /dev/null +++ b/results/main/seed_21/URFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 973.4137402214257, + "params": 208520, + "accuracy": 0.43209876543209874, + "precision": 0.2698412698412698, + "recall": 1.0, + "specificity": 0.28125, + "f1": 0.425, + "macro_f1": 0.4320121951219512 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/ctrgcn/best.pt b/results/main/seed_21/URFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..3487363d09747a7118764948e0c5a54c3bbf9c12 --- /dev/null +++ b/results/main/seed_21/URFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9c084ac6465f6b21fb82b22a820bc79436ddfd7ff9117550567dcf07f9e40f +size 1535165 diff --git a/results/main/seed_21/URFD/ctrgcn/history.json b/results/main/seed_21/URFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0d722115e974c63dc987e5c61bb48356db9f978a --- /dev/null +++ b/results/main/seed_21/URFD/ctrgcn/history.json @@ -0,0 +1,442 @@ +[ + { + "epoch": 1, + "loss": 0.08989486422750258, + "val_fps": 929.5228071110525, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 2, + "loss": 0.06891849685099817, + "val_fps": 993.4011591389451, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 3, + "loss": 0.06115839089597425, + "val_fps": 981.9751294473056, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.24324324324324326, + "val_recall": 0.9473684210526315, + "val_specificity": 0.06666666666666667, + "val_f1": 0.3870967741935484, + "val_macro_f1": 0.25508684863523573 + }, + { + "epoch": 4, + "loss": 0.06700585782527924, + "val_fps": 1011.4801022860539, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 5, + "loss": 0.06892080809320172, + "val_fps": 982.3738099999857, + "val_accuracy": 0.4936708860759494, + "val_precision": 0.3157894736842105, + "val_recall": 0.9473684210526315, + "val_specificity": 0.35, + "val_f1": 0.47368421052631576, + "val_macro_f1": 0.4929396662387676 + }, + { + "epoch": 6, + "loss": 0.06218093849958912, + "val_fps": 992.493318353236, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 7, + "loss": 0.06692317656932338, + "val_fps": 907.2440609039484, + "val_accuracy": 0.8607594936708861, + "val_precision": 0.6538461538461539, + "val_recall": 0.8947368421052632, + "val_specificity": 0.85, + "val_f1": 0.7555555555555555, + "val_macro_f1": 0.8291052114060964 + }, + { + "epoch": 8, + "loss": 0.06256324731774869, + "val_fps": 994.5837820624208, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 9, + "loss": 0.061127864485306126, + "val_fps": 993.7648025646201, + "val_accuracy": 0.6455696202531646, + "val_precision": 0.40425531914893614, + "val_recall": 1.0, + "val_specificity": 0.5333333333333333, + "val_f1": 0.5757575757575758, + "val_macro_f1": 0.6357048748353096 + }, + { + "epoch": 10, + "loss": 0.06916831121329338, + "val_fps": 1004.0504889214633, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 11, + "loss": 0.0625614843541576, + "val_fps": 972.5440707915778, + "val_accuracy": 0.5189873417721519, + "val_precision": 0.32727272727272727, + "val_recall": 0.9473684210526315, + "val_specificity": 0.38333333333333336, + "val_f1": 0.4864864864864865, + "val_macro_f1": 0.5170527670527671 + }, + { + "epoch": 12, + "loss": 0.0595912822792607, + "val_fps": 994.4260381543402, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 13, + "loss": 0.061388846546892195, + "val_fps": 993.8071708443879, + "val_accuracy": 0.9113924050632911, + "val_precision": 0.8333333333333334, + "val_recall": 0.7894736842105263, + "val_specificity": 0.95, + "val_f1": 0.8108108108108109, + "val_macro_f1": 0.8764797855706947 + }, + { + "epoch": 14, + "loss": 0.06109622535445998, + "val_fps": 996.2336013688628, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 15, + "loss": 0.05502068587849217, + "val_fps": 1000.923947950579, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.2878787878787879, + "val_recall": 1.0, + "val_specificity": 0.21666666666666667, + "val_f1": 0.4470588235294118, + "val_macro_f1": 0.40161160354552783 + }, + { + "epoch": 16, + "loss": 0.05423734349108512, + "val_fps": 973.2385021538736, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 17, + "loss": 0.053609666745028185, + "val_fps": 966.5826976855782, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 18, + "loss": 0.05264754226851848, + "val_fps": 973.2381448305039, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 19, + "loss": 0.051583131174406695, + "val_fps": 963.8779862448858, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 20, + "loss": 0.04294168786896813, + "val_fps": 912.7625985144409, + "val_accuracy": 0.9367088607594937, + "val_precision": 0.7916666666666666, + "val_recall": 1.0, + "val_specificity": 0.9166666666666666, + "val_f1": 0.8837209302325582, + "val_macro_f1": 0.9201213346814965 + }, + { + "epoch": 21, + "loss": 0.04914357239801076, + "val_fps": 998.4811905139866, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 22, + "loss": 0.05087247683155921, + "val_fps": 969.9193043862612, + "val_accuracy": 0.5189873417721519, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.36666666666666664, + "val_f1": 0.5, + "val_macro_f1": 0.5182926829268293 + }, + { + "epoch": 23, + "loss": 0.04666647020607225, + "val_fps": 971.8488147871109, + "val_accuracy": 0.5316455696202531, + "val_precision": 0.3392857142857143, + "val_recall": 1.0, + "val_specificity": 0.38333333333333336, + "val_f1": 0.5066666666666667, + "val_macro_f1": 0.5304417670682731 + }, + { + "epoch": 24, + "loss": 0.0658750783411726, + "val_fps": 889.892967132335, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.3064516129032258, + "val_recall": 1.0, + "val_specificity": 0.2833333333333333, + "val_f1": 0.4691358024691358, + "val_macro_f1": 0.4553471220137887 + }, + { + "epoch": 25, + "loss": 0.05067538343850644, + "val_fps": 984.3190316036046, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 26, + "loss": 0.05325235113982232, + "val_fps": 990.5237601982934, + "val_accuracy": 0.5949367088607594, + "val_precision": 0.37254901960784315, + "val_recall": 1.0, + "val_specificity": 0.4666666666666667, + "val_f1": 0.5428571428571428, + "val_macro_f1": 0.5896103896103896 + }, + { + "epoch": 27, + "loss": 0.043192515930821816, + "val_fps": 885.5127686952311, + "val_accuracy": 0.8354430379746836, + "val_precision": 0.59375, + "val_recall": 1.0, + "val_specificity": 0.7833333333333333, + "val_f1": 0.7450980392156863, + "val_macro_f1": 0.8118013560564412 + }, + { + "epoch": 28, + "loss": 0.04732146222264536, + "val_fps": 984.6729917143883, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.296875, + "val_recall": 1.0, + "val_specificity": 0.25, + "val_f1": 0.4578313253012048, + "val_macro_f1": 0.42891566265060244 + }, + { + "epoch": 29, + "loss": 0.05523463398698838, + "val_fps": 986.1215192759431, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 30, + "loss": 0.046713493403888515, + "val_fps": 998.3879500440712, + "val_accuracy": 0.9620253164556962, + "val_precision": 0.8636363636363636, + "val_recall": 1.0, + "val_specificity": 0.95, + "val_f1": 0.926829268292683, + "val_macro_f1": 0.9505941213258287 + }, + { + "epoch": 31, + "loss": 0.04726373890955602, + "val_fps": 949.6279298177957, + "val_accuracy": 0.5063291139240507, + "val_precision": 0.3275862068965517, + "val_recall": 1.0, + "val_specificity": 0.35, + "val_f1": 0.4935064935064935, + "val_macro_f1": 0.506012506012506 + }, + { + "epoch": 32, + "loss": 0.04706670770481709, + "val_fps": 979.5876757580841, + "val_accuracy": 0.8607594936708861, + "val_precision": 0.6333333333333333, + "val_recall": 1.0, + "val_specificity": 0.8166666666666667, + "val_f1": 0.7755102040816326, + "val_macro_f1": 0.837296386444486 + }, + { + "epoch": 33, + "loss": 0.03729322552680969, + "val_fps": 991.6935671514802, + "val_accuracy": 0.6582278481012658, + "val_precision": 0.41304347826086957, + "val_recall": 1.0, + "val_specificity": 0.55, + "val_f1": 0.5846153846153846, + "val_macro_f1": 0.6471464019851116 + }, + { + "epoch": 34, + "loss": 0.04485775914884383, + "val_fps": 987.0992498215495, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.30158730158730157, + "val_recall": 1.0, + "val_specificity": 0.26666666666666666, + "val_f1": 0.4634146341463415, + "val_macro_f1": 0.4422336328626444 + }, + { + "epoch": 35, + "loss": 0.03768333453204362, + "val_fps": 993.1189097965387, + "val_accuracy": 0.8860759493670886, + "val_precision": 0.6785714285714286, + "val_recall": 1.0, + "val_specificity": 0.85, + "val_f1": 0.8085106382978723, + "val_macro_f1": 0.8637147786083956 + }, + { + "epoch": 36, + "loss": 0.04235538077210226, + "val_fps": 994.7415643584355, + "val_accuracy": 0.7848101265822784, + "val_precision": 0.5294117647058824, + "val_recall": 0.9473684210526315, + "val_specificity": 0.7333333333333333, + "val_f1": 0.6792452830188679, + "val_macro_f1": 0.758670260557053 + }, + { + "epoch": 37, + "loss": 0.03663447487258142, + "val_fps": 996.5987012458164, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.3064516129032258, + "val_recall": 1.0, + "val_specificity": 0.2833333333333333, + "val_f1": 0.4691358024691358, + "val_macro_f1": 0.4553471220137887 + }, + { + "epoch": 38, + "loss": 0.04149131777305757, + "val_fps": 1011.9977288940324, + "val_accuracy": 0.8607594936708861, + "val_precision": 0.6333333333333333, + "val_recall": 1.0, + "val_specificity": 0.8166666666666667, + "val_f1": 0.7755102040816326, + "val_macro_f1": 0.837296386444486 + }, + { + "epoch": 39, + "loss": 0.03394231999353055, + "val_fps": 1006.1880402061455, + "val_accuracy": 0.3924050632911392, + "val_precision": 0.2835820895522388, + "val_recall": 1.0, + "val_specificity": 0.2, + "val_f1": 0.4418604651162791, + "val_macro_f1": 0.3875968992248062 + }, + { + "epoch": 40, + "loss": 0.04172354452912846, + "val_fps": 946.3516865049537, + "val_accuracy": 0.9113924050632911, + "val_precision": 0.7727272727272727, + "val_recall": 0.8947368421052632, + "val_specificity": 0.9166666666666666, + "val_f1": 0.8292682926829268, + "val_macro_f1": 0.8847196164269335 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/ctrgcn/metrics_test_clean.json b/results/main/seed_21/URFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..1066a5d8ff9abb68cb8444d5dcf3677d27b3b043 --- /dev/null +++ b/results/main/seed_21/URFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 927.0380324715494, + "params": 374984, + "accuracy": 0.7777777777777778, + "precision": 0.48, + "recall": 0.7058823529411765, + "specificity": 0.796875, + "f1": 0.5714285714285714, + "macro_f1": 0.7107142857142856 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/dynafall/best.pt b/results/main/seed_21/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e927adbd27f5914ddc21029d1a2b839cb82aee97 --- /dev/null +++ b/results/main/seed_21/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc32dbe661d99b9be0a6ac588338a2197b617e98fb291c3faedfdfd5fbaf590 +size 1265049 diff --git a/results/main/seed_21/URFD/dynafall/history.json b/results/main/seed_21/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..c138a3cfbcd92d054fb05d4b378799dfb9c6d4e0 --- /dev/null +++ b/results/main/seed_21/URFD/dynafall/history.json @@ -0,0 +1,409 @@ +[ + { + "epoch": 1, + "loss": 0.0838766775784954, + "val_fps": 926.4992551250253, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 2, + "loss": 0.07812210400739024, + "val_fps": 957.6589733451847, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.07511443524591384, + "val_fps": 934.810531327975, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 4, + "loss": 0.07168829170686583, + "val_fps": 942.1648319657518, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 5, + "loss": 0.06127691232869702, + "val_fps": 952.419226930777, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.2833333333333333, + "val_recall": 0.8947368421052632, + "val_specificity": 0.2833333333333333, + "val_f1": 0.43037974683544306, + "val_macro_f1": 0.43037974683544306 + }, + { + "epoch": 6, + "loss": 0.054719075079887144, + "val_fps": 979.2982623868687, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 7, + "loss": 0.06364622892391297, + "val_fps": 983.924351817988, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.3, + "val_recall": 0.9473684210526315, + "val_specificity": 0.3, + "val_f1": 0.45569620253164556, + "val_macro_f1": 0.45569620253164556 + }, + { + "epoch": 8, + "loss": 0.05570163283376924, + "val_fps": 929.9080085091595, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + }, + { + "epoch": 9, + "loss": 0.060009531796939915, + "val_fps": 945.0004528728539, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 10, + "loss": 0.05403335236253277, + "val_fps": 940.5673563457285, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 11, + "loss": 0.04761774327245451, + "val_fps": 914.0925810295948, + "val_accuracy": 0.8227848101265823, + "val_precision": 0.5862068965517241, + "val_recall": 0.8947368421052632, + "val_specificity": 0.8, + "val_f1": 0.7083333333333334, + "val_macro_f1": 0.790530303030303 + }, + { + "epoch": 12, + "loss": 0.041804881285755865, + "val_fps": 969.870088024588, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 13, + "loss": 0.038540238454457254, + "val_fps": 983.4078578556872, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 14, + "loss": 0.044665042010526505, + "val_fps": 982.3905002976625, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.2878787878787879, + "val_recall": 1.0, + "val_specificity": 0.21666666666666667, + "val_f1": 0.4470588235294118, + "val_macro_f1": 0.40161160354552783 + }, + { + "epoch": 15, + "loss": 0.04171280466741131, + "val_fps": 977.197393366261, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.2878787878787879, + "val_recall": 1.0, + "val_specificity": 0.21666666666666667, + "val_f1": 0.4470588235294118, + "val_macro_f1": 0.40161160354552783 + }, + { + "epoch": 16, + "loss": 0.04000184883273417, + "val_fps": 991.1637327494336, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 17, + "loss": 0.04681387543678284, + "val_fps": 969.6905538683244, + "val_accuracy": 0.8860759493670886, + "val_precision": 0.8571428571428571, + "val_recall": 0.631578947368421, + "val_specificity": 0.9666666666666667, + "val_f1": 0.7272727272727273, + "val_macro_f1": 0.8276363636363637 + }, + { + "epoch": 18, + "loss": 0.062337193217489026, + "val_fps": 971.6038731468356, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.26785714285714285, + "val_recall": 0.7894736842105263, + "val_specificity": 0.31666666666666665, + "val_f1": 0.4, + "val_macro_f1": 0.42891566265060244 + }, + { + "epoch": 19, + "loss": 0.05204774102857036, + "val_fps": 979.1960569149369, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 20, + "loss": 0.04090028664758129, + "val_fps": 972.1779170679749, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.296875, + "val_recall": 1.0, + "val_specificity": 0.25, + "val_f1": 0.4578313253012048, + "val_macro_f1": 0.42891566265060244 + }, + { + "epoch": 21, + "loss": 0.05301251178306918, + "val_fps": 974.9941790532191, + "val_accuracy": 0.4810126582278481, + "val_precision": 0.31666666666666665, + "val_recall": 1.0, + "val_specificity": 0.31666666666666665, + "val_f1": 0.4810126582278481, + "val_macro_f1": 0.4810126582278481 + }, + { + "epoch": 22, + "loss": 0.04281335459240983, + "val_fps": 962.2201111747949, + "val_accuracy": 0.569620253164557, + "val_precision": 0.35294117647058826, + "val_recall": 0.9473684210526315, + "val_specificity": 0.45, + "val_f1": 0.5142857142857142, + "val_macro_f1": 0.563961038961039 + }, + { + "epoch": 23, + "loss": 0.05549150945678834, + "val_fps": 989.5602700324798, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2857142857142857, + "val_recall": 0.9473684210526315, + "val_specificity": 0.25, + "val_f1": 0.43902439024390244, + "val_macro_f1": 0.41688061617458283 + }, + { + "epoch": 24, + "loss": 0.04047631724707542, + "val_fps": 956.069072497652, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 25, + "loss": 0.041795330482625195, + "val_fps": 968.5202735339816, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 26, + "loss": 0.042554914230300535, + "val_fps": 949.695484911677, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 27, + "loss": 0.05017588235017273, + "val_fps": 1030.6908083010403, + "val_accuracy": 0.9240506329113924, + "val_precision": 0.8421052631578947, + "val_recall": 0.8421052631578947, + "val_specificity": 0.95, + "val_f1": 0.8421052631578947, + "val_macro_f1": 0.8960526315789473 + }, + { + "epoch": 28, + "loss": 0.0388468238224666, + "val_fps": 971.1437672139231, + "val_accuracy": 0.5189873417721519, + "val_precision": 0.32727272727272727, + "val_recall": 0.9473684210526315, + "val_specificity": 0.38333333333333336, + "val_f1": 0.4864864864864865, + "val_macro_f1": 0.5170527670527671 + }, + { + "epoch": 29, + "loss": 0.04560041752073073, + "val_fps": 977.029878380256, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 30, + "loss": 0.034424057423753006, + "val_fps": 955.5165584968422, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 31, + "loss": 0.03646150970410916, + "val_fps": 954.0094371639707, + "val_accuracy": 0.46835443037974683, + "val_precision": 0.3114754098360656, + "val_recall": 1.0, + "val_specificity": 0.3, + "val_f1": 0.475, + "val_macro_f1": 0.46826923076923077 + }, + { + "epoch": 32, + "loss": 0.035548621608364965, + "val_fps": 1024.7228447480745, + "val_accuracy": 0.8734177215189873, + "val_precision": 0.7647058823529411, + "val_recall": 0.6842105263157895, + "val_specificity": 0.9333333333333333, + "val_f1": 0.7222222222222222, + "val_macro_f1": 0.8201275045537341 + }, + { + "epoch": 33, + "loss": 0.0507217837317336, + "val_fps": 939.2549177271147, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 34, + "loss": 0.04058563667199304, + "val_fps": 952.4490633812302, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2923076923076923, + "val_recall": 1.0, + "val_specificity": 0.23333333333333334, + "val_f1": 0.4523809523809524, + "val_macro_f1": 0.4153796653796654 + }, + { + "epoch": 35, + "loss": 0.03932642750442028, + "val_fps": 957.0077940438673, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.29508196721311475, + "val_recall": 0.9473684210526315, + "val_specificity": 0.2833333333333333, + "val_f1": 0.45, + "val_macro_f1": 0.44294871794871793 + }, + { + "epoch": 36, + "loss": 0.04397614113986492, + "val_fps": 952.8352985957313, + "val_accuracy": 0.8987341772151899, + "val_precision": 0.7391304347826086, + "val_recall": 0.8947368421052632, + "val_specificity": 0.9, + "val_f1": 0.8095238095238095, + "val_macro_f1": 0.8702791461412152 + }, + { + "epoch": 37, + "loss": 0.0345714405655951, + "val_fps": 929.7268725333095, + "val_accuracy": 0.4810126582278481, + "val_precision": 0.3103448275862069, + "val_recall": 0.9473684210526315, + "val_specificity": 0.3333333333333333, + "val_f1": 0.4675324675324675, + "val_macro_f1": 0.4806798140131473 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/dynafall/metrics_test_clean.json b/results/main/seed_21/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..498ad94feefafff7912299fb08e549d94b75b346 --- /dev/null +++ b/results/main/seed_21/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 897.2426427812655, + "params": 307017, + "accuracy": 0.8024691358024691, + "precision": 0.5238095238095238, + "recall": 0.6470588235294118, + "specificity": 0.84375, + "f1": 0.5789473684210527, + "macro_f1": 0.7249575551782683 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/lstm/best.pt b/results/main/seed_21/URFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..ca1d703764d45cc73e35ecf46ffeaa194975649e --- /dev/null +++ b/results/main/seed_21/URFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc443bf03756fa28013cf195b11ae1788ea77efa2fdfb18a2bbfe1079aba0bb8 +size 462662 diff --git a/results/main/seed_21/URFD/lstm/history.json b/results/main/seed_21/URFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0ae360b26b78e658897c45637dee14bbfa5cf27c --- /dev/null +++ b/results/main/seed_21/URFD/lstm/history.json @@ -0,0 +1,277 @@ +[ + { + "epoch": 1, + "loss": 0.08891187692361494, + "val_fps": 1086.582185756361, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 2, + "loss": 0.06785378821434514, + "val_fps": 1112.5401988241088, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.0654516776482905, + "val_fps": 1128.4059054591085, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 4, + "loss": 0.06245152748400165, + "val_fps": 1089.2454963631017, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + }, + { + "epoch": 5, + "loss": 0.06051532515595036, + "val_fps": 1028.5521134815988, + "val_accuracy": 0.3924050632911392, + "val_precision": 0.2835820895522388, + "val_recall": 1.0, + "val_specificity": 0.2, + "val_f1": 0.4418604651162791, + "val_macro_f1": 0.3875968992248062 + }, + { + "epoch": 6, + "loss": 0.058551397895620715, + "val_fps": 1027.4201694884193, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 7, + "loss": 0.058367173698159955, + "val_fps": 1128.0918469416415, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 8, + "loss": 0.05598957163672293, + "val_fps": 1123.8061355019283, + "val_accuracy": 0.34177215189873417, + "val_precision": 0.2676056338028169, + "val_recall": 1.0, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4222222222222222, + "val_macro_f1": 0.3287581699346405 + }, + { + "epoch": 9, + "loss": 0.05899987706253605, + "val_fps": 1069.4879694460842, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 10, + "loss": 0.05810899653982732, + "val_fps": 1134.5188306983885, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 11, + "loss": 0.051902398106551936, + "val_fps": 1141.6137375644057, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 12, + "loss": 0.049604021433380344, + "val_fps": 1149.524067169726, + "val_accuracy": 0.4050632911392405, + "val_precision": 0.2878787878787879, + "val_recall": 1.0, + "val_specificity": 0.21666666666666667, + "val_f1": 0.4470588235294118, + "val_macro_f1": 0.40161160354552783 + }, + { + "epoch": 13, + "loss": 0.05073869354542224, + "val_fps": 1140.3719988096389, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 14, + "loss": 0.05485741313426725, + "val_fps": 1108.439429747289, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 15, + "loss": 0.04643682735942064, + "val_fps": 1080.7541674513996, + "val_accuracy": 0.7341772151898734, + "val_precision": 0.475, + "val_recall": 1.0, + "val_specificity": 0.65, + "val_f1": 0.6440677966101694, + "val_macro_f1": 0.7159732922444786 + }, + { + "epoch": 16, + "loss": 0.05849134297140183, + "val_fps": 1140.5396049204323, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 17, + "loss": 0.05160813272419956, + "val_fps": 1141.0491348602186, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 18, + "loss": 0.05104177865770555, + "val_fps": 1154.8000772611226, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 19, + "loss": 0.04286269732420483, + "val_fps": 1135.6286702634702, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 20, + "loss": 0.04870014340286293, + "val_fps": 1124.5617070487835, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 21, + "loss": 0.04995878951083268, + "val_fps": 1069.0694222587074, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 22, + "loss": 0.04725360443755504, + "val_fps": 1143.2885128700887, + "val_accuracy": 0.5063291139240507, + "val_precision": 0.3275862068965517, + "val_recall": 1.0, + "val_specificity": 0.35, + "val_f1": 0.4935064935064935, + "val_macro_f1": 0.506012506012506 + }, + { + "epoch": 23, + "loss": 0.057589087815534686, + "val_fps": 1129.0974410874228, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 24, + "loss": 0.04753577595035876, + "val_fps": 1139.6693440856984, + "val_accuracy": 0.3670886075949367, + "val_precision": 0.2753623188405797, + "val_recall": 1.0, + "val_specificity": 0.16666666666666666, + "val_f1": 0.4318181818181818, + "val_macro_f1": 0.35876623376623373 + }, + { + "epoch": 25, + "loss": 0.038556759275736346, + "val_fps": 1151.9453525633844, + "val_accuracy": 0.4810126582278481, + "val_precision": 0.31666666666666665, + "val_recall": 1.0, + "val_specificity": 0.31666666666666665, + "val_f1": 0.4810126582278481, + "val_macro_f1": 0.4810126582278481 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/lstm/metrics_test_clean.json b/results/main/seed_21/URFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..e3e2fe3bf14f3702e8248c15104f73fbf407084b --- /dev/null +++ b/results/main/seed_21/URFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 1146.906954954491, + "params": 114818, + "accuracy": 0.7037037037037037, + "precision": 0.37037037037037035, + "recall": 0.5882352941176471, + "specificity": 0.734375, + "f1": 0.45454545454545453, + "macro_f1": 0.6255778120184899 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/posec3d/best.pt b/results/main/seed_21/URFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..460f9379eba84e5016ac4648bee8a52971cde68a --- /dev/null +++ b/results/main/seed_21/URFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980cfed051218a3444bf95c71518ec12aa81866d83bcd51cf15cc01408e48634 +size 63921 diff --git a/results/main/seed_21/URFD/posec3d/history.json b/results/main/seed_21/URFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..8ff3653789b60500082ec941e66420f58f3edc60 --- /dev/null +++ b/results/main/seed_21/URFD/posec3d/history.json @@ -0,0 +1,343 @@ +[ + { + "epoch": 1, + "loss": 0.08514534297489351, + "val_fps": 920.6377800572121, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 2, + "loss": 0.08467878112869878, + "val_fps": 976.2283511727029, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 3, + "loss": 0.08615103916775796, + "val_fps": 926.2800558238506, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 4, + "loss": 0.08218304452396208, + "val_fps": 971.4799911076858, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 5, + "loss": 0.08125531216782908, + "val_fps": 949.0073492530042, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 6, + "loss": 0.07930805233697738, + "val_fps": 913.2320148000562, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 7, + "loss": 0.07769744326510737, + "val_fps": 972.6924052832537, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 8, + "loss": 0.0783173986259968, + "val_fps": 961.419641865715, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 9, + "loss": 0.08079519603521593, + "val_fps": 953.6332278638796, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 10, + "loss": 0.07591377402986249, + "val_fps": 959.8933782584753, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 11, + "loss": 0.07687963485237091, + "val_fps": 916.7371494198395, + "val_accuracy": 0.569620253164557, + "val_precision": 0.32558139534883723, + "val_recall": 0.7368421052631579, + "val_specificity": 0.5166666666666667, + "val_f1": 0.45161290322580644, + "val_macro_f1": 0.5487231182795699 + }, + { + "epoch": 12, + "loss": 0.07524393078300261, + "val_fps": 944.349011185399, + "val_accuracy": 0.6835443037974683, + "val_precision": 0.40625, + "val_recall": 0.6842105263157895, + "val_specificity": 0.6833333333333333, + "val_f1": 0.5098039215686274, + "val_macro_f1": 0.6380795308777716 + }, + { + "epoch": 13, + "loss": 0.07548738943953667, + "val_fps": 935.4235602563751, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 14, + "loss": 0.07142660178003772, + "val_fps": 972.3619849143225, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 15, + "loss": 0.0785253619955432, + "val_fps": 937.6238173699331, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 16, + "loss": 0.07717618298146033, + "val_fps": 968.9159703228835, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 17, + "loss": 0.07280181132016643, + "val_fps": 956.9251715678748, + "val_accuracy": 0.5443037974683544, + "val_precision": 0.3111111111111111, + "val_recall": 0.7368421052631579, + "val_specificity": 0.48333333333333334, + "val_f1": 0.4375, + "val_macro_f1": 0.5272606382978724 + }, + { + "epoch": 18, + "loss": 0.07100635310334544, + "val_fps": 958.4127971856478, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.22580645161290322, + "val_recall": 0.7368421052631579, + "val_specificity": 0.2, + "val_f1": 0.345679012345679, + "val_macro_f1": 0.32868366201699534 + }, + { + "epoch": 19, + "loss": 0.0767041145553512, + "val_fps": 928.2721842531599, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 20, + "loss": 0.07350155747225208, + "val_fps": 927.0474441087814, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 21, + "loss": 0.0735222796999639, + "val_fps": 957.1165756076259, + "val_accuracy": 0.8354430379746836, + "val_precision": 0.875, + "val_recall": 0.3684210526315789, + "val_specificity": 0.9833333333333333, + "val_f1": 0.5185185185185185, + "val_macro_f1": 0.7096409386485723 + }, + { + "epoch": 22, + "loss": 0.06959648826910604, + "val_fps": 963.7334555269348, + "val_accuracy": 0.7974683544303798, + "val_precision": 1.0, + "val_recall": 0.15789473684210525, + "val_specificity": 1.0, + "val_f1": 0.2727272727272727, + "val_macro_f1": 0.5775401069518716 + }, + { + "epoch": 23, + "loss": 0.06834194052123255, + "val_fps": 967.862560456036, + "val_accuracy": 0.43037974683544306, + "val_precision": 0.25925925925925924, + "val_recall": 0.7368421052631579, + "val_specificity": 0.3333333333333333, + "val_f1": 0.3835616438356164, + "val_macro_f1": 0.42707493956486703 + }, + { + "epoch": 24, + "loss": 0.06689239906207207, + "val_fps": 953.6060508725673, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 25, + "loss": 0.06671616723460536, + "val_fps": 948.1798301314258, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 26, + "loss": 0.06483886030412489, + "val_fps": 930.7010792215456, + "val_accuracy": 0.4430379746835443, + "val_precision": 0.2641509433962264, + "val_recall": 0.7368421052631579, + "val_specificity": 0.35, + "val_f1": 0.3888888888888889, + "val_macro_f1": 0.4386304909560723 + }, + { + "epoch": 27, + "loss": 0.06709915603841504, + "val_fps": 962.8238684136237, + "val_accuracy": 0.8227848101265823, + "val_precision": 1.0, + "val_recall": 0.2631578947368421, + "val_specificity": 1.0, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.6560945273631841 + }, + { + "epoch": 28, + "loss": 0.06920069840646559, + "val_fps": 939.03656515369, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 29, + "loss": 0.06590943290821967, + "val_fps": 962.9577630604495, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + }, + { + "epoch": 30, + "loss": 0.06609281008282016, + "val_fps": 947.6379611511979, + "val_accuracy": 0.6582278481012658, + "val_precision": 0.3888888888888889, + "val_recall": 0.7368421052631579, + "val_specificity": 0.6333333333333333, + "val_f1": 0.509090909090909, + "val_macro_f1": 0.6234774933804059 + }, + { + "epoch": 31, + "loss": 0.06680736486469546, + "val_fps": 900.479445451711, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2571428571428571, + "val_recall": 0.9473684210526315, + "val_specificity": 0.13333333333333333, + "val_f1": 0.4044943820224719, + "val_macro_f1": 0.3181892199967432 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/posec3d/metrics_test_clean.json b/results/main/seed_21/URFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..56ca135e0aa7f340db452f38eabdebbad39c2b02 --- /dev/null +++ b/results/main/seed_21/URFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 899.3641621223951, + "params": 14466, + "accuracy": 0.7037037037037037, + "precision": 0.23076923076923078, + "recall": 0.17647058823529413, + "specificity": 0.84375, + "f1": 0.2, + "macro_f1": 0.5090909090909091 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/stgcn/best.pt b/results/main/seed_21/URFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..58b948212db332447471065cc3ad9d931f52d88c --- /dev/null +++ b/results/main/seed_21/URFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aab94ccc3b06e36ec80dbedd37501f17ff1e204d9882df8b004e3239e7050f4 +size 430405 diff --git a/results/main/seed_21/URFD/stgcn/history.json b/results/main/seed_21/URFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..7df6e376cd4e84ffd48e705df7a279d507266c92 --- /dev/null +++ b/results/main/seed_21/URFD/stgcn/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07496312909549283, + "val_fps": 996.8331438355173, + "val_accuracy": 0.6835443037974683, + "val_precision": 0.42105263157894735, + "val_recall": 0.8421052631578947, + "val_specificity": 0.6333333333333333, + "val_f1": 0.5614035087719298, + "val_macro_f1": 0.6569393781483411 + }, + { + "epoch": 2, + "loss": 0.06214878239458607, + "val_fps": 1036.2604285874197, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 3, + "loss": 0.06420625457840581, + "val_fps": 1047.3759637071287, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 4, + "loss": 0.06403475711422582, + "val_fps": 1049.9898832323015, + "val_accuracy": 0.7468354430379747, + "val_precision": 0.4857142857142857, + "val_recall": 0.8947368421052632, + "val_specificity": 0.7, + "val_f1": 0.6296296296296297, + "val_macro_f1": 0.7186609686609686 + }, + { + "epoch": 5, + "loss": 0.06188976836781348, + "val_fps": 1008.9397682769996, + "val_accuracy": 0.7088607594936709, + "val_precision": 0.4473684210526316, + "val_recall": 0.8947368421052632, + "val_specificity": 0.65, + "val_f1": 0.5964912280701754, + "val_macro_f1": 0.6843842278964738 + }, + { + "epoch": 6, + "loss": 0.06147542487709753, + "val_fps": 1046.9198565446761, + "val_accuracy": 0.379746835443038, + "val_precision": 0.27941176470588236, + "val_recall": 1.0, + "val_specificity": 0.18333333333333332, + "val_f1": 0.4367816091954023, + "val_macro_f1": 0.37332038206248985 + }, + { + "epoch": 7, + "loss": 0.05916032363330164, + "val_fps": 979.112248749553, + "val_accuracy": 0.3037974683544304, + "val_precision": 0.25675675675675674, + "val_recall": 1.0, + "val_specificity": 0.08333333333333333, + "val_f1": 0.40860215053763443, + "val_macro_f1": 0.2812241521918941 + }, + { + "epoch": 8, + "loss": 0.0625534346026759, + "val_fps": 1029.626011737665, + "val_accuracy": 0.46835443037974683, + "val_precision": 0.3114754098360656, + "val_recall": 1.0, + "val_specificity": 0.3, + "val_f1": 0.475, + "val_macro_f1": 0.46826923076923077 + }, + { + "epoch": 9, + "loss": 0.0558997976082948, + "val_fps": 974.6891949546286, + "val_accuracy": 0.4177215189873418, + "val_precision": 0.2923076923076923, + "val_recall": 1.0, + "val_specificity": 0.23333333333333334, + "val_f1": 0.4523809523809524, + "val_macro_f1": 0.4153796653796654 + }, + { + "epoch": 10, + "loss": 0.05863430194797054, + "val_fps": 1036.3262486466463, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 11, + "loss": 0.0597508899386852, + "val_fps": 1040.7833124942983, + "val_accuracy": 0.5189873417721519, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.36666666666666664, + "val_f1": 0.5, + "val_macro_f1": 0.5182926829268293 + }, + { + "epoch": 12, + "loss": 0.05251386112743808, + "val_fps": 1028.5672418756892, + "val_accuracy": 0.45569620253164556, + "val_precision": 0.3064516129032258, + "val_recall": 1.0, + "val_specificity": 0.2833333333333333, + "val_f1": 0.4691358024691358, + "val_macro_f1": 0.4553471220137887 + }, + { + "epoch": 13, + "loss": 0.05281223248570196, + "val_fps": 1025.346668309466, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 14, + "loss": 0.04780365364445794, + "val_fps": 980.3654748261911, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/stgcn/metrics_test_clean.json b/results/main/seed_21/URFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..f7427a458341cc147d7dd80cd9e51d15c55dbc58 --- /dev/null +++ b/results/main/seed_21/URFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 1012.1207395645934, + "params": 103394, + "accuracy": 0.6790123456790124, + "precision": 0.3448275862068966, + "recall": 0.5882352941176471, + "specificity": 0.703125, + "f1": 0.43478260869565216, + "macro_f1": 0.6053223388305847 +} \ No newline at end of file diff --git a/results/main/seed_21/URFD/tcnte/best.pt b/results/main/seed_21/URFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..0a5460a765ab25cd1fdbb45f121a39a5bb8980ae --- /dev/null +++ b/results/main/seed_21/URFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c116f92472a387f3e4e91c6d05d342433915e37855901689b42dbe37df65de +size 851281 diff --git a/results/main/seed_21/URFD/tcnte/history.json b/results/main/seed_21/URFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..228a09c9a11535a513ecf8d9230a2cfa3e25d862 --- /dev/null +++ b/results/main/seed_21/URFD/tcnte/history.json @@ -0,0 +1,145 @@ +[ + { + "epoch": 1, + "loss": 0.12596983090043068, + "val_fps": 960.6600380671216, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 2, + "loss": 0.07209189488522467, + "val_fps": 1073.028341648627, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 3, + "loss": 0.06144452215202393, + "val_fps": 1061.9500781981542, + "val_accuracy": 0.35443037974683544, + "val_precision": 0.2714285714285714, + "val_recall": 1.0, + "val_specificity": 0.15, + "val_f1": 0.42696629213483145, + "val_macro_f1": 0.3439179286761114 + }, + { + "epoch": 4, + "loss": 0.06333890686472578, + "val_fps": 1059.5773934049625, + "val_accuracy": 0.2911392405063291, + "val_precision": 0.25333333333333335, + "val_recall": 1.0, + "val_specificity": 0.06666666666666667, + "val_f1": 0.40425531914893614, + "val_macro_f1": 0.2646276595744681 + }, + { + "epoch": 5, + "loss": 0.05945144239212236, + "val_fps": 1052.3304949993412, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + }, + { + "epoch": 6, + "loss": 0.06304402733522077, + "val_fps": 1065.244864627022, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 7, + "loss": 0.059683833812032974, + "val_fps": 1066.7332112636216, + "val_accuracy": 0.26582278481012656, + "val_precision": 0.24675324675324675, + "val_recall": 1.0, + "val_specificity": 0.03333333333333333, + "val_f1": 0.3958333333333333, + "val_macro_f1": 0.2301747311827957 + }, + { + "epoch": 8, + "loss": 0.06735917745578673, + "val_fps": 1084.4616172677943, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 9, + "loss": 0.10151847067379183, + "val_fps": 1062.5332548431757, + "val_accuracy": 0.24050632911392406, + "val_precision": 0.24050632911392406, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.3877551020408163, + "val_macro_f1": 0.19387755102040816 + }, + { + "epoch": 10, + "loss": 0.06809654363220738, + "val_fps": 1078.80063425522, + "val_accuracy": 0.25316455696202533, + "val_precision": 0.24358974358974358, + "val_recall": 1.0, + "val_specificity": 0.016666666666666666, + "val_f1": 0.3917525773195876, + "val_macro_f1": 0.21226973128274462 + }, + { + "epoch": 11, + "loss": 0.06144193511816763, + "val_fps": 1038.752777852511, + "val_accuracy": 0.3291139240506329, + "val_precision": 0.2638888888888889, + "val_recall": 1.0, + "val_specificity": 0.11666666666666667, + "val_f1": 0.4175824175824176, + "val_macro_f1": 0.3132688207315073 + }, + { + "epoch": 12, + "loss": 0.055426167264100046, + "val_fps": 1020.881264116524, + "val_accuracy": 0.31645569620253167, + "val_precision": 0.2602739726027397, + "val_recall": 1.0, + "val_specificity": 0.1, + "val_f1": 0.41304347826086957, + "val_macro_f1": 0.2974308300395257 + }, + { + "epoch": 13, + "loss": 0.0640627485850165, + "val_fps": 1070.5609705340682, + "val_accuracy": 0.27848101265822783, + "val_precision": 0.25, + "val_recall": 1.0, + "val_specificity": 0.05, + "val_f1": 0.4, + "val_macro_f1": 0.24761904761904763 + } +] \ No newline at end of file diff --git a/results/main/seed_21/URFD/tcnte/metrics_test_clean.json b/results/main/seed_21/URFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..2736b845830da132de1ab86c504bac31dd4615d4 --- /dev/null +++ b/results/main/seed_21/URFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 955.5512159081137, + "params": 210242, + "accuracy": 0.5555555555555556, + "precision": 0.2978723404255319, + "recall": 0.8235294117647058, + "specificity": 0.484375, + "f1": 0.4375, + "macro_f1": 0.5350765306122449 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/agcn/best.pt b/results/main/seed_7/MCFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e189d8a4c05d701ccfa8d4720027736078df7102 --- /dev/null +++ b/results/main/seed_7/MCFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe081b86e69b82ba35596739fafa9022fb47113da137a31f9514e636ed27c118 +size 867809 diff --git a/results/main/seed_7/MCFD/agcn/history.json b/results/main/seed_7/MCFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..8edd35dd6955669c4f1afaa96683d3b4f4845fed --- /dev/null +++ b/results/main/seed_7/MCFD/agcn/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.05389264053438485, + "val_fps": 3807.7770033477827, + "val_accuracy": 0.222692036645525, + "val_precision": 1.0, + "val_recall": 0.222692036645525, + "val_specificity": 0.0, + "val_f1": 0.3642651296829971, + "val_macro_f1": 0.18213256484149856 + }, + { + "epoch": 2, + "loss": 0.04950656809111592, + "val_fps": 4100.051682707463, + "val_accuracy": 0.21634954193093728, + "val_precision": 1.0, + "val_recall": 0.21634954193093728, + "val_specificity": 0.0, + "val_f1": 0.35573580533024335, + "val_macro_f1": 0.17786790266512167 + }, + { + "epoch": 3, + "loss": 0.050001535892159076, + "val_fps": 4006.0817665761388, + "val_accuracy": 0.5236081747709654, + "val_precision": 1.0, + "val_recall": 0.5236081747709654, + "val_specificity": 0.0, + "val_f1": 0.6873265494912119, + "val_macro_f1": 0.34366327474560593 + }, + { + "epoch": 4, + "loss": 0.04682438307130356, + "val_fps": 3662.003912281647, + "val_accuracy": 0.164200140944327, + "val_precision": 1.0, + "val_recall": 0.164200140944327, + "val_specificity": 0.0, + "val_f1": 0.2820823244552058, + "val_macro_f1": 0.1410411622276029 + }, + { + "epoch": 5, + "loss": 0.0458338534403914, + "val_fps": 3800.0418064951596, + "val_accuracy": 0.2642706131078224, + "val_precision": 1.0, + "val_recall": 0.2642706131078224, + "val_specificity": 0.0, + "val_f1": 0.4180602006688963, + "val_macro_f1": 0.20903010033444816 + }, + { + "epoch": 6, + "loss": 0.044822476406580235, + "val_fps": 3798.4921541713097, + "val_accuracy": 0.13107822410147993, + "val_precision": 1.0, + "val_recall": 0.13107822410147993, + "val_specificity": 0.0, + "val_f1": 0.23177570093457944, + "val_macro_f1": 0.11588785046728972 + }, + { + "epoch": 7, + "loss": 0.044060724733318415, + "val_fps": 3927.3429434240993, + "val_accuracy": 0.6222692036645525, + "val_precision": 1.0, + "val_recall": 0.6222692036645525, + "val_specificity": 0.0, + "val_f1": 0.7671589921807124, + "val_macro_f1": 0.3835794960903562 + }, + { + "epoch": 8, + "loss": 0.04255260774658136, + "val_fps": 3932.412751974772, + "val_accuracy": 0.1726568005637773, + "val_precision": 1.0, + "val_recall": 0.1726568005637773, + "val_specificity": 0.0, + "val_f1": 0.29447115384615385, + "val_macro_f1": 0.14723557692307693 + }, + { + "epoch": 9, + "loss": 0.041933083985720175, + "val_fps": 4060.7864841950154, + "val_accuracy": 0.2748414376321353, + "val_precision": 1.0, + "val_recall": 0.2748414376321353, + "val_specificity": 0.0, + "val_f1": 0.4311774461028192, + "val_macro_f1": 0.2155887230514096 + }, + { + "epoch": 10, + "loss": 0.041883569504638764, + "val_fps": 4052.8593924076517, + "val_accuracy": 0.3608174770965469, + "val_precision": 1.0, + "val_recall": 0.3608174770965469, + "val_specificity": 0.0, + "val_f1": 0.5302951838425686, + "val_macro_f1": 0.2651475919212843 + }, + { + "epoch": 11, + "loss": 0.04175962914611846, + "val_fps": 3970.3404737537867, + "val_accuracy": 0.4763918252290345, + "val_precision": 1.0, + "val_recall": 0.4763918252290345, + "val_specificity": 0.0, + "val_f1": 0.645346062052506, + "val_macro_f1": 0.322673031026253 + }, + { + "epoch": 12, + "loss": 0.04067350559819671, + "val_fps": 3953.6810250560065, + "val_accuracy": 0.3883016208597604, + "val_precision": 1.0, + "val_recall": 0.3883016208597604, + "val_specificity": 0.0, + "val_f1": 0.5593908629441624, + "val_macro_f1": 0.2796954314720812 + }, + { + "epoch": 13, + "loss": 0.04039525998145155, + "val_fps": 3874.542329705136, + "val_accuracy": 0.24665257223396758, + "val_precision": 1.0, + "val_recall": 0.24665257223396758, + "val_specificity": 0.0, + "val_f1": 0.395703787450537, + "val_macro_f1": 0.1978518937252685 + }, + { + "epoch": 14, + "loss": 0.03983558942468799, + "val_fps": 4074.329921147643, + "val_accuracy": 0.21212121212121213, + "val_precision": 1.0, + "val_recall": 0.21212121212121213, + "val_specificity": 0.0, + "val_f1": 0.35, + "val_macro_f1": 0.175 + }, + { + "epoch": 15, + "loss": 0.039152621158531735, + "val_fps": 3822.9618109552225, + "val_accuracy": 0.25299506694855534, + "val_precision": 1.0, + "val_recall": 0.25299506694855534, + "val_specificity": 0.0, + "val_f1": 0.40382452193475815, + "val_macro_f1": 0.20191226096737908 + }, + { + "epoch": 16, + "loss": 0.039457035420558985, + "val_fps": 3994.876560598322, + "val_accuracy": 0.39112050739957716, + "val_precision": 1.0, + "val_recall": 0.39112050739957716, + "val_specificity": 0.0, + "val_f1": 0.5623100303951368, + "val_macro_f1": 0.2811550151975684 + }, + { + "epoch": 17, + "loss": 0.03870525844746051, + "val_fps": 3899.6761378571614, + "val_accuracy": 0.4665257223396758, + "val_precision": 1.0, + "val_recall": 0.4665257223396758, + "val_specificity": 0.0, + "val_f1": 0.636232580490149, + "val_macro_f1": 0.3181162902450745 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/agcn/metrics_test_clean.json b/results/main/seed_7/MCFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..df4e4922ad7e359c669c6e7841c503d0f5a7fe96 --- /dev/null +++ b/results/main/seed_7/MCFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 4346.044344499724, + "params": 208520, + "accuracy": 0.6644914491449145, + "precision": 0.5647342995169082, + "recall": 0.6645821489482661, + "specificity": 0.6644320297951583, + "f1": 0.6106032906764168, + "macro_f1": 0.6579405067732746 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/ctrgcn/best.pt b/results/main/seed_7/MCFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..95c402088912878608362d0f03f4224deb44c257 --- /dev/null +++ b/results/main/seed_7/MCFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279f030ed2dc4db5bed1087260ca2281ed69f95c5712558c0dca974bdf129ec8 +size 1535165 diff --git a/results/main/seed_7/MCFD/ctrgcn/history.json b/results/main/seed_7/MCFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..b056cdd7e7448b25ae93fba651d533c71a418c23 --- /dev/null +++ b/results/main/seed_7/MCFD/ctrgcn/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.05567584736228831, + "val_fps": 3725.4227176400186, + "val_accuracy": 0.2255109231853418, + "val_precision": 1.0, + "val_recall": 0.2255109231853418, + "val_specificity": 0.0, + "val_f1": 0.3680276020701553, + "val_macro_f1": 0.18401380103507764 + }, + { + "epoch": 2, + "loss": 0.05223845396617799, + "val_fps": 3721.5508101204223, + "val_accuracy": 0.12825933756166313, + "val_precision": 1.0, + "val_recall": 0.12825933756166313, + "val_specificity": 0.0, + "val_f1": 0.2273579013116802, + "val_macro_f1": 0.1136789506558401 + }, + { + "epoch": 3, + "loss": 0.05114381261509105, + "val_fps": 3937.9723878763716, + "val_accuracy": 0.46723044397463004, + "val_precision": 1.0, + "val_recall": 0.46723044397463004, + "val_specificity": 0.0, + "val_f1": 0.6368876080691642, + "val_macro_f1": 0.3184438040345821 + }, + { + "epoch": 4, + "loss": 0.04852255354555005, + "val_fps": 3874.5778197248883, + "val_accuracy": 0.2769556025369979, + "val_precision": 1.0, + "val_recall": 0.2769556025369979, + "val_specificity": 0.0, + "val_f1": 0.4337748344370861, + "val_macro_f1": 0.21688741721854304 + }, + { + "epoch": 5, + "loss": 0.04725057162707043, + "val_fps": 3930.4969708732397, + "val_accuracy": 0.2734319943622269, + "val_precision": 1.0, + "val_recall": 0.2734319943622269, + "val_specificity": 0.0, + "val_f1": 0.4294410625345877, + "val_macro_f1": 0.21472053126729385 + }, + { + "epoch": 6, + "loss": 0.045111034854989226, + "val_fps": 3724.634777005372, + "val_accuracy": 0.5031712473572939, + "val_precision": 1.0, + "val_recall": 0.5031712473572939, + "val_specificity": 0.0, + "val_f1": 0.6694796061884669, + "val_macro_f1": 0.33473980309423346 + }, + { + "epoch": 7, + "loss": 0.043969736120179646, + "val_fps": 3871.9678168051664, + "val_accuracy": 0.6701902748414377, + "val_precision": 1.0, + "val_recall": 0.6701902748414377, + "val_specificity": 0.0, + "val_f1": 0.8025316455696202, + "val_macro_f1": 0.4012658227848101 + }, + { + "epoch": 8, + "loss": 0.042960111091273075, + "val_fps": 3865.180875587771, + "val_accuracy": 0.18957011980267793, + "val_precision": 1.0, + "val_recall": 0.18957011980267793, + "val_specificity": 0.0, + "val_f1": 0.3187203791469194, + "val_macro_f1": 0.1593601895734597 + }, + { + "epoch": 9, + "loss": 0.04243993365426593, + "val_fps": 3697.0714415423167, + "val_accuracy": 0.2656800563777308, + "val_precision": 1.0, + "val_recall": 0.2656800563777308, + "val_specificity": 0.0, + "val_f1": 0.4198218262806236, + "val_macro_f1": 0.2099109131403118 + }, + { + "epoch": 10, + "loss": 0.04252207043231282, + "val_fps": 3796.277837610702, + "val_accuracy": 0.3572938689217759, + "val_precision": 1.0, + "val_recall": 0.3572938689217759, + "val_specificity": 0.0, + "val_f1": 0.5264797507788161, + "val_macro_f1": 0.2632398753894081 + }, + { + "epoch": 11, + "loss": 0.04268131788755698, + "val_fps": 3702.7155575871734, + "val_accuracy": 0.4397463002114165, + "val_precision": 1.0, + "val_recall": 0.4397463002114165, + "val_specificity": 0.0, + "val_f1": 0.6108663729809104, + "val_macro_f1": 0.3054331864904552 + }, + { + "epoch": 12, + "loss": 0.041735635700473325, + "val_fps": 3860.2575798939465, + "val_accuracy": 0.3058491895701198, + "val_precision": 1.0, + "val_recall": 0.3058491895701198, + "val_specificity": 0.0, + "val_f1": 0.46842957366432814, + "val_macro_f1": 0.23421478683216407 + }, + { + "epoch": 13, + "loss": 0.04117493754840534, + "val_fps": 3898.083668315862, + "val_accuracy": 0.3953488372093023, + "val_precision": 1.0, + "val_recall": 0.3953488372093023, + "val_specificity": 0.0, + "val_f1": 0.5666666666666667, + "val_macro_f1": 0.2833333333333333 + }, + { + "epoch": 14, + "loss": 0.0403639251801947, + "val_fps": 3880.18602011927, + "val_accuracy": 0.2656800563777308, + "val_precision": 1.0, + "val_recall": 0.2656800563777308, + "val_specificity": 0.0, + "val_f1": 0.4198218262806236, + "val_macro_f1": 0.2099109131403118 + }, + { + "epoch": 15, + "loss": 0.03906159984237358, + "val_fps": 3814.1382265701063, + "val_accuracy": 0.25158562367864695, + "val_precision": 1.0, + "val_recall": 0.25158562367864695, + "val_specificity": 0.0, + "val_f1": 0.40202702702702703, + "val_macro_f1": 0.20101351351351351 + }, + { + "epoch": 16, + "loss": 0.039713026204232706, + "val_fps": 3747.9416886023537, + "val_accuracy": 0.4045102184637068, + "val_precision": 1.0, + "val_recall": 0.4045102184637068, + "val_specificity": 0.0, + "val_f1": 0.5760160561966884, + "val_macro_f1": 0.2880080280983442 + }, + { + "epoch": 17, + "loss": 0.03895943637153651, + "val_fps": 3710.2983194746284, + "val_accuracy": 0.5179704016913319, + "val_precision": 1.0, + "val_recall": 0.5179704016913319, + "val_specificity": 0.0, + "val_f1": 0.6824512534818942, + "val_macro_f1": 0.3412256267409471 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/ctrgcn/metrics_test_clean.json b/results/main/seed_7/MCFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..8f7c11b7c9687ba2def0047e6ec0fa6b3f3b83d7 --- /dev/null +++ b/results/main/seed_7/MCFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 4309.584962104807, + "params": 374984, + "accuracy": 0.6050855085508551, + "precision": 0.5007993605115907, + "recall": 0.7123365548607163, + "specificity": 0.5348230912476722, + "f1": 0.5881248533208168, + "macro_f1": 0.6044147067555024 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/dynafall/best.pt b/results/main/seed_7/MCFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..e9881546c70bc81e27d82e3e550814cff99a6b94 --- /dev/null +++ b/results/main/seed_7/MCFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8e11e8d7b3e96f6898ac0b1caaa9876531a5888f9ca5bf5a06870150420909 +size 1265049 diff --git a/results/main/seed_7/MCFD/dynafall/history.json b/results/main/seed_7/MCFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..07d9ff3d23c11e8b17bd124a0ab21b16c2f587bb --- /dev/null +++ b/results/main/seed_7/MCFD/dynafall/history.json @@ -0,0 +1,343 @@ +[ + { + "epoch": 1, + "loss": 0.05422375089484537, + "val_fps": 3754.8295182603183, + "val_accuracy": 0.17618040873854826, + "val_precision": 1.0, + "val_recall": 0.17618040873854826, + "val_specificity": 0.0, + "val_f1": 0.2995805871779509, + "val_macro_f1": 0.14979029358897544 + }, + { + "epoch": 2, + "loss": 0.0491713195296481, + "val_fps": 3641.504771856784, + "val_accuracy": 0.23114869626497533, + "val_precision": 1.0, + "val_recall": 0.23114869626497533, + "val_specificity": 0.0, + "val_f1": 0.3755008586147682, + "val_macro_f1": 0.1877504293073841 + }, + { + "epoch": 3, + "loss": 0.04629970862701231, + "val_fps": 3817.2680647554066, + "val_accuracy": 0.21987315010570824, + "val_precision": 1.0, + "val_recall": 0.21987315010570824, + "val_specificity": 0.0, + "val_f1": 0.36048526863084923, + "val_macro_f1": 0.18024263431542462 + }, + { + "epoch": 4, + "loss": 0.04527556573390212, + "val_fps": 4008.078135602529, + "val_accuracy": 0.23537702607470048, + "val_precision": 1.0, + "val_recall": 0.23537702607470048, + "val_specificity": 0.0, + "val_f1": 0.38106103822019394, + "val_macro_f1": 0.19053051911009697 + }, + { + "epoch": 5, + "loss": 0.04419937273677515, + "val_fps": 3796.512646666604, + "val_accuracy": 0.38266384778012685, + "val_precision": 1.0, + "val_recall": 0.38266384778012685, + "val_specificity": 0.0, + "val_f1": 0.5535168195718655, + "val_macro_f1": 0.27675840978593275 + }, + { + "epoch": 6, + "loss": 0.04243836982038276, + "val_fps": 3787.4279314447645, + "val_accuracy": 0.3657505285412262, + "val_precision": 1.0, + "val_recall": 0.3657505285412262, + "val_specificity": 0.0, + "val_f1": 0.5356037151702786, + "val_macro_f1": 0.2678018575851393 + }, + { + "epoch": 7, + "loss": 0.04192749507655061, + "val_fps": 3842.9329944510864, + "val_accuracy": 0.42283298097251587, + "val_precision": 1.0, + "val_recall": 0.42283298097251587, + "val_specificity": 0.0, + "val_f1": 0.5943536404160475, + "val_macro_f1": 0.2971768202080238 + }, + { + "epoch": 8, + "loss": 0.04153140095096181, + "val_fps": 3826.5843150090022, + "val_accuracy": 0.31148696264975334, + "val_precision": 1.0, + "val_recall": 0.31148696264975334, + "val_specificity": 0.0, + "val_f1": 0.4750134336378291, + "val_macro_f1": 0.23750671681891455 + }, + { + "epoch": 9, + "loss": 0.04114115827978593, + "val_fps": 3772.287918567762, + "val_accuracy": 0.3671599718111346, + "val_precision": 1.0, + "val_recall": 0.3671599718111346, + "val_specificity": 0.0, + "val_f1": 0.5371134020618556, + "val_macro_f1": 0.2685567010309278 + }, + { + "epoch": 10, + "loss": 0.03973866923854012, + "val_fps": 3871.016926716727, + "val_accuracy": 0.29034531360112753, + "val_precision": 1.0, + "val_recall": 0.29034531360112753, + "val_specificity": 0.0, + "val_f1": 0.4500273074822501, + "val_macro_f1": 0.22501365374112506 + }, + { + "epoch": 11, + "loss": 0.039761392345573035, + "val_fps": 3977.7863390331436, + "val_accuracy": 0.2868217054263566, + "val_precision": 1.0, + "val_recall": 0.2868217054263566, + "val_specificity": 0.0, + "val_f1": 0.4457831325301205, + "val_macro_f1": 0.22289156626506024 + }, + { + "epoch": 12, + "loss": 0.039683784387444306, + "val_fps": 3732.2040448479815, + "val_accuracy": 0.46511627906976744, + "val_precision": 1.0, + "val_recall": 0.46511627906976744, + "val_specificity": 0.0, + "val_f1": 0.6349206349206349, + "val_macro_f1": 0.31746031746031744 + }, + { + "epoch": 13, + "loss": 0.039945566156817665, + "val_fps": 3727.8197791565985, + "val_accuracy": 0.4023960535588443, + "val_precision": 1.0, + "val_recall": 0.4023960535588443, + "val_specificity": 0.0, + "val_f1": 0.5738693467336683, + "val_macro_f1": 0.28693467336683415 + }, + { + "epoch": 14, + "loss": 0.03926995211372991, + "val_fps": 3992.730045852413, + "val_accuracy": 0.4510218463706836, + "val_precision": 1.0, + "val_recall": 0.4510218463706836, + "val_specificity": 0.0, + "val_f1": 0.6216610004856726, + "val_macro_f1": 0.3108305002428363 + }, + { + "epoch": 15, + "loss": 0.03962428406687977, + "val_fps": 3976.4541897190156, + "val_accuracy": 0.3777307963354475, + "val_precision": 1.0, + "val_recall": 0.3777307963354475, + "val_specificity": 0.0, + "val_f1": 0.5483375959079284, + "val_macro_f1": 0.2741687979539642 + }, + { + "epoch": 16, + "loss": 0.03790713860061213, + "val_fps": 3918.130968950433, + "val_accuracy": 0.44679351656095845, + "val_precision": 1.0, + "val_recall": 0.44679351656095845, + "val_specificity": 0.0, + "val_f1": 0.6176327325864588, + "val_macro_f1": 0.3088163662932294 + }, + { + "epoch": 17, + "loss": 0.03883979335614426, + "val_fps": 3639.260344732601, + "val_accuracy": 0.2854122621564482, + "val_precision": 1.0, + "val_recall": 0.2854122621564482, + "val_specificity": 0.0, + "val_f1": 0.4440789473684211, + "val_macro_f1": 0.22203947368421054 + }, + { + "epoch": 18, + "loss": 0.0378450258098414, + "val_fps": 3966.9014900222187, + "val_accuracy": 0.3890063424947146, + "val_precision": 1.0, + "val_recall": 0.3890063424947146, + "val_specificity": 0.0, + "val_f1": 0.5601217656012176, + "val_macro_f1": 0.2800608828006088 + }, + { + "epoch": 19, + "loss": 0.037829838530854955, + "val_fps": 3728.207111128742, + "val_accuracy": 0.5792811839323467, + "val_precision": 1.0, + "val_recall": 0.5792811839323467, + "val_specificity": 0.0, + "val_f1": 0.7336010709504686, + "val_macro_f1": 0.3668005354752343 + }, + { + "epoch": 20, + "loss": 0.03711832395726976, + "val_fps": 3895.2907348561853, + "val_accuracy": 0.38407329105003524, + "val_precision": 1.0, + "val_recall": 0.38407329105003524, + "val_specificity": 0.0, + "val_f1": 0.554989816700611, + "val_macro_f1": 0.2774949083503055 + }, + { + "epoch": 21, + "loss": 0.037361078749423966, + "val_fps": 3674.9833503201216, + "val_accuracy": 0.6060606060606061, + "val_precision": 1.0, + "val_recall": 0.6060606060606061, + "val_specificity": 0.0, + "val_f1": 0.7547169811320755, + "val_macro_f1": 0.37735849056603776 + }, + { + "epoch": 22, + "loss": 0.03778487485372922, + "val_fps": 3905.6055299515406, + "val_accuracy": 0.5024665257223396, + "val_precision": 1.0, + "val_recall": 0.5024665257223396, + "val_specificity": 0.0, + "val_f1": 0.6688555347091932, + "val_macro_f1": 0.3344277673545966 + }, + { + "epoch": 23, + "loss": 0.03688458447290505, + "val_fps": 3736.8626050213234, + "val_accuracy": 0.37561663143058494, + "val_precision": 1.0, + "val_recall": 0.37561663143058494, + "val_specificity": 0.0, + "val_f1": 0.5461065573770492, + "val_macro_f1": 0.2730532786885246 + }, + { + "epoch": 24, + "loss": 0.03566249169491881, + "val_fps": 3930.3288260983118, + "val_accuracy": 0.427061310782241, + "val_precision": 1.0, + "val_recall": 0.427061310782241, + "val_specificity": 0.0, + "val_f1": 0.5985185185185186, + "val_macro_f1": 0.2992592592592593 + }, + { + "epoch": 25, + "loss": 0.035175667971875546, + "val_fps": 3925.4328258838655, + "val_accuracy": 0.41508104298801973, + "val_precision": 1.0, + "val_recall": 0.41508104298801973, + "val_specificity": 0.0, + "val_f1": 0.5866533864541833, + "val_macro_f1": 0.29332669322709165 + }, + { + "epoch": 26, + "loss": 0.03542580071023813, + "val_fps": 3949.522057033622, + "val_accuracy": 0.5236081747709654, + "val_precision": 1.0, + "val_recall": 0.5236081747709654, + "val_specificity": 0.0, + "val_f1": 0.6873265494912119, + "val_macro_f1": 0.34366327474560593 + }, + { + "epoch": 27, + "loss": 0.035662185052757735, + "val_fps": 3785.5535924474357, + "val_accuracy": 0.42353770260747003, + "val_precision": 1.0, + "val_recall": 0.42353770260747003, + "val_specificity": 0.0, + "val_f1": 0.595049504950495, + "val_macro_f1": 0.2975247524752475 + }, + { + "epoch": 28, + "loss": 0.034664150412242675, + "val_fps": 3897.359583179798, + "val_accuracy": 0.5426356589147286, + "val_precision": 1.0, + "val_recall": 0.5426356589147286, + "val_specificity": 0.0, + "val_f1": 0.7035175879396985, + "val_macro_f1": 0.35175879396984927 + }, + { + "epoch": 29, + "loss": 0.03488814827417326, + "val_fps": 3933.0495204178, + "val_accuracy": 0.4820295983086681, + "val_precision": 1.0, + "val_recall": 0.4820295983086681, + "val_specificity": 0.0, + "val_f1": 0.6504992867332382, + "val_macro_f1": 0.3252496433666191 + }, + { + "epoch": 30, + "loss": 0.03517283296558053, + "val_fps": 3710.604681548782, + "val_accuracy": 0.4770965468639887, + "val_precision": 1.0, + "val_recall": 0.4770965468639887, + "val_specificity": 0.0, + "val_f1": 0.6459923664122137, + "val_macro_f1": 0.32299618320610685 + }, + { + "epoch": 31, + "loss": 0.03606842042442581, + "val_fps": 3750.090305899134, + "val_accuracy": 0.5031712473572939, + "val_precision": 1.0, + "val_recall": 0.5031712473572939, + "val_specificity": 0.0, + "val_f1": 0.6694796061884669, + "val_macro_f1": 0.33473980309423346 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/dynafall/metrics_test_clean.json b/results/main/seed_7/MCFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..46378f68f5c3bc0d7225f1303856310385a48673 --- /dev/null +++ b/results/main/seed_7/MCFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 4264.656825319578, + "params": 307017, + "accuracy": 0.6525652565256526, + "precision": 0.5526186979931473, + "recall": 0.641841955656623, + "specificity": 0.6595903165735568, + "f1": 0.5938979484481852, + "macro_f1": 0.6451597488996726 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/lstm/best.pt b/results/main/seed_7/MCFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..7a9c47ffb5bc53c147d9295f5a3dd6cb7b0071b0 --- /dev/null +++ b/results/main/seed_7/MCFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4aab23dc4c03bd2ee5faffe24fb8361878c72a0df5761d8811caa539985cbcd +size 462662 diff --git a/results/main/seed_7/MCFD/lstm/history.json b/results/main/seed_7/MCFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..ed5f92a883fe6cbc0eef499aee7163d14367d4ed --- /dev/null +++ b/results/main/seed_7/MCFD/lstm/history.json @@ -0,0 +1,497 @@ +[ + { + "epoch": 1, + "loss": 0.05223478455230991, + "val_fps": 3831.7016774459685, + "val_accuracy": 0.12191684284707541, + "val_precision": 1.0, + "val_recall": 0.12191684284707541, + "val_specificity": 0.0, + "val_f1": 0.21733668341708542, + "val_macro_f1": 0.10866834170854271 + }, + { + "epoch": 2, + "loss": 0.04686243277411539, + "val_fps": 4020.062291286434, + "val_accuracy": 0.17970401691331925, + "val_precision": 1.0, + "val_recall": 0.17970401691331925, + "val_specificity": 0.0, + "val_f1": 0.3046594982078853, + "val_macro_f1": 0.15232974910394265 + }, + { + "epoch": 3, + "loss": 0.04537160299554631, + "val_fps": 3907.7341103171566, + "val_accuracy": 0.25299506694855534, + "val_precision": 1.0, + "val_recall": 0.25299506694855534, + "val_specificity": 0.0, + "val_f1": 0.40382452193475815, + "val_macro_f1": 0.20191226096737908 + }, + { + "epoch": 4, + "loss": 0.043002233583936275, + "val_fps": 3814.5281860260434, + "val_accuracy": 0.2783650458069063, + "val_precision": 1.0, + "val_recall": 0.2783650458069063, + "val_specificity": 0.0, + "val_f1": 0.4355016538037486, + "val_macro_f1": 0.2177508269018743 + }, + { + "epoch": 5, + "loss": 0.04116232036590997, + "val_fps": 3918.6506522779973, + "val_accuracy": 0.226215644820296, + "val_precision": 1.0, + "val_recall": 0.226215644820296, + "val_specificity": 0.0, + "val_f1": 0.3689655172413793, + "val_macro_f1": 0.18448275862068966 + }, + { + "epoch": 6, + "loss": 0.04005973024244071, + "val_fps": 4040.189377745063, + "val_accuracy": 0.3171247357293869, + "val_precision": 1.0, + "val_recall": 0.3171247357293869, + "val_specificity": 0.0, + "val_f1": 0.48154093097913325, + "val_macro_f1": 0.24077046548956663 + }, + { + "epoch": 7, + "loss": 0.03913810578126642, + "val_fps": 3812.3713075260343, + "val_accuracy": 0.4023960535588443, + "val_precision": 1.0, + "val_recall": 0.4023960535588443, + "val_specificity": 0.0, + "val_f1": 0.5738693467336683, + "val_macro_f1": 0.28693467336683415 + }, + { + "epoch": 8, + "loss": 0.038756953566985754, + "val_fps": 3804.218906946865, + "val_accuracy": 0.25017618040873857, + "val_precision": 1.0, + "val_recall": 0.25017618040873857, + "val_specificity": 0.0, + "val_f1": 0.40022547914317924, + "val_macro_f1": 0.20011273957158962 + }, + { + "epoch": 9, + "loss": 0.036714318597300365, + "val_fps": 4002.3113304831063, + "val_accuracy": 0.28400281888653983, + "val_precision": 1.0, + "val_recall": 0.28400281888653983, + "val_specificity": 0.0, + "val_f1": 0.442371020856202, + "val_macro_f1": 0.221185510428101 + }, + { + "epoch": 10, + "loss": 0.03679164425823384, + "val_fps": 4039.689752200833, + "val_accuracy": 0.2776603241719521, + "val_precision": 1.0, + "val_recall": 0.2776603241719521, + "val_specificity": 0.0, + "val_f1": 0.43463872035300605, + "val_macro_f1": 0.21731936017650302 + }, + { + "epoch": 11, + "loss": 0.03459562475193077, + "val_fps": 4037.2160163797535, + "val_accuracy": 0.44115574348132486, + "val_precision": 1.0, + "val_recall": 0.44115574348132486, + "val_specificity": 0.0, + "val_f1": 0.6122249388753056, + "val_macro_f1": 0.3061124694376528 + }, + { + "epoch": 12, + "loss": 0.035319473397051056, + "val_fps": 3852.2993837745553, + "val_accuracy": 0.3692741367159972, + "val_precision": 1.0, + "val_recall": 0.3692741367159972, + "val_specificity": 0.0, + "val_f1": 0.5393721049922799, + "val_macro_f1": 0.26968605249613997 + }, + { + "epoch": 13, + "loss": 0.034079365267051354, + "val_fps": 3971.823570567767, + "val_accuracy": 0.3276955602536998, + "val_precision": 1.0, + "val_recall": 0.3276955602536998, + "val_specificity": 0.0, + "val_f1": 0.49363057324840764, + "val_macro_f1": 0.24681528662420382 + }, + { + "epoch": 14, + "loss": 0.03404670038071916, + "val_fps": 3744.736674371597, + "val_accuracy": 0.5095137420718816, + "val_precision": 1.0, + "val_recall": 0.5095137420718816, + "val_specificity": 0.0, + "val_f1": 0.6750700280112045, + "val_macro_f1": 0.33753501400560226 + }, + { + "epoch": 15, + "loss": 0.03347613920733256, + "val_fps": 4009.4557649790822, + "val_accuracy": 0.4312896405919662, + "val_precision": 1.0, + "val_recall": 0.4312896405919662, + "val_specificity": 0.0, + "val_f1": 0.6026587887740029, + "val_macro_f1": 0.30132939438700146 + }, + { + "epoch": 16, + "loss": 0.03129591973749935, + "val_fps": 3957.3686240946818, + "val_accuracy": 0.4496124031007752, + "val_precision": 1.0, + "val_recall": 0.4496124031007752, + "val_specificity": 0.0, + "val_f1": 0.6203208556149733, + "val_macro_f1": 0.31016042780748665 + }, + { + "epoch": 17, + "loss": 0.0329952892449683, + "val_fps": 3939.848519393626, + "val_accuracy": 0.4792107117688513, + "val_precision": 1.0, + "val_recall": 0.4792107117688513, + "val_specificity": 0.0, + "val_f1": 0.6479275845640782, + "val_macro_f1": 0.3239637922820391 + }, + { + "epoch": 18, + "loss": 0.030627198751249717, + "val_fps": 3772.0391939036203, + "val_accuracy": 0.452431289640592, + "val_precision": 1.0, + "val_recall": 0.452431289640592, + "val_specificity": 0.0, + "val_f1": 0.6229985443959243, + "val_macro_f1": 0.31149927219796214 + }, + { + "epoch": 19, + "loss": 0.030053449665259108, + "val_fps": 3938.5936602824195, + "val_accuracy": 0.49119097956307256, + "val_precision": 1.0, + "val_recall": 0.49119097956307256, + "val_specificity": 0.0, + "val_f1": 0.6587901701323251, + "val_macro_f1": 0.32939508506616255 + }, + { + "epoch": 20, + "loss": 0.029558112428142005, + "val_fps": 3959.2481838422036, + "val_accuracy": 0.5264270613107822, + "val_precision": 1.0, + "val_recall": 0.5264270613107822, + "val_specificity": 0.0, + "val_f1": 0.6897506925207756, + "val_macro_f1": 0.3448753462603878 + }, + { + "epoch": 21, + "loss": 0.028341370258623592, + "val_fps": 3867.6941356486627, + "val_accuracy": 0.5137420718816068, + "val_precision": 1.0, + "val_recall": 0.5137420718816068, + "val_specificity": 0.0, + "val_f1": 0.6787709497206704, + "val_macro_f1": 0.3393854748603352 + }, + { + "epoch": 22, + "loss": 0.027872700898818895, + "val_fps": 3874.1822836596552, + "val_accuracy": 0.514446793516561, + "val_precision": 1.0, + "val_recall": 0.514446793516561, + "val_specificity": 0.0, + "val_f1": 0.6793857608189856, + "val_macro_f1": 0.3396928804094928 + }, + { + "epoch": 23, + "loss": 0.02819004725135594, + "val_fps": 3802.8914422725206, + "val_accuracy": 0.4989429175475687, + "val_precision": 1.0, + "val_recall": 0.4989429175475687, + "val_specificity": 0.0, + "val_f1": 0.6657263751763046, + "val_macro_f1": 0.3328631875881523 + }, + { + "epoch": 24, + "loss": 0.029612807212856116, + "val_fps": 3822.0212119216053, + "val_accuracy": 0.551092318534179, + "val_precision": 1.0, + "val_recall": 0.551092318534179, + "val_specificity": 0.0, + "val_f1": 0.7105860972285325, + "val_macro_f1": 0.35529304861426625 + }, + { + "epoch": 25, + "loss": 0.028278569869618145, + "val_fps": 4029.2531831184187, + "val_accuracy": 0.4693446088794926, + "val_precision": 1.0, + "val_recall": 0.4693446088794926, + "val_specificity": 0.0, + "val_f1": 0.6388489208633094, + "val_macro_f1": 0.3194244604316547 + }, + { + "epoch": 26, + "loss": 0.026466431401443728, + "val_fps": 3844.791735279563, + "val_accuracy": 0.5158562367864693, + "val_precision": 1.0, + "val_recall": 0.5158562367864693, + "val_specificity": 0.0, + "val_f1": 0.6806136680613668, + "val_macro_f1": 0.3403068340306834 + }, + { + "epoch": 27, + "loss": 0.026606286280063215, + "val_fps": 3848.2359885019437, + "val_accuracy": 0.5306553911205074, + "val_precision": 1.0, + "val_recall": 0.5306553911205074, + "val_specificity": 0.0, + "val_f1": 0.6933701657458563, + "val_macro_f1": 0.34668508287292815 + }, + { + "epoch": 28, + "loss": 0.027070475082473136, + "val_fps": 3872.9609941462363, + "val_accuracy": 0.5193798449612403, + "val_precision": 1.0, + "val_recall": 0.5193798449612403, + "val_specificity": 0.0, + "val_f1": 0.6836734693877551, + "val_macro_f1": 0.34183673469387754 + }, + { + "epoch": 29, + "loss": 0.028375216097434985, + "val_fps": 3949.3456777812194, + "val_accuracy": 0.38407329105003524, + "val_precision": 1.0, + "val_recall": 0.38407329105003524, + "val_specificity": 0.0, + "val_f1": 0.554989816700611, + "val_macro_f1": 0.2774949083503055 + }, + { + "epoch": 30, + "loss": 0.027881315041785208, + "val_fps": 3847.771212547707, + "val_accuracy": 0.4559548978153629, + "val_precision": 1.0, + "val_recall": 0.4559548978153629, + "val_specificity": 0.0, + "val_f1": 0.6263310745401742, + "val_macro_f1": 0.3131655372700871 + }, + { + "epoch": 31, + "loss": 0.025529540723607858, + "val_fps": 3897.691973444618, + "val_accuracy": 0.5644820295983086, + "val_precision": 1.0, + "val_recall": 0.5644820295983086, + "val_specificity": 0.0, + "val_f1": 0.7216216216216216, + "val_macro_f1": 0.3608108108108108 + }, + { + "epoch": 32, + "loss": 0.025266383189943384, + "val_fps": 3855.0024563767383, + "val_accuracy": 0.5503875968992248, + "val_precision": 1.0, + "val_recall": 0.5503875968992248, + "val_specificity": 0.0, + "val_f1": 0.71, + "val_macro_f1": 0.355 + }, + { + "epoch": 33, + "loss": 0.024255358217082322, + "val_fps": 3736.0602266661426, + "val_accuracy": 0.5658914728682171, + "val_precision": 1.0, + "val_recall": 0.5658914728682171, + "val_specificity": 0.0, + "val_f1": 0.7227722772277227, + "val_macro_f1": 0.3613861386138614 + }, + { + "epoch": 34, + "loss": 0.024023266916720305, + "val_fps": 3650.788666536049, + "val_accuracy": 0.5722339675828048, + "val_precision": 1.0, + "val_recall": 0.5722339675828048, + "val_specificity": 0.0, + "val_f1": 0.7279246974450919, + "val_macro_f1": 0.36396234872254596 + }, + { + "epoch": 35, + "loss": 0.023266922651820784, + "val_fps": 3874.669612030649, + "val_accuracy": 0.6152219873150105, + "val_precision": 1.0, + "val_recall": 0.6152219873150105, + "val_specificity": 0.0, + "val_f1": 0.7617801047120419, + "val_macro_f1": 0.38089005235602097 + }, + { + "epoch": 36, + "loss": 0.0241116982785286, + "val_fps": 4064.9722110406083, + "val_accuracy": 0.49119097956307256, + "val_precision": 1.0, + "val_recall": 0.49119097956307256, + "val_specificity": 0.0, + "val_f1": 0.6587901701323251, + "val_macro_f1": 0.32939508506616255 + }, + { + "epoch": 37, + "loss": 0.025878052761576474, + "val_fps": 3798.19907741413, + "val_accuracy": 0.5799859055673009, + "val_precision": 1.0, + "val_recall": 0.5799859055673009, + "val_specificity": 0.0, + "val_f1": 0.7341659232827832, + "val_macro_f1": 0.3670829616413916 + }, + { + "epoch": 38, + "loss": 0.024059457396664416, + "val_fps": 3924.2228191662493, + "val_accuracy": 0.5821000704721635, + "val_precision": 1.0, + "val_recall": 0.5821000704721635, + "val_specificity": 0.0, + "val_f1": 0.7358574610244989, + "val_macro_f1": 0.36792873051224945 + }, + { + "epoch": 39, + "loss": 0.02324612061121398, + "val_fps": 4074.493037806958, + "val_accuracy": 0.6109936575052854, + "val_precision": 1.0, + "val_recall": 0.6109936575052854, + "val_specificity": 0.0, + "val_f1": 0.7585301837270341, + "val_macro_f1": 0.37926509186351703 + }, + { + "epoch": 40, + "loss": 0.023456667155087516, + "val_fps": 3820.817098631408, + "val_accuracy": 0.49682875264270615, + "val_precision": 1.0, + "val_recall": 0.49682875264270615, + "val_specificity": 0.0, + "val_f1": 0.6638418079096046, + "val_macro_f1": 0.3319209039548023 + }, + { + "epoch": 41, + "loss": 0.023253278919017552, + "val_fps": 3780.577705219174, + "val_accuracy": 0.5687103594080338, + "val_precision": 1.0, + "val_recall": 0.5687103594080338, + "val_specificity": 0.0, + "val_f1": 0.7250673854447439, + "val_macro_f1": 0.36253369272237196 + }, + { + "epoch": 42, + "loss": 0.02188218975647278, + "val_fps": 3846.5085608225218, + "val_accuracy": 0.5842142353770261, + "val_precision": 1.0, + "val_recall": 0.5842142353770261, + "val_specificity": 0.0, + "val_f1": 0.7375444839857651, + "val_macro_f1": 0.36877224199288255 + }, + { + "epoch": 43, + "loss": 0.02295202215010625, + "val_fps": 3915.8076495234254, + "val_accuracy": 0.5849189570119803, + "val_precision": 1.0, + "val_recall": 0.5849189570119803, + "val_specificity": 0.0, + "val_f1": 0.7381058248110272, + "val_macro_f1": 0.3690529124055136 + }, + { + "epoch": 44, + "loss": 0.022108134833344343, + "val_fps": 4023.5808348057535, + "val_accuracy": 0.5898520084566596, + "val_precision": 1.0, + "val_recall": 0.5898520084566596, + "val_specificity": 0.0, + "val_f1": 0.7420212765957447, + "val_macro_f1": 0.37101063829787234 + }, + { + "epoch": 45, + "loss": 0.022804110490437745, + "val_fps": 3903.7319961053986, + "val_accuracy": 0.6088794926004228, + "val_precision": 1.0, + "val_recall": 0.6088794926004228, + "val_specificity": 0.0, + "val_f1": 0.7568988173455979, + "val_macro_f1": 0.37844940867279897 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/lstm/metrics_test_clean.json b/results/main/seed_7/MCFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a1887a172ff55c21d39a64ea4824226491adfffa --- /dev/null +++ b/results/main/seed_7/MCFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 4306.27327500831, + "params": 114818, + "accuracy": 0.6415391539153915, + "precision": 0.5383903792784459, + "recall": 0.6617396247868107, + "specificity": 0.6283054003724394, + "f1": 0.5937260902830911, + "macro_f1": 0.636504679931157 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/posec3d/best.pt b/results/main/seed_7/MCFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..2685123ff16be2e7665c29247403ea7b7a6e6ea0 --- /dev/null +++ b/results/main/seed_7/MCFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddea1f70c6011c3efa5a77806970779aa1917c91143599d71c37b430d305be8 +size 63921 diff --git a/results/main/seed_7/MCFD/posec3d/history.json b/results/main/seed_7/MCFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a544207814bd9ac29680d1344bb80dff9f663d --- /dev/null +++ b/results/main/seed_7/MCFD/posec3d/history.json @@ -0,0 +1,376 @@ +[ + { + "epoch": 1, + "loss": 0.0579056939113084, + "val_fps": 3454.144394790106, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 2, + "loss": 0.053672095822108974, + "val_fps": 2080.0769527843636, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 3, + "loss": 0.05271841833306538, + "val_fps": 3516.415717619355, + "val_accuracy": 0.0, + "val_precision": 0.0, + "val_recall": 0.0, + "val_specificity": 0.0, + "val_f1": 0.0, + "val_macro_f1": 0.0 + }, + { + "epoch": 4, + "loss": 0.051810727824619277, + "val_fps": 3577.111282827497, + "val_accuracy": 0.041578576462297394, + "val_precision": 1.0, + "val_recall": 0.041578576462297394, + "val_specificity": 0.0, + "val_f1": 0.07983761840324763, + "val_macro_f1": 0.039918809201623814 + }, + { + "epoch": 5, + "loss": 0.05056005151389719, + "val_fps": 3403.6753515600662, + "val_accuracy": 0.047216349541930935, + "val_precision": 1.0, + "val_recall": 0.047216349541930935, + "val_specificity": 0.0, + "val_f1": 0.0901749663526245, + "val_macro_f1": 0.04508748317631225 + }, + { + "epoch": 6, + "loss": 0.04983487391619237, + "val_fps": 3423.3911974356242, + "val_accuracy": 0.1529245947850599, + "val_precision": 1.0, + "val_recall": 0.1529245947850599, + "val_specificity": 0.0, + "val_f1": 0.265281173594132, + "val_macro_f1": 0.132640586797066 + }, + { + "epoch": 7, + "loss": 0.04933309494525054, + "val_fps": 3580.5776498723567, + "val_accuracy": 0.160676532769556, + "val_precision": 1.0, + "val_recall": 0.160676532769556, + "val_specificity": 0.0, + "val_f1": 0.2768670309653916, + "val_macro_f1": 0.1384335154826958 + }, + { + "epoch": 8, + "loss": 0.04919438994543706, + "val_fps": 3446.2710596317197, + "val_accuracy": 0.0613107822410148, + "val_precision": 1.0, + "val_recall": 0.0613107822410148, + "val_specificity": 0.0, + "val_f1": 0.11553784860557768, + "val_macro_f1": 0.05776892430278884 + }, + { + "epoch": 9, + "loss": 0.04861727031167111, + "val_fps": 3459.063881428682, + "val_accuracy": 0.07681465821000705, + "val_precision": 1.0, + "val_recall": 0.07681465821000705, + "val_specificity": 0.0, + "val_f1": 0.14267015706806283, + "val_macro_f1": 0.07133507853403141 + }, + { + "epoch": 10, + "loss": 0.04820348560120004, + "val_fps": 3542.5332365555923, + "val_accuracy": 0.13178294573643412, + "val_precision": 1.0, + "val_recall": 0.13178294573643412, + "val_specificity": 0.0, + "val_f1": 0.2328767123287671, + "val_macro_f1": 0.11643835616438356 + }, + { + "epoch": 11, + "loss": 0.04785724257059056, + "val_fps": 3558.317380460509, + "val_accuracy": 0.08738548273431994, + "val_precision": 1.0, + "val_recall": 0.08738548273431994, + "val_specificity": 0.0, + "val_f1": 0.1607258587167855, + "val_macro_f1": 0.08036292935839275 + }, + { + "epoch": 12, + "loss": 0.047507022321809034, + "val_fps": 3167.249632315709, + "val_accuracy": 0.053558844256518676, + "val_precision": 1.0, + "val_recall": 0.053558844256518676, + "val_specificity": 0.0, + "val_f1": 0.10167224080267559, + "val_macro_f1": 0.050836120401337795 + }, + { + "epoch": 13, + "loss": 0.04726524599878998, + "val_fps": 3280.286411620313, + "val_accuracy": 0.009866102889358703, + "val_precision": 1.0, + "val_recall": 0.009866102889358703, + "val_specificity": 0.0, + "val_f1": 0.019539427773900907, + "val_macro_f1": 0.009769713886950453 + }, + { + "epoch": 14, + "loss": 0.047257915908233895, + "val_fps": 3532.717652786022, + "val_accuracy": 0.22832980972515857, + "val_precision": 1.0, + "val_recall": 0.22832980972515857, + "val_specificity": 0.0, + "val_f1": 0.3717728055077453, + "val_macro_f1": 0.18588640275387264 + }, + { + "epoch": 15, + "loss": 0.04647017673266177, + "val_fps": 3474.2659969066017, + "val_accuracy": 0.4510218463706836, + "val_precision": 1.0, + "val_recall": 0.4510218463706836, + "val_specificity": 0.0, + "val_f1": 0.6216610004856726, + "val_macro_f1": 0.3108305002428363 + }, + { + "epoch": 16, + "loss": 0.046837046797996974, + "val_fps": 3540.6647963739533, + "val_accuracy": 0.11205073995771671, + "val_precision": 1.0, + "val_recall": 0.11205073995771671, + "val_specificity": 0.0, + "val_f1": 0.20152091254752852, + "val_macro_f1": 0.10076045627376426 + }, + { + "epoch": 17, + "loss": 0.04632389287097347, + "val_fps": 3651.494790477536, + "val_accuracy": 0.3579985905567301, + "val_precision": 1.0, + "val_recall": 0.3579985905567301, + "val_specificity": 0.0, + "val_f1": 0.527244421380384, + "val_macro_f1": 0.263622210690192 + }, + { + "epoch": 18, + "loss": 0.04678959045062073, + "val_fps": 3423.5984899546265, + "val_accuracy": 0.09020436927413672, + "val_precision": 1.0, + "val_recall": 0.09020436927413672, + "val_specificity": 0.0, + "val_f1": 0.16548157724628312, + "val_macro_f1": 0.08274078862314156 + }, + { + "epoch": 19, + "loss": 0.04603378237861105, + "val_fps": 3516.7624807306984, + "val_accuracy": 0.14023960535588442, + "val_precision": 1.0, + "val_recall": 0.14023960535588442, + "val_specificity": 0.0, + "val_f1": 0.24598269468479605, + "val_macro_f1": 0.12299134734239803 + }, + { + "epoch": 20, + "loss": 0.04611621107438249, + "val_fps": 3430.946941970911, + "val_accuracy": 0.09936575052854123, + "val_precision": 1.0, + "val_recall": 0.09936575052854123, + "val_specificity": 0.0, + "val_f1": 0.18076923076923077, + "val_macro_f1": 0.09038461538461538 + }, + { + "epoch": 21, + "loss": 0.04609662318072944, + "val_fps": 3526.6927778711147, + "val_accuracy": 0.551092318534179, + "val_precision": 1.0, + "val_recall": 0.551092318534179, + "val_specificity": 0.0, + "val_f1": 0.7105860972285325, + "val_macro_f1": 0.35529304861426625 + }, + { + "epoch": 22, + "loss": 0.04590975715423491, + "val_fps": 3355.6041593335854, + "val_accuracy": 0.0711768851303735, + "val_precision": 1.0, + "val_recall": 0.0711768851303735, + "val_specificity": 0.0, + "val_f1": 0.13289473684210526, + "val_macro_f1": 0.06644736842105263 + }, + { + "epoch": 23, + "loss": 0.04577829356026051, + "val_fps": 3543.1083238020015, + "val_accuracy": 0.0824524312896406, + "val_precision": 1.0, + "val_recall": 0.0824524312896406, + "val_specificity": 0.0, + "val_f1": 0.15234375, + "val_macro_f1": 0.076171875 + }, + { + "epoch": 24, + "loss": 0.04545915481638824, + "val_fps": 3404.460123219391, + "val_accuracy": 0.6307258632840028, + "val_precision": 1.0, + "val_recall": 0.6307258632840028, + "val_specificity": 0.0, + "val_f1": 0.773552290406223, + "val_macro_f1": 0.3867761452031115 + }, + { + "epoch": 25, + "loss": 0.045336498014827725, + "val_fps": 3529.5437764923463, + "val_accuracy": 0.12896405919661733, + "val_precision": 1.0, + "val_recall": 0.12896405919661733, + "val_specificity": 0.0, + "val_f1": 0.22846441947565543, + "val_macro_f1": 0.11423220973782772 + }, + { + "epoch": 26, + "loss": 0.0457434002193074, + "val_fps": 3571.022689314127, + "val_accuracy": 0.5299506694855532, + "val_precision": 1.0, + "val_recall": 0.5299506694855532, + "val_specificity": 0.0, + "val_f1": 0.6927683095347766, + "val_macro_f1": 0.3463841547673883 + }, + { + "epoch": 27, + "loss": 0.04574458089363257, + "val_fps": 3579.0560029161265, + "val_accuracy": 0.18745595489781536, + "val_precision": 1.0, + "val_recall": 0.18745595489781536, + "val_specificity": 0.0, + "val_f1": 0.31572700296735906, + "val_macro_f1": 0.15786350148367953 + }, + { + "epoch": 28, + "loss": 0.04536804008579797, + "val_fps": 3433.151481435828, + "val_accuracy": 0.11627906976744186, + "val_precision": 1.0, + "val_recall": 0.11627906976744186, + "val_specificity": 0.0, + "val_f1": 0.20833333333333334, + "val_macro_f1": 0.10416666666666667 + }, + { + "epoch": 29, + "loss": 0.045374433356490766, + "val_fps": 3549.0411929957836, + "val_accuracy": 0.5567300916138126, + "val_precision": 1.0, + "val_recall": 0.5567300916138126, + "val_specificity": 0.0, + "val_f1": 0.7152557718424627, + "val_macro_f1": 0.35762788592123135 + }, + { + "epoch": 30, + "loss": 0.04509344103408384, + "val_fps": 3562.9412629340277, + "val_accuracy": 0.1536293164200141, + "val_precision": 1.0, + "val_recall": 0.1536293164200141, + "val_specificity": 0.0, + "val_f1": 0.26634086744043983, + "val_macro_f1": 0.13317043372021992 + }, + { + "epoch": 31, + "loss": 0.04516066297935541, + "val_fps": 3442.5587612576974, + "val_accuracy": 0.1014799154334038, + "val_precision": 1.0, + "val_recall": 0.1014799154334038, + "val_specificity": 0.0, + "val_f1": 0.18426103646833014, + "val_macro_f1": 0.09213051823416507 + }, + { + "epoch": 32, + "loss": 0.04524667896885934, + "val_fps": 3195.725554908746, + "val_accuracy": 0.09584214235377025, + "val_precision": 1.0, + "val_recall": 0.09584214235377025, + "val_specificity": 0.0, + "val_f1": 0.17491961414790996, + "val_macro_f1": 0.08745980707395498 + }, + { + "epoch": 33, + "loss": 0.0449851059429406, + "val_fps": 3555.899193889341, + "val_accuracy": 0.4792107117688513, + "val_precision": 1.0, + "val_recall": 0.4792107117688513, + "val_specificity": 0.0, + "val_f1": 0.6479275845640782, + "val_macro_f1": 0.3239637922820391 + }, + { + "epoch": 34, + "loss": 0.04490035921744593, + "val_fps": 3540.866448239903, + "val_accuracy": 0.41226215644820297, + "val_precision": 1.0, + "val_recall": 0.41226215644820297, + "val_specificity": 0.0, + "val_f1": 0.5838323353293413, + "val_macro_f1": 0.29191616766467066 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/posec3d/metrics_test_clean.json b/results/main/seed_7/MCFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..6b0c28b8ab4c95ad84d47d133b225bfba99db200 --- /dev/null +++ b/results/main/seed_7/MCFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 3915.9729324719938, + "params": 14466, + "accuracy": 0.4540954095409541, + "precision": 0.37894736842105264, + "recall": 0.5935190449118818, + "specificity": 0.362756052141527, + "f1": 0.46256092157731504, + "macro_f1": 0.45395993038170734 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/stgcn/best.pt b/results/main/seed_7/MCFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..2f2eb704e203cf91ccd0ce0c911d77d11ed9a5fd --- /dev/null +++ b/results/main/seed_7/MCFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c449a1a03906bcc2cc2e3937af5d9bcc8488b78c29cde7f947275f27b7e4832 +size 430405 diff --git a/results/main/seed_7/MCFD/stgcn/history.json b/results/main/seed_7/MCFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..195d9685d1786af5b948f932e1c1c8cc5799ecfa --- /dev/null +++ b/results/main/seed_7/MCFD/stgcn/history.json @@ -0,0 +1,123 @@ +[ + { + "epoch": 1, + "loss": 0.0530902609299266, + "val_fps": 3867.242885387224, + "val_accuracy": 0.4594785059901339, + "val_precision": 1.0, + "val_recall": 0.4594785059901339, + "val_specificity": 0.0, + "val_f1": 0.6296475132786093, + "val_macro_f1": 0.3148237566393047 + }, + { + "epoch": 2, + "loss": 0.0496685805480512, + "val_fps": 4105.53240628157, + "val_accuracy": 0.22762508809020437, + "val_precision": 1.0, + "val_recall": 0.22762508809020437, + "val_specificity": 0.0, + "val_f1": 0.37083811710677383, + "val_macro_f1": 0.18541905855338692 + }, + { + "epoch": 3, + "loss": 0.04754864980336542, + "val_fps": 3927.3834060450013, + "val_accuracy": 0.1719520789288231, + "val_precision": 1.0, + "val_recall": 0.1719520789288231, + "val_specificity": 0.0, + "val_f1": 0.29344558027660855, + "val_macro_f1": 0.14672279013830428 + }, + { + "epoch": 4, + "loss": 0.04676141165009754, + "val_fps": 3734.6563464001774, + "val_accuracy": 0.3594080338266385, + "val_precision": 1.0, + "val_recall": 0.3594080338266385, + "val_specificity": 0.0, + "val_f1": 0.5287713841368584, + "val_macro_f1": 0.2643856920684292 + }, + { + "epoch": 5, + "loss": 0.04645599154945539, + "val_fps": 4089.9772774495877, + "val_accuracy": 0.19943622269203665, + "val_precision": 1.0, + "val_recall": 0.19943622269203665, + "val_specificity": 0.0, + "val_f1": 0.3325499412455934, + "val_macro_f1": 0.1662749706227967 + }, + { + "epoch": 6, + "loss": 0.04565062782664314, + "val_fps": 3897.051071983303, + "val_accuracy": 0.21705426356589147, + "val_precision": 1.0, + "val_recall": 0.21705426356589147, + "val_specificity": 0.0, + "val_f1": 0.35668789808917195, + "val_macro_f1": 0.17834394904458598 + }, + { + "epoch": 7, + "loss": 0.044433580193920075, + "val_fps": 3972.604127412116, + "val_accuracy": 0.3579985905567301, + "val_precision": 1.0, + "val_recall": 0.3579985905567301, + "val_specificity": 0.0, + "val_f1": 0.527244421380384, + "val_macro_f1": 0.263622210690192 + }, + { + "epoch": 8, + "loss": 0.044152163056835086, + "val_fps": 3794.204713926663, + "val_accuracy": 0.31148696264975334, + "val_precision": 1.0, + "val_recall": 0.31148696264975334, + "val_specificity": 0.0, + "val_f1": 0.4750134336378291, + "val_macro_f1": 0.23750671681891455 + }, + { + "epoch": 9, + "loss": 0.043863229843929666, + "val_fps": 3734.0097070403735, + "val_accuracy": 0.2452431289640592, + "val_precision": 1.0, + "val_recall": 0.2452431289640592, + "val_specificity": 0.0, + "val_f1": 0.3938879456706282, + "val_macro_f1": 0.1969439728353141 + }, + { + "epoch": 10, + "loss": 0.043281704310204956, + "val_fps": 4105.3112881375, + "val_accuracy": 0.35165609584214236, + "val_precision": 1.0, + "val_recall": 0.35165609584214236, + "val_specificity": 0.0, + "val_f1": 0.5203336809176226, + "val_macro_f1": 0.2601668404588113 + }, + { + "epoch": 11, + "loss": 0.04288424823719721, + "val_fps": 3834.636901262738, + "val_accuracy": 0.1634954193093728, + "val_precision": 1.0, + "val_recall": 0.1634954193093728, + "val_specificity": 0.0, + "val_f1": 0.2810417928528165, + "val_macro_f1": 0.14052089642640825 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/stgcn/metrics_test_clean.json b/results/main/seed_7/MCFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..2e696f304b233443eae5d16555e9ba3740762d7d --- /dev/null +++ b/results/main/seed_7/MCFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 4349.5762215465065, + "params": 103394, + "accuracy": 0.6563906390639064, + "precision": 0.5773333333333334, + "recall": 0.4923251847640705, + "specificity": 0.7638733705772812, + "f1": 0.5314513654495244, + "macro_f1": 0.6300888022841866 +} \ No newline at end of file diff --git a/results/main/seed_7/MCFD/tcnte/best.pt b/results/main/seed_7/MCFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..d45ef1f1cf814ad3f3ebbf1022afc17348e77919 --- /dev/null +++ b/results/main/seed_7/MCFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b308a0b0106e2256f1441fd204c504cff1c9578d0d2c3805143c62d1c4e1c6 +size 851281 diff --git a/results/main/seed_7/MCFD/tcnte/history.json b/results/main/seed_7/MCFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..5c4bcae27f0b880ee820bb906f274d281aa60d7f --- /dev/null +++ b/results/main/seed_7/MCFD/tcnte/history.json @@ -0,0 +1,134 @@ +[ + { + "epoch": 1, + "loss": 0.056285257315266075, + "val_fps": 3755.5218969882862, + "val_accuracy": 0.09584214235377025, + "val_precision": 1.0, + "val_recall": 0.09584214235377025, + "val_specificity": 0.0, + "val_f1": 0.17491961414790996, + "val_macro_f1": 0.08745980707395498 + }, + { + "epoch": 2, + "loss": 0.050254362718651024, + "val_fps": 3769.9117550262063, + "val_accuracy": 0.6243833685694151, + "val_precision": 1.0, + "val_recall": 0.6243833685694151, + "val_specificity": 0.0, + "val_f1": 0.768763557483731, + "val_macro_f1": 0.3843817787418655 + }, + { + "epoch": 3, + "loss": 0.046014380139069194, + "val_fps": 3762.7062971634755, + "val_accuracy": 0.5299506694855532, + "val_precision": 1.0, + "val_recall": 0.5299506694855532, + "val_specificity": 0.0, + "val_f1": 0.6927683095347766, + "val_macro_f1": 0.3463841547673883 + }, + { + "epoch": 4, + "loss": 0.04544926858309721, + "val_fps": 3765.482854944267, + "val_accuracy": 0.10077519379844961, + "val_precision": 1.0, + "val_recall": 0.10077519379844961, + "val_specificity": 0.0, + "val_f1": 0.18309859154929578, + "val_macro_f1": 0.09154929577464789 + }, + { + "epoch": 5, + "loss": 0.04296941699509858, + "val_fps": 3819.790389257348, + "val_accuracy": 0.1916842847075405, + "val_precision": 1.0, + "val_recall": 0.1916842847075405, + "val_specificity": 0.0, + "val_f1": 0.3217031342400946, + "val_macro_f1": 0.1608515671200473 + }, + { + "epoch": 6, + "loss": 0.04138734372072448, + "val_fps": 4069.189897548712, + "val_accuracy": 0.3276955602536998, + "val_precision": 1.0, + "val_recall": 0.3276955602536998, + "val_specificity": 0.0, + "val_f1": 0.49363057324840764, + "val_macro_f1": 0.24681528662420382 + }, + { + "epoch": 7, + "loss": 0.04208624379320459, + "val_fps": 3932.9045570233143, + "val_accuracy": 0.3890063424947146, + "val_precision": 1.0, + "val_recall": 0.3890063424947146, + "val_specificity": 0.0, + "val_f1": 0.5601217656012176, + "val_macro_f1": 0.2800608828006088 + }, + { + "epoch": 8, + "loss": 0.03973595272264264, + "val_fps": 3931.116931309619, + "val_accuracy": 0.4164904862579281, + "val_precision": 1.0, + "val_recall": 0.4164904862579281, + "val_specificity": 0.0, + "val_f1": 0.5880597014925373, + "val_macro_f1": 0.29402985074626864 + }, + { + "epoch": 9, + "loss": 0.03867021956578996, + "val_fps": 4128.883490088755, + "val_accuracy": 0.3967582804792107, + "val_precision": 1.0, + "val_recall": 0.3967582804792107, + "val_specificity": 0.0, + "val_f1": 0.5681130171543896, + "val_macro_f1": 0.2840565085771948 + }, + { + "epoch": 10, + "loss": 0.03773863623547404, + "val_fps": 4064.4857154490996, + "val_accuracy": 0.408738548273432, + "val_precision": 1.0, + "val_recall": 0.408738548273432, + "val_specificity": 0.0, + "val_f1": 0.5802901450725363, + "val_macro_f1": 0.29014507253626814 + }, + { + "epoch": 11, + "loss": 0.03625117633579477, + "val_fps": 3843.028043109057, + "val_accuracy": 0.3262861169837914, + "val_precision": 1.0, + "val_recall": 0.3262861169837914, + "val_specificity": 0.0, + "val_f1": 0.4920297555791711, + "val_macro_f1": 0.24601487778958556 + }, + { + "epoch": 12, + "loss": 0.03741774576558224, + "val_fps": 4132.963066051473, + "val_accuracy": 0.3558844256518675, + "val_precision": 1.0, + "val_recall": 0.3558844256518675, + "val_specificity": 0.0, + "val_f1": 0.524948024948025, + "val_macro_f1": 0.2624740124740125 + } +] \ No newline at end of file diff --git a/results/main/seed_7/MCFD/tcnte/metrics_test_clean.json b/results/main/seed_7/MCFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..450c763bbb97f653cfaa0dc43a7098c00c4c8738 --- /dev/null +++ b/results/main/seed_7/MCFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "MCFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 4401.03375439834, + "params": 210242, + "accuracy": 0.6545904590459046, + "precision": 0.5510018214936248, + "recall": 0.6878908470722002, + "specificity": 0.6327746741154563, + "f1": 0.6118836915297092, + "macro_f1": 0.6503570089515565 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/agcn/best.pt b/results/main/seed_7/URFD/agcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..21d1e2b43fb04ac5791bc3bfbf6c24c038aa3468 --- /dev/null +++ b/results/main/seed_7/URFD/agcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa71103bcce5520f5fe45a73795f0f97099f673fb0a754d35dae8baa5845022 +size 867809 diff --git a/results/main/seed_7/URFD/agcn/history.json b/results/main/seed_7/URFD/agcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..d38aaca5b6a9c1fdf9a5495a068e05aa9061757f --- /dev/null +++ b/results/main/seed_7/URFD/agcn/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07403036991932563, + "val_fps": 1139.9995729282236, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.3157894736842105, + "val_recall": 0.96, + "val_specificity": 0.2676056338028169, + "val_f1": 0.4752475247524752, + "val_macro_f1": 0.44641497116744644 + }, + { + "epoch": 2, + "loss": 0.05886523478797504, + "val_fps": 1219.0368445693482, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 3, + "loss": 0.06138152229998793, + "val_fps": 1212.288948377902, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 4, + "loss": 0.056869228037872484, + "val_fps": 1233.8059356428134, + "val_accuracy": 0.90625, + "val_precision": 0.9444444444444444, + "val_recall": 0.68, + "val_specificity": 0.9859154929577465, + "val_f1": 0.7906976744186046, + "val_macro_f1": 0.8651474949274232 + }, + { + "epoch": 5, + "loss": 0.05920661546822105, + "val_fps": 1179.6540660311928, + "val_accuracy": 0.71875, + "val_precision": 0.48, + "val_recall": 0.96, + "val_specificity": 0.6338028169014085, + "val_f1": 0.64, + "val_macro_f1": 0.7046153846153846 + }, + { + "epoch": 6, + "loss": 0.05576532959405865, + "val_fps": 1175.2314986421516, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.46, + "val_recall": 0.92, + "val_specificity": 0.6197183098591549, + "val_f1": 0.6133333333333333, + "val_macro_f1": 0.6827350427350427 + }, + { + "epoch": 7, + "loss": 0.05371849677924599, + "val_fps": 1206.5995587590542, + "val_accuracy": 0.46875, + "val_precision": 0.32894736842105265, + "val_recall": 1.0, + "val_specificity": 0.28169014084507044, + "val_f1": 0.49504950495049505, + "val_macro_f1": 0.4673049722554673 + }, + { + "epoch": 8, + "loss": 0.049892007772411616, + "val_fps": 1211.5369935788522, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.4716981132075472, + "val_recall": 1.0, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6410256410256411, + "val_macro_f1": 0.6977058029689609 + }, + { + "epoch": 9, + "loss": 0.049194987530687025, + "val_fps": 1208.7182587851726, + "val_accuracy": 0.5, + "val_precision": 0.3380281690140845, + "val_recall": 0.96, + "val_specificity": 0.3380281690140845, + "val_f1": 0.5, + "val_macro_f1": 0.5 + }, + { + "epoch": 10, + "loss": 0.04886743053793907, + "val_fps": 1231.5921111742816, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.29577464788732394, + "val_f1": 0.5, + "val_macro_f1": 0.4782608695652174 + }, + { + "epoch": 11, + "loss": 0.04076149181595871, + "val_fps": 1226.8662607757183, + "val_accuracy": 0.875, + "val_precision": 0.782608695652174, + "val_recall": 0.72, + "val_specificity": 0.9295774647887324, + "val_f1": 0.75, + "val_macro_f1": 0.8333333333333333 + }, + { + "epoch": 12, + "loss": 0.04313142704112189, + "val_fps": 1223.524828621241, + "val_accuracy": 0.7291666666666666, + "val_precision": 0.4878048780487805, + "val_recall": 0.8, + "val_specificity": 0.704225352112676, + "val_f1": 0.6060606060606061, + "val_macro_f1": 0.6998556998556998 + }, + { + "epoch": 13, + "loss": 0.051273400097021034, + "val_fps": 1184.692932494308, + "val_accuracy": 0.6666666666666666, + "val_precision": 0.43859649122807015, + "val_recall": 1.0, + "val_specificity": 0.5492957746478874, + "val_f1": 0.6097560975609756, + "val_macro_f1": 0.6594235033259424 + }, + { + "epoch": 14, + "loss": 0.038996777829847167, + "val_fps": 1185.801143775342, + "val_accuracy": 0.6145833333333334, + "val_precision": 0.4, + "val_recall": 0.96, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5647058823529412, + "val_macro_f1": 0.6094557449147884 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/agcn/metrics_test_clean.json b/results/main/seed_7/URFD/agcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..a2e76dc2a63d46f69e8cadcdf474ac7d8787194f --- /dev/null +++ b/results/main/seed_7/URFD/agcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "agcn", + "split": "test", + "robustness": "clean", + "fps": 1205.3759734777702, + "params": 208520, + "accuracy": 0.6826923076923077, + "precision": 0.4222222222222222, + "recall": 0.7307692307692307, + "specificity": 0.6666666666666666, + "f1": 0.5352112676056338, + "macro_f1": 0.6471676775984373 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/ctrgcn/best.pt b/results/main/seed_7/URFD/ctrgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..4a02a303e21b2217d4a06b7c8eabcfe6e79a1c5d --- /dev/null +++ b/results/main/seed_7/URFD/ctrgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956a512edadc0eb01891ccd51ca69d5df98517039a3945cc77429ae9bef8e9b5 +size 1535165 diff --git a/results/main/seed_7/URFD/ctrgcn/history.json b/results/main/seed_7/URFD/ctrgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..6b318e958a937fe5c123bc8a2d08d4d5c07a881b --- /dev/null +++ b/results/main/seed_7/URFD/ctrgcn/history.json @@ -0,0 +1,233 @@ +[ + { + "epoch": 1, + "loss": 0.08467624077041234, + "val_fps": 1136.5887281582243, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 2, + "loss": 0.06663101366055864, + "val_fps": 1213.5207573670382, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 3, + "loss": 0.06257434282451868, + "val_fps": 1207.3366276102163, + "val_accuracy": 0.3020833333333333, + "val_precision": 0.2717391304347826, + "val_recall": 1.0, + "val_specificity": 0.056338028169014086, + "val_f1": 0.42735042735042733, + "val_macro_f1": 0.267008547008547 + }, + { + "epoch": 4, + "loss": 0.05826971600098269, + "val_fps": 1208.2384615776834, + "val_accuracy": 0.4375, + "val_precision": 0.3116883116883117, + "val_recall": 0.96, + "val_specificity": 0.2535211267605634, + "val_f1": 0.47058823529411764, + "val_macro_f1": 0.43529411764705883 + }, + { + "epoch": 5, + "loss": 0.06147118617913553, + "val_fps": 1195.0628076371077, + "val_accuracy": 0.6875, + "val_precision": 0.4489795918367347, + "val_recall": 0.88, + "val_specificity": 0.6197183098591549, + "val_f1": 0.5945945945945946, + "val_macro_f1": 0.6701786532295007 + }, + { + "epoch": 6, + "loss": 0.059376367035188844, + "val_fps": 1192.3672358031047, + "val_accuracy": 0.6666666666666666, + "val_precision": 0.4339622641509434, + "val_recall": 0.92, + "val_specificity": 0.5774647887323944, + "val_f1": 0.5897435897435898, + "val_macro_f1": 0.6545209176788125 + }, + { + "epoch": 7, + "loss": 0.05948416303311076, + "val_fps": 1196.9099690424334, + "val_accuracy": 0.4583333333333333, + "val_precision": 0.3150684931506849, + "val_recall": 0.92, + "val_specificity": 0.29577464788732394, + "val_f1": 0.46938775510204084, + "val_macro_f1": 0.4580981328701693 + }, + { + "epoch": 8, + "loss": 0.05361779626192791, + "val_fps": 1156.253429753878, + "val_accuracy": 0.3541666666666667, + "val_precision": 0.28735632183908044, + "val_recall": 1.0, + "val_specificity": 0.1267605633802817, + "val_f1": 0.44642857142857145, + "val_macro_f1": 0.33571428571428574 + }, + { + "epoch": 9, + "loss": 0.054921861072736125, + "val_fps": 1161.3340145763625, + "val_accuracy": 0.3958333333333333, + "val_precision": 0.30120481927710846, + "val_recall": 1.0, + "val_specificity": 0.18309859154929578, + "val_f1": 0.46296296296296297, + "val_macro_f1": 0.3862433862433863 + }, + { + "epoch": 10, + "loss": 0.05379619456029364, + "val_fps": 1163.2202123983157, + "val_accuracy": 0.40625, + "val_precision": 0.28378378378378377, + "val_recall": 0.84, + "val_specificity": 0.2535211267605634, + "val_f1": 0.42424242424242425, + "val_macro_f1": 0.4056695992179863 + }, + { + "epoch": 11, + "loss": 0.04054925996544106, + "val_fps": 1119.7556878710047, + "val_accuracy": 0.8645833333333334, + "val_precision": 0.75, + "val_recall": 0.72, + "val_specificity": 0.9154929577464789, + "val_f1": 0.7346938775510204, + "val_macro_f1": 0.8218923933209648 + }, + { + "epoch": 12, + "loss": 0.044224355436329334, + "val_fps": 1187.6140440646877, + "val_accuracy": 0.6875, + "val_precision": 0.4489795918367347, + "val_recall": 0.88, + "val_specificity": 0.6197183098591549, + "val_f1": 0.5945945945945946, + "val_macro_f1": 0.6701786532295007 + }, + { + "epoch": 13, + "loss": 0.04829037641840322, + "val_fps": 1209.1255315873254, + "val_accuracy": 0.4583333333333333, + "val_precision": 0.3246753246753247, + "val_recall": 1.0, + "val_specificity": 0.2676056338028169, + "val_f1": 0.49019607843137253, + "val_macro_f1": 0.4562091503267974 + }, + { + "epoch": 14, + "loss": 0.03755905096685248, + "val_fps": 1184.3475752481788, + "val_accuracy": 0.625, + "val_precision": 0.4, + "val_recall": 0.88, + "val_specificity": 0.5352112676056338, + "val_f1": 0.55, + "val_macro_f1": 0.6142857142857143 + }, + { + "epoch": 15, + "loss": 0.037707230575116615, + "val_fps": 1197.3309480696144, + "val_accuracy": 0.3958333333333333, + "val_precision": 0.30120481927710846, + "val_recall": 1.0, + "val_specificity": 0.18309859154929578, + "val_f1": 0.46296296296296297, + "val_macro_f1": 0.3862433862433863 + }, + { + "epoch": 16, + "loss": 0.03790568207789745, + "val_fps": 1250.8580462984823, + "val_accuracy": 0.6354166666666666, + "val_precision": 0.40384615384615385, + "val_recall": 0.84, + "val_specificity": 0.5633802816901409, + "val_f1": 0.5454545454545454, + "val_macro_f1": 0.6205533596837944 + }, + { + "epoch": 17, + "loss": 0.04789468838966319, + "val_fps": 1194.8162096483047, + "val_accuracy": 0.4583333333333333, + "val_precision": 0.3246753246753247, + "val_recall": 1.0, + "val_specificity": 0.2676056338028169, + "val_f1": 0.49019607843137253, + "val_macro_f1": 0.4562091503267974 + }, + { + "epoch": 18, + "loss": 0.03238945487620575, + "val_fps": 1132.0245439461962, + "val_accuracy": 0.8020833333333334, + "val_precision": 0.6, + "val_recall": 0.72, + "val_specificity": 0.8309859154929577, + "val_f1": 0.6545454545454545, + "val_macro_f1": 0.7579296615792965 + }, + { + "epoch": 19, + "loss": 0.030579228153718368, + "val_fps": 1198.7483370002155, + "val_accuracy": 0.6875, + "val_precision": 0.45098039215686275, + "val_recall": 0.92, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6052631578947368, + "val_macro_f1": 0.6733212341197823 + }, + { + "epoch": 20, + "loss": 0.041066642850637436, + "val_fps": 1183.865171936306, + "val_accuracy": 0.7395833333333334, + "val_precision": 0.5, + "val_recall": 0.44, + "val_specificity": 0.8450704225352113, + "val_f1": 0.46808510638297873, + "val_macro_f1": 0.6478356566397652 + }, + { + "epoch": 21, + "loss": 0.03634887408199055, + "val_fps": 1187.688689215049, + "val_accuracy": 0.3645833333333333, + "val_precision": 0.2857142857142857, + "val_recall": 0.96, + "val_specificity": 0.15492957746478872, + "val_f1": 0.44036697247706424, + "val_macro_f1": 0.3527136067204598 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/ctrgcn/metrics_test_clean.json b/results/main/seed_7/URFD/ctrgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..0c21a3020bff9b64d64008f24bc1a96883da4cb7 --- /dev/null +++ b/results/main/seed_7/URFD/ctrgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "ctrgcn", + "split": "test", + "robustness": "clean", + "fps": 1207.0839156275752, + "params": 374984, + "accuracy": 0.5769230769230769, + "precision": 0.36363636363636365, + "recall": 0.9230769230769231, + "specificity": 0.46153846153846156, + "f1": 0.5217391304347826, + "macro_f1": 0.5712143928035982 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/dynafall/best.pt b/results/main/seed_7/URFD/dynafall/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..acc611ef49d6495f9672e36e5f7247cade1004f7 --- /dev/null +++ b/results/main/seed_7/URFD/dynafall/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0699a9e963e2d6c12815ae628a249075cadaf01390e3d0b0556d1940b7c1460 +size 1265049 diff --git a/results/main/seed_7/URFD/dynafall/history.json b/results/main/seed_7/URFD/dynafall/history.json new file mode 100644 index 0000000000000000000000000000000000000000..a699121be61fed662474bc30f0fc306d5c75a706 --- /dev/null +++ b/results/main/seed_7/URFD/dynafall/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07718321202056748, + "val_fps": 1104.7966449595551, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 2, + "loss": 0.06874358693936042, + "val_fps": 1163.4146632063282, + "val_accuracy": 0.8333333333333334, + "val_precision": 0.8, + "val_recall": 0.48, + "val_specificity": 0.9577464788732394, + "val_f1": 0.6, + "val_macro_f1": 0.7473684210526316 + }, + { + "epoch": 3, + "loss": 0.06058662211788552, + "val_fps": 1155.4561654615068, + "val_accuracy": 0.3854166666666667, + "val_precision": 0.2926829268292683, + "val_recall": 0.96, + "val_specificity": 0.18309859154929578, + "val_f1": 0.4485981308411215, + "val_macro_f1": 0.377240241891149 + }, + { + "epoch": 4, + "loss": 0.058285173826984, + "val_fps": 1166.8417444910456, + "val_accuracy": 0.90625, + "val_precision": 0.9, + "val_recall": 0.72, + "val_specificity": 0.971830985915493, + "val_f1": 0.8, + "val_macro_f1": 0.8693877551020408 + }, + { + "epoch": 5, + "loss": 0.04894401226192713, + "val_fps": 1175.1135849636848, + "val_accuracy": 0.3541666666666667, + "val_precision": 0.2823529411764706, + "val_recall": 0.96, + "val_specificity": 0.14084507042253522, + "val_f1": 0.43636363636363634, + "val_macro_f1": 0.34013303769401326 + }, + { + "epoch": 6, + "loss": 0.04660828298489962, + "val_fps": 1164.5466845387004, + "val_accuracy": 0.8020833333333334, + "val_precision": 0.5833333333333334, + "val_recall": 0.84, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6885245901639344, + "val_macro_f1": 0.7717432111125015 + }, + { + "epoch": 7, + "loss": 0.052056913397141864, + "val_fps": 1163.3736565234337, + "val_accuracy": 0.71875, + "val_precision": 0.47619047619047616, + "val_recall": 0.8, + "val_specificity": 0.6901408450704225, + "val_f1": 0.5970149253731343, + "val_macro_f1": 0.6905074626865672 + }, + { + "epoch": 8, + "loss": 0.049513704143464565, + "val_fps": 1175.4887105184084, + "val_accuracy": 0.3229166666666667, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.08450704225352113, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.295313382269904 + }, + { + "epoch": 9, + "loss": 0.04725157083677394, + "val_fps": 1164.7919746713446, + "val_accuracy": 0.59375, + "val_precision": 0.38333333333333336, + "val_recall": 0.92, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5411764705882353, + "val_macro_f1": 0.588345244639912 + }, + { + "epoch": 10, + "loss": 0.04456782128129687, + "val_fps": 1173.5856634284844, + "val_accuracy": 0.5625, + "val_precision": 0.36923076923076925, + "val_recall": 0.96, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5333333333333333, + "val_macro_f1": 0.5607843137254902 + }, + { + "epoch": 11, + "loss": 0.04846634682533996, + "val_fps": 1156.1955352408963, + "val_accuracy": 0.4375, + "val_precision": 0.3116883116883117, + "val_recall": 0.96, + "val_specificity": 0.2535211267605634, + "val_f1": 0.47058823529411764, + "val_macro_f1": 0.43529411764705883 + }, + { + "epoch": 12, + "loss": 0.0393396561433162, + "val_fps": 1223.5537589969365, + "val_accuracy": 0.8229166666666666, + "val_precision": 0.6666666666666666, + "val_recall": 0.64, + "val_specificity": 0.8873239436619719, + "val_f1": 0.6530612244897959, + "val_macro_f1": 0.7670900528043385 + }, + { + "epoch": 13, + "loss": 0.040109540801495314, + "val_fps": 1159.178169526555, + "val_accuracy": 0.4166666666666667, + "val_precision": 0.30864197530864196, + "val_recall": 1.0, + "val_specificity": 0.2112676056338028, + "val_f1": 0.4716981132075472, + "val_macro_f1": 0.4102676612549364 + }, + { + "epoch": 14, + "loss": 0.03954555120851312, + "val_fps": 1155.8650613476016, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.375, + "val_recall": 0.96, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5393258426966292, + "val_macro_f1": 0.5706337951347223 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/dynafall/metrics_test_clean.json b/results/main/seed_7/URFD/dynafall/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..7e0829b3b3e0afb36a5ed6e88a6a115da2ba5576 --- /dev/null +++ b/results/main/seed_7/URFD/dynafall/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "dynafall", + "split": "test", + "robustness": "clean", + "fps": 1167.2640036580055, + "params": 307017, + "accuracy": 0.7692307692307693, + "precision": 0.5357142857142857, + "recall": 0.5769230769230769, + "specificity": 0.8333333333333334, + "f1": 0.5555555555555556, + "macro_f1": 0.6998556998556998 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/lstm/best.pt b/results/main/seed_7/URFD/lstm/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..d846de31a61a5f5a1a719dbf9e5ead703a8da562 --- /dev/null +++ b/results/main/seed_7/URFD/lstm/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d752fccff7d6b757b8b919c062e6124f2ece27c0153af94bbef0890e164edaf +size 462662 diff --git a/results/main/seed_7/URFD/lstm/history.json b/results/main/seed_7/URFD/lstm/history.json new file mode 100644 index 0000000000000000000000000000000000000000..0fa666698b4021bf947651e07cc24c791b80d79c --- /dev/null +++ b/results/main/seed_7/URFD/lstm/history.json @@ -0,0 +1,189 @@ +[ + { + "epoch": 1, + "loss": 0.08014491027487176, + "val_fps": 1332.0560820040023, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 2, + "loss": 0.062114123454583545, + "val_fps": 1375.740401735272, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 3, + "loss": 0.05807828450841563, + "val_fps": 1347.2712987464845, + "val_accuracy": 0.2708333333333333, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.014084507042253521, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.22222222222222224 + }, + { + "epoch": 4, + "loss": 0.06050086886222873, + "val_fps": 1264.1043207458831, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 5, + "loss": 0.055312749464064837, + "val_fps": 1324.0484023785475, + "val_accuracy": 0.4270833333333333, + "val_precision": 0.3125, + "val_recall": 1.0, + "val_specificity": 0.22535211267605634, + "val_f1": 0.47619047619047616, + "val_macro_f1": 0.4220032840722496 + }, + { + "epoch": 6, + "loss": 0.0548223029556019, + "val_fps": 1316.6929283931, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 7, + "loss": 0.05298922383891685, + "val_fps": 1358.7220384296918, + "val_accuracy": 0.78125, + "val_precision": 0.5434782608695652, + "val_recall": 1.0, + "val_specificity": 0.704225352112676, + "val_f1": 0.704225352112676, + "val_macro_f1": 0.7653358165522057 + }, + { + "epoch": 8, + "loss": 0.05467815384534853, + "val_fps": 1363.6837265267304, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 9, + "loss": 0.05404561571776867, + "val_fps": 1340.3038214682992, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 10, + "loss": 0.05444101470389536, + "val_fps": 1328.917281076422, + "val_accuracy": 0.3645833333333333, + "val_precision": 0.29069767441860467, + "val_recall": 1.0, + "val_specificity": 0.14084507042253522, + "val_f1": 0.45045045045045046, + "val_macro_f1": 0.34868201534868204 + }, + { + "epoch": 11, + "loss": 0.05239666546029704, + "val_fps": 1355.253036582723, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.32051282051282054, + "val_recall": 1.0, + "val_specificity": 0.2535211267605634, + "val_f1": 0.4854368932038835, + "val_macro_f1": 0.4449656376131777 + }, + { + "epoch": 12, + "loss": 0.05256805442539709, + "val_fps": 1346.191208510438, + "val_accuracy": 0.4583333333333333, + "val_precision": 0.3246753246753247, + "val_recall": 1.0, + "val_specificity": 0.2676056338028169, + "val_f1": 0.49019607843137253, + "val_macro_f1": 0.4562091503267974 + }, + { + "epoch": 13, + "loss": 0.050772030638264756, + "val_fps": 1356.5664224354737, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.3787878787878788, + "val_recall": 1.0, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5494505494505495, + "val_macro_f1": 0.5717549776955717 + }, + { + "epoch": 14, + "loss": 0.05186841769942215, + "val_fps": 1314.1626016282967, + "val_accuracy": 0.6770833333333334, + "val_precision": 0.44642857142857145, + "val_recall": 1.0, + "val_specificity": 0.5633802816901409, + "val_f1": 0.6172839506172839, + "val_macro_f1": 0.6690023356690022 + }, + { + "epoch": 15, + "loss": 0.05056381917425564, + "val_fps": 1350.5262048624973, + "val_accuracy": 0.5833333333333334, + "val_precision": 0.38461538461538464, + "val_recall": 1.0, + "val_specificity": 0.43661971830985913, + "val_f1": 0.5555555555555556, + "val_macro_f1": 0.5816993464052287 + }, + { + "epoch": 16, + "loss": 0.04758184855537755, + "val_fps": 1293.638806568201, + "val_accuracy": 0.625, + "val_precision": 0.4098360655737705, + "val_recall": 1.0, + "val_specificity": 0.49295774647887325, + "val_f1": 0.5813953488372093, + "val_macro_f1": 0.6208863536638877 + }, + { + "epoch": 17, + "loss": 0.04936922301671335, + "val_fps": 1311.6907517640961, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.46153846153846156, + "val_recall": 0.96, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6233766233766234, + "val_macro_f1": 0.6856013551665725 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/lstm/metrics_test_clean.json b/results/main/seed_7/URFD/lstm/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..07d15c8bbe594d443a7ab3ddc555dc7e08607228 --- /dev/null +++ b/results/main/seed_7/URFD/lstm/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "lstm", + "split": "test", + "robustness": "clean", + "fps": 1329.2734221617409, + "params": 114818, + "accuracy": 0.7980769230769231, + "precision": 0.6190476190476191, + "recall": 0.5, + "specificity": 0.8974358974358975, + "f1": 0.5531914893617021, + "macro_f1": 0.7113783533765032 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/posec3d/best.pt b/results/main/seed_7/URFD/posec3d/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..d77ea1226aede03aa000434df67c218206789606 --- /dev/null +++ b/results/main/seed_7/URFD/posec3d/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54d373370a401e4550d70289e442758369acf9d680840d56646be17aba36643 +size 63921 diff --git a/results/main/seed_7/URFD/posec3d/history.json b/results/main/seed_7/URFD/posec3d/history.json new file mode 100644 index 0000000000000000000000000000000000000000..edd00f8cb2627629352999be05a450b8d005bf3f --- /dev/null +++ b/results/main/seed_7/URFD/posec3d/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.07750178341354642, + "val_fps": 1115.9536302795818, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.29411764705882354, + "val_recall": 0.8, + "val_specificity": 0.323943661971831, + "val_f1": 0.43010752688172044, + "val_macro_f1": 0.4473769957640925 + }, + { + "epoch": 2, + "loss": 0.07749534118920565, + "val_fps": 1112.109497400036, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 3, + "loss": 0.07584980662379946, + "val_fps": 1150.3165772103098, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 4, + "loss": 0.07555729403559651, + "val_fps": 1122.4950216563802, + "val_accuracy": 0.5625, + "val_precision": 0.34545454545454546, + "val_recall": 0.76, + "val_specificity": 0.49295774647887325, + "val_f1": 0.475, + "val_macro_f1": 0.55 + }, + { + "epoch": 5, + "loss": 0.075650272225695, + "val_fps": 1152.2563431730791, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 6, + "loss": 0.07324211884822164, + "val_fps": 1117.6677256977903, + "val_accuracy": 0.3020833333333333, + "val_precision": 0.2717391304347826, + "val_recall": 1.0, + "val_specificity": 0.056338028169014086, + "val_f1": 0.42735042735042733, + "val_macro_f1": 0.267008547008547 + }, + { + "epoch": 7, + "loss": 0.07317798318607467, + "val_fps": 1139.5208300974991, + "val_accuracy": 0.3229166666666667, + "val_precision": 0.2777777777777778, + "val_recall": 1.0, + "val_specificity": 0.08450704225352113, + "val_f1": 0.43478260869565216, + "val_macro_f1": 0.295313382269904 + }, + { + "epoch": 8, + "loss": 0.07410079959247794, + "val_fps": 1154.4008452052478, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 9, + "loss": 0.0718422094359994, + "val_fps": 1121.3055862840613, + "val_accuracy": 0.2916666666666667, + "val_precision": 0.26881720430107525, + "val_recall": 1.0, + "val_specificity": 0.04225352112676056, + "val_f1": 0.423728813559322, + "val_macro_f1": 0.2524049473202016 + }, + { + "epoch": 10, + "loss": 0.07284350719835077, + "val_fps": 1150.6770119583914, + "val_accuracy": 0.2708333333333333, + "val_precision": 0.2631578947368421, + "val_recall": 1.0, + "val_specificity": 0.014084507042253521, + "val_f1": 0.4166666666666667, + "val_macro_f1": 0.22222222222222224 + }, + { + "epoch": 11, + "loss": 0.07132014685443469, + "val_fps": 1160.6461603729977, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 12, + "loss": 0.06956687449876751, + "val_fps": 1127.5594002497824, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 13, + "loss": 0.0670839176912393, + "val_fps": 1145.651033705081, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 14, + "loss": 0.07056847813406161, + "val_fps": 1148.1955988151306, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/posec3d/metrics_test_clean.json b/results/main/seed_7/URFD/posec3d/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..7a09d104cc8bf78b2eb32e9b37333f8ff5bc3a1c --- /dev/null +++ b/results/main/seed_7/URFD/posec3d/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "posec3d", + "split": "test", + "robustness": "clean", + "fps": 1168.1572460628108, + "params": 14466, + "accuracy": 0.5384615384615384, + "precision": 0.3472222222222222, + "recall": 0.9615384615384616, + "specificity": 0.3974358974358974, + "f1": 0.5102040816326531, + "macro_f1": 0.5369202226345083 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/stgcn/best.pt b/results/main/seed_7/URFD/stgcn/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..8131f51c2b1926ad769097de63a2434d665daa3e --- /dev/null +++ b/results/main/seed_7/URFD/stgcn/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286e7dc20ceafc83200006175b3374718891c2f43d062d827afc69a07a49f57f +size 430405 diff --git a/results/main/seed_7/URFD/stgcn/history.json b/results/main/seed_7/URFD/stgcn/history.json new file mode 100644 index 0000000000000000000000000000000000000000..7d3a4caa641fc401dc7116209b30f19dc0ed4883 --- /dev/null +++ b/results/main/seed_7/URFD/stgcn/history.json @@ -0,0 +1,332 @@ +[ + { + "epoch": 1, + "loss": 0.0800771111888545, + "val_fps": 1203.1994692995504, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 2, + "loss": 0.06913692051810878, + "val_fps": 1228.001827387375, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.46, + "val_recall": 0.92, + "val_specificity": 0.6197183098591549, + "val_f1": 0.6133333333333333, + "val_macro_f1": 0.6827350427350427 + }, + { + "epoch": 3, + "loss": 0.0654202780819365, + "val_fps": 1266.5738695269074, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5714285714285714, + "val_recall": 0.8, + "val_specificity": 0.7887323943661971, + "val_f1": 0.6666666666666666, + "val_macro_f1": 0.7575757575757576 + }, + { + "epoch": 4, + "loss": 0.06154355446674994, + "val_fps": 1270.9236881080697, + "val_accuracy": 0.3125, + "val_precision": 0.27472527472527475, + "val_recall": 1.0, + "val_specificity": 0.07042253521126761, + "val_f1": 0.43103448275862066, + "val_macro_f1": 0.28130671506352084 + }, + { + "epoch": 5, + "loss": 0.06186025217175484, + "val_fps": 1216.2669785343055, + "val_accuracy": 0.7604166666666666, + "val_precision": 0.5384615384615384, + "val_recall": 0.56, + "val_specificity": 0.8309859154929577, + "val_f1": 0.5490196078431373, + "val_macro_f1": 0.6929495202336253 + }, + { + "epoch": 6, + "loss": 0.05869714223912784, + "val_fps": 1245.0750896517056, + "val_accuracy": 0.4479166666666667, + "val_precision": 0.32051282051282054, + "val_recall": 1.0, + "val_specificity": 0.2535211267605634, + "val_f1": 0.4854368932038835, + "val_macro_f1": 0.4449656376131777 + }, + { + "epoch": 7, + "loss": 0.05891782856945481, + "val_fps": 1269.5075283675144, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.5925925925925926, + "val_recall": 0.64, + "val_specificity": 0.8450704225352113, + "val_f1": 0.6153846153846154, + "val_macro_f1": 0.7362637362637363 + }, + { + "epoch": 8, + "loss": 0.0563048566026347, + "val_fps": 1269.7266602341408, + "val_accuracy": 0.6666666666666666, + "val_precision": 0.43859649122807015, + "val_recall": 1.0, + "val_specificity": 0.5492957746478874, + "val_f1": 0.6097560975609756, + "val_macro_f1": 0.6594235033259424 + }, + { + "epoch": 9, + "loss": 0.05223176069557667, + "val_fps": 1161.8513670370858, + "val_accuracy": 0.4166666666666667, + "val_precision": 0.30864197530864196, + "val_recall": 1.0, + "val_specificity": 0.2112676056338028, + "val_f1": 0.4716981132075472, + "val_macro_f1": 0.4102676612549364 + }, + { + "epoch": 10, + "loss": 0.05316883624930467, + "val_fps": 1244.5456400564774, + "val_accuracy": 0.3854166666666667, + "val_precision": 0.2976190476190476, + "val_recall": 1.0, + "val_specificity": 0.16901408450704225, + "val_f1": 0.45871559633027525, + "val_macro_f1": 0.37393611141814964 + }, + { + "epoch": 11, + "loss": 0.05098613990204675, + "val_fps": 1242.4315731024678, + "val_accuracy": 0.8645833333333334, + "val_precision": 0.875, + "val_recall": 0.56, + "val_specificity": 0.971830985915493, + "val_f1": 0.6829268292682927, + "val_macro_f1": 0.7984170570182523 + }, + { + "epoch": 12, + "loss": 0.05076416382300002, + "val_fps": 1242.5555804840044, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.46296296296296297, + "val_recall": 1.0, + "val_specificity": 0.5915492957746479, + "val_f1": 0.6329113924050633, + "val_macro_f1": 0.6881371121317352 + }, + { + "epoch": 13, + "loss": 0.05001332723934736, + "val_fps": 1239.890883286443, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.4716981132075472, + "val_recall": 1.0, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6410256410256411, + "val_macro_f1": 0.6977058029689609 + }, + { + "epoch": 14, + "loss": 0.04590220543156777, + "val_fps": 1292.115444800591, + "val_accuracy": 0.5416666666666666, + "val_precision": 0.36231884057971014, + "val_recall": 1.0, + "val_specificity": 0.38028169014084506, + "val_f1": 0.5319148936170213, + "val_macro_f1": 0.5414676508901433 + }, + { + "epoch": 15, + "loss": 0.04248167787279401, + "val_fps": 1229.5696712426777, + "val_accuracy": 0.6145833333333334, + "val_precision": 0.4032258064516129, + "val_recall": 1.0, + "val_specificity": 0.4788732394366197, + "val_f1": 0.5747126436781609, + "val_macro_f1": 0.6111658456486042 + }, + { + "epoch": 16, + "loss": 0.04476427792438439, + "val_fps": 1278.2052857216675, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.29577464788732394, + "val_f1": 0.5, + "val_macro_f1": 0.4782608695652174 + }, + { + "epoch": 17, + "loss": 0.04388219430776579, + "val_fps": 1250.3759174891175, + "val_accuracy": 0.3333333333333333, + "val_precision": 0.2808988764044944, + "val_recall": 1.0, + "val_specificity": 0.09859154929577464, + "val_f1": 0.43859649122807015, + "val_macro_f1": 0.3090418353576248 + }, + { + "epoch": 18, + "loss": 0.04381467934165682, + "val_fps": 1262.836718489635, + "val_accuracy": 0.71875, + "val_precision": 0.4807692307692308, + "val_recall": 1.0, + "val_specificity": 0.6197183098591549, + "val_f1": 0.6493506493506493, + "val_macro_f1": 0.7072840203274986 + }, + { + "epoch": 19, + "loss": 0.045159329128052504, + "val_fps": 1107.1919496521573, + "val_accuracy": 0.34375, + "val_precision": 0.2840909090909091, + "val_recall": 1.0, + "val_specificity": 0.11267605633802817, + "val_f1": 0.4424778761061947, + "val_macro_f1": 0.32250476083790747 + }, + { + "epoch": 20, + "loss": 0.050593498429017406, + "val_fps": 1221.9003756696588, + "val_accuracy": 0.8958333333333334, + "val_precision": 0.8571428571428571, + "val_recall": 0.72, + "val_specificity": 0.9577464788732394, + "val_f1": 0.782608695652174, + "val_macro_f1": 0.8570577724836212 + }, + { + "epoch": 21, + "loss": 0.04196689969726971, + "val_fps": 1231.507108011367, + "val_accuracy": 0.3541666666666667, + "val_precision": 0.28735632183908044, + "val_recall": 1.0, + "val_specificity": 0.1267605633802817, + "val_f1": 0.44642857142857145, + "val_macro_f1": 0.33571428571428574 + }, + { + "epoch": 22, + "loss": 0.03999284129323704, + "val_fps": 1234.4335564132707, + "val_accuracy": 0.59375, + "val_precision": 0.390625, + "val_recall": 1.0, + "val_specificity": 0.4507042253521127, + "val_f1": 0.5617977528089888, + "val_macro_f1": 0.5915784880549798 + }, + { + "epoch": 23, + "loss": 0.043405199756047556, + "val_fps": 1200.6606468164703, + "val_accuracy": 0.7916666666666666, + "val_precision": 0.8571428571428571, + "val_recall": 0.24, + "val_specificity": 0.9859154929577465, + "val_f1": 0.375, + "val_macro_f1": 0.625 + }, + { + "epoch": 24, + "loss": 0.050535995712769885, + "val_fps": 1224.7561302701317, + "val_accuracy": 0.4791666666666667, + "val_precision": 0.3333333333333333, + "val_recall": 1.0, + "val_specificity": 0.29577464788732394, + "val_f1": 0.5, + "val_macro_f1": 0.4782608695652174 + }, + { + "epoch": 25, + "loss": 0.04515979698460017, + "val_fps": 1262.2143878890759, + "val_accuracy": 0.6979166666666666, + "val_precision": 0.46296296296296297, + "val_recall": 1.0, + "val_specificity": 0.5915492957746479, + "val_f1": 0.6329113924050633, + "val_macro_f1": 0.6881371121317352 + }, + { + "epoch": 26, + "loss": 0.03773777512833476, + "val_fps": 1256.189260465222, + "val_accuracy": 0.5104166666666666, + "val_precision": 0.3472222222222222, + "val_recall": 1.0, + "val_specificity": 0.3380281690140845, + "val_f1": 0.5154639175257731, + "val_macro_f1": 0.510363537710255 + }, + { + "epoch": 27, + "loss": 0.03908107902056405, + "val_fps": 1252.9891074571422, + "val_accuracy": 0.8125, + "val_precision": 0.7058823529411765, + "val_recall": 0.48, + "val_specificity": 0.9295774647887324, + "val_f1": 0.5714285714285714, + "val_macro_f1": 0.7257142857142858 + }, + { + "epoch": 28, + "loss": 0.03671622994754996, + "val_fps": 1266.50569222343, + "val_accuracy": 0.8645833333333334, + "val_precision": 0.8333333333333334, + "val_recall": 0.6, + "val_specificity": 0.9577464788732394, + "val_f1": 0.6976744186046512, + "val_macro_f1": 0.8052130482285 + }, + { + "epoch": 29, + "loss": 0.0430149328562298, + "val_fps": 1252.9544430536803, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 30, + "loss": 0.044338813317673545, + "val_fps": 1215.9958452922997, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.4716981132075472, + "val_recall": 1.0, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6410256410256411, + "val_macro_f1": 0.6977058029689609 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/stgcn/metrics_test_clean.json b/results/main/seed_7/URFD/stgcn/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..20aae2f9afdb1b4c67b34a2bc33df4cba942918e --- /dev/null +++ b/results/main/seed_7/URFD/stgcn/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "stgcn", + "split": "test", + "robustness": "clean", + "fps": 1273.1136784822063, + "params": 103394, + "accuracy": 0.75, + "precision": 0.5, + "recall": 0.46153846153846156, + "specificity": 0.8461538461538461, + "f1": 0.48, + "macro_f1": 0.6577215189873418 +} \ No newline at end of file diff --git a/results/main/seed_7/URFD/tcnte/best.pt b/results/main/seed_7/URFD/tcnte/best.pt new file mode 100644 index 0000000000000000000000000000000000000000..f1a87a3ba49e6973bd1373cf920b0581c3670a56 --- /dev/null +++ b/results/main/seed_7/URFD/tcnte/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4c78c6280d15b458cab307a089adbced2e923ac331edcd379d9113494a857c +size 851281 diff --git a/results/main/seed_7/URFD/tcnte/history.json b/results/main/seed_7/URFD/tcnte/history.json new file mode 100644 index 0000000000000000000000000000000000000000..50e1b27b690dbd072745975b8f8b05b78b8cc09c --- /dev/null +++ b/results/main/seed_7/URFD/tcnte/history.json @@ -0,0 +1,156 @@ +[ + { + "epoch": 1, + "loss": 0.10247847025415727, + "val_fps": 1138.8227693901465, + "val_accuracy": 0.8854166666666666, + "val_precision": 0.85, + "val_recall": 0.68, + "val_specificity": 0.9577464788732394, + "val_f1": 0.7555555555555555, + "val_macro_f1": 0.8403628117913833 + }, + { + "epoch": 2, + "loss": 0.06900526623108558, + "val_fps": 1240.3691228958012, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.33783783783783783, + "val_recall": 1.0, + "val_specificity": 0.30985915492957744, + "val_f1": 0.5050505050505051, + "val_macro_f1": 0.4890843923101988 + }, + { + "epoch": 3, + "loss": 0.05886053027851241, + "val_fps": 1245.5424526585139, + "val_accuracy": 0.2604166666666667, + "val_precision": 0.2604166666666667, + "val_recall": 1.0, + "val_specificity": 0.0, + "val_f1": 0.4132231404958678, + "val_macro_f1": 0.2066115702479339 + }, + { + "epoch": 4, + "loss": 0.06264344469777175, + "val_fps": 1245.972799873052, + "val_accuracy": 0.90625, + "val_precision": 0.9, + "val_recall": 0.72, + "val_specificity": 0.971830985915493, + "val_f1": 0.8, + "val_macro_f1": 0.8693877551020408 + }, + { + "epoch": 5, + "loss": 0.06520138933722462, + "val_fps": 1238.0454987827595, + "val_accuracy": 0.4375, + "val_precision": 0.31645569620253167, + "val_recall": 1.0, + "val_specificity": 0.23943661971830985, + "val_f1": 0.4807692307692308, + "val_macro_f1": 0.43356643356643354 + }, + { + "epoch": 6, + "loss": 0.05455634729670627, + "val_fps": 1253.8940147137093, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.33783783783783783, + "val_recall": 1.0, + "val_specificity": 0.30985915492957744, + "val_f1": 0.5050505050505051, + "val_macro_f1": 0.4890843923101988 + }, + { + "epoch": 7, + "loss": 0.05594198319262692, + "val_fps": 1285.4079732912435, + "val_accuracy": 0.4895833333333333, + "val_precision": 0.33783783783783783, + "val_recall": 1.0, + "val_specificity": 0.30985915492957744, + "val_f1": 0.5050505050505051, + "val_macro_f1": 0.4890843923101988 + }, + { + "epoch": 8, + "loss": 0.05951567739248276, + "val_fps": 1250.7351838563172, + "val_accuracy": 0.71875, + "val_precision": 0.48, + "val_recall": 0.96, + "val_specificity": 0.6338028169014085, + "val_f1": 0.64, + "val_macro_f1": 0.7046153846153846 + }, + { + "epoch": 9, + "loss": 0.05076651221939495, + "val_fps": 1244.5264818851924, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.3787878787878788, + "val_recall": 1.0, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5494505494505495, + "val_macro_f1": 0.5717549776955717 + }, + { + "epoch": 10, + "loss": 0.0460934730113617, + "val_fps": 1254.1803605394477, + "val_accuracy": 0.5729166666666666, + "val_precision": 0.3787878787878788, + "val_recall": 1.0, + "val_specificity": 0.4225352112676056, + "val_f1": 0.5494505494505495, + "val_macro_f1": 0.5717549776955717 + }, + { + "epoch": 11, + "loss": 0.03785440615112228, + "val_fps": 1230.256240336707, + "val_accuracy": 0.7083333333333334, + "val_precision": 0.4716981132075472, + "val_recall": 1.0, + "val_specificity": 0.6056338028169014, + "val_f1": 0.6410256410256411, + "val_macro_f1": 0.6977058029689609 + }, + { + "epoch": 12, + "loss": 0.04366819513961673, + "val_fps": 1249.6856680063268, + "val_accuracy": 0.8125, + "val_precision": 0.5897435897435898, + "val_recall": 0.92, + "val_specificity": 0.7746478873239436, + "val_f1": 0.71875, + "val_macro_f1": 0.7890625 + }, + { + "epoch": 13, + "loss": 0.045500975634370534, + "val_fps": 1196.2312290795026, + "val_accuracy": 0.6041666666666666, + "val_precision": 0.3968253968253968, + "val_recall": 1.0, + "val_specificity": 0.4647887323943662, + "val_f1": 0.5681818181818182, + "val_macro_f1": 0.6013986013986015 + }, + { + "epoch": 14, + "loss": 0.039493123501805324, + "val_fps": 1197.2673373366133, + "val_accuracy": 0.71875, + "val_precision": 0.48, + "val_recall": 0.96, + "val_specificity": 0.6338028169014085, + "val_f1": 0.64, + "val_macro_f1": 0.7046153846153846 + } +] \ No newline at end of file diff --git a/results/main/seed_7/URFD/tcnte/metrics_test_clean.json b/results/main/seed_7/URFD/tcnte/metrics_test_clean.json new file mode 100644 index 0000000000000000000000000000000000000000..47471a9603046b541973abaed9bfa74dd08160d8 --- /dev/null +++ b/results/main/seed_7/URFD/tcnte/metrics_test_clean.json @@ -0,0 +1,14 @@ +{ + "dataset": "URFD", + "method": "tcnte", + "split": "test", + "robustness": "clean", + "fps": 1228.766246419982, + "params": 210242, + "accuracy": 0.6634615384615384, + "precision": 0.3783783783783784, + "recall": 0.5384615384615384, + "specificity": 0.7051282051282052, + "f1": 0.4444444444444444, + "macro_f1": 0.6015325670498084 +} \ No newline at end of file diff --git a/results/main_summary.csv b/results/main_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd884a85782adc85570579262e1f417db66e33bb --- /dev/null +++ b/results/main_summary.csv @@ -0,0 +1,16 @@ +,dataset,method,accuracy,accuracy,precision,precision,recall,recall,f1,f1,macro_f1,macro_f1 +,,,mean,std,mean,std,mean,std,mean,std,mean,std +0,MCFD,agcn,0.6702296934309929,0.005442081621985152,0.6113371334547564,0.056587904176543365,0.6422064804101708,0.025037467732528722,0.6246065960520678,0.016899338669399435,0.6651569712314446,0.007380733154636091 +1,MCFD,ctrgcn,0.5867699563415418,0.04681534040382916,0.5099898453285104,0.05416613213077996,0.7680934167733332,0.07683474749890272,0.6126708868782117,0.06174180575098164,0.580726864064295,0.04328108186459004 +2,MCFD,dynafall,0.6158732523772291,0.0567011557405618,0.540538954080228,0.05857153495680502,0.7723493527289031,0.11547440984481827,0.6310974628395222,0.04819051445549898,0.6072146567602982,0.05990126633356042 +3,MCFD,lstm,0.6428119009021706,0.002469852752078933,0.5879787908861595,0.04708991911725131,0.5674738358591909,0.12265760844376718,0.5711382939129864,0.06499351884797211,0.6300478607571675,0.018301186711052596 +4,MCFD,posec3d,0.5534250453603423,0.08618120592112775,0.5217643586415723,0.1452587909029081,0.5825232701041668,0.2702260077372586,0.5085229456006807,0.11754388878211923,0.5384018491810716,0.07702376014958082 +5,MCFD,stgcn,0.643973480364176,0.014993214441199247,0.6006868916029443,0.02979668246524281,0.5003244357427231,0.011192287220868687,0.5458648055932359,0.01891716472395303,0.6257810863339998,0.005200855690470462 +6,MCFD,tcnte,0.6331521432195105,0.019057283385361043,0.5635010144368855,0.03762110685496164,0.6447631097309173,0.037651383931712544,0.600315287982177,0.02017799583108412,0.630348124490466,0.018289811311864843 +7,URFD,agcn,0.6519000546778325,0.20613731512860956,0.4667989417989418,0.22261881183437326,0.8130341880341879,0.16230527873875528,0.5561815336463224,0.14282597273537956,0.626219679795685,0.184626942110352 +8,URFD,ctrgcn,0.7318699818699819,0.1378506372451353,0.5867676767676767,0.29156496980814156,0.6957642031171444,0.2325369514052244,0.568092937658155,0.04477926497822698,0.6791614113578132,0.096135862097879 +9,URFD,dynafall,0.770112089556534,0.03192551087672582,0.523717238833518,0.012043454552563785,0.7135495223730518,0.17936606832815918,0.597073113962352,0.05296023986602886,0.7158889589444096,0.013925002034832731 +10,URFD,lstm,0.7619571786238453,0.050931352348115744,0.5189951856618523,0.13126138318415487,0.6544117647058824,0.19606311214666738,0.5654205113570304,0.11746795610043792,0.6995365882749288,0.0688064352400428 +11,URFD,posec3d,0.6261762928429595,0.08309079232674323,0.3201147980559745,0.07934427924496597,0.5598919054801408,0.3928511307359897,0.3861599812338729,0.16416586141560915,0.5448519474736391,0.04031638428168099 +12,URFD,stgcn,0.7414889637111859,0.058685814096537996,0.4795258620689655,0.12571787766726147,0.6138134741075918,0.16654380932352625,0.5311180124223602,0.12968436902578268,0.6757765240345469,0.08100509915717079 +13,URFD,tcnte,0.7017935767935768,0.1687024168587933,0.48930579515685896,0.2649280619372816,0.717885872297637,0.1562005995849294,0.5578703703703703,0.20250330231519598,0.6644599769984622,0.1698284437099282 diff --git a/results/runtime_efficiency.csv b/results/runtime_efficiency.csv new file mode 100644 index 0000000000000000000000000000000000000000..3a118e8d6eeb78115eaae60b9fc49370dd629179 --- /dev/null +++ b/results/runtime_efficiency.csv @@ -0,0 +1,15 @@ +dataset,method,n,params,fps_mean,fps_std,f1_mean,f1_std,macro_f1_mean,macro_f1_std +MCFD,agcn,3,208520,4362.9296310117925,42.404049680165876,0.6246065960520678,0.01689933866939942,0.6651569712314446,0.007380733154636105 +MCFD,ctrgcn,3,374984,4230.748899475853,93.06998781964741,0.6126708868782117,0.061741805750981656,0.580726864064295,0.04328108186459003 +MCFD,dynafall,3,307017,4285.400395353332,90.34398365893492,0.6310974628395222,0.04819051445549897,0.6072146567602982,0.059901266333560424 +MCFD,lstm,3,114818,4268.317983025866,166.33125642699534,0.5711382939129864,0.06499351884797212,0.6300478607571675,0.01830118671105261 +MCFD,posec3d,3,14466,3977.915057839457,89.83595934202081,0.5085229456006807,0.11754388878211923,0.5384018491810716,0.07702376014958082 +MCFD,stgcn,3,103394,4248.878088782021,172.7252183122481,0.5458648055932359,0.018917164723953012,0.6257810863339998,0.005200855690470477 +MCFD,tcnte,3,210242,4334.375890331889,58.94201562860122,0.600315287982177,0.020177995831084115,0.630348124490466,0.01828981131186484 +URFD,agcn,3,208520,1081.3319290783495,116.8188847192559,0.5561815336463224,0.14282597273537959,0.626219679795685,0.18462694211035202 +URFD,ctrgcn,3,374984,1060.1614520233693,140.53196924803044,0.568092937658155,0.04477926497822701,0.6791614113578132,0.09613586209787901 +URFD,dynafall,3,307017,1024.281762865546,135.71485237758006,0.597073113962352,0.052960239866028845,0.7158889589444096,0.013925002034832741 +URFD,lstm,3,114818,1235.059075017179,91.33424898857702,0.5654205113570304,0.11746795610043795,0.6995365882749288,0.0688064352400428 +URFD,posec3d,3,14466,1022.9681053422764,135.69034990339767,0.3861599812338729,0.16416586141560918,0.5448519474736391,0.04031638428168098 +URFD,stgcn,3,103394,1126.0507897624632,133.6138738402588,0.5311180124223602,0.12968436902578268,0.6757765240345469,0.08100509915717079 +URFD,tcnte,3,210242,1086.1122335384798,137.0083706384697,0.5578703703703703,0.20250330231519598,0.6644599769984622,0.16982844370992822 diff --git a/scripts/aggregate_ablation_results.py b/scripts/aggregate_ablation_results.py new file mode 100644 index 0000000000000000000000000000000000000000..b34094bde60043deb16e65aa63d2e20df7082436 --- /dev/null +++ b/scripts/aggregate_ablation_results.py @@ -0,0 +1,59 @@ +from __future__ import annotations + +import argparse +import json +from pathlib import Path + +import pandas as pd + +from common import ROOT + + +METRICS = ["accuracy", "precision", "recall", "f1", "macro_f1"] +VARIANT_NAMES = { + "dynafall_joint": "A1 joint", + "dynafall_joint_bone": "A2 joint+bone", + "dynafall_full_no_dropout": "A3 +dynamics", + "dynafall_random_dropout": "A4 +random dropout", + "dynafall": "A5 +confidence dropout", +} + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--root", default="results/ablation") + ap.add_argument("--out", default="results/ablation_summary.csv") + args = ap.parse_args() + + rows = [] + for path in (ROOT / args.root).glob("seed_*/*/*/metrics_test_clean.json"): + row = json.loads(path.read_text()) + row["seed"] = int(path.parts[-4].replace("seed_", "")) + row["variant"] = VARIANT_NAMES.get(row["method"], row["method"]) + rows.append(row) + if not rows: + raise SystemExit(f"No ablation metrics found under {args.root}") + + df = pd.DataFrame(rows) + out = ROOT / args.out + out.parent.mkdir(parents=True, exist_ok=True) + df.to_csv(out.with_name(out.stem + "_raw.csv"), index=False) + summary = df.groupby(["dataset", "variant"], as_index=False)[METRICS].agg(["mean", "std"]) + summary.to_csv(out) + print(f"Wrote {out}") + + flat = [] + order = {v: i for i, v in enumerate(VARIANT_NAMES.values())} + for (dataset, variant), group in df.groupby(["dataset", "variant"]): + row = {"dataset": dataset, "variant": variant, "n": len(group)} + for metric in METRICS: + row[metric] = f"{group[metric].mean():.4f} +/- {group[metric].std(ddof=1):.4f}" + flat.append(row) + flat_df = pd.DataFrame(flat) + flat_df["order"] = flat_df["variant"].map(order) + flat_df = flat_df.sort_values(["dataset", "order"]).drop(columns=["order"]) + print(flat_df.to_string(index=False)) + + +if __name__ == "__main__": + main() diff --git a/scripts/aggregate_main_results.py b/scripts/aggregate_main_results.py new file mode 100644 index 0000000000000000000000000000000000000000..767a199c35beaf17cbff4891277586ef0cc3aa36 --- /dev/null +++ b/scripts/aggregate_main_results.py @@ -0,0 +1,47 @@ +from __future__ import annotations + +import argparse +import json +from pathlib import Path + +import pandas as pd + +from common import ROOT + + +METRICS = ["accuracy", "precision", "recall", "f1", "macro_f1"] + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--root", default="results/main") + ap.add_argument("--out", default="results/main_summary.csv") + args = ap.parse_args() + + rows = [] + for path in (ROOT / args.root).glob("seed_*/*/*/metrics_test_clean.json"): + result = json.loads(path.read_text()) + result["seed"] = int(path.parts[-4].replace("seed_", "")) + rows.append(result) + if not rows: + raise SystemExit(f"No metrics found under {args.root}") + + df = pd.DataFrame(rows) + out = ROOT / args.out + out.parent.mkdir(parents=True, exist_ok=True) + summary = df.groupby(["dataset", "method"], as_index=False)[METRICS].agg(["mean", "std"]) + summary.to_csv(out) + print(f"Wrote {out}") + + flat = [] + for (dataset, method), group in df.groupby(["dataset", "method"]): + row = {"dataset": dataset, "method": method, "n": len(group)} + for metric in METRICS: + row[metric] = f"{group[metric].mean():.4f} +/- {group[metric].std(ddof=1):.4f}" + flat.append(row) + flat_df = pd.DataFrame(flat).sort_values(["dataset", "method"]) + print(flat_df.to_string(index=False)) + + +if __name__ == "__main__": + main() diff --git a/scripts/aggregate_results.py b/scripts/aggregate_results.py new file mode 100644 index 0000000000000000000000000000000000000000..b35b84f9bf1be5139eae433cb85204faa5aaa04a --- /dev/null +++ b/scripts/aggregate_results.py @@ -0,0 +1,30 @@ +from __future__ import annotations + +import argparse +import json +from pathlib import Path + +import pandas as pd + +from common import ROOT + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--results", default="results") + args = ap.parse_args() + rows = [] + for path in (ROOT / args.results).rglob("metrics_*.json"): + rows.append(json.loads(path.read_text())) + if not rows: + raise SystemExit("No metrics_*.json files found") + df = pd.DataFrame(rows) + out = ROOT / args.results / "all_metrics.csv" + df.to_csv(out, index=False) + print(f"Wrote {out}") + cols = [c for c in ["dataset", "method", "split", "robustness", "accuracy", "recall", "f1", "macro_f1", "fps", "params"] if c in df] + print(df[cols].sort_values(cols[:4]).to_string(index=False)) + + +if __name__ == "__main__": + main() diff --git a/scripts/common.py b/scripts/common.py new file mode 100644 index 0000000000000000000000000000000000000000..57dacc28f02d11308f0b000fe4b861644a36007b --- /dev/null +++ b/scripts/common.py @@ -0,0 +1,16 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +import yaml + +ROOT = Path(__file__).resolve().parents[1] +SRC = ROOT / "src" +if str(SRC) not in sys.path: + sys.path.insert(0, str(SRC)) + + +def load_config(path: str = "configs/default.yaml") -> dict: + with open(ROOT / path, "r", encoding="utf-8") as f: + return yaml.safe_load(f) diff --git a/scripts/download_mcfd.py b/scripts/download_mcfd.py new file mode 100644 index 0000000000000000000000000000000000000000..1087ee01f8fae602848f3f777c47cd20b82d1800 --- /dev/null +++ b/scripts/download_mcfd.py @@ -0,0 +1,57 @@ +from __future__ import annotations + +import argparse +import urllib.request +import zipfile +from pathlib import Path + +from tqdm import tqdm + +from common import ROOT + + +BASE_URL = "https://www.iro.umontreal.ca/~labimage/Dataset/chute-zip" + + +def download(url: str, dst: Path) -> None: + dst.parent.mkdir(parents=True, exist_ok=True) + part = dst.with_suffix(dst.suffix + ".part") + if part.exists(): + part.unlink() + with urllib.request.urlopen(url) as response, open(part, "wb") as f: + total = int(response.headers.get("Content-Length") or 0) + with tqdm(total=total, unit="B", unit_scale=True, desc=dst.name) as bar: + while True: + chunk = response.read(1024 * 1024) + if not chunk: + break + f.write(chunk) + bar.update(len(chunk)) + part.replace(dst) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--keep-zips", action="store_true") + args = ap.parse_args() + for idx in range(1, 25): + name = f"chute{idx:02d}.zip" + label_dir = "fall" if idx <= 22 else "nonfall" + zip_path = ROOT / "data/raw/MCFD_zips" / name + out_dir = ROOT / "data/raw/MCFD" / label_dir / f"chute{idx:02d}" + if out_dir.exists() and any(out_dir.iterdir()): + continue + if zip_path.exists() and not zipfile.is_zipfile(zip_path): + zip_path.unlink() + if not zip_path.exists(): + download(f"{BASE_URL}/{name}", zip_path) + out_dir.mkdir(parents=True, exist_ok=True) + with zipfile.ZipFile(zip_path) as zf: + zf.extractall(out_dir) + if zip_path.exists() and not args.keep_zips: + zip_path.unlink() + print(f"Prepared MCFD scenarios under {ROOT / 'data/raw/MCFD'}") + + +if __name__ == "__main__": + main() diff --git a/scripts/download_urfd_rgb.py b/scripts/download_urfd_rgb.py new file mode 100644 index 0000000000000000000000000000000000000000..4b2e4d4fab00d7c9056431c5c6af6719ccae2cdc --- /dev/null +++ b/scripts/download_urfd_rgb.py @@ -0,0 +1,66 @@ +from __future__ import annotations + +import argparse +import re +import urllib.request +import zipfile +from pathlib import Path + +from tqdm import tqdm + +from common import ROOT + + +URFD_URL = "https://fenix.ur.edu.pl/~mkepski/ds/uf.html" +BASE_URL = "https://fenix.ur.edu.pl/~mkepski/ds/data/" + + +def download(url: str, dst: Path) -> None: + dst.parent.mkdir(parents=True, exist_ok=True) + part = dst.with_suffix(dst.suffix + ".part") + if part.exists(): + part.unlink() + with urllib.request.urlopen(url) as response, open(part, "wb") as f: + total = int(response.headers.get("Content-Length") or 0) + with tqdm(total=total, unit="B", unit_scale=True, desc=dst.name) as bar: + while True: + chunk = response.read(1024 * 1024) + if not chunk: + break + f.write(chunk) + bar.update(len(chunk)) + part.replace(dst) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--camera", choices=["cam0", "cam1"], default="cam0") + ap.add_argument("--keep-zips", action="store_true") + args = ap.parse_args() + html = urllib.request.urlopen(URFD_URL).read().decode("utf-8", errors="ignore") + pattern = rf"(fall-\d+-{args.camera}-rgb\.zip|adl-\d+-{args.camera}-rgb\.zip)" + names = sorted(set(re.findall(pattern, html))) + if args.camera == "cam1": + names = [n for n in names if n.startswith("fall-")] + if not names: + raise SystemExit("No URFD RGB zip links found") + for name in names: + label_dir = "fall" if name.startswith("fall-") else "nonfall" + seq = name.removesuffix(".zip") + zip_path = ROOT / "data/raw/URFD_zips" / name + out_dir = ROOT / "data/raw/URFD" / label_dir / seq + if not out_dir.exists(): + if zip_path.exists() and not zipfile.is_zipfile(zip_path): + zip_path.unlink() + if not zip_path.exists(): + download(BASE_URL + name, zip_path) + out_dir.mkdir(parents=True, exist_ok=True) + with zipfile.ZipFile(zip_path) as zf: + zf.extractall(out_dir) + if zip_path.exists() and not args.keep_zips: + zip_path.unlink() + print(f"Prepared URFD RGB image sequences under {ROOT / 'data/raw/URFD'}") + + +if __name__ == "__main__": + main() diff --git a/scripts/evaluate.py b/scripts/evaluate.py new file mode 100644 index 0000000000000000000000000000000000000000..23040bd173dbc1546652dc15142fb2b06453acd5 --- /dev/null +++ b/scripts/evaluate.py @@ -0,0 +1,39 @@ +from __future__ import annotations + +import argparse +import json + +from common import load_config +from dynafall.train_eval import evaluate_checkpoint + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--method", required=True) + ap.add_argument("--checkpoint", default=None) + ap.add_argument("--split", default="test") + ap.add_argument("--robustness", default="clean") + ap.add_argument("--missing-amount", type=float, default=0.0) + ap.add_argument("--tag", default=None) + ap.add_argument("--config", default="configs/default.yaml") + ap.add_argument("--processed-dataset", default=None) + ap.add_argument("--out-dir", default=None) + args = ap.parse_args() + result = evaluate_checkpoint( + args.dataset, + args.method, + load_config(args.config), + checkpoint=args.checkpoint, + split=args.split, + robustness=args.robustness, + missing_amount=args.missing_amount, + tag=args.tag, + processed_dataset=args.processed_dataset, + out_dir=args.out_dir, + ) + print(json.dumps(result, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/scripts/extract_pose.py b/scripts/extract_pose.py new file mode 100644 index 0000000000000000000000000000000000000000..13cbd10391a410d34ba52364b3cf3ee9875960e8 --- /dev/null +++ b/scripts/extract_pose.py @@ -0,0 +1,96 @@ +from __future__ import annotations + +import argparse +from pathlib import Path + +import cv2 +import numpy as np +from tqdm import tqdm +from ultralytics import YOLO + +from common import ROOT, load_config +from dynafall.data import save_pickle +from dynafall.features import infer_label_from_path + + +VIDEO_EXTS = {".avi", ".mp4", ".mov", ".mkv", ".mpg", ".mpeg"} +IMAGE_EXTS = {".png", ".jpg", ".jpeg", ".bmp"} + + +def largest_person(result) -> np.ndarray: + if result.keypoints is None or result.boxes is None or len(result.boxes) == 0: + return np.zeros((17, 3), dtype=np.float32) + boxes = result.boxes.xyxy.detach().cpu().numpy() + areas = (boxes[:, 2] - boxes[:, 0]) * (boxes[:, 3] - boxes[:, 1]) + idx = int(np.argmax(areas)) + xy = result.keypoints.xy[idx].detach().cpu().numpy() + conf = result.keypoints.conf[idx].detach().cpu().numpy() + return np.concatenate([xy, conf[:, None]], axis=1).astype(np.float32) + + +def extract_video(path: Path, model: YOLO, conf: float) -> np.ndarray: + cap = cv2.VideoCapture(str(path)) + frames = [] + ok, frame = cap.read() + while ok: + result = model.predict(frame, conf=conf, verbose=False)[0] + frames.append(largest_person(result)) + ok, frame = cap.read() + cap.release() + return np.asarray(frames, dtype=np.float32) + + +def extract_image_dir(path: Path, model: YOLO, conf: float) -> np.ndarray: + frames = [] + images = sorted(p for p in path.iterdir() if p.suffix.lower() in IMAGE_EXTS) + for image_path in images: + frame = cv2.imread(str(image_path)) + if frame is None: + continue + result = model.predict(frame, conf=conf, verbose=False)[0] + frames.append(largest_person(result)) + return np.asarray(frames, dtype=np.float32) + + +def image_sequence_dirs(raw_dir: Path) -> list[Path]: + dirs = [] + for path in raw_dir.rglob("*"): + if path.is_dir() and any(child.suffix.lower() in IMAGE_EXTS for child in path.iterdir()): + dirs.append(path) + return sorted(dirs) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--config", default="configs/default.yaml") + args = ap.parse_args() + cfg = load_config(args.config) + raw_dir = ROOT / "data/raw" / args.dataset + videos = [p for p in raw_dir.rglob("*") if p.suffix.lower() in VIDEO_EXTS] + image_dirs = image_sequence_dirs(raw_dir) if not videos else [] + if not videos and not image_dirs: + raise SystemExit(f"No videos or image sequence directories found under {raw_dir}") + model = YOLO(cfg["pose_model"]) + records = [] + for path in tqdm(videos, desc=f"Extracting videos {args.dataset}"): + records.append({ + "video_id": path.relative_to(raw_dir).with_suffix("").as_posix(), + "path": str(path), + "label": infer_label_from_path(str(path.relative_to(raw_dir))), + "keypoints": extract_video(path, model, cfg["conf_threshold"]), + }) + for path in tqdm(image_dirs, desc=f"Extracting image dirs {args.dataset}"): + records.append({ + "video_id": path.relative_to(raw_dir).as_posix(), + "path": str(path), + "label": infer_label_from_path(str(path.relative_to(raw_dir))), + "keypoints": extract_image_dir(path, model, cfg["conf_threshold"]), + }) + out = ROOT / "data/poses" / f"{args.dataset}_keypoints.pkl" + save_pickle(records, out) + print(f"Wrote {out} ({len(records)} videos)") + + +if __name__ == "__main__": + main() diff --git a/scripts/make_synthetic_dataset.py b/scripts/make_synthetic_dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..dc66752f00491712e7ecd24e6b8914b21e3d1d21 --- /dev/null +++ b/scripts/make_synthetic_dataset.py @@ -0,0 +1,49 @@ +from __future__ import annotations + +import argparse +from pathlib import Path + +import numpy as np + +from common import ROOT +from dynafall.data import save_pickle + + +def make_video(label: int, frames: int, rng: np.random.Generator) -> np.ndarray: + base = rng.normal(0, 0.04, size=(frames, 17, 3)).astype(np.float32) + base[..., 2] = rng.uniform(0.75, 1.0, size=(frames, 17)) + y = np.linspace(-0.5, 0.5, 17)[None, :, None] + x = np.linspace(-0.25, 0.25, 17)[None, :, None] + base[..., :1] += x + base[..., 1:2] += y + if label == 1: + fall_start = frames // 3 + drop = np.linspace(0, 1.2, frames - fall_start)[:, None] + base[fall_start:, :, 1] += drop + base[fall_start:, [11, 12, 13, 14, 15, 16], 1] += drop * 0.4 + base[fall_start:, :, 0] *= 1.8 + else: + walk = np.sin(np.linspace(0, 4 * np.pi, frames))[:, None] * 0.08 + base[:, :, 0] += walk + return base.astype(np.float32) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", default="Synthetic") + ap.add_argument("--videos", type=int, default=40) + ap.add_argument("--seed", type=int, default=7) + args = ap.parse_args() + rng = np.random.default_rng(args.seed) + records = [] + for i in range(args.videos): + label = int(i % 2 == 0) + frames = int(rng.integers(36, 80)) + records.append({"video_id": f"{args.dataset}_{i:03d}", "label": label, "keypoints": make_video(label, frames, rng)}) + out = ROOT / "data/poses" / f"{args.dataset}_keypoints.pkl" + save_pickle(records, out) + print(f"Wrote {out} ({len(records)} videos)") + + +if __name__ == "__main__": + main() diff --git a/scripts/prepare_clips.py b/scripts/prepare_clips.py new file mode 100644 index 0000000000000000000000000000000000000000..b8ffeda7a0296110c1d54f939a4848a4934be40e --- /dev/null +++ b/scripts/prepare_clips.py @@ -0,0 +1,41 @@ +from __future__ import annotations + +import argparse +from pathlib import Path + +from common import ROOT, load_config +from dynafall.data import load_pickle, save_pickle, split_video_records +from dynafall.features import make_clips, normalize_pose + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--config", default="configs/default.yaml") + ap.add_argument("--seed", type=int, default=None) + ap.add_argument("--group-key", choices=["video", "scenario"], default="video") + ap.add_argument("--output-name", default=None) + args = ap.parse_args() + cfg = load_config(args.config) + seed = args.seed if args.seed is not None else cfg["seed"] + records = load_pickle(ROOT / "data/poses" / f"{args.dataset}_keypoints.pkl") + splits = split_video_records(records, cfg["splits"], seed, group_key=args.group_key) + out_dir = ROOT / "data/processed" / (args.output_name or args.dataset) + buckets = {k: [] for k in ["train", "val", "test"]} + for rec in records: + split = next(k for k, ids in splits.items() if rec["video_id"] in ids) + norm = normalize_pose(rec["keypoints"]) + for i, clip in enumerate(make_clips(norm, cfg["clip_len"], cfg["stride"])): + buckets[split].append({"video_id": rec["video_id"], "clip_id": i, "label": int(rec["label"]), "joint": clip}) + for split, rows in buckets.items(): + save_pickle(rows, out_dir / f"{split}.pkl") + print(f"{split}: {len(rows)} clips") + save_pickle( + {"seed": seed, "group_key": args.group_key, "splits": {k: sorted(v) for k, v in splits.items()}}, + out_dir / "video_splits.pkl", + ) + print(f"Wrote {out_dir}") + + +if __name__ == "__main__": + main() diff --git a/scripts/robustness.py b/scripts/robustness.py new file mode 100644 index 0000000000000000000000000000000000000000..9125937718fb86d3244a0e03f90c84da3352ad59 --- /dev/null +++ b/scripts/robustness.py @@ -0,0 +1,47 @@ +from __future__ import annotations + +import argparse +import json + +from common import load_config +from dynafall.train_eval import evaluate_checkpoint + + +SCENARIOS = [ + ("clean", 0.0), + ("missing", 0.10), + ("missing", 0.20), + ("missing", 0.30), + ("lower_body", 0.0), + ("upper_body", 0.0), + ("low_conf", 0.0), +] + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--methods", nargs="+", default=["stgcn", "agcn", "ctrgcn", "posec3d", "tcnte", "dynafall"]) + ap.add_argument("--config", default="configs/default.yaml") + args = ap.parse_args() + cfg = load_config(args.config) + results = [] + for method in args.methods: + for mode, amount in SCENARIOS: + name = f"{mode}_{int(amount * 100)}" if mode == "missing" else mode + result = evaluate_checkpoint( + args.dataset, + method, + cfg, + robustness=mode, + missing_amount=amount, + tag=f"robust_{name}", + ) + result["scenario"] = name + results.append(result) + print(json.dumps(result, indent=2)) + print(json.dumps(results, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/scripts/run_experiments.py b/scripts/run_experiments.py new file mode 100644 index 0000000000000000000000000000000000000000..90b4d7d57d786ac1e44c28b214b8bffadae90990 --- /dev/null +++ b/scripts/run_experiments.py @@ -0,0 +1,34 @@ +from __future__ import annotations + +import argparse +import json + +from common import load_config +from dynafall.train_eval import evaluate_checkpoint, train_model + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--methods", nargs="+", default=["lstm", "stgcn", "agcn", "ctrgcn", "posec3d", "tcnte", "dynafall"]) + ap.add_argument("--epochs", type=int, default=None) + ap.add_argument("--config", default="configs/default.yaml") + ap.add_argument("--processed-dataset", default=None) + ap.add_argument("--out-root", default=None) + args = ap.parse_args() + cfg = load_config(args.config) + all_results = [] + for method in args.methods: + out_dir = None + if args.out_root: + out_dir = f"{args.out_root}/{args.dataset}/{method}" + print(f"==> Training {method}") + train_model(args.dataset, method, cfg, epochs=args.epochs, out_dir=out_dir, processed_dataset=args.processed_dataset) + result = evaluate_checkpoint(args.dataset, method, cfg, out_dir=out_dir, processed_dataset=args.processed_dataset) + all_results.append(result) + print(json.dumps(result, indent=2)) + print(json.dumps(all_results, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/scripts/run_main_benchmark.py b/scripts/run_main_benchmark.py new file mode 100644 index 0000000000000000000000000000000000000000..0dd497a560b9b9a95fd31b3d4200140e1cbe1495 --- /dev/null +++ b/scripts/run_main_benchmark.py @@ -0,0 +1,63 @@ +from __future__ import annotations + +import argparse +import subprocess +from pathlib import Path + +from common import ROOT + + +def run(cmd: list[str]) -> None: + print(" ".join(cmd), flush=True) + subprocess.run(cmd, cwd=ROOT, check=True) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--datasets", nargs="+", default=["URFD", "MCFD"]) + ap.add_argument("--methods", nargs="+", default=["lstm", "stgcn", "agcn", "ctrgcn", "posec3d", "tcnte", "dynafall"]) + ap.add_argument("--seeds", nargs="+", type=int, default=[7, 13, 21]) + ap.add_argument("--epochs", type=int, default=None) + ap.add_argument("--out-root", default="results/main") + args = ap.parse_args() + + for seed in args.seeds: + for dataset in args.datasets: + processed = f"{dataset}_seed{seed}" + group_key = "scenario" if dataset == "MCFD" else "video" + run([ + "python", + "scripts/prepare_clips.py", + "--dataset", + dataset, + "--seed", + str(seed), + "--group-key", + group_key, + "--output-name", + processed, + ]) + for method in args.methods: + out_dir = Path(args.out_root) / f"seed_{seed}" / dataset / method + if (ROOT / out_dir / "metrics_test_clean.json").exists(): + print(f"skip existing {out_dir}", flush=True) + continue + cmd = [ + "python", + "scripts/run_experiments.py", + "--dataset", + dataset, + "--processed-dataset", + processed, + "--methods", + method, + "--out-root", + str(Path(args.out_root) / f"seed_{seed}"), + ] + if args.epochs is not None: + cmd.extend(["--epochs", str(args.epochs)]) + run(cmd) + + +if __name__ == "__main__": + main() diff --git a/scripts/train.py b/scripts/train.py new file mode 100644 index 0000000000000000000000000000000000000000..0228d9fbecbef9fb150a58be926ba4edefb9fec6 --- /dev/null +++ b/scripts/train.py @@ -0,0 +1,30 @@ +from __future__ import annotations + +import argparse + +from common import load_config +from dynafall.train_eval import train_model + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--dataset", required=True) + ap.add_argument("--method", required=True) + ap.add_argument("--epochs", type=int, default=None) + ap.add_argument("--config", default="configs/default.yaml") + ap.add_argument("--processed-dataset", default=None) + ap.add_argument("--out-dir", default=None) + args = ap.parse_args() + result = train_model( + args.dataset, + args.method, + load_config(args.config), + args.epochs, + out_dir=args.out_dir, + processed_dataset=args.processed_dataset, + ) + print(result) + + +if __name__ == "__main__": + main() diff --git a/src/dynafall/__init__.py b/src/dynafall/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..cf82e82ecfd15dbbaed6f8474de7640901577bc6 --- /dev/null +++ b/src/dynafall/__init__.py @@ -0,0 +1,2 @@ +"""DynaFall experiment package.""" + diff --git a/src/dynafall/data.py b/src/dynafall/data.py new file mode 100644 index 0000000000000000000000000000000000000000..eda1b93998c05707e7de825373f09f04b6d46772 --- /dev/null +++ b/src/dynafall/data.py @@ -0,0 +1,161 @@ +from __future__ import annotations + +import pickle +import random +from dataclasses import dataclass +from pathlib import Path +from typing import Any + +import numpy as np +import torch +from torch.utils.data import Dataset + +from .features import bone_features, dynamics_features, mask_keypoints + + +@dataclass +class ClipSample: + video_id: str + label: int + joint: np.ndarray + + +def load_pickle(path: str | Path) -> Any: + with open(path, "rb") as f: + return pickle.load(f) + + +def save_pickle(obj: Any, path: str | Path) -> None: + path = Path(path) + path.parent.mkdir(parents=True, exist_ok=True) + with open(path, "wb") as f: + pickle.dump(obj, f) + + +class FallClipDataset(Dataset): + def __init__( + self, + pkl_path: str | Path, + robustness: str = "clean", + missing_amount: float = 0.0, + train: bool = False, + confidence_dropout: bool = False, + random_dropout: bool = False, + random_dropout_prob: float = 0.1, + high_conf_prob: float = 0.1, + low_conf_prob: float = 0.5, + low_conf_threshold: float = 0.3, + seed: int = 7, + ) -> None: + self.samples = load_pickle(pkl_path) + self.robustness = robustness + self.missing_amount = missing_amount + self.train = train + self.confidence_dropout = confidence_dropout + self.random_dropout = random_dropout + self.random_dropout_prob = random_dropout_prob + self.high_conf_prob = high_conf_prob + self.low_conf_prob = low_conf_prob + self.low_conf_threshold = low_conf_threshold + self.rng = np.random.default_rng(seed) + + def __len__(self) -> int: + return len(self.samples) + + def __getitem__(self, idx: int) -> dict[str, torch.Tensor | str]: + sample = self.samples[idx] + joint = np.asarray(sample["joint"], dtype=np.float32) + if self.train and self.random_dropout: + joint = self._random_dropout(joint) + if self.train and self.confidence_dropout: + joint = self._confidence_dropout(joint) + if self.robustness != "clean": + joint = mask_keypoints(joint, self.robustness, self.missing_amount, self.rng) + bone = bone_features(joint) + dyn = dynamics_features(joint) + return { + "video_id": sample["video_id"], + "joint": torch.from_numpy(joint), + "bone": torch.from_numpy(bone), + "dyn": torch.from_numpy(dyn), + "label": torch.tensor(sample["label"], dtype=torch.long), + } + + def _confidence_dropout(self, joint: np.ndarray) -> np.ndarray: + conf = joint[..., 2] + probs = np.where(conf < self.low_conf_threshold, self.low_conf_prob, self.high_conf_prob) + mask = self.rng.random(conf.shape) < probs + out = joint.copy() + out[mask] = 0 + return out.astype(np.float32) + + def _random_dropout(self, joint: np.ndarray) -> np.ndarray: + mask = self.rng.random(joint.shape[:2]) < self.random_dropout_prob + out = joint.copy() + out[mask] = 0 + return out.astype(np.float32) + + +def split_video_ids(video_ids: list[str], ratios: dict[str, float], seed: int) -> dict[str, set[str]]: + ids = sorted(set(video_ids)) + random.Random(seed).shuffle(ids) + n = len(ids) + n_train = max(1, int(round(n * ratios["train"]))) + n_val = max(1, int(round(n * ratios["val"]))) if n >= 3 else 0 + if n_train + n_val >= n: + n_train = max(1, n - 2) + n_val = 1 if n >= 3 else 0 + return { + "train": set(ids[:n_train]), + "val": set(ids[n_train:n_train + n_val]), + "test": set(ids[n_train + n_val:]), + } + + +def split_video_records( + records: list[dict[str, Any]], + ratios: dict[str, float], + seed: int, + group_key: str = "video", +) -> dict[str, set[str]]: + """Stratified split over video ids or higher-level scenario groups.""" + rng = random.Random(seed) + group_labels: dict[str, int] = {} + for rec in records: + gid = record_group_id(rec, group_key) + label = int(rec["label"]) + if gid in group_labels and group_labels[gid] != label: + raise ValueError(f"Mixed labels inside group {gid}") + group_labels[gid] = label + by_label: dict[int, list[str]] = {} + for gid, label in group_labels.items(): + by_label.setdefault(label, []).append(gid) + group_buckets = {"train": set(), "val": set(), "test": set()} + for groups in by_label.values(): + groups = sorted(set(groups)) + rng.shuffle(groups) + n = len(groups) + n_train = max(1, int(round(n * ratios["train"]))) + n_val = max(1, int(round(n * ratios["val"]))) if n >= 3 else 0 + if n_train + n_val >= n: + n_train = max(1, n - 2) + n_val = 1 if n >= 3 else 0 + group_buckets["train"].update(groups[:n_train]) + group_buckets["val"].update(groups[n_train:n_train + n_val]) + group_buckets["test"].update(groups[n_train + n_val:]) + video_buckets = {"train": set(), "val": set(), "test": set()} + for rec in records: + gid = record_group_id(rec, group_key) + split = next(k for k, groups in group_buckets.items() if gid in groups) + video_buckets[split].add(str(rec["video_id"])) + return video_buckets + + +def record_group_id(rec: dict[str, Any], group_key: str) -> str: + video_id = str(rec["video_id"]) + if group_key == "video": + return video_id + if group_key == "scenario": + parts = video_id.split("/") + return "/".join(parts[:2]) if len(parts) >= 2 else video_id + raise ValueError(f"Unknown group_key: {group_key}") diff --git a/src/dynafall/features.py b/src/dynafall/features.py new file mode 100644 index 0000000000000000000000000000000000000000..c7c90960f82ba7f31886af7244e54e80550587c6 --- /dev/null +++ b/src/dynafall/features.py @@ -0,0 +1,150 @@ +from __future__ import annotations + +import math +from typing import Iterable + +import numpy as np + + +NUM_JOINTS = 17 + +COCO_BONES: list[tuple[int, int]] = [ + (0, 1), (0, 2), (1, 3), (2, 4), + (5, 6), (5, 7), (7, 9), (6, 8), (8, 10), + (5, 11), (6, 12), (11, 12), + (11, 13), (13, 15), (12, 14), (14, 16), +] + +LOWER_BODY = [11, 12, 13, 14, 15, 16] +UPPER_BODY = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + + +def normalize_pose(kpts: np.ndarray, eps: float = 1e-6) -> np.ndarray: + """Normalize COCO keypoints by per-frame visible bounding box.""" + out = np.asarray(kpts, dtype=np.float32).copy() + xy = out[..., :2] + conf = out[..., 2] + for t in range(out.shape[0]): + valid = conf[t] > 0 + if not np.any(valid): + out[t, :, :2] = 0 + continue + pts = xy[t, valid] + mn = pts.min(axis=0) + mx = pts.max(axis=0) + center = (mn + mx) / 2.0 + size = np.maximum(mx - mn, eps) + out[t, :, 0] = (out[t, :, 0] - center[0]) / size[0] + out[t, :, 1] = (out[t, :, 1] - center[1]) / size[1] + out[t, ~valid, :2] = 0 + return out + + +def resample_or_pad(kpts: np.ndarray, clip_len: int) -> np.ndarray: + if len(kpts) == clip_len: + return kpts.astype(np.float32) + if len(kpts) <= 0: + return np.zeros((clip_len, NUM_JOINTS, 3), dtype=np.float32) + if len(kpts) < clip_len: + pad = np.repeat(kpts[-1:,...], clip_len - len(kpts), axis=0) + return np.concatenate([kpts, pad], axis=0).astype(np.float32) + idx = np.linspace(0, len(kpts) - 1, clip_len).round().astype(np.int64) + return kpts[idx].astype(np.float32) + + +def make_clips(kpts: np.ndarray, clip_len: int, stride: int) -> list[np.ndarray]: + if len(kpts) <= clip_len: + return [resample_or_pad(kpts, clip_len)] + clips = [] + for start in range(0, len(kpts) - clip_len + 1, stride): + clips.append(kpts[start:start + clip_len].astype(np.float32)) + if not clips: + clips.append(resample_or_pad(kpts, clip_len)) + return clips + + +def bone_features(joint: np.ndarray) -> np.ndarray: + bone = np.zeros_like(joint, dtype=np.float32) + for parent, child in COCO_BONES: + bone[:, child, :2] = joint[:, child, :2] - joint[:, parent, :2] + bone[:, child, 2] = np.minimum(joint[:, child, 2], joint[:, parent, 2]) + return bone + + +def temporal_diff(x: np.ndarray) -> np.ndarray: + diff = np.zeros_like(x, dtype=np.float32) + diff[1:] = x[1:] - x[:-1] + return diff + + +def dynamics_features(joint: np.ndarray) -> np.ndarray: + xy = joint[..., :2] + conf = joint[..., 2:3] + vel = temporal_diff(xy) + acc = temporal_diff(vel) + center = weighted_center(xy, conf) + center_vel = temporal_diff(center) + torso = torso_angle(xy) + hip = xy[:, [11, 12], 1].mean(axis=1, keepdims=True) + hip_drop = temporal_diff(hip) + aspect = body_aspect_ratio(xy, conf) + global_dyn = np.concatenate([center_vel, torso, hip_drop, aspect], axis=1) + global_dyn = np.repeat(global_dyn[:, None, :], NUM_JOINTS, axis=1) + return np.concatenate([vel, acc, global_dyn], axis=2).astype(np.float32) + + +def weighted_center(xy: np.ndarray, conf: np.ndarray, eps: float = 1e-6) -> np.ndarray: + w = np.clip(conf, 0.0, 1.0) + return (xy * w).sum(axis=1) / (w.sum(axis=1) + eps) + + +def torso_angle(xy: np.ndarray) -> np.ndarray: + shoulder = xy[:, [5, 6]].mean(axis=1) + hip = xy[:, [11, 12]].mean(axis=1) + vec = shoulder - hip + angle = np.arctan2(vec[:, 1], vec[:, 0]) / math.pi + return angle[:, None].astype(np.float32) + + +def body_aspect_ratio(xy: np.ndarray, conf: np.ndarray, eps: float = 1e-6) -> np.ndarray: + ratios = [] + visible = conf[..., 0] > 0 + for t in range(xy.shape[0]): + if not np.any(visible[t]): + ratios.append([0.0]) + continue + pts = xy[t, visible[t]] + wh = pts.max(axis=0) - pts.min(axis=0) + ratios.append([float(wh[1] / (wh[0] + eps))]) + return np.asarray(ratios, dtype=np.float32) + + +def mask_keypoints( + joint: np.ndarray, + mode: str, + amount: float = 0.0, + rng: np.random.Generator | None = None, +) -> np.ndarray: + rng = rng or np.random.default_rng() + out = joint.copy() + if mode == "clean": + return out + if mode.startswith("missing"): + prob = amount + mask = rng.random(out.shape[:2]) < prob + out[mask] = 0 + elif mode == "lower_body": + out[:, LOWER_BODY] = 0 + elif mode == "upper_body": + out[:, UPPER_BODY] = 0 + elif mode == "low_conf": + out[out[..., 2] < 0.5] = 0 + else: + raise ValueError(f"Unknown robustness mode: {mode}") + return out.astype(np.float32) + + +def infer_label_from_path(path: str) -> int: + parts = [p.lower() for p in path.replace("\\", "/").split("/")] + positives = {"fall", "falls", "fallen", "positive", "1"} + return int(any(p in positives for p in parts)) diff --git a/src/dynafall/models.py b/src/dynafall/models.py new file mode 100644 index 0000000000000000000000000000000000000000..884d6bb8f29841fdac62db7c17a30e4059105999 --- /dev/null +++ b/src/dynafall/models.py @@ -0,0 +1,249 @@ +from __future__ import annotations + +import math + +import torch +from torch import nn +import torch.nn.functional as F + +from .features import COCO_BONES, NUM_JOINTS + + +def coco_adjacency(device: torch.device | None = None) -> torch.Tensor: + a = torch.eye(NUM_JOINTS, dtype=torch.float32, device=device) + for i, j in COCO_BONES: + a[i, j] = 1 + a[j, i] = 1 + deg = a.sum(-1, keepdim=True).clamp_min(1) + return a / deg + + +class GraphTemporalBlock(nn.Module): + def __init__(self, in_ch: int, out_ch: int, adaptive: bool = False, channel_refine: bool = False): + super().__init__() + self.register_buffer("base_adj", coco_adjacency()) + self.adaptive = adaptive + self.channel_refine = channel_refine + if adaptive: + self.delta = nn.Parameter(torch.zeros(NUM_JOINTS, NUM_JOINTS)) + if channel_refine: + self.channel_gate = nn.Parameter(torch.zeros(out_ch, NUM_JOINTS, NUM_JOINTS)) + self.spatial = nn.Linear(in_ch, out_ch) + self.temporal = nn.Sequential( + nn.Conv2d(out_ch, out_ch, kernel_size=(3, 1), padding=(1, 0)), + nn.BatchNorm2d(out_ch), + nn.ReLU(inplace=True), + ) + self.res = nn.Linear(in_ch, out_ch) if in_ch != out_ch else nn.Identity() + + def forward(self, x: torch.Tensor) -> torch.Tensor: + # x: B,T,V,C + adj = self.base_adj + if self.adaptive: + adj = adj + torch.softmax(self.delta, dim=-1) + h = torch.einsum("btvc,vw->btwc", x, adj) + h = self.spatial(h) + if self.channel_refine: + ref = torch.softmax(self.channel_gate, dim=-1) + h2 = torch.einsum("btvc,cvw->btwc", h, ref) + h = h + h2 + h = h + self.res(x) + h = h.permute(0, 3, 1, 2) + h = self.temporal(h) + return h.permute(0, 2, 3, 1) + + +class GraphEncoder(nn.Module): + def __init__(self, in_ch: int, hidden: int, adaptive: bool = False, channel_refine: bool = False): + super().__init__() + self.net = nn.Sequential( + GraphTemporalBlock(in_ch, hidden, adaptive, channel_refine), + GraphTemporalBlock(hidden, hidden, adaptive, channel_refine), + GraphTemporalBlock(hidden, hidden, adaptive, channel_refine), + ) + + def forward(self, x: torch.Tensor) -> torch.Tensor: + h = self.net(x) + return h.mean(dim=(1, 2)) + + +class LSTMClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.lstm = nn.LSTM(NUM_JOINTS * 3, hidden, batch_first=True, bidirectional=True) + self.head = nn.Sequential(nn.Dropout(0.25), nn.Linear(hidden * 2, num_classes)) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + x = batch["joint"].flatten(2) + out, _ = self.lstm(x) + return self.head(out[:, -1]) + + +class STGCNClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.enc = GraphEncoder(3, hidden) + self.head = nn.Linear(hidden, num_classes) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + return self.head(self.enc(batch["joint"])) + + +class AGCNClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.joint = GraphEncoder(3, hidden, adaptive=True) + self.bone = GraphEncoder(3, hidden, adaptive=True) + self.head = nn.Linear(hidden * 2, num_classes) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + h = torch.cat([self.joint(batch["joint"]), self.bone(batch["bone"])], dim=1) + return self.head(h) + + +class CTRGCNClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.joint = GraphEncoder(3, hidden, adaptive=True, channel_refine=True) + self.bone = GraphEncoder(3, hidden, adaptive=True, channel_refine=True) + self.head = nn.Linear(hidden * 2, num_classes) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + h = torch.cat([self.joint(batch["joint"]), self.bone(batch["bone"])], dim=1) + return self.head(h) + + +class TCNTEClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.proj = nn.Linear(NUM_JOINTS * 3, hidden) + self.tcn = nn.Sequential( + nn.Conv1d(hidden, hidden, 3, padding=1), + nn.ReLU(inplace=True), + nn.Conv1d(hidden, hidden, 3, padding=2, dilation=2), + nn.ReLU(inplace=True), + ) + layer = nn.TransformerEncoderLayer(hidden, nhead=4, batch_first=True, dim_feedforward=hidden * 2) + self.tx = nn.TransformerEncoder(layer, num_layers=2) + self.head = nn.Linear(hidden, num_classes) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + x = self.proj(batch["joint"].flatten(2)) + x = self.tcn(x.transpose(1, 2)).transpose(1, 2) + x = self.tx(x) + return self.head(x.mean(1)) + + +class PoseC3DClassifier(nn.Module): + def __init__(self, hidden: int = 96, num_classes: int = 2, **_: object): + super().__init__() + self.net = nn.Sequential( + nn.Conv3d(1, 16, kernel_size=3, padding=1), + nn.BatchNorm3d(16), + nn.ReLU(inplace=True), + nn.MaxPool3d((1, 2, 2)), + nn.Conv3d(16, 32, kernel_size=3, padding=1), + nn.BatchNorm3d(32), + nn.ReLU(inplace=True), + nn.AdaptiveAvgPool3d(1), + ) + self.head = nn.Linear(32, num_classes) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + heat = pose_heatmap(batch["joint"]) + h = self.net(heat).flatten(1) + return self.head(h) + + +def pose_heatmap(joint: torch.Tensor, size: int = 32, sigma: float = 1.5) -> torch.Tensor: + b, t, v, _ = joint.shape + xy = (joint[..., :2].clamp(-1.5, 1.5) + 1.5) / 3.0 * (size - 1) + conf = joint[..., 2].clamp(0, 1) + yy, xx = torch.meshgrid( + torch.arange(size, device=joint.device), + torch.arange(size, device=joint.device), + indexing="ij", + ) + grid = torch.stack([xx, yy], dim=0).float() + heat = [] + for k in range(v): + mu = xy[:, :, k].view(b, t, 2, 1, 1) + dist = ((grid.view(1, 1, 2, size, size) - mu) ** 2).sum(2) + hm = torch.exp(-dist / (2 * sigma * sigma)) * conf[:, :, k].view(b, t, 1, 1) + heat.append(hm) + return torch.stack(heat, dim=0).amax(0).unsqueeze(1) + + +class DynamicsEncoder(nn.Module): + def __init__(self, in_ch: int, hidden: int): + super().__init__() + self.proj = nn.Linear(NUM_JOINTS * in_ch, hidden) + self.tcn = nn.Sequential( + nn.Conv1d(hidden, hidden, 3, padding=1), + nn.ReLU(inplace=True), + nn.Conv1d(hidden, hidden, 3, padding=1), + nn.ReLU(inplace=True), + ) + self.att = nn.Linear(hidden, 1) + + def forward(self, x: torch.Tensor) -> torch.Tensor: + h = self.proj(x.flatten(2)) + h = self.tcn(h.transpose(1, 2)).transpose(1, 2) + w = torch.softmax(self.att(h), dim=1) + return (h * w).sum(1) + + +class DynaFallGCN(nn.Module): + def __init__( + self, + hidden: int = 96, + num_classes: int = 2, + use_bone: bool = True, + use_dyn: bool = True, + **_: object, + ): + super().__init__() + self.use_bone = use_bone + self.use_dyn = use_dyn + self.joint = GraphEncoder(3, hidden, adaptive=True) + if use_bone: + self.bone = GraphEncoder(3, hidden, adaptive=True) + if use_dyn: + self.dyn = DynamicsEncoder(9, hidden) + streams = 1 + int(use_bone) + int(use_dyn) + self.head = nn.Sequential( + nn.LayerNorm(hidden * streams), + nn.Dropout(0.25), + nn.Linear(hidden * streams, hidden), + nn.ReLU(inplace=True), + nn.Linear(hidden, num_classes), + ) + + def forward(self, batch: dict[str, torch.Tensor]) -> torch.Tensor: + hs = [self.joint(batch["joint"])] + if self.use_bone: + hs.append(self.bone(batch["bone"])) + if self.use_dyn: + hs.append(self.dyn(batch["dyn"])) + return self.head(torch.cat(hs, dim=1)) + + +MODEL_REGISTRY = { + "lstm": LSTMClassifier, + "stgcn": STGCNClassifier, + "agcn": AGCNClassifier, + "ctrgcn": CTRGCNClassifier, + "posec3d": PoseC3DClassifier, + "tcnte": TCNTEClassifier, + "dynafall": DynaFallGCN, + "dynafall_joint": lambda **kw: DynaFallGCN(use_bone=False, use_dyn=False, **kw), + "dynafall_joint_bone": lambda **kw: DynaFallGCN(use_bone=True, use_dyn=False, **kw), + "dynafall_full_no_dropout": lambda **kw: DynaFallGCN(use_bone=True, use_dyn=True, **kw), + "dynafall_random_dropout": lambda **kw: DynaFallGCN(use_bone=True, use_dyn=True, **kw), +} + + +def build_model(name: str, hidden: int = 96, num_classes: int = 2) -> nn.Module: + if name not in MODEL_REGISTRY: + raise KeyError(f"Unknown method {name}. Available: {sorted(MODEL_REGISTRY)}") + return MODEL_REGISTRY[name](hidden=hidden, num_classes=num_classes) diff --git a/src/dynafall/train_eval.py b/src/dynafall/train_eval.py new file mode 100644 index 0000000000000000000000000000000000000000..4caa7e3ea93350723ef29d77a628fc98ea865b3a --- /dev/null +++ b/src/dynafall/train_eval.py @@ -0,0 +1,186 @@ +from __future__ import annotations + +import json +import random +import time +from pathlib import Path +from typing import Any + +import numpy as np +import torch +from sklearn.metrics import accuracy_score, confusion_matrix, f1_score, precision_score, recall_score +from torch import nn +from torch.utils.data import DataLoader + +from .data import FallClipDataset +from .models import build_model + + +def set_seed(seed: int) -> None: + random.seed(seed) + np.random.seed(seed) + torch.manual_seed(seed) + torch.cuda.manual_seed_all(seed) + + +def resolve_device(device: str) -> torch.device: + if device == "auto": + return torch.device("cuda" if torch.cuda.is_available() else "cpu") + return torch.device(device) + + +class FocalLoss(nn.Module): + def __init__(self, gamma: float = 2.0, weight: torch.Tensor | None = None): + super().__init__() + self.gamma = gamma + self.weight = weight + + def forward(self, logits: torch.Tensor, target: torch.Tensor) -> torch.Tensor: + ce = nn.functional.cross_entropy(logits, target, weight=self.weight, reduction="none") + pt = torch.exp(-ce) + return ((1 - pt) ** self.gamma * ce).mean() + + +def batch_to_device(batch: dict[str, Any], device: torch.device) -> dict[str, Any]: + return {k: (v.to(device) if torch.is_tensor(v) else v) for k, v in batch.items()} + + +def compute_metrics(y_true: list[int], y_pred: list[int]) -> dict[str, float]: + labels = [0, 1] + cm = confusion_matrix(y_true, y_pred, labels=labels) + tn, fp, fn, tp = cm.ravel() if cm.size == 4 else (0, 0, 0, 0) + spec = tn / (tn + fp) if (tn + fp) else 0.0 + return { + "accuracy": float(accuracy_score(y_true, y_pred)), + "precision": float(precision_score(y_true, y_pred, zero_division=0)), + "recall": float(recall_score(y_true, y_pred, zero_division=0)), + "specificity": float(spec), + "f1": float(f1_score(y_true, y_pred, zero_division=0)), + "macro_f1": float(f1_score(y_true, y_pred, average="macro", zero_division=0)), + } + + +@torch.no_grad() +def evaluate_loader(model: nn.Module, loader: DataLoader, device: torch.device) -> tuple[dict[str, float], float]: + model.eval() + y_true: list[int] = [] + y_pred: list[int] = [] + start = time.perf_counter() + n = 0 + for batch in loader: + batch = batch_to_device(batch, device) + logits = model(batch) + pred = logits.argmax(1).detach().cpu().tolist() + y_pred.extend(pred) + y_true.extend(batch["label"].detach().cpu().tolist()) + n += len(pred) + elapsed = max(time.perf_counter() - start, 1e-9) + metrics = compute_metrics(y_true, y_pred) + return metrics, n / elapsed + + +def train_model( + dataset: str, + method: str, + cfg: dict[str, Any], + epochs: int | None = None, + out_dir: str | Path | None = None, + processed_dataset: str | None = None, +) -> dict[str, Any]: + set_seed(int(cfg["seed"])) + device = resolve_device(cfg.get("device", "auto")) + base = Path("data/processed") / (processed_dataset or dataset) + out = Path(out_dir or Path("results") / dataset / method) + out.mkdir(parents=True, exist_ok=True) + train_ds = FallClipDataset( + base / "train.pkl", + train=True, + confidence_dropout=method == "dynafall" and cfg["dropout"]["enabled"], + random_dropout=method == "dynafall_random_dropout", + random_dropout_prob=cfg["dropout"]["high_conf_prob"], + high_conf_prob=cfg["dropout"]["high_conf_prob"], + low_conf_prob=cfg["dropout"]["low_conf_prob"], + low_conf_threshold=cfg["dropout"]["low_conf_threshold"], + seed=cfg["seed"], + ) + val_ds = FallClipDataset(base / "val.pkl") + train_loader = DataLoader(train_ds, batch_size=cfg["batch_size"], shuffle=True, num_workers=cfg["num_workers"]) + val_loader = DataLoader(val_ds, batch_size=cfg["batch_size"], shuffle=False, num_workers=cfg["num_workers"]) + model = build_model(method, hidden=cfg["model"]["hidden"], num_classes=cfg["model"]["num_classes"]).to(device) + opt = torch.optim.AdamW(model.parameters(), lr=cfg["lr"], weight_decay=cfg["weight_decay"]) + class_weight = class_weights_from_dataset(train_ds, cfg["model"]["num_classes"]).to(device) + loss_fn: nn.Module = ( + FocalLoss(cfg["loss"]["gamma"], weight=class_weight) + if cfg["loss"]["name"] == "focal" + else nn.CrossEntropyLoss(weight=class_weight) + ) + best_f1 = -1.0 + best_epoch = 0 + patience = int(cfg["patience"]) + max_epochs = int(epochs or cfg["epochs"]) + history = [] + for epoch in range(1, max_epochs + 1): + model.train() + losses = [] + for batch in train_loader: + batch = batch_to_device(batch, device) + opt.zero_grad(set_to_none=True) + loss = loss_fn(model(batch), batch["label"]) + loss.backward() + opt.step() + losses.append(float(loss.detach().cpu())) + val_metrics, val_fps = evaluate_loader(model, val_loader, device) + row = {"epoch": epoch, "loss": float(np.mean(losses)), "val_fps": val_fps, **{f"val_{k}": v for k, v in val_metrics.items()}} + history.append(row) + if val_metrics["f1"] > best_f1: + best_f1 = val_metrics["f1"] + best_epoch = epoch + torch.save({"model": model.state_dict(), "cfg": cfg, "method": method}, out / "best.pt") + if epoch - best_epoch >= patience: + break + (out / "history.json").write_text(json.dumps(history, indent=2)) + return {"best_epoch": best_epoch, "best_val_f1": best_f1, "checkpoint": str(out / "best.pt")} + + +def class_weights_from_dataset(ds: FallClipDataset, num_classes: int) -> torch.Tensor: + counts = torch.zeros(num_classes, dtype=torch.float32) + for sample in ds.samples: + counts[int(sample["label"])] += 1 + counts = counts.clamp_min(1.0) + weights = counts.sum() / (num_classes * counts) + return weights / weights.mean() + + +def evaluate_checkpoint( + dataset: str, + method: str, + cfg: dict[str, Any], + checkpoint: str | Path | None = None, + split: str = "test", + robustness: str = "clean", + missing_amount: float = 0.0, + tag: str | None = None, + processed_dataset: str | None = None, + out_dir: str | Path | None = None, +) -> dict[str, Any]: + device = resolve_device(cfg.get("device", "auto")) + default_dir = Path(out_dir or Path("results") / dataset / method) + ckpt_path = Path(checkpoint or default_dir / "best.pt") + state = torch.load(ckpt_path, map_location=device) + method = state.get("method", method) + model = build_model(method, hidden=cfg["model"]["hidden"], num_classes=cfg["model"]["num_classes"]).to(device) + model.load_state_dict(state["model"]) + ds = FallClipDataset( + Path("data/processed") / (processed_dataset or dataset) / f"{split}.pkl", + robustness=robustness, + missing_amount=missing_amount, + ) + loader = DataLoader(ds, batch_size=cfg["batch_size"], shuffle=False, num_workers=cfg["num_workers"]) + metrics, fps = evaluate_loader(model, loader, device) + params = sum(p.numel() for p in model.parameters()) + result = {"dataset": dataset, "method": method, "split": split, "robustness": robustness, "fps": fps, "params": params, **metrics} + out_dir = default_dir + out_dir.mkdir(parents=True, exist_ok=True) + suffix = tag or f"{split}_{robustness}" + (out_dir / f"metrics_{suffix}.json").write_text(json.dumps(result, indent=2)) + return result diff --git a/yolov8n-pose.pt b/yolov8n-pose.pt new file mode 100644 index 0000000000000000000000000000000000000000..fc480842e923acaa94cec02a5335edbef298a0e1 --- /dev/null +++ b/yolov8n-pose.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fa93dd1ee4a2c18c900a45c1d864a1c6f7aba75d84f91648a30b7fb641d212 +size 6832633