Skip to main content

Showing 1–8 of 8 results for author: Vijaykeerthy, D

  1. arXiv:2110.03320  [pdf, other

    cs.AI

    Automated Testing of AI Models

    Authors: Swagatam Haldar, Deepak Vijaykeerthy, Diptikalyan Saha

    Abstract: The last decade has seen tremendous progress in AI technology and applications. With such widespread adoption, ensuring the reliability of the AI models is crucial. In past, we took the first step of creating a testing framework called AITEST for metamorphic properties such as fairness, robustness properties for tabular, time-series, and text classification models. In this paper, we extend the cap… ▽ More

    Submitted 7 October, 2021; originally announced October 2021.

    Comments: 5 pages, 3 Figures, 4 Tables

  2. arXiv:2108.11761  [pdf, other

    cs.LG cs.CV

    A Framework for Learning Ante-hoc Explainable Models via Concepts

    Authors: Anirban Sarkar, Deepak Vijaykeerthy, Anindya Sarkar, Vineeth N Balasubramanian

    Abstract: Self-explaining deep models are designed to learn the latent concept-based explanations implicitly during training, which eliminates the requirement of any post-hoc explanation generation technique. In this work, we propose one such model that appends an explanation generation module on top of any basic network and jointly trains the whole module that shows high predictive performance and generate… ▽ More

    Submitted 30 November, 2021; v1 submitted 25 August, 2021; originally announced August 2021.

    Comments: 16 pages, 15 figures

  3. arXiv:2006.11737  [pdf, ps, other

    cs.LG cs.AI stat.ML

    Verifying Individual Fairness in Machine Learning Models

    Authors: Philips George John, Deepak Vijaykeerthy, Diptikalyan Saha

    Abstract: We consider the problem of whether a given decision model, working with structured data, has individual fairness. Following the work of Dwork, a model is individually biased (or unfair) if there is a pair of valid inputs which are close to each other (according to an appropriate metric) but are treated differently by the model (different class label, or large difference in output), and it is unbia… ▽ More

    Submitted 21 June, 2020; originally announced June 2020.

    Comments: An extended version of the paper accepted at UAI 2020, 12 pages, code is available at https://github.com/philips-george/ifv-uai-2020

  4. arXiv:1905.03837  [pdf, other

    cs.LG stat.ML

    Exploring the Hyperparameter Landscape of Adversarial Robustness

    Authors: Evelyn Duesterwald, Anupama Murthi, Ganesh Venkataraman, Mathieu Sinn, Deepak Vijaykeerthy

    Abstract: Adversarial training shows promise as an approach for training models that are robust towards adversarial perturbation. In this paper, we explore some of the practical challenges of adversarial training. We present a sensitivity analysis that illustrates that the effectiveness of adversarial training hinges on the settings of a few salient hyperparameters. We show that the robustness surface that… ▽ More

    Submitted 9 May, 2019; originally announced May 2019.

    Journal ref: Safe Machine Learning Workshop at ICLR (International Conference on Learning Representations), 2019

  5. arXiv:1905.00424  [pdf, other

    cs.LG stat.ML

    An ADMM Based Framework for AutoML Pipeline Configuration

    Authors: Sijia Liu, Parikshit Ram, Deepak Vijaykeerthy, Djallel Bouneffouf, Gregory Bramble, Horst Samulowitz, Dakuo Wang, Andrew Conn, Alexander Gray

    Abstract: We study the AutoML problem of automatically configuring machine learning pipelines by jointly selecting algorithms and their appropriate hyper-parameters for all steps in supervised learning pipelines. This black-box (gradient-free) optimization with mixed integer & continuous variables is a challenging problem. We propose a novel AutoML scheme by leveraging the alternating direction method of mu… ▽ More

    Submitted 6 December, 2019; v1 submitted 1 May, 2019; originally announced May 2019.

    Journal ref: published at AAAI 2020

  6. arXiv:1811.04376  [pdf, other

    cs.LG cs.AI stat.ML

    Explaining Deep Learning Models using Causal Inference

    Authors: Tanmayee Narendra, Anush Sankaran, Deepak Vijaykeerthy, Senthil Mani

    Abstract: Although deep learning models have been successfully applied to a variety of tasks, due to the millions of parameters, they are becoming increasingly opaque and complex. In order to establish trust for their widespread commercial use, it is important to formalize a principled framework to reason over these models. In this work, we use ideas from causal inference to describe a general framework to… ▽ More

    Submitted 11 November, 2018; originally announced November 2018.

  7. arXiv:1802.01448  [pdf, other

    cs.LG cs.CR stat.ML

    Hardening Deep Neural Networks via Adversarial Model Cascades

    Authors: Deepak Vijaykeerthy, Anshuman Suri, Sameep Mehta, Ponnurangam Kumaraguru

    Abstract: Deep neural networks (DNNs) are vulnerable to malicious inputs crafted by an adversary to produce erroneous outputs. Works on securing neural networks against adversarial examples achieve high empirical robustness on simple datasets such as MNIST. However, these techniques are inadequate when empirically tested on complex data sets such as CIFAR-10 and SVHN. Further, existing techniques are design… ▽ More

    Submitted 4 November, 2018; v1 submitted 2 February, 2018; originally announced February 2018.

  8. arXiv:1603.07292  [pdf, other

    cs.LG cs.AI cs.PL stat.ML

    Debugging Machine Learning Tasks

    Authors: Aleksandar Chakarov, Aditya Nori, Sriram Rajamani, Shayak Sen, Deepak Vijaykeerthy

    Abstract: Unlike traditional programs (such as operating systems or word processors) which have large amounts of code, machine learning tasks use programs with relatively small amounts of code (written in machine learning libraries), but voluminous amounts of data. Just like developers of traditional programs debug errors in their code, developers of machine learning tasks debug and fix errors in their data… ▽ More

    Submitted 23 March, 2016; originally announced March 2016.

    ACM Class: D.2.5; I.2.3