Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions regarding the loss function and other aspects in the article #40

Open
mourad1081 opened this issue May 1, 2019 · 1 comment

Comments

@mourad1081
Copy link

mourad1081 commented May 1, 2019

I have never seen a loss function which compare positive examples and negative examples. All the loss function I have seen so far (i'm still a student) compare the true value of y with an estimated value of y.

I am a bit confused, thus I have some questions :

(I will re-read the paper again and delete some questions if I find an anwser.)

  • Is it a common way to implement loss functions like yours (by comparing a positive example with a negative one)? Why is it more efficient than simply comparing the true value of y with the estimated value of y as in classical statistical methods.

  • Is there a technical term for that kind of loss function? I have searched on Google about "ranking learning" and found a book called "Learning to Rank for Information Retrieval". Am I searching in the right direction?

  • You say in the article: "Recently, deep ranking networks have been used in several computer vision applications and have shown state-of-the-art performances." I have never encountered the notion of "deep ranking networks" in my degree. Does that notion mean "A deep neural network where the loss function gives a ranking score." ? If not, what is it then? When I search on Google, the only thing I find is a paper called Learning Fine-grained Image Similarity with Deep Ranking but no Wiki page, nor any webpage explaining what is a ranking network.

@AmmarKamoona
Copy link

"I have never seen a loss function which compares positive examples and negative examples"
Hi mourad1081,
what do you mean by comparing positive examples with negative examples? Do you mean like comparing Positive C3D features with negative C3D features examples?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants