Skip to content

WIP: Fine Grained Workflow API Tutorial #1666

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

psfoley
Copy link
Contributor

@psfoley psfoley commented Jul 9, 2025

This PR:

  • Represents a first in a tutorial series on demystifying federated learning - which will walk through the considerations when implementing an FL framework at a low level
  • Demonstrates through the OpenFL Workflow API the importance of:
    • Security for FL
    • Reducing Communication cost
  • Introduces methods for manipulating model weights and applying compression
  • Demonstrates ease of implementing exfiltration attacks through models
  • Performs a comparison between compression and it's effect on final model accuracy

The tutorial can be launched through Google Colab here: Open In Colab

Todo:

  • Refactor low level interfaces from notebook into openfl.experimental namespace (i.e. openfl.experimental.model, openfl.experimental.compression)

…rmation transfer between parties using Workflow API

Signed-off-by: Patrick Foley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant