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

Design question #6

Open
urimerhav opened this issue Aug 27, 2021 · 3 comments
Open

Design question #6

urimerhav opened this issue Aug 27, 2021 · 3 comments

Comments

@urimerhav
Copy link

urimerhav commented Aug 27, 2021

In your paper you describe InverseForm is used to compare b_pred with b_gt. The latter is obtained from running a Sobel filter on the ground truth segmentation . Is there any particular reason we don't do the same to obtainb_pred? Meaning, we could have just taken the predicted segmentation map, ran a sobel operation on that, and fed that as b_pred.

Put formally in your notation:

b_gt = sobel(y_gt)
So why not also
b_pred = sobel(y_pred)

@sborse3
Copy link

sborse3 commented Aug 27, 2021

Hi @urimerhav, thanks for your question! We could enforce constraints on the semseg outputs by converting them to b_pred. However, this is slightly more difficult to converge; we have experimented with this possibility, finding underwhelming results. Feel free to perform these experiments on your end and let us know what you observe

@urimerhav
Copy link
Author

urimerhav commented Aug 27, 2021

Thanks a lot for your quick reply! That you got a negative result is exactly what I was curious to learn! That's great to know.

Do you have any insight on why this fails? Or it's just an empirical observation that's currenty uexplained.

@sborse3
Copy link

sborse3 commented Aug 27, 2021

I feel a larger parameter search might help with better results. As we are adding a constraint to our generated segmentation map, we might observe gains but in a smaller parameter space, which would technically be hard to find. Till then, it's an empirical observation with the limited experiments we tried.

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