← Search

Samyak Jain

13 accepted papers

2026

Is Graph Unlearning Ready for Practice? A Benchmark on Efficiency, Utility, and Forgetting

ICLR 2026poster

Graph Neural Networks (\textsc{Gnn}s) are increasingly being deployed in sensitive, user-centric applications where regulations such as the GDPR mandate the ability to remove data upon request. This has spurred interest in graph unlearning, the task of removing the influence of specific training dat…

Cited by 0SourcecodeScholar
2026

Position: Graph Condensation Needs a Reset—Move Beyond Full-dataset Training and Model-Dependence

ICML 2026spotlight

Graph Neural Networks (GNNs) are powerful tools for learning from graph-structured data, but their scalability is increasingly strained by the size of real-world graphs in domains like recommender systems, fraud detection, and molecular biology. Graph condensation—the task of generating a smaller sy…

Cited by 0SourceScholar
2025

Bonsai: Gradient-free Graph Condensation for Node Classification

ICLR 2025poster

Graph condensation has emerged as a promising avenue to enable scalable training of GNNs by compressing the training dataset while preserving essential graph characteristics. Our study uncovers significant shortcomings in current graph condensation techniques. First, the majority of the algorithms p…

Cited by 0SourcePDFScholar
2024

Mechanistically analyzing the effects of fine-tuning on procedurally defined tasks

ICLR 2024poster

Fine-tuning large pre-trained models has become the de facto strategy for developing both task-specific and general-purpose machine learning systems, including developing models that are safe to deploy. Despite its clear importance, there has been minimal work that explains how fine-tuning alters th…

Cited by 62SourcePDFScholar
2024

Saliency-Aware Interpolative Augmentation for Multimodal Financial Prediction

COLING 2024main

Predicting price variations of financial instruments for risk modeling and stock trading is challenging due to the stochastic nature of the stock market. While recent advancements in the Financial AI realm have expanded the scope of data and methods they use, such as textual and audio cues from fina…

2024

What Makes and Breaks Safety Fine-tuning? A Mechanistic Study

NeurIPS 2024poster

Safety fine-tuning helps align Large Language Models (LLMs) with human preferences for their safe deployment. To better understand the underlying factors that make models safe via safety fine-tuning, we design a synthetic data generation framework that captures salient aspects of an unsafe input by…

2023

DART: Diversify-Aggregate-Repeat Training Improves Generalization of Neural Networks

CVPR 2023poster

Generalization of Neural Networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In this work, we first establish a surprisingly simple but strong benchmark for genera…

2022

Efficient and Effective Augmentation Strategy for Adversarial Training

NeurIPS 2022accept

Adversarial training of Deep Neural Networks is known to be significantly more data-hungry when compared to standard training. Furthermore, complex data augmentations such as AutoAugment, which have led to substantial gains in standard training of image classifiers, have not been successful with Adv…

2022

Scaling Adversarial Training to Large Perturbation Bounds

ECCV 2022poster

"The vulnerability of Deep Neural Networks to Adversarial Attacks has fuelled research towards building robust models. While most Adversarial Training algorithms aim at defending attacks constrained within low magnitude Lp norm bounds, real-world adversaries are not limited by such constraints. In t…

2021

ViNet: Pushing the limits of Visual Modality for Audio-Visual Saliency Prediction

IROS 2021poster

We propose the ViNet architecture for audio-visual saliency prediction. ViNet is a fully convolutional encoder-decoder architecture. The encoder uses visual features from a network trained for action recognition, and the decoder infers a saliency map via trilinear interpolation and 3D convolutions,…

Cited by 100SourcecodeScholar