Skip to content

Commit 10b6133

Browse files
committed
Add topical organization for Sep 16
1 parent 3912ae9 commit 10b6133

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

agenda/README.md

+25-11
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,48 @@
1414

1515
[💡 "Opportunities and Challenges" discussion topics](https://github.com/w3c/machine-learning-workshop/issues?q=is%3Aissue+is%3Aopen+label%3A%22Opportunities+and+Challenges%22+sort%3Acomments-desc):
1616

17+
## Improving existing web platform capabilities
18+
1719
ℹ️ [WebGPU fitness for ML frameworks #66](https://github.com/w3c/machine-learning-workshop/issues/66) - @jasonmayes @Kangz @grorg
1820
- ❓ Does WebGPU expose the right API surface to support ML frameworks interactions with GPUs?
1921
- ✔️ Proposal: New WebGPU extensions for subgroups, cooperative matrix multiply.
2022

23+
ℹ️ [Support for Float16 in JS & Wasm environments #64](https://github.com/w3c/machine-learning-workshop/issues/64) - @cynthia @jasonmayes
24+
- ❓ Lack of support for float16 in JS and Wasm environments problematic for quantized models.
25+
- ✔️ Proposal: TBD
26+
27+
ℹ️ [Memory copies #93](https://github.com/w3c/machine-learning-workshop/issues/93) - @aboba @wchao1115
28+
- ❓ Machine learning apps within the browser using the media pipeline trigger many more memory copies compared with native applications hindering performance.
29+
- ✔️ Proposal: Introduce a more direct way to feed a video frame, possibly captured from a camera, to a ML model.
30+
31+
ℹ️ [Permission model for Machine Learning APIs #72](https://github.com/w3c/machine-learning-workshop/issues/72) - @cynthia @dontcallmedom @anssiko
32+
- ❓ How to design a forward-looking permission model for ML APIs?
33+
- ✔️ Proposal: TBD
34+
35+
## Extending beyond the browser
36+
2137
ℹ️ [Applicability to non-browser JS environments #62](https://github.com/w3c/machine-learning-workshop/issues/62) - @jasonmayes @phoddie @huningxin @WenheLI
2238
- ❓ Pay attention to the applicability of the browser-targeted work to non-browser JS environments, in particular Node.js.
2339
- ✔️ Proposal: Extend W3C coordination to TC53 and non-browser projects.
2440

41+
ℹ️ [Targeting WASI-NN and WebNN together #96](https://github.com/w3c/machine-learning-workshop/issues/96) - @mehmetoguzderin @mingqiusun @abrown
42+
- ❓ Should libraries for browsers and/or Wasm execution environments be able to target WebNN and WASI-NN together?
43+
- ✔️ Proposal: TBD
44+
45+
## Considerations for creating and deploying models
46+
2547
ℹ️ [Protecting ML models #67](https://github.com/w3c/machine-learning-workshop/issues/67) - @jasonmayes @tidoust @pyu10055 @jbingham
2648
- ❓ Some ML providers need to ensure their ML models cannot be extracted from a browser app.
2749
- ✔️ Proposal: Investigate existing access control mechanisms for video, learnings from 3D assets.
2850

29-
ℹ️ [Support for Float16 in JS & Wasm environments #64](https://github.com/w3c/machine-learning-workshop/issues/64) - @cynthia @jasonmayes
30-
-Lack of support for float16 in JS and Wasm environments problematic for quantized models.
31-
- ✔️ Proposal: TBD
51+
ℹ️ [ML model format #74](https://github.com/w3c/machine-learning-workshop/issues/74) - @cynthia @jbingham @wchao1115
52+
-There is no standard format for packaging and shipping ML models, model formats evolve rapidly.
53+
- ✔️ Proposal: Initially focus on defining a Web API for accelerating established reusable ML operations instead of standardizing a model format.
3254

3355
ℹ️ [In-browser training #82](https://github.com/w3c/machine-learning-workshop/issues/82) and [Training across devices #83](https://github.com/w3c/machine-learning-workshop/issues/83) - @irealva @cynthia
3456
- ❓ The current in-browser efforts are focused on inference rather than training.
3557
- ✔️ Proposal: Understand successful real-world usages (e.g. Teachable Machine) and target transfer learning as the initial training use case for related browser API work.
3658

37-
ℹ️ [Memory copies #93](https://github.com/w3c/machine-learning-workshop/issues/93) - @aboba @wchao1115
38-
- ❓ Machine learning apps within the browser using the media pipeline trigger many more memory copies compared with native applications hindering performance.
39-
- ✔️ Proposal: Introduce a more direct way to feed a video frame, possibly captured from a camera, to a ML model.
40-
41-
ℹ️ [Permission model for Machine Learning APIs #72](https://github.com/w3c/machine-learning-workshop/issues/72) - @cynthia @dontcallmedom @anssiko
42-
- ❓ How to design a forward-looking permission model for ML APIs?
43-
- ✔️ Proposal: TBD
44-
4559
## September 22, 2020, 2pm UTC [🗓️](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20200922T14)
4660

4761
>🔎 **Scope:** Web Platform Foundations for Machine Learning

0 commit comments

Comments
 (0)