315 research outputs found
Secure Shapley Value for Cross-Silo Federated Learning
The Shapley value (SV) is a fair and principled metric for contribution
evaluation in cross-silo federated learning (cross-silo FL), wherein
organizations, i.e., clients, collaboratively train prediction models with the
coordination of a parameter server. However, existing SV calculation methods
for FL assume that the server can access the raw FL models and public test
data. This may not be a valid assumption in practice considering the emerging
privacy attacks on FL models and the fact that test data might be clients'
private assets. Hence, we investigate the problem of secure SV calculation for
cross-silo FL. We first propose HESV, a one-server solution based solely on
homomorphic encryption (HE) for privacy protection, which has limitations in
efficiency. To overcome these limitations, we propose SecSV, an efficient
two-server protocol with the following novel features. First, SecSV utilizes a
hybrid privacy protection scheme to avoid ciphertext--ciphertext
multiplications between test data and models, which are extremely expensive
under HE. Second, an efficient secure matrix multiplication method is proposed
for SecSV. Third, SecSV strategically identifies and skips some test samples
without significantly affecting the evaluation accuracy. Our experiments
demonstrate that SecSV is 7.2-36.6 times as fast as HESV, with a limited loss
in the accuracy of calculated SVs.Comment: Extened report for our VLDB 2023 pape
Online Learning in Vocational Education of China during COVID-19: Achievements, Challenges, and Future Developments
COVID-19 has challenged education systems globally. Traditional teaching and learning activities of more than 1,300 vocational colleges and nearly 11,000 vocational high schools in China have had to be paused and transformed into an online mode. A study had been conducted to trace the unprecedented change which would provide reflections on policies and practical experience worthy of reference for the follow-up development of online vocational education in China and other countries in the world. The study used two methods to collect data: (1) delivering questionnaires to 767 schools, 17009 teachers, 270,732 students, and (2) gathering 110 institute cases from 21 provinces and 170 curriculum cases from 14 provinces. The result showed that vocational institutions coped with the pandemic’s outbreak through online learning and achieved the overall goal of “Not Going to School but Classes still Ongoing.” Further, vocational institutions have faced problems and challenges of online learning in practice training and internship, organization, and technical environment. The development of vocational education in the information era requires thinking about the system-driven reform path and online learning strategy and putting it into action
Brain Image Fusion Approach based on Side Window Filtering
Brain medical image fusion plays an important role in framing a contemporary image to enhance the reciprocal and repetitive information for diagnosis purposes. A novel approach using kernel-based image filtering on brain images is presented. Firstly, the Bilateral filter is used to generate a high-frequency component of a source image. Secondly, an intensity component is estimated for the first image. Thirdly, side window filtering is employed on several filters, including the guided filter, gradient guided filter, and weighted guided filter. Thereby minimizing the difference between the intensity component of the first image and the low pass filter of the second image. Finally, the fusion result is evaluated based on three evaluation indexes, including standard deviation (STD), features mutual information (FMI), average gradient (AG). The fused image based on this algorithm contains more information, more details, and clearer edges for better diagnosis. Thus, our fused image-based method is good at finding the position and state of the target volume, which leads to keeping away from the healthy parts and ensuring patients’ soundness
Changes-Aware Transformer: Learning Generalized Changes Representation
Difference features obtained by comparing the images of two periods play an
indispensable role in the change detection (CD) task. However, a pair of
bi-temporal images can exhibit diverse changes, which may cause various
difference features. Identifying changed pixels with differ difference features
to be the same category is thus a challenge for CD. Most nowadays' methods
acquire distinctive difference features in implicit ways like enhancing image
representation or supervision information. Nevertheless, informative image
features only guarantee object semantics are modeled and can not guarantee that
changed pixels have similar semantics in the difference feature space and are
distinct from those unchanged ones. In this work, the generalized
representation of various changes is learned straightforwardly in the
difference feature space, and a novel Changes-Aware Transformer (CAT) for
refining difference features is proposed. This generalized representation can
perceive which pixels are changed and which are unchanged and further guide the
update of pixels' difference features. CAT effectively accomplishes this
refinement process through the stacked cosine cross-attention layer and
self-attention layer. After refinement, the changed pixels in the difference
feature space are closer to each other, which facilitates change detection. In
addition, CAT is compatible with various backbone networks and existing CD
methods. Experiments on remote sensing CD data set and street scene CD data set
show that our method achieves state-of-the-art performance and has excellent
generalization
- …