Skip to main content

Showing 1–11 of 11 results for author: Rawal, R

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

    cs.CV cs.LG cs.MM

    CinePile: A Long Video Question Answering Dataset and Benchmark

    Authors: Ruchit Rawal, Khalid Saifullah, Ronen Basri, David Jacobs, Gowthami Somepalli, Tom Goldstein

    Abstract: Current datasets for long-form video understanding often fall short of providing genuine long-form comprehension challenges, as many tasks derived from these datasets can be successfully tackled by analyzing just one or a few random frames from a video. To address this issue, we present a novel dataset and benchmark, CinePile, specifically designed for authentic long-form video understanding. This… ▽ More

    Submitted 14 June, 2024; v1 submitted 14 May, 2024; originally announced May 2024.

    Comments: Project page with all the artifacts - https://ruchitrawal.github.io/cinepile/. Updated version with results on Gemini Flash model and additional related work

  2. arXiv:2311.04166  [pdf, other

    cs.CL cs.LG

    Perturbed examples reveal invariances shared by language models

    Authors: Ruchit Rawal, Mariya Toneva

    Abstract: The rapid growth in natural language processing (NLP) research has led to numerous new models, outpacing our understanding of how they compare to established ones. One major reason for this difficulty is saturating benchmarks, which may not well reflect differences in model performance in the wild. In this work, we introduce a novel framework to compare two NLP models by revealing their shared inv… ▽ More

    Submitted 14 June, 2024; v1 submitted 7 November, 2023; originally announced November 2023.

    Comments: Accepted at ACL 2024 (Findings)

  3. arXiv:2309.05132  [pdf, other

    cs.CV cs.LG stat.ML

    DAD++: Improved Data-free Test Time Adversarial Defense

    Authors: Gaurav Kumar Nayak, Inder Khatri, Shubham Randive, Ruchit Rawal, Anirban Chakraborty

    Abstract: With the increasing deployment of deep neural networks in safety-critical applications such as self-driving cars, medical imaging, anomaly detection, etc., adversarial robustness has become a crucial concern in the reliability of these networks in real-world scenarios. A plethora of works based on adversarial training and regularization-based techniques have been proposed to make these deep networ… ▽ More

    Submitted 10 September, 2023; originally announced September 2023.

    Comments: IJCV Journal (Under Review)

  4. arXiv:2307.06006  [pdf, other

    cs.CV cs.LG

    What Happens During Finetuning of Vision Transformers: An Invariance Based Investigation

    Authors: Gabriele Merlin, Vedant Nanda, Ruchit Rawal, Mariya Toneva

    Abstract: The pretrain-finetune paradigm usually improves downstream performance over training a model from scratch on the same task, becoming commonplace across many areas of machine learning. While pretraining is empirically observed to be beneficial for a range of tasks, there is not a clear understanding yet of the reasons for this effect. In this work, we examine the relationship between pretrained vis… ▽ More

    Submitted 12 July, 2023; originally announced July 2023.

    Comments: Accepted to CoLLAs 2023

  5. arXiv:2211.01598  [pdf, other

    cs.CV cs.LG

    Robust Few-shot Learning Without Using any Adversarial Samples

    Authors: Gaurav Kumar Nayak, Ruchit Rawal, Inder Khatri, Anirban Chakraborty

    Abstract: The high cost of acquiring and annotating samples has made the `few-shot' learning problem of prime importance. Existing works mainly focus on improving performance on clean data and overlook robustness concerns on the data perturbed with adversarial noise. Recently, a few efforts have been made to combine the few-shot problem with the robustness objective using sophisticated Meta-Learning techniq… ▽ More

    Submitted 3 November, 2022; originally announced November 2022.

    Comments: TNNLS Submission (Under Review)

  6. arXiv:2211.01579  [pdf, other

    cs.LG cs.CR cs.CV

    Data-free Defense of Black Box Models Against Adversarial Attacks

    Authors: Gaurav Kumar Nayak, Inder Khatri, Ruchit Rawal, Anirban Chakraborty

    Abstract: Several companies often safeguard their trained deep models (i.e., details of architecture, learnt weights, training details etc.) from third-party users by exposing them only as black boxes through APIs. Moreover, they may not even provide access to the training data due to proprietary reasons or sensitivity concerns. In this work, we propose a novel defense mechanism for black box models against… ▽ More

    Submitted 28 March, 2024; v1 submitted 3 November, 2022; originally announced November 2022.

    Comments: CVPR Workshop (Under Review)

  7. arXiv:2210.08929  [pdf, other

    cs.LG cs.CV

    DE-CROP: Data-efficient Certified Robustness for Pretrained Classifiers

    Authors: Gaurav Kumar Nayak, Ruchit Rawal, Anirban Chakraborty

    Abstract: Certified defense using randomized smoothing is a popular technique to provide robustness guarantees for deep neural networks against l2 adversarial attacks. Existing works use this technique to provably secure a pretrained non-robust model by training a custom denoiser network on entire training data. However, access to the training set may be restricted to a handful of data samples due to constr… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

    Comments: WACV 2023. Project page: https://sites.google.com/view/decrop

  8. arXiv:2205.02604  [pdf, other

    cs.CV cs.HC cs.LG stat.ML

    Holistic Approach to Measure Sample-level Adversarial Vulnerability and its Utility in Building Trustworthy Systems

    Authors: Gaurav Kumar Nayak, Ruchit Rawal, Rohit Lal, Himanshu Patil, Anirban Chakraborty

    Abstract: Adversarial attack perturbs an image with an imperceptible noise, leading to incorrect model prediction. Recently, a few works showed inherent bias associated with such attack (robustness bias), where certain subgroups in a dataset (e.g. based on class, gender, etc.) are less robust than others. This bias not only persists even after adversarial training, but often results in severe performance di… ▽ More

    Submitted 5 May, 2022; originally announced May 2022.

    Comments: Accepted in CVPR Workshop 2022 on Human-centered Intelligent Services: Safe and Trustworthy

  9. arXiv:2204.01568  [pdf, other

    cs.LG cs.CR cs.CV

    DAD: Data-free Adversarial Defense at Test Time

    Authors: Gaurav Kumar Nayak, Ruchit Rawal, Anirban Chakraborty

    Abstract: Deep models are highly susceptible to adversarial attacks. Such attacks are carefully crafted imperceptible noises that can fool the network and can cause severe consequences when deployed. To encounter them, the model requires training data for adversarial training or explicit regularization-based techniques. However, privacy has become an important concern, restricting access to only trained mod… ▽ More

    Submitted 8 April, 2022; v1 submitted 4 April, 2022; originally announced April 2022.

    Comments: WACV 2022. Project page: https://sites.google.com/view/dad-wacv22

  10. arXiv:2111.05059  [pdf, other

    cs.CV cs.LG eess.IV

    MMD-ReID: A Simple but Effective Solution for Visible-Thermal Person ReID

    Authors: Chaitra Jambigi, Ruchit Rawal, Anirban Chakraborty

    Abstract: Learning modality invariant features is central to the problem of Visible-Thermal cross-modal Person Reidentification (VT-ReID), where query and gallery images come from different modalities. Existing works implicitly align the modalities in pixel and feature spaces by either using adversarial learning or carefully designing feature extraction modules that heavily rely on domain knowledge. We prop… ▽ More

    Submitted 9 November, 2021; originally announced November 2021.

    Comments: Accepted in BMVC 2021 (Oral)

  11. arXiv:2004.12344  [pdf, ps, other

    cs.CV cs.LG

    Climate Adaptation: Reliably Predicting from Imbalanced Satellite Data

    Authors: Ruchit Rawal, Prabhu Pradhan

    Abstract: The utility of aerial imagery (Satellite, Drones) has become an invaluable information source for cross-disciplinary applications, especially for crisis management. Most of the map** and tracking efforts are manual which is resource-intensive and often lead to delivery delays. Deep Learning methods have boosted the capacity of relief efforts via recognition, detection, and are now being used for… ▽ More

    Submitted 26 April, 2020; originally announced April 2020.

    Comments: The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops: Agriculture-Vision 2020

    ACM Class: I.2.6; I.2.10; I.2.9