paper-with-me

홈 › Papers

Federated Ensemble YOLOv5 -- A Better Generalized Object Detection Algorithm

2023-06-30 · Vinit Hegiste, Tatjana Legler, Martin Ruskowski

Federated learning (FL) has gained significant traction as a privacy-preserving algorithm, but the underlying resemblances of federated learning algorithms like Federated averaging (FedAvg) or Federated SGD (Fed SGD) to ensemble learning algorithms have not been fully explored. The purpose of this paper is to examine the application of FL to object detection as a method to enhance generalizability, and to compare its performance against a centralized training approach for an object detection algorithm. Specifically, we investigate the performance of a YOLOv5 model trained using FL across multiple clients and employ a random sampling strategy without replacement, so each client holds a portion of the same dataset used for centralized training. Our experimental results showcase the superior efficiency of the FL object detector's global model in generating accurate bounding boxes for unseen objects, with the test set being a mixture of objects from two distinct clients not represented in the training dataset. These findings suggest that FL can be viewed from an ensemble algorithm perspective, akin to a synergistic blend of Bagging and Boosting techniques. As a result, FL can be seen not only as a method to enhance privacy, but also as a method to enhance the performance of a machine learning model.

📄 PDF Abstract BibTeX arXiv:2306.17829

Code (0)

등록된 구현이 없습니다.

Tasks

AvgEnsemble LearningFederated LearningObjectobject-detectionObject DetectionPrivacy Preserving

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Federated Object Detection for Quality Inspection in Shared Production

2023-06-30 · Vinit Hegiste, Tatjana Legler, Martin Ruskowski

Federated learning (FL) has emerged as a promising approach for training machine learning models on decentralized data without compromising data privacy. In this paper, we propose a FL algorithm for object detection in q…

Federated LearningObjectobject-detectionObject Detection

BEA: Revisiting anchor-based object detection DNN using Budding Ensemble Architecture

2023-09-14 · Syed Sha Qutub, Neslihan Kose, Rafael Rosales, Michael Paulitsch 외

This paper introduces the Budding Ensemble Architecture (BEA), a novel reduced ensemble architecture for anchor-based object detection models. Object detection models are crucial in vision-based tasks, particularly in au…

2D Object Detectionobject-detectionObject DetectionOut-of-Distribution Detection

How To Effectively Train An Ensemble Of Faster R-CNN Object Detectors To Quantify Uncertainty

2023-10-07 · Denis Mbey Akola, Gianni Franchi

This paper presents a new approach for training two-stage object detection ensemble models, more specifically, Faster R-CNN models to estimate uncertainty. We propose training one Region Proposal Network(RPN) and multipl…

object-detectionObject DetectionRegion Proposal

Brain Tumor Detection in MRI Based on Federated Learning with YOLOv11

2025-03-06 · Sheikh Moonwara Anjum Monisha, Ratun Rahman

One of the primary challenges in medical diagnostics is the accurate and efficient use of magnetic resonance imaging (MRI) for the detection of brain tumors. But the current machine learning (ML) approaches have two majo…

Federated Learning

Real-Time Flying Object Detection with YOLOv8

2023-05-17 · Dillon Reis, Jordan Kupec, Jacqueline Hong, Ahmad Daoudi

This paper presents a generalized model for real-time detection of flying objects that can be used for transfer learning and further research, as well as a refined model that achieves state-of-the-art results for flying …

Objectobject-detectionObject DetectionTransfer Learning