paper-with-me

홈 › Papers

Horizontal Federated Computer Vision

2023-12-31 · Paul K. Mandal, Cole Leo, Connor Hurley

In the modern world, the amount of visual data recorded has been rapidly increasing. In many cases, data is stored in geographically distinct locations and thus requires a large amount of time and space to consolidate. Sometimes, there are also regulations for privacy protection which prevent data consolidation. In this work, we present federated implementations for object detection and recognition using a federated Faster R-CNN (FRCNN) and image segmentation using a federated Fully Convolutional Network (FCN). Our FRCNN was trained on 5000 examples of the COCO2017 dataset while our FCN was trained on the entire train set of the CamVid dataset. The proposed federated models address the challenges posed by the increasing volume and decentralized nature of visual data, offering efficient solutions in compliance with privacy regulations.

📄 PDF Abstract BibTeX arXiv:2401.00390

Code (0)

등록된 구현이 없습니다.

Tasks

Image Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Federated Dynamical Low-Rank Training with Global Loss Convergence Guarantees

2024-06-25 · Steffen Schotthöfer, M. Paul Laiu

In this work, we propose a federated dynamical low-rank training (FeDLRT) scheme to reduce client compute and communication costs - two significant performance bottlenecks in horizontal federated learning. Our method bui…

Federated Learning

Food for thought: Ethical considerations of user trust in computer vision

2019-05-29 · Kaylen J. Pfisterer, Jennifer Boger, Alexander Wong

In computer vision research, especially when novel applications of tools are developed, ethical implications around user perceptions of trust in the underlying technology should be considered and supported. Here, we desc…

Decision Making

Horizontal and Vertical Federated Causal Structure Learning via Higher-order Cumulants

2025-07-09 · Wei Chen, Wanyang Gu, Linjun Peng, Ruichu Cai 외 arxiv

Federated causal discovery aims to uncover the causal relationships between entities while protecting data privacy, which has significant importance and numerous applications in real-world scenarios. Existing federated c…

Continual Horizontal Federated Learning for Heterogeneous Data

2022-03-04 · Junki Mori, Isamu Teranishi, Ryo Furukawa

Federated learning is a promising machine learning technique that enables multiple clients to collaboratively build a model without revealing the raw data to each other. Among various types of federated learning methods,…

Continual LearningFederated Learning

A Novel Framework of Horizontal-Vertical Hybrid Federated Learning for EdgeIoT

2024-10-02 · Kai Li, Yilei Liang, Xin Yuan, Wei Ni 외

This letter puts forth a new hybrid horizontal-vertical federated learning (HoVeFL) for mobile edge computing-enabled Internet of Things (EdgeIoT). In this framework, certain EdgeIoT devices train local models using the …

Edge-computingFederated LearningVertical Federated Learning