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

Distillation techniques #9

Closed
ClementMayer opened this issue Mar 27, 2020 · 4 comments
Closed

Distillation techniques #9

ClementMayer opened this issue Mar 27, 2020 · 4 comments

Comments

@ClementMayer
Copy link
Contributor

Facilitate "distillation" techniques (compression, anonymization): starting from an existing template then create a copy that has better properties (example: question of size, better generalization, ...)

@ClementMayer
Copy link
Contributor Author

Based on existing work on data scrambling, the objective is to work on similar methods for models: starting from a teacher model, student models are created with the advantage of being more secure, smaller in size, and more efficient in some cases.
Reflection work is in progress on the subject.

@ClementMayer
Copy link
Contributor Author

Update from last MAP committee (10/09/2020):

  • [Mathieu] Distillation is to go from a base model to a “student” model, kind of a reduced and scrambled version. Provides privacy guarantees. Well described in literature. It happens at each iteration post-processing after obtaining gradients - implementable on Substra, as additional operations in learning algos (transparent thanks to Substra being agnostic to learning algos).
  • [Eric] Are there existing libraries for that (like tensorflow-privacy and Opacus for DP)?

@SaboniAmine
Copy link

Here is a blogpost and associated notebooks which describes a keras implementation and benchmarks training scenarios.
@mattthieu could you please give some details about your ideas?

@RomainGoussault
Copy link
Contributor

Closing stale issue.

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

4 participants