caffe-moon icon indicating copy to clipboard operation
caffe-moon copied to clipboard

It does not seem to use the mixed objective optimization?

Open zhengge opened this issue 7 years ago • 4 comments

In train_val.prototxt, I do not find the mixed objective optimization.

layer {
 name: "euclidean-loss"
  type: "EuclideanLoss"
  bottom: "moon-fc"
  bottom: "labels"
  top: "loss"
}

Could you explain it? Thanks.

zhengge avatar Jan 26 '18 02:01 zhengge

i did not find the moon part, too.

bikong2 avatar May 18 '18 07:05 bikong2

1.this project no relationship with the paper—“MOON”. 2.Why use the loss function —“EuclideanLoss”?It is better use “Sigmoid Cross-Entropy” or “HingeLoss”?

chaipangpang avatar Aug 17 '18 07:08 chaipangpang

this repo does have noting to do with MOON loss.

@zhengge @bikong2 @chaipangpang

moon

did you guys make MOON loss clear? how to calculate src_dist ?

BackT0TheFuture avatar Sep 12 '18 17:09 BackT0TheFuture

"Since CelebA has identical source and target distributions, we define the loss layer in (6) to weight all elements equally during backpropagation – which is equivalent to Euclidean loss between the network output and the 40 binary attribute values."

[Page 9, MOON : A Mixed Objective Optimization Network for the Recognition of Facial Attributes]

klintqinami avatar Jan 23 '19 21:01 klintqinami