Skip to main content

Showing 1–10 of 10 results for author: Mugunthan, V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2310.17097  [pdf, other

    cs.CV cs.DC

    Navigating Data Heterogeneity in Federated Learning A Semi-Supervised Federated Object Detection

    Authors: Taehyeon Kim, Eric Lin, Junu Lee, Christian Lau, Vaikkunth Mugunthan

    Abstract: Federated Learning (FL) has emerged as a potent framework for training models across distributed data sources while maintaining data privacy. Nevertheless, it faces challenges with limited high-quality labels and non-IID client data, particularly in applications like autonomous driving. To address these hurdles, we navigate the uncharted waters of Semi-Supervised Federated Object Detection (SSFOD)… ▽ More

    Submitted 2 January, 2024; v1 submitted 25 October, 2023; originally announced October 2023.

    Comments: NeurIPS 2023

  2. arXiv:2307.16382  [pdf, other

    cs.LG cs.CL

    Does fine-tuning GPT-3 with the OpenAI API leak personally-identifiable information?

    Authors: Albert Yu Sun, Eliott Zemour, Arushi Saxena, Udith Vaidyanathan, Eric Lin, Christian Lau, Vaikkunth Mugunthan

    Abstract: Machine learning practitioners often fine-tune generative pre-trained models like GPT-3 to improve model performance at specific tasks. Previous works, however, suggest that fine-tuned machine learning models memorize and emit sensitive information from the original fine-tuning dataset. Companies such as OpenAI offer fine-tuning services for their models, but no prior work has conducted a memoriza… ▽ More

    Submitted 15 April, 2024; v1 submitted 30 July, 2023; originally announced July 2023.

  3. arXiv:2202.09897  [pdf, other

    cs.CR cs.AI cs.MA

    Collusion Resistant Federated Learning with Oblivious Distributed Differential Privacy

    Authors: David Byrd, Vaikkunth Mugunthan, Antigoni Polychroniadou, Tucker Hybinette Balch

    Abstract: Privacy-preserving federated learning enables a population of distributed clients to jointly learn a shared model while kee** client training data private, even from an untrusted server. Prior works do not provide efficient solutions that protect against collusion attacks in which parties collaborate to expose an honest client's model parameters. We present an efficient mechanism based on oblivi… ▽ More

    Submitted 20 February, 2022; originally announced February 2022.

  4. arXiv:2201.11986  [pdf, other

    cs.LG cs.AI

    Gradient Masked Averaging for Federated Learning

    Authors: Irene Tenison, Sai Aravind Sreeramadas, Vaikkunth Mugunthan, Edouard Oyallon, Irina Rish, Eugene Belilovsky

    Abstract: Federated learning (FL) is an emerging paradigm that permits a large number of clients with heterogeneous data to coordinate learning of a unified global model without the need to share data amongst each other. A major challenge in federated learning is the heterogeneity of data across client, which can degrade the performance of standard FL algorithms. Standard FL algorithms involve averaging of… ▽ More

    Submitted 14 November, 2023; v1 submitted 28 January, 2022; originally announced January 2022.

  5. arXiv:2106.05468  [pdf, other

    cs.LG

    Multi-VFL: A Vertical Federated Learning System for Multiple Data and Label Owners

    Authors: Vaikkunth Mugunthan, Pawan Goyal, Lalana Kagal

    Abstract: Vertical Federated Learning (VFL) refers to the collaborative training of a model on a dataset where the features of the dataset are split among multiple data owners, while label information is owned by a single data owner. In this paper, we propose a novel method, Multi Vertical Federated Learning (Multi-VFL), to train VFL models when there are multiple data and label owners. Our approach is the… ▽ More

    Submitted 16 June, 2021; v1 submitted 9 June, 2021; originally announced June 2021.

  6. arXiv:2103.14375  [pdf, other

    cs.LG cs.GT

    Prior-Independent Auctions for the Demand Side of Federated Learning

    Authors: Andreas Haupt, Vaikkunth Mugunthan

    Abstract: Federated learning (FL) is a paradigm that allows distributed clients to learn a shared machine learning model without sharing their sensitive training data. While largely decentralized, FL requires resources to fund a central orchestrator or to reimburse contributors of datasets to incentivize participation. Inspired by insights from prior-independent auction design, we propose a mechanism, FIPIA… ▽ More

    Submitted 13 April, 2021; v1 submitted 26 March, 2021; originally announced March 2021.

  7. arXiv:2103.09876  [pdf, other

    cs.LG cs.CV cs.DC

    Bias-Free FedGAN: A Federated Approach to Generate Bias-Free Datasets

    Authors: Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

    Abstract: Federated Generative Adversarial Network (FedGAN) is a communication-efficient approach to train a GAN across distributed clients without clients having to share their sensitive training data. In this paper, we experimentally show that FedGAN generates biased data points under non-independent-and-identically-distributed (non-iid) settings. Also, we propose Bias-Free FedGAN, an approach to generate… ▽ More

    Submitted 15 April, 2021; v1 submitted 17 March, 2021; originally announced March 2021.

  8. arXiv:2010.11398  [pdf, other

    cs.LG cs.CV

    DPD-InfoGAN: Differentially Private Distributed InfoGAN

    Authors: Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

    Abstract: Generative Adversarial Networks (GANs) are deep learning architectures capable of generating synthetic datasets. Despite producing high-quality synthetic images, the default GAN has no control over the kinds of images it generates. The Information Maximizing GAN (InfoGAN) is a variant of the default GAN that introduces feature-control variables that are automatically learned by the framework, henc… ▽ More

    Submitted 22 March, 2021; v1 submitted 21 October, 2020; originally announced October 2020.

  9. arXiv:2007.03856  [pdf, other

    cs.LG cs.CR stat.ML

    BlockFLow: An Accountable and Privacy-Preserving Solution for Federated Learning

    Authors: Vaikkunth Mugunthan, Ravi Rahman, Lalana Kagal

    Abstract: Federated learning enables the development of a machine learning model among collaborating agents without requiring them to share their underlying data. However, malicious agents who train on random data, or worse, on datasets with the result classes inverted, can weaken the combined model. BlockFLow is an accountable federated learning system that is fully decentralized and privacy-preserving. It… ▽ More

    Submitted 7 July, 2020; originally announced July 2020.

  10. arXiv:2002.08423  [pdf, other

    cs.LG cs.CR cs.DC stat.ML

    PrivacyFL: A simulator for privacy-preserving and secure federated learning

    Authors: Vaikkunth Mugunthan, Anton Peraire-Bueno, Lalana Kagal

    Abstract: Federated learning is a technique that enables distributed clients to collaboratively learn a shared machine learning model while kee** their training data localized. This reduces data privacy risks, however, privacy concerns still exist since it is possible to leak information about the training dataset from the trained model's weights or parameters. Setting up a federated learning environment,… ▽ More

    Submitted 7 July, 2020; v1 submitted 19 February, 2020; originally announced February 2020.