carrierlxk / COSNet

See More, Know More: Unsupervised Video Object Segmentation with Co-Attention Siamese Networks (CVPR19)
320 stars 61 forks source link

Where is the implementation of orthogonal regularization loss(Eq. 12) in your paper? #16

Open nihaomiao opened 4 years ago

nihaomiao commented 4 years ago

Hi, Xiankai,

Thanks very much for sharing your code!

In your paper, you mentioned that you add orthogonal regularization into your loss function (Equation 12). However, in your training code, I only find the L1 loss between prediction and ground truth (details can be found in here and here). So could you please explain why this L1 loss can achieve the effect of orthogonal regularization?

Thanks very much for your time!!!