-
Notifications
You must be signed in to change notification settings - Fork 4
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
Learn imprecise size identical hypotheses #920
Comments
@paynesa : Can you elaborate on:
How can I tell it is in the wrong place? What would the right place be? I can see we are going to have problems here due to #751 , since we presumably want both a |
@gabbard we want the @LichMaster98 and I discussed this issue with the edges. I think there's a couple ways we can proceed:
|
Per our discussion, in order to implement the big/small distinction in an unambiguous way, we'll need to learn it in phrases such as "mum takes the big ball" so that we can learn that the ball that mom takes must be the one occupying the slot area, which will allow us to learn We will also need to implement For writeup: |
Currently, our learner does not identify the correct node of two nodes of the same type for the imprecise size slot. For an example, see the attached, where slot1 is in the wrong place. This means that when we switch from learning small to big or vice versa, we encounter an error in our alignments.
Proposed solution from @LichMaster98: we can use gaze to determine which of the two matched objects of the same type is "eligible" to be matched to a slot. This will allow us to differentiate between big and small.
big_slot1.0.pdf
The text was updated successfully, but these errors were encountered: