Project-MONAI / Project-MONAI/MONAILabel
Clarify and standardize the model type and interaction scheme taxonomy
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 891
- Forks
- 269
- Avg merge
- 15h 41m
- Merged PRs (30d)
- 1
Description
Currently the app interface specification has mixed semantics.
The field “type”: is e.g. used to encode types of algorithms but also interaction schemes, or even concrete implementations. (see e.g. Radiology App models “deepgrow” and “segmentation_spleen”
That is problematic for a robust implementation in host applications.
First ideas:
- Interaction types should be separated from “type”
- The interactions field should be able to take multiple values, as models might support several interaction schemes.
- The values of the interaction field should be an open set, as we don’t know which kind of new interaction paradigms may come. We should only define the encodings for interaction schemes we already know now and have well defined.
- It should be better clarified what “type” should encode and if there are a kind of taxonomy that can be used.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points; begin by locating the app interface specification and reviewing how the type and interactions fields are currently defined and used. Done means the model taxonomy is clarified, interaction schemes are separate and can have multiple values, and the specification documents how known and future interaction values are handled.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100