Now showing 1 - 10 of 59
  • Placeholder Image
    Publication
    Uncovering the Deceptions: An Analysis on Audio Spoofing Detection and Future Prospects
    (2023-01-01)
    Ranjan, Rishabh
    ;
    ;
    Audio has become an increasingly crucial biometric modality due to its ability to provide an intuitive way for humans to interact with machines. It is currently being used for a range of applications including person authentication to banking to virtual assistants. Research has shown that these systems are also susceptible to spoofing and attacks. Therefore, protecting audio processing systems against fraudulent activities such as identity theft, financial fraud, and spreading misinformation, is of paramount importance. This paper reviews the current state-of-the-art techniques for detecting audio spoofing and discusses the current challenges along with open research problems. The paper further highlights the importance of considering the ethical and privacy implications of audio spoofing detection systems. Lastly, the work aims to accentuate the need for building more robust and generalizable methods, the integration of automatic speaker verification and countermeasure systems, and better evaluation protocols.
  • Placeholder Image
    Publication
    NutriAI: AI-Powered Child Malnutrition Assessment in Low-Resource Environments
    (2023-01-01)
    Khan, Misaal
    ;
    Agarwal, Shivang
    ;
    ; ;
    Singh, Kuldeep
    Malnutrition among infants and young children is a pervasive public health concern, particularly in developing countries where resources are limited. Millions of children globally suffer from malnourishment and its complications. Despite the best efforts of governments and organizations, malnourishment persists and remains a leading cause of morbidity and mortality among children under five. Physical measurements, such as weight, height, middle-upper-arm-circumference (muac), and head circumference are commonly used to assess the nutritional status of children. However, this approach can be resource-intensive and challenging to carry out on a large scale. In this research, we are developing NutriAI, a low-cost solution that leverages small sample size classification approach to detect malnutrition by analyzing 2D images of the subjects in multiple poses. The proposed solution will not only reduce the workload of health workers but also provide a more efficient means of monitoring the nutritional status of children. On the dataset prepared as part of this research, the baseline results highlight that the modern deep learning approaches can facilitate malnutrition detection via anthropometric indicators in the presence of diversity with respect to age, gender, physical characteristics, and accessories including clothing.
  • Placeholder Image
    Publication
    Detection of Digital Manipulation in Facial Images (Student Abstract)
    (2021-01-01)
    Mehra, Aman
    ;
    Agarwal, Akshay
    ;
    ;
    Advances in deep learning have enabled the creation of photo-realistic DeepFakes by switching the identity or expression of individuals. Such technology in the wrong hands can seed chaos through blackmail, extortion, and forging false statements of influential individuals. This work proposes a novel approach to detect forged videos by magnifying their temporal inconsistencies. A study is also conducted to understand role of ethnicity bias due to skewed datasets on deepfake detection. A new dataset comprising forged videos of Indian ethnicity individuals is presented to facilitate this study.
  • Placeholder Image
    Publication
    NewsBag: A multimodal benchmark dataset for fake news detection
    (2020-01-01)
    Jindal, Sarthak
    ;
    Sood, Raghav
    ;
    ; ;
    Chakraborty, Tanmoy
    The spread of fake news poses a critical problem in today's world, where most individuals consume information from online platforms. Fake news detection is an arduous task, marred by the lack of a robust ground truth database for training classification models. Fake news articles manipulate multimedia content (text and images) to disseminate false information. Existing fake news datasets are either small in size or predominantly contain unimodal data. We propose two novel benchmark multimodal datasets, consisting of text and images, to enhance the quality of fake news detection. The first dataset includes manually collected real and fake news data from multiple online sources. In the second dataset, we study the effect of data augmentation by using a Bag of Words approach to increase the quantity of fake news data. These datasets are significantly larger in size in comparison to the existing datasets. We conducted extensive experiments by training state of the art unimodal and multimodal fake news detection algorithms on our dataset and comparing it with the results on existing datasets, showing the effectiveness of our proposed datasets. The experimental results show that data augmentation to increase the quantity of fake news does not hamper the accuracy of fake news detection. The results also conclude that the utilization of multimodal data for fake news detection substantially outperforms the unimodal algorithms.
  • Placeholder Image
    Publication
    Role of Optimizer on Network Fine-tuning for Adversarial Robustness (Student Abstract)
    (2021-01-01)
    Agarwal, Akshay
    ;
    ;
    The solutions proposed in the literature for adversarial robustness are either not effective against the challenging gradient-based attacks or are computationally demanding, such as adversarial training. Adversarial training or network training based data augmentation shows the potential to increase the adversarial robustness. While the training seems compelling, it is not feasible for resource-constrained institutions, especially academia, to train the network from scratch multiple times. The two fold contributions are: (i) providing an effective solution against white-box adversarial attacks via network fine-tuning steps and (ii) observing the role of different optimizers towards robustness. Extensive experiments are performed on a range of databases, including Fashion-MNIST and a subset of ImageNet. It is found that the few steps of network fine-tuning effectively increases the robustness of both shallow and deep architectures. To know other interesting observations, especially regarding the role of the optimizer, refer to the paper.
  • Placeholder Image
    Publication
    Anatomizing Bias in Facial Analysis
    (2022-06-30) ;
    Majumdar, Puspita
    ;
    Mittal, Surbhi
    ;
    Existing facial analysis systems have been shown to yield biased results against certain demographic subgroups. Due to its impact on society, it has become imperative to ensure that these systems do not discriminate based on gender, identity, or skin tone of individuals. This has led to research in the identification and mitigation of bias in AI systems. In this paper, we encapsulate bias detection/estimation and mitigation algorithms for facial analysis. Our main contributions include a systematic review of algorithms proposed for understanding bias, along with a taxonomy and extensive overview of existing bias mitigation algorithms. We also discuss open challenges in the field of biased facial analysis.
  • Placeholder Image
    Publication
    IdProv: Identity-Based Provenance for Synthetic Image Generation
    (2023-06-27)
    Bhatia, Harshil
    ;
    Singh, Jaisidh
    ;
    Sangwan, Gaurav
    ;
    Bharati, Aparna
    ;
    ;
    Recent advancements in Generative Adversarial Networks (GANs) have made it possible to obtain high-quality face images of synthetic identities. These networks see large amounts of real faces in order to learn to generate realistic looking synthetic images. However, the concept of a synthetic identity for these images is not very well-defined. In this work, we verify identity leakage from the training set containing real images into the latent space and propose a novel method, IdProv, that uses image composition to trace the source of identity signals in the generated image.
  • Placeholder Image
    Publication
    NEAP-F: Network Epoch Accuracy Prediction Framework (Student Abstract)
    (2021-01-01)
    Chauhan, Arushi
    ;
    ;
    Recent work in neural architecture search has spawned interest in algorithms that can predict the performance neural networks using minimum time and computation resources. We propose a new framework, Network Epoch Accuracy Prediction Framework (NEAP-F) which can predict the testing accuracy achieved by a convolutional neural network in one or more epochs. We introduce a novel approach to generate vector representations for networks, and encode “ease” of classifying image datasets into a vector. For vector representations of networks, we focus on the layer parameters and connections between the network layers. A network achieves different accuracy on different image datasets; therefore, we use the image dataset characteristics to create a vector signifying the “ease” of classifying the image dataset. After generating these vectors, the prediction models are trained with architectures having skip connections seen in current state-of-the-art architectures. The framework predicts accuracies in order of milliseconds, demonstrating its computational efficiency. It can be easily applied to neural architecture search methods to predict the performance of candidate networks and can work on unseen datasets as well.
  • Placeholder Image
    Publication
    On Learning Deep Models with Imbalanced Data Distribution
    (2021-01-01)
    Majumdar, Puspita
    ;
    ;
    The availability of large training data has led to the development of sophisticated deep learning algorithms to achieve state-of-the-art performance on various tasks and several applications have been benefited immensely. Despite the unparalleled success, the performance of deep learning algorithms depends significantly on the training data distribution. An imbalance in training data distribution affects the performance of deep models. Our research focuses on designing and developing solutions for different real-world problems, specifically related to facial analytic tasks, with imbalanced data distribution. These problems include injured face recognition, fake image detection, and estimation and mitigation of bias in model prediction.
  • Placeholder Image
    Publication
    On AI-Assisted Pneumoconiosis Detection from Chest X-rays
    (2023-01-01)
    Akhter, Yasmeena
    ;
    Ranjan, Rishabh
    ;
    ; ;
    According to the World Health Organization, Pneumoconiosis affects millions of workers globally, with an estimated 260,000 deaths annually. The burden of Pneumoconiosis is particularly high in low-income countries, where occupational safety standards are often inadequate, and the prevalence of the disease is increasing rapidly. The reduced availability of expert medical care in rural areas, where these diseases are more prevalent, further adds to the delayed screening and unfavourable outcomes of the disease. This paper aims to highlight the urgent need for early screening and detection of Pneumoconiosis, given its significant impact on affected individuals, their families, and societies as a whole. With the help of low-cost machine learning models, early screening, detection, and prevention of Pneumoconiosis can help reduce healthcare costs, particularly in low-income countries. In this direction, this research focuses on designing AI solutions for detecting different kinds of Pneumoconiosis from chest X-ray data. This will contribute to the Sustainable Development Goal 3 of ensuring healthy lives and promoting well-being for all at all ages, and present the framework for data collection and algorithm for detecting Pneumoconiosis for early screening. The baseline results show that the existing algorithms are unable to address this challenge. Therefore, it is our assertion that this research will improve state-of-the-art algorithms of segmentation, semantic segmentation, and classification not only for this disease but in general medical image analysis literature.