Federated Learning

閲覧: 138 回
最初の未読メッセージにスキップ

Agnik Banerjee

未読、
2022/06/28 15:06:432022/06/28
To: TensorFlow Lite
Does anybody know of any frameworks that implement Federated Learning using TFLite on Android or iOS?

Haoliang Zhang

未読、
2022/06/28 16:08:512022/06/28
To: Chunxiang (Jake) Zheng、TensorFlow Lite、Agnik Banerjee
+Chunxiang (Jake) Zheng Could you help advise?

On Tue, Jun 28, 2022 at 12:06 PM Agnik Banerjee <agnik....@gmail.com> wrote:
Does anybody know of any frameworks that implement Federated Learning using TFLite on Android or iOS?

--
You received this message because you are subscribed to the Google Groups "TensorFlow Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tflite+un...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/tflite/96f715cd-c3c9-43af-9953-67cf64607ef6n%40tensorflow.org.


--
Best,
Haoliang

Lingchuan Meng

未読、
2022/07/08 3:29:352022/07/08
To: TensorFlow Lite、agnik....@gmail.com
There is a paper called "On-Device Federated Learning With Flower" that uses the TFLite model personalization support in their implementation. But now that on-device training in TFLite has been introduced, FL frameworks should probably use the new flow. I recall seeing "support for FL" on TFLite roadmap at some point. Maybe the team members can provide a concrete answer.

Haoliang Zhang

未読、
2022/07/11 13:02:582022/07/11
To: Lingchuan Meng、TensorFlow Lite、agnik....@gmail.com
Hi Lingchuan,

FL will be supported in the future. TFF is one way to write Federated programs in Tensorflow, and the client-side execution runtime will be TF Lite. However, there are still some core libraries associated with orchestrating the training between devices/server are still not open-sourced. We will need to wait for that to be open-sourced in the future, thanks for your interest!

--
You received this message because you are subscribed to the Google Groups "TensorFlow Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tflite+un...@tensorflow.org.


--
Best,
Haoliang

Lingchuan (LC) Meng

未読、
2022/07/11 13:13:382022/07/11
To: Haoliang Zhang、TensorFlow Lite、agnik....@gmail.com
Hi Haoliang,

Thank you for the answer. Good to know that the technology and implementations are both there, mostly pending on the open-source decision before they become available publicly.

What kind of models will get the FL support in TFLite, e.g., FP32 vs. fully quantized? Thanks.

Pannag Sanketi

未読、
2022/07/11 13:54:042022/07/11
To: Lingchuan (LC) Meng、Haoliang Zhang、TensorFlow Lite、agnik....@gmail.com

Haoliang Zhang

未読、
2022/07/11 14:01:542022/07/11
To: Lingchuan (LC) Meng、TensorFlow Lite、agnik....@gmail.com
I think only FP32 will be supported first. 
--
Best,
Haoliang

Pannag Sanketi

未読、
2022/07/11 14:11:212022/07/11
To: Lingchuan (LC) Meng、Haoliang Zhang、TensorFlow Lite、agnik....@gmail.com
I meant Brella. I was part of the project earlier but not anymore. I believe go/brella should still be valid.

Haoliang Zhang

未読、
2022/07/11 14:13:152022/07/11
To: Pannag Sanketi、Lingchuan (LC) Meng、TensorFlow Lite、agnik....@gmail.com
Hi Pannag,

The user is coming from outside of Google. So they can not use Brella directly (or anything non open-sourced).
--
Best,
Haoliang

Pannag Sanketi

未読、
2022/07/11 14:14:282022/07/11
To: Haoliang Zhang、Lingchuan (LC) Meng、TensorFlow Lite、agnik....@gmail.com
Oops, sorry, I did not realize this was an external request. Apologies! 

Haoliang Zhang

未読、
2022/07/11 14:15:422022/07/11
To: Pannag Sanketi、Chunxiang (Jake) Zheng、Lingchuan (LC) Meng、TensorFlow Lite、agnik....@gmail.com
No worries! For open-source plan, maybe @Chunxiang (Jake) Zheng can give more accurate estimates.
--
Best,
Haoliang

kwang...@gmail.com

未読、
2022/07/12 0:38:412022/07/12
To: Haoliang Zhang、Pannag Sanketi、Chunxiang (Jake) Zheng、Lingchuan (LC) Meng、TensorFlow Lite、agnik....@gmail.com

May I ask when "FL support on TFLite" is available and what features are supported?

We've been waiting for it for years.

 

Thanks in advance,

Kwangkee

Haoliang Zhang

未読、
2022/07/12 19:29:142022/07/12
To: kwang...@gmail.com、Lingchuan (LC) Meng、agnik....@gmail.com、Pannag Sanketi、Chunxiang (Jake) Zheng、TensorFlow Lite
Hi, 

Can I know if this will be used for your company's product? Or is it mainly used for personal development?




--
Best,
Haoliang

kwang...@gmail.com

未読、
2022/07/12 21:38:162022/07/12
To: Haoliang Zhang、Lingchuan (LC) Meng、agnik....@gmail.com、Pannag Sanketi、Chunxiang (Jake) Zheng、TensorFlow Lite

Thanks for your interest.

Let me share the brief of our project in progress:

 

Development of adaptive federated learning technology that is robust against statistical heterogeneity of data and systemic heterogeneity of devices, and can optimally reflect the characteristics and application requirements of individual devices and users

- Adaptive federated learning technology that can support personalized learning models along with global learning models

- Extended federated learning technology that adaptively responds to continuous environmental changes and efficiently supports knowledge transfer between heterogeneous models

- Applying adaptive federated learning technology to real scenarios of Unsupervised Learning, Supervised Learning, and Reinforcement Learning to present/verify the effectiveness and excellence of the technology, and secure performance and efficiency that can be utilized in real-world applications

 

In short, immediate "FL support on TFLite" is indispensable for our project to move forward.

Haoliang Zhang

未読、
2022/07/13 12:29:102022/07/13
To: kwang...@gmail.com、Mark Sherwood、Yang Lu、Yu-Cheng Ling、Ram Iyengar、Lingchuan (LC) Meng、agnik....@gmail.com、Pannag Sanketi、Chunxiang (Jake) Zheng、TensorFlow Lite
+Mark Sherwood +Yang Lu+Yu-Cheng Ling +Ram Iyengar 

Thank you for your detailed introduction of your project. Supporting FL for Tensorflow Lite users will be our top priority, and we are still working on finalizing the concrete roadmap. We will keep you updated once we have more to share.

Meanwhile, I think there is still some gap to map those high level objectives to product requirements, I'm not sure what's the best way for future collaboration, I will defer it to our PM Mark/Yang to see how to better move forward with this.

Thanks!
--
Best,
Haoliang

Chunxiang (Jake) Zheng

未読、
2022/07/14 20:36:302022/07/14
To: Haoliang Zhang、Krzysztof Ostrowski、kwang...@gmail.com、Mark Sherwood、Yang Lu、Yu-Cheng Ling、Ram Iyengar、Lingchuan (LC) Meng、agnik....@gmail.com、Pannag Sanketi、TensorFlow Lite

kwang...@gmail.com

未読、
2022/07/16 2:07:432022/07/16
To: Mark Sherwood、Chunxiang (Jake) Zheng、Haoliang Zhang、Krzysztof Ostrowski、Yang Lu、Yu-Cheng Ling、Ram Iyengar、Lingchuan (LC) Meng、agnik....@gmail.com、Pannag Sanketi、TensorFlow Lite

It's a pity that, as you may agree, on-device training support for TFLite is critical for such scenarios as Federated Learning, Meta Learning, and Continual learning to be introduced into the industry.

 

Sure, feel free to contact me.

Kwangkee

 

From: Mark Sherwood <marksh...@google.com>
Sent: Saturday, July 16, 2022 10:45 AM
To: Chunxiang (Jake) Zheng <chunxia...@google.com>
Cc: Haoliang Zhang <haol...@google.com>; Krzysztof Ostrowski <ostr...@google.com>; kwang...@gmail.com; Yang Lu <yangj...@google.com>; Yu-Cheng Ling <ycl...@google.com>; Ram Iyengar <ramiy...@google.com>; Lingchuan (LC) Meng <lingch...@gmail.com>; agnik....@gmail.com <agnik....@gmail.com>; Pannag Sanketi <psan...@google.com>; TensorFlow Lite <tfl...@tensorflow.org>
Subject: Re: Federated Learning

 

Hi Kwangkee,

Thanks for reaching out and expressing interest in TFLite and On Device Training / Federated Learning. Unfortunately at this time we cannot make any commitments for timelines or even availability of future open source releases or products. If we get to a point where we are looking for community input or interviews to help guide product roadmaps, would you be interested in participating? If so, please let me know your company information and contact information and I can note that for potential future opportunities.

Thanks,
Mark

全員に返信
投稿者に返信
転送
新着メール 0 件