Skip to main content

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

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

    cs.LG cs.CR

    ConDa: Fast Federated Unlearning with Contribution Dampening

    Authors: Vikram S Chundawat, Pushkar Niroula, Prasanna Dhungana, Stefan Schoepf, Murari Mandal, Alexandra Brintrup

    Abstract: Federated learning (FL) has enabled collaborative model training across decentralized data sources or clients. While adding new participants to a shared model does not pose great technical hurdles, the removal of a participant and their related information contained in the shared model remains a challenge. To address this problem, federated unlearning has emerged as a critical research direction,… ▽ More

    Submitted 5 October, 2024; originally announced October 2024.

  2. arXiv:2409.05668  [pdf, other

    cs.LG

    Unlearning or Concealment? A Critical Analysis and Evaluation Metrics for Unlearning in Diffusion Models

    Authors: Aakash Sen Sharma, Niladri Sarkar, Vikram Chundawat, Ankur A Mali, Murari Mandal

    Abstract: Recent research has seen significant interest in methods for concept removal and targeted forgetting in text-to-image diffusion models. In this paper, we conduct a comprehensive white-box analysis showing the vulnerabilities in existing diffusion model unlearning methods. We show that existing unlearning methods lead to decoupling of the targeted concepts (meant to be forgotten) for the correspond… ▽ More

    Submitted 12 December, 2024; v1 submitted 9 September, 2024; originally announced September 2024.

  3. arXiv:2408.11374  [pdf, other

    cs.LG

    A Unified Framework for Continual Learning and Unlearning

    Authors: Romit Chatterjee, Vikram Chundawat, Ayush Tarun, Ankur Mali, Murari Mandal

    Abstract: Continual learning and machine unlearning are crucial challenges in machine learning, typically addressed separately. Continual learning focuses on adapting to new knowledge while preserving past information, whereas unlearning involves selectively forgetting specific subsets of data. In this paper, we introduce a new framework that jointly tackles both tasks by leveraging controlled knowledge dis… ▽ More

    Submitted 25 December, 2024; v1 submitted 21 August, 2024; originally announced August 2024.

  4. arXiv:2402.09288  [pdf, other

    cs.LG

    EcoVal: An Efficient Data Valuation Framework for Machine Learning

    Authors: Ayush K Tarun, Vikram S Chundawat, Murari Mandal, Hong Ming Tan, Bowei Chen, Mohan Kankanhalli

    Abstract: Quantifying the value of data within a machine learning workflow can play a pivotal role in making more strategic decisions in machine learning initiatives. The existing Shapley value based frameworks for data valuation in machine learning are computationally expensive as they require considerable amount of repeated training of the model to obtain the Shapley value. In this paper, we introduce an… ▽ More

    Submitted 9 July, 2024; v1 submitted 14 February, 2024; originally announced February 2024.

    Comments: KDD-2024

  5. arXiv:2312.15187  [pdf, other

    cs.DB cs.LG

    IRG: Generating Synthetic Relational Databases using Deep Learning with Insightful Relational Understanding

    Authors: Jiayu Li, Zilong Zhao, Vikram Chundawat, Biplab Sikdar, Y. C. Tay

    Abstract: Synthetic data has numerous applications, including but not limited to software testing at scale, privacy-preserving data sharing to enable smoother collaboration between stakeholders, and data augmentation for analytical and machine learning tasks. Relational databases, which are commonly used by corporations, governments, and financial institutions, present unique challenges for synthetic data g… ▽ More

    Submitted 29 December, 2024; v1 submitted 23 December, 2023; originally announced December 2023.

  6. arXiv:2210.08196  [pdf, other

    cs.LG

    Deep Regression Unlearning

    Authors: Ayush K Tarun, Vikram S Chundawat, Murari Mandal, Mohan Kankanhalli

    Abstract: With the introduction of data protection and privacy regulations, it has become crucial to remove the lineage of data on demand from a machine learning (ML) model. In the last few years, there have been notable developments in machine unlearning to remove the information of certain training data efficiently and effectively from ML models. In this work, we explore unlearning for the regression prob… ▽ More

    Submitted 31 May, 2023; v1 submitted 15 October, 2022; originally announced October 2022.

    Comments: Accepted in ICML 2023

  7. arXiv:2207.05295  [pdf, other

    cs.LG

    TabSynDex: A Universal Metric for Robust Evaluation of Synthetic Tabular Data

    Authors: Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mukund Lahoti, Pratik Narang

    Abstract: Synthetic tabular data generation becomes crucial when real data is limited, expensive to collect, or simply cannot be used due to privacy concerns. However, producing good quality synthetic data is challenging. Several probabilistic, statistical, generative adversarial networks (GANs), and variational auto-encoder (VAEs) based approaches have been presented for synthetic tabular data generation.… ▽ More

    Submitted 8 June, 2024; v1 submitted 12 July, 2022; originally announced July 2022.

    Comments: IEEE Transactions on Artificial Intelligence

  8. arXiv:2205.08096  [pdf, other

    cs.LG

    Can Bad Teaching Induce Forgetting? Unlearning in Deep Networks using an Incompetent Teacher

    Authors: Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mohan Kankanhalli

    Abstract: Machine unlearning has become an important area of research due to an increasing need for machine learning (ML) applications to comply with the emerging data privacy regulations. It facilitates the provision for removal of certain set or class of data from an already trained ML model without requiring retraining from scratch. Recently, several efforts have been put in to make unlearning to be effe… ▽ More

    Submitted 31 May, 2023; v1 submitted 17 May, 2022; originally announced May 2022.

    Comments: Accepted in AAAI 2023

  9. Zero-Shot Machine Unlearning

    Authors: Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mohan Kankanhalli

    Abstract: Modern privacy regulations grant citizens the right to be forgotten by products, services and companies. In case of machine learning (ML) applications, this necessitates deletion of data not only from storage archives but also from ML models. Due to an increasing need for regulatory compliance required for ML applications, machine unlearning is becoming an emerging research problem. The right to b… ▽ More

    Submitted 31 May, 2023; v1 submitted 14 January, 2022; originally announced January 2022.

    Comments: Accepted in IEEE Transactions on Information Forensics and Security (TIFS)

  10. Fast Yet Effective Machine Unlearning

    Authors: Ayush K Tarun, Vikram S Chundawat, Murari Mandal, Mohan Kankanhalli

    Abstract: Unlearning the data observed during the training of a machine learning (ML) model is an important task that can play a pivotal role in fortifying the privacy and security of ML-based applications. This paper raises the following questions: (i) can we unlearn a single or multiple class(es) of data from a ML model without looking at the full training data even once? (ii) can we make the process of u… ▽ More

    Submitted 31 May, 2023; v1 submitted 17 November, 2021; originally announced November 2021.

    Comments: Accepted in IEEE Transactions on Neural Networks and Learning Systems