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

Experimental Affordance Learning #1129

Closed
lichtefeld opened this issue May 17, 2022 · 2 comments
Closed

Experimental Affordance Learning #1129

lichtefeld opened this issue May 17, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lichtefeld
Copy link
Collaborator

As part of Milestone 5 we implemented an Affordance Learning module that attempts to ground affordances to observable features in the given scene. As part of this process we discovered that some features may not align to well represented visual features and rather may be experimental or learned. To account for this we've proposed a second way of storing and retrieving affordances where the learner stores such affordances in a mapping to a named concept.

Technical Implementation

This new affordance learning will take the form of a map of concept tokens (strings) to affordances. Additionally a method to query the affordance learner for affordances learned of a given object will be made. Both observable and experimental affordances will be stored in this mapping.

Out of Scope

One could see a future version of this system linking with the semantic learner enabling a consolidation of affordances onto a higher-level descriptor node where 'this semantic node's affordances are true for all* it's children nodes.

Additionally out of scope, but plausibly interesting, is using learned affordances to question if they apply to other object concepts without seeing the situation. E.g. querying a domain expert (or maybe even just a google search) to try and see if an affordance applies to a given concept.

@lichtefeld lichtefeld added the enhancement New feature or request label May 17, 2022
@lichtefeld lichtefeld self-assigned this May 17, 2022
@spigo900
Copy link
Collaborator

Didn't see this above, so reminder to ourselves: We also want a way to query for object concepts that have a given affordance, e.g. "can be eaten". We need this for the backfilling experiment (writeup TBD 🙃).

@lichtefeld
Copy link
Collaborator Author

Closed by #1141

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

No branches or pull requests

2 participants