feifeiobama / RectifID

[NeurIPS 2024] RectifID: Personalizing Rectified Flow with Anchored Classifier Guidance
107 stars 4 forks source link

About Face Recognation Benchmarks and Inference Time Optimization #5

Closed Oguzhanercan closed 2 months ago

Oguzhanercan commented 2 months ago

Hi, thanks for great work, I have tested the performance of the model on face recognition. It performs better than every other model. But inference time is really long. Is there any recommendation about how to make inference of model faster?

feifeiobama commented 2 months ago

Our method involves repeated backpropagation and is therefore slow during inference. We recommend some recent backpropagation-free methods for potential efficiency improvements:

Oguzhanercan commented 2 months ago

@feifeiobama thanks a lot.