Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Aggregates Classification01:29

Aggregates Classification

381
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
381
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

101
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
101
Associative Learning01:27

Associative Learning

575
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
575
Multicompartment Models: Overview01:14

Multicompartment Models: Overview

254
Multicompartment models are mathematical constructs that depict how drugs are distributed and eliminated within the body. They segment the body into several compartments, symbolizing various physiological or anatomical areas connected through drug transfer processes such as absorption, metabolism, distribution, and elimination.
These models offer a more comprehensive representation of drug behavior in the body than one-compartment models. They accommodate the complexity of drug distribution,...
254
Per-Unit Sequence Models01:26

Per-Unit Sequence Models

116
An ideal Y-Y transformer, grounded through neutral impedances, displays per-unit sequence networks akin to those of a single-phase ideal transformer when subjected to balanced positive- or negative-sequence currents. These currents do not produce neutral currents, and their associated voltage drops.
Zero-sequence currents, which are identical in magnitude and phase, generate a neutral current, resulting in voltage drops across the neutral impedance and the low-voltage winding. If the...
116
Observational Learning01:12

Observational Learning

312
Albert Bandura's observational learning, also known as imitation or modeling, occurs when a person observes and imitates another's behavior. It is a quicker process than operant conditioning. A well-known example is the Bobo doll study, where children who saw an adult acting aggressively towards the doll were more likely to act aggressively when left alone, compared to those who observed a nonaggressive adult. Many psychologists view observational learning as a form of latent learning...
312

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Two Preputial Gland-Secreted Pheromones Evoke Sexually Dimorphic Neural Pathways in the Mouse Vomeronasal System.

Frontiers in cellular neuroscience·2019
Same author

Azo-based near-infrared fluorescent theranostic probe for tracking hypoxia-activated cancer chemotherapy in vivo.

Chemical communications (Cambridge, England)·2019
Same author

[Soil microflora characteristics under different vegetation patches in a desert steppe of Ning-xia, Northwest China.]

Ying yong sheng tai xue bao = The journal of applied ecology·2019
Same author

lncRNA <i>miat</i> functions as a ceRNA to upregulate <i>sirt1</i> by sponging <i>miR-22-3p</i> in HCC cellular senescence.

Aging·2019
Same author

Effects of nanoscale zero-valent iron on the performance and the fate of antibiotic resistance genes during thermophilic and mesophilic anaerobic digestion of food waste.

Bioresource technology·2019
Same author

Dynamic Fluid-Like Graphene with Ultralow Frictional Molecular Bearing.

Advanced materials (Deerfield Beach, Fla.)·2019

Related Experiment Video

Updated: Sep 11, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

681

Efficient federated learning via aggregation of base models.

Pan Wang1, Zhengyi Zhong1, Ji Wang1

  • 1Laboratory for Big Data and Decision, National University of Defense Technology, Changsha, Hunan, China.

Plos One
|August 14, 2025
PubMed
Summary
This summary is machine-generated.

Federated Learning (FL) struggles with Non-IID data. This study introduces base models and evolutionary algorithms to improve FL model accuracy and convergence speed, outperforming random selection methods.

More Related Videos

Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

652

Related Experiment Videos

Last Updated: Sep 11, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

681
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

652

Area of Science:

  • Distributed computing
  • Machine learning
  • Artificial intelligence

Background:

  • Federated Learning (FL) offers enhanced privacy for training machine learning (ML) models.
  • Standard FL client selection is random, effective for Independent and Identically Distributed (IID) data.
  • Non-Independent and Identically Distributed (Non-IID) data in real-world scenarios degrades FL performance, causing lower accuracy and slower convergence.

Purpose of the Study:

  • To address the performance degradation of FL in Non-IID settings.
  • To propose a novel approach using base models and evolutionary algorithms for improved client selection.
  • To enhance the accuracy and convergence speed of FL global models.

Main Methods:

  • Proposed the concept of 'base models' representing diverse client data distributions.
  • Demonstrated the theoretical existence of these base models.
  • Employed evolutionary algorithms (EA) for optimizing client selection by encoding client IDs and utilizing operations like crossover and mutation.
  • Integrated the EA-based client selection into existing FL frameworks (FedAvg, FedProx, SCAFFOLD).

Main Results:

  • The proposed method significantly improves performance compared to random selection in FL.
  • Faster convergence rates were observed across different FL frameworks and datasets.
  • Experimental validation on FashionMNIST, MNIST, and TodayNews datasets confirmed superior results.

Conclusions:

  • Base models effectively approximate diverse client distributions in FL.
  • Evolutionary algorithms provide an efficient and effective alternative to random client selection for Non-IID data.
  • The proposed approach enhances the practicality and efficiency of Federated Learning in real-world, heterogeneous data environments.