paper-with-me

홈 › Papers

Privacy-Preserving Object Detection & Localization Using Distributed Machine Learning: A Case Study of Infant Eyeblink Conditioning

2020-10-14 · Stefan Zwaard, Henk-Jan Boele, Hani Alers, Christos Strydis, Casey Lew-Williams, Zaid Al-Ars

Distributed machine learning is becoming a popular model-training method due to privacy, computational scalability, and bandwidth capacities. In this work, we explore scalable distributed-training versions of two algorithms commonly used in object detection. A novel distributed training algorithm using Mean Weight Matrix Aggregation (MWMA) is proposed for Linear Support Vector Machine (L-SVM) object detection based in Histogram of Orientated Gradients (HOG). In addition, a novel Weighted Bin Aggregation (WBA) algorithm is proposed for distributed training of Ensemble of Regression Trees (ERT) landmark localization. Both algorithms do not restrict the location of model aggregation and allow custom architectures for model distribution. For this work, a Pool-Based Local Training and Aggregation (PBLTA) architecture for both algorithms is explored. The application of both algorithms in the medical field is examined using a paradigm from the fields of psychology and neuroscience - eyeblink conditioning with infants - where models need to be trained on facial images while protecting participant privacy. Using distributed learning, models can be trained without sending image data to other nodes. The custom software has been made available for public use on GitHub: https://github.com/SLWZwaard/DMT. Results show that the aggregation of models for the HOG algorithm using MWMA not only preserves the accuracy of the model but also allows for distributed learning with an accuracy increase of 0.9% compared with traditional learning. Furthermore, WBA allows for ERT model aggregation with an accuracy increase of 8% when compared to single-node models.

📄 PDF Abstract BibTeX arXiv:2010.07259

Code (1)

SLWZwaard/DMT 공식 구현

Tasks

BIG-bench Machine Learningobject-detectionObject DetectionPrivacy Preserving

Similar Papers 제목 키워드 기반

Federated Learning Based Distributed Localization of False Data Injection Attacks on Smart Grids

2023-06-17 · Cihat Keçeci, Katherine R. Davis, Erchin Serpedin

Data analysis and monitoring on smart grids are jeopardized by attacks on cyber-physical systems. False data injection attack (FDIA) is one of the classes of those attacks that target the smart measurement devices by inj…

Federated Learning

Misanthrope: A Privacy-Preserving Keypoint Detector

2026-08-24 · Francesco Vultaggio, Predrag Djindjic, Markus Gerke, Sebastian Tschiatschek 외 arxiv

Image matching is a core component of applications such as Simultaneous Localization and Mapping (SLAM), Visual Localization, and Structure from Motion (SfM). However, the local image features central to this task are vu…

Visual LocalizationImage Matching

Privacy-Preserving Representations are not Enough -- Recovering Scene Content from Camera Poses

2023-05-08 · Kunal Chelani, Torsten Sattler, Fredrik Kahl, Zuzana Kukelova

Visual localization is the task of estimating the camera pose from which a given image was taken and is central to several 3D computer vision applications. With the rapid growth in the popularity of AR/VR/MR devices and …

Privacy PreservingVisual Localization

Privacy-Preserving Representations Are Not Enough: Recovering Scene Content From Camera Poses

2023-01-01 · CVPR 2023 1 · Kunal Chelani, Torsten Sattler, Fredrik Kahl, Zuzana Kukelova

Visual localization is the task of estimating the camera pose from which a given image was taken and is central to several 3D computer vision applications. With the rapid growth in the popularity of AR/VR/MR devices …

Privacy PreservingVisual Localization

Privacy-Preserving Distributed Optimization Under Time Constraints Using Secure Multi-Party Computation and Evolutionary Algorithms

2026-05-20 · Sebastian Gruber, Tobias Harzfeld, Christoph G. Schuetz, Florian Wohner 외 arxiv

In distributed optimization, multiple parties collaborate to find an optimal solution to a problem. Privacy-preserving distributed optimization uses techniques, such as secure multi-party computation (MPC), to protect th…

Distributed Optimization