ankurhanda / gvnn

gvnn: Geometric Vision with Neural Networks
444 stars 71 forks source link

Where is the M-estimators? #15

Open lymhust opened 7 years ago

lymhust commented 7 years ago

Hi,

Thanks for sharing this great work.

I am trying to apply different loss functions. However, I have not found anything related to M-estimator? Can you help providing some information about M-estimators?

Thanks!

ankurhanda commented 7 years ago

could you use Huber here: https://github.com/viorik/extracunn/blob/master/Huber.cu

I'm writing a tf versoin of this so will release soon. torch is too old.

vbalnt commented 7 years ago

@ankurhanda

Hi is there any update on the tensorflow version?

ankurhanda commented 7 years ago

Sorry busy with lots of other stuff at the moment! Will let you know when I do.

ankurhanda commented 7 years ago

@vbalnt have you seen this https://stackoverflow.com/questions/39106732/how-do-i-combine-tf-absolute-and-tf-square-to-create-the-huber-loss-function-in