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

ACT rules and machine learning #512

Open
WilcoFiers opened this issue Mar 5, 2021 · 0 comments
Open

ACT rules and machine learning #512

WilcoFiers opened this issue Mar 5, 2021 · 0 comments

Comments

@WilcoFiers
Copy link
Collaborator

The accessibility tools field is increasingly adopting machine learning. It is unclear if the way test cases are currently written is going to be useful in determining if an ML based accessibility tool is a reasonably good implementation of the ACT rule. Some possible issue are:

  1. A tool could be specifically trained on the test cases in the ACT rule. An implementation might be able to get those specific test cases right, but still have a very high rate of false positives. Should that be considered a valid implementation?

  2. Because test cases are very small, they lack the context of real-world problems. For example, a tool that relies on machine vision to recognise buttons will not do well on unstyled test cases. Many test cases are unstyled, because the style isn't directly relevant to the rule, so there probably are issues there.

  3. Because ML tools are inherently heuristic based, it is very possible to have a highly accurate implementation, that still gets some of the test cases wrong. Is this a problem? Is there some threshold that should be applied when deciding if an implementation is complete?

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

No branches or pull requests

1 participant