LGETMASIMay 14, 2025

Chisme: Fully Decentralized Differentiated Deep Learning for IoT Intelligence

arXiv:2505.09854v2h-index: 1
Originality Incremental advance
AI Analysis

This addresses the challenge of implementing robust intelligence at the network edge for IoT systems with heterogeneous data and connectivity issues, representing an incremental improvement over existing decentralized methods.

The paper tackles the problem of distributed learning in heterogeneous, resource-constrained IoT environments by introducing Chisme, a fully decentralized algorithm that uses cosine similarity to merge models based on data affinity. The result shows that Chisme outperforms state-of-the-art approaches with faster convergence, lower final loss, and reduced performance disparity among clients.

As end-user device capability increases and demand for intelligent services at the Internet's edge rise, distributed learning has emerged as a key enabling technology. Existing approaches like federated learning (FL) and decentralized FL (DFL) enable distributed learning among clients, while gossip learning (GL) approaches have emerged to address the potential challenges in resource-constrained, connectivity-challenged infrastructure-less environments. However, most distributed learning approaches assume largely homogeneous data distributions and may not consider or exploit the heterogeneity of clients and their underlying data distributions. This paper introduces Chisme, a novel fully decentralized distributed learning algorithm designed to address the challenges of implementing robust intelligence in network edge contexts characterized by heterogeneous data distributions, episodic connectivity, and sparse network infrastructure. Chisme leverages cosine similarity-based data affinity heuristics calculated from received model exchanges to inform how much influence received models have when merging into the local model. By doing so, it facilitates stronger merging influence between clients with more similar model learning progressions, enabling clients to strategically balance between broader collaboration to build more general knowledge and more selective collaboration to build specific knowledge. We evaluate Chisme against contemporary approaches using image recognition and time-series prediction scenarios while considering different network connectivity conditions, representative of real-world distributed intelligent systems. Our experiments demonstrate that Chisme outperforms state-of-the-art edge intelligence approaches in almost every case -- clients using Chisme exhibit faster training convergence, lower final loss after training, and lower performance disparity between clients.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes