Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Skeleton-Robustness-Benchmark(RobustBenchHAR)
|
2 |
+
|
3 |
+
RobustBenchHAR is a pytorch framework to boost and evaluate the adversarial robustness for Human skeletal behavior recognition. Official code for the paper:
|
4 |
+
|
5 |
+
> **[ICLR2025 TASAR: Transfer-based Attack on Skeletal Action Recognition](https://arxiv.org/abs/2409.02483)**
|
6 |
+
|
7 |
+
Key Features of RobustBenchHAR:
|
8 |
+
+ **The first large-scale benchmark for evaluating adversarial robustness in human Activity Recognition (HAR)**: RobustBenchHAR ensembles existing adversarial attacks including several types and fairly evaluates various attacks under the same setting.
|
9 |
+
+ **Evaluate the robustness of various models and datasets**: RobustBenchHAR provides a plug-and-play interface to verify the robustness of models on different data sets.
|
10 |
+
+ **A summary of transfer-based attacks and defenses**: RobustBenchHAR reviews multiple adversarial attacks and defenses, making it easy to get the whole picture of attacks for practitioners.
|
11 |
+
|
12 |
+
For a full tutorial, please visit our [github repository](https://github.com/yunfengdiao/Skeleton-Robustness-Benchmark)
|