62 research outputs found
Probably Approximately Correct Federated Learning
Federated learning (FL) is a new distributed learning paradigm, with privacy,
utility, and efficiency as its primary pillars. Existing research indicates
that it is unlikely to simultaneously attain infinitesimal privacy leakage,
utility loss, and efficiency. Therefore, how to find an optimal trade-off
solution is the key consideration when designing the FL algorithm. One common
way is to cast the trade-off problem as a multi-objective optimization problem,
i.e., the goal is to minimize the utility loss and efficiency reduction while
constraining the privacy leakage not exceeding a predefined value. However,
existing multi-objective optimization frameworks are very time-consuming, and
do not guarantee the existence of the Pareto frontier, this motivates us to
seek a solution to transform the multi-objective problem into a
single-objective problem because it is more efficient and easier to be solved.
To this end, we propose FedPAC, a unified framework that leverages PAC learning
to quantify multiple objectives in terms of sample complexity, such
quantification allows us to constrain the solution space of multiple objectives
to a shared dimension, so that it can be solved with the help of a
single-objective optimization algorithm. Specifically, we provide the results
and detailed analyses of how to quantify the utility loss, privacy leakage,
privacy-utility-efficiency trade-off, as well as the cost of the attacker from
the PAC learning perspective
The role of matrix cracks and fibre/matrix debonding on the stress transfer between fibre and matrix in a single fibre fragmentation test
The single fibre fragmentation test is commonly used to characterise the fibre/matrix interface. During fragmentation, the stored energy is released resulting in matrix cracking and/or fibre/matrix debonding.
Axisymmetric finite element models were formulated to study the impact of matrix cracks and fibre/matrix debonding on the effective stress transfer efficiency (EST) and stress transfer length (STL). At high strains, plastic deformation in the matrix dominated the stress transfer mechanism. The combination of matrix cracking and plasticity reduced the EST and increased STL.
For experimental validation, three resins were formulated and the fragmentation of an unsized and uncoupled E-glass fibre examined as a function of matrix properties. Fibre failure was always accompanied by matrix cracking and debonding. With the stiff resin, debonding, transverse matrix cracking and conical crack initiation were observed. With a lower modulus and lower yield strength resin the transverse matrix crack length decreased while that of the conical crack increased. (C) 2011 Elsevier Ltd. All rights reserved
FedVision: An Online Visual Object Detection Platform Powered by Federated Learning
Visual object detection is a computer vision-based artificial intelligence
(AI) technique which has many practical applications (e.g., fire hazard
monitoring). However, due to privacy concerns and the high cost of transmitting
video data, it is highly challenging to build object detection models on
centrally stored large training datasets following the current approach.
Federated learning (FL) is a promising approach to resolve this challenge.
Nevertheless, there currently lacks an easy to use tool to enable computer
vision application developers who are not experts in federated learning to
conveniently leverage this technology and apply it in their systems. In this
paper, we report FedVision - a machine learning engineering platform to support
the development of federated learning powered computer vision applications. The
platform has been deployed through a collaboration between WeBank and Extreme
Vision to help customers develop computer vision-based safety monitoring
solutions in smart city applications. Over four months of usage, it has
achieved significant efficiency improvement and cost reduction while removing
the need to transmit sensitive data for three major corporate customers. To the
best of our knowledge, this is the first real application of FL in computer
vision-based tasks
- …