79837899

Date: 2025-12-04 12:18:06
Score: 2
Natty:
Report link

Thanks for your response. I should clarify that I’m still at the very beginning of this project, so I don’t yet have a full codebase or dataset to share. My current experiments are with ArcFace/MobileFaceNet in PyTorch, mainly to understand the pipeline end‑to‑end (detection → alignment → embedding → matching). My main goal is to support incremental enrollment of new identities without retraining the whole model from scratch. In other words, I’d like the system to adapt over time while minimizing catastrophic forgetting and avoiding heavy retraining cycles.

I understand fine‑tuning is a common approach, but I’m trying to figure out what architecture choices make this easier. For example:

Since I’m still learning, I’d appreciate guidance on which model architecture is most practical for a project like this, where retraining from scratch isn’t feasible. My aim is to build something simple first (incremental enrollment) and then explore more advanced continual learning methods if time allows.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: NewUserrr