You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 4.0 kB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. ## SIG简介
  2. Trusted AI SIG 聚焦于人工智能领域的模型、数据可信技术,主要包括以下几个方向:
  3. 1. **模型鲁棒性和可靠性**:对抗样本、对抗训练、AI可解释、数据概念漂移检测、模型故障注入评估。
  4. 2. **隐私保护**:差分隐私训练、联邦学习、数据脱敏、隐私泄露评估。
  5. 3. **模型部署安全**:模型加密、模型混淆等技术。
  6. ## SIG代码仓
  7. 1. [MindArmour](https://gitee.com/mindspore/mindarmour)
  8. 2. [联邦学习云侧](https://gitee.com/mindspore/mindspore/tree/master/mindspore/ccsrc/fl) 、[联邦学习端侧](https://gitee.com/mindspore/mindspore/tree/master/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient)
  9. ## SIG负责人
  10. 负责SIG日常活动的运作、制定SIG成员的培养计划以及开发项目管理。
  11. * [Ze Wang](https://gitee.com/randywangze)
  12. * [Mr. Jin](https://gitee.com/jxlang910)
  13. * [emmmmtang](https://gitee.com/emmmmtang)
  14. ## 2022年目标
  15. 1,在隐私保护、模型安全、鲁棒性提升等技术领域增加至少5个新特性;
  16. 2,培养至少5名SIG Committers。
  17. ## SIG的主要活动
  18. ### 1,线上技术分享
  19. 时间:不定期,1-2月一次,可以在“近期活动预告”中查看
  20. 主要内容:MindSpore特性讲解、技术综述、论文分享等
  21. 分享人:SIG内部成员、业界专家教授等
  22. ### 2,技术调研
  23. 时间:每季度一次
  24. 主要内容:发布待调研的论文,SIG成员领取,并在例会上分享
  25. 负责人:Maintainers、Committers负责收集论文列表。
  26. ### 3,开发任务发放
  27. ① [开源实习任务](https://gitee.com/mindspore/community/issues/I557F6)
  28. ② [社区普通任务](https://gitee.com/mindspore/community/issues/I4YQNG?from=project-issue)
  29. 时间:每季度一次
  30. 负责人:Maintainers、Committers
  31. ## 4,周例会(双周例会)
  32. 时间:SIG微信群内通知
  33. 例会内容:①对齐SIG成员领取的开发任务进展;②SIG成员论文分享;③技术赋能
  34. 任务认领情况:https://gitee.com/mindspore/community/issues/I557F6
  35. 负责人:Maintainers、Committers轮流组织
  36. ### 5,晋升选拔
  37. 时间:半年一次
  38. 内容:选拔Committers、Maintainers
  39. 负责人:Maintainers
  40. ## 成员说明
  41. Trusted AI SIG的成员身份包含Contributors、Committers、Maintainers,并且记录在[SIG名单](./sig_members.yaml)中,各角色的描述和申请条件如下:
  42. ### Contributors
  43. * SIG的积极贡献者,参与SIG的日常活动、项目开发等活动,负责代码仓PR(pull requests)的review工作。
  44. * 申请条件:至少参加2次SIG会议/活动,且至少review过[MindSpore主仓](https://gitee.com/mindspore/mindspore/pulls) 或者[MindArmour仓](https://gitee.com/mindspore/mindarmour/pulls) 的2个PR,在PR中发表的修改评论总数为10个以上。
  45. ### Committers
  46. * SIG代码仓的Committer,拥有代码仓PR的合入权限。
  47. * 申请条件:身份为Contributors,且至少往**SIG代码仓**中合入5个PR。
  48. ### Maintainers
  49. * SIG运作的负责人,负责整个SIG的技术研究方向和活动组织。
  50. * 申请条件:身份为Committers,通过Maintainers资格评审。
  51. ### 申请方式
  52. 1. Fork [Community仓库](https://gitee.com/mindspore/community) 。
  53. 2. 提交PR,把自己的Gitee主页链接、名字(不要求真名)、注册Gitee的邮箱以及兴趣方向加到[sig_members](./sig_members.yaml)中,PR的描述中需要附加申请的证明,例如评论过的PR、提交合入过的PR等等。提交PR之后,Maintainers会进行审核。
  54. ## 近期活动预告
  55. ## 往期会议
  56. * [会议录屏](https://www.bilibili.com/video/BV14g411V7nZ?spm_id_from=333.999.0.0)
  57. * [2022-3-15会议预告](https://mp.weixin.qq.com/s/NCw-kdQiTGXhH1BNrPiFkQ)
  58. * [Thursday June 04, 2020](./meetings/001-20200604.md)
  59. * [Friday July 03, 2020](./meetings/002-20200703.md)
  60. * [Saturday August 08, 2020](./meetings/003-20200808.md)
  61. * [Friday September 04, 2020](./meetings/004-20200904.md)