ljchang commited on
Commit
bcaa864
·
verified ·
1 Parent(s): ced534e

Upload cross_tool_methodology.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. cross_tool_methodology.md +4 -4
cross_tool_methodology.md CHANGED
@@ -156,14 +156,14 @@ show the models' gaze is strong when evaluated the way the field reports it:
156
 
157
  | Tool | MPII(Gaze) | Gaze360 | source |
158
  |------|:---:|:---:|---|
159
- | **py-feat v2.4** | **4.24°** | **9.40°** | au_deep v2.4 (shipped v24_s3 ckpt; in-distribution) |
160
  | **OpenFace 3.0** | **2.56°** | 10.6° | OF3 paper (arXiv 2506.02891) |
161
  | **L2CS-Net** (py-feat's gaze lineage) | 3.92° | 10.41° | L2CS paper (arXiv 2203.03339) |
162
  | **LibreFace 2.0** | — | 14.68° | landmark-MLP, "Is Geometry Enough?" (arXiv 2603.24724) |
163
 
164
  py-feat v2.4's gaze is **competitive with the published appearance-based
165
- baselines on their own benchmarks** — MPIIGaze 4.24° (vs L2CS 3.92°, OF3 2.56°)
166
- and Gaze360 9.40° (vs L2CS 10.41°, OF3 10.6°). LibreFace 2.0's gaze is a
167
  **MediaPipe-landmark MLP** (not appearance-based), which it reports at 14.68° on
168
  Gaze360 — weaker by design, consistent with it being last in our harness. (One
169
  as-shipped detail, not a knock: the pip `get_facial_attributes`/`estimate_gaze`
@@ -177,7 +177,7 @@ its home dataset, normalized, best case — what it *can* do. **Measured
177
  cross-tool (the main gaze table):** every model run end-to-end as shipped on
178
  held-out data — what you *get*. The big measured numbers (20–44°) are the
179
  out-of-distribution + cross-frame penalty, not weak models: in-distribution,
180
- py-feat gaze is 4–9°. (As
181
  a cross-check, our harness re-evaluating OF3 *outside* its normalized protocol
182
  reproduced the same collapse — OF3 20.4° on MPIIGaze, 49.9° on Gaze360 vs its
183
  paper's 2.56°/10.6°.)
 
156
 
157
  | Tool | MPII(Gaze) | Gaze360 | source |
158
  |------|:---:|:---:|---|
159
+ | **py-feat v2.4** | **3.92°** | **6.81°** | au_deep v2.4 (deployed v24fix ckpt, weight-verified; in-distribution) |
160
  | **OpenFace 3.0** | **2.56°** | 10.6° | OF3 paper (arXiv 2506.02891) |
161
  | **L2CS-Net** (py-feat's gaze lineage) | 3.92° | 10.41° | L2CS paper (arXiv 2203.03339) |
162
  | **LibreFace 2.0** | — | 14.68° | landmark-MLP, "Is Geometry Enough?" (arXiv 2603.24724) |
163
 
164
  py-feat v2.4's gaze is **competitive with the published appearance-based
165
+ baselines on their own benchmarks** — MPIIGaze 3.92° (matching L2CS, vs OF3
166
+ 2.56°) and Gaze360 6.81° (beating L2CS 10.41° and OF3 10.6°). LibreFace 2.0's gaze is a
167
  **MediaPipe-landmark MLP** (not appearance-based), which it reports at 14.68° on
168
  Gaze360 — weaker by design, consistent with it being last in our harness. (One
169
  as-shipped detail, not a knock: the pip `get_facial_attributes`/`estimate_gaze`
 
177
  cross-tool (the main gaze table):** every model run end-to-end as shipped on
178
  held-out data — what you *get*. The big measured numbers (20–44°) are the
179
  out-of-distribution + cross-frame penalty, not weak models: in-distribution,
180
+ py-feat gaze is 4–7°. (As
181
  a cross-check, our harness re-evaluating OF3 *outside* its normalized protocol
182
  reproduced the same collapse — OF3 20.4° on MPIIGaze, 49.9° on Gaze360 vs its
183
  paper's 2.56°/10.6°.)