diff --git a/README.md b/README.md
index 6931edf..10accee 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
**Nightbeat-DB:** a novel dataset to enable heart rate monitoring during sleep from wrist-worn accelerometers in *uncontrolled, at-home* settings.
**Nightbeat:** a novel algorithm that is based on simple signal aggregation and combines effective motion artifact removal, curve tracing of heart rate values in the frequency domain, and simple post processing to push the error of heart rate estimation from wrist-worn accelerometers during sleep below 1 bpm MAE.
-![overview](./figures/overview.png)
+![overview](./figures/overview_small.png)
# Results
@@ -31,11 +31,11 @@ Comparison of Nightbeat against three baseline approaches on Nightbeat-DB and th
Across all participants, the correlation of Nightbeat exceeds 0.91.
-
+
For a single participant, the correlation approaches 1 with an MAE as low as 0.41 across the entire night.
-
+
# Codebase and Data
diff --git a/figures/all_participants_small.png b/figures/all_participants_small.png
new file mode 100644
index 0000000..884c3f7
Binary files /dev/null and b/figures/all_participants_small.png differ
diff --git a/figures/overview_small.png b/figures/overview_small.png
new file mode 100644
index 0000000..bd3ace4
Binary files /dev/null and b/figures/overview_small.png differ
diff --git a/figures/single_participant_small.png b/figures/single_participant_small.png
new file mode 100644
index 0000000..50d9ae7
Binary files /dev/null and b/figures/single_participant_small.png differ