-
Notifications
You must be signed in to change notification settings - Fork 0
Activity Recognition
The real-data component study evaluates local activity evidence using MEVA clips.
- 16 frames per activity clip;
- 112 × 112 spatial resolution;
- 28 activity classes;
- actor-centric mode crops around the annotated actor tube before resizing.
Important
The actor tube is annotation-derived. This is an oracle-localization experiment that isolates recognition after localization. It must not be described as an end-to-end detector-plus-recognizer result.
The evaluated classifier uses R3D-18 initialized from video pretraining and followed by a 28-class classification head.
- optimizer: AdamW;
- learning rate:
1e-4; - weight decay:
1e-4; - label smoothing:
0.05; - gradient clipping:
1; - model selection: validation macro-F1;
- ReduceLROnPlateau scheduling;
- early stopping after three epochs without improvement;
- seeds:
1,21,42; - batch size:
1in the reported environment.
Four principal families are compared:
- no explicit balancing;
- tempered inverse-frequency weighted loss;
- weighted random sampling;
- weighted loss + sampling.
The unweighted actor-centric fully fine-tuned family has the best mean macro-F1 across the three reported seeds, while sampling-based strategies show larger seed sensitivity.
Temperature scaling is fitted on validation logits and changes confidence values rather than class labels. ECE and multiclass Brier score are reported alongside discrimination metrics.
IncidentGraph · provenance preserved · uncertainty explicit · missing evidence stays unknown · consequential use requires human review