← Search

Krishnateja Killamsetty

14 accepted papers

2026

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

ICLR 2026poster

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing parameter-efficient methods often limit model expressivity or introduce new parameters per task, creating scalab…

Cited by 0SourcecodeScholar
2025

DELIFT: Data Efficient Language model Instruction Fine-Tuning

ICLR 2025poster

Fine-tuning large language models (LLMs) is crucial for task specialization but often becomes resource-intensive due to redundant or uninformative data. Existing data selection methods typically rely either on computationally expensive gradient-based metrics or static embeddings that fail to adapt d…

2025

Unveiling the Secret Recipe: A Guide For Supervised Fine-Tuning Small LLMs

ICLR 2025poster

The rise of large language models (LLMs) has created a significant disparity: industrial research labs with their computational resources, expert teams, and advanced infrastructures, can effectively fine-tune LLMs, while individual developers and small organizations face barriers due to limited reso…

2024

SCoRe: Submodular Combinatorial Representation Learning

ICML 2024poster

In this paper we introduce the **SCoRe** (**S**ubmodular **Co**mbinatorial **Re**presentation Learning) framework, a novel approach in representation learning that addresses inter-class bias and intra-class variance. SCoRe provides a new combinatorial viewpoint to representation learning, by introdu…

Cited by 3SourcePDFScholar
2023

INGENIOUS: Using Informative Data Subsets for Efficient Pre-Training of Language Models

EMNLP 2023long findings

A salient characteristic of pre-trained language models (PTLMs) is a remarkable improvement in their generalization capability and emergence of new capabilities with increasing model capacity and pre-training dataset size. Consequently, we are witnessing the development of enormous models pushing th…

Cited by 0SourcecodeScholar
2022

A Nested Bi-level Optimization Framework for Robust Few Shot Learning

AAAI 2022technical

Model-Agnostic Meta-Learning (MAML), a popular gradient-based meta-learning framework, assumes that the contribution of each task or instance to the meta-learner is equal.Hence, it fails to address the domain shift between base and novel classes in few-shot learning. In this work, we propose a novel…

2022

AUTOMATA: Gradient Based Data Subset Selection for Compute-Efficient Hyper-parameter Tuning

NeurIPS 2022accept

Deep neural networks have seen great success in recent years; however, training a deep model is often challenging as its performance heavily depends on the hyper-parameters used. In addition, finding the optimal hyper-parameter configuration, even with state-of-the-art (SOTA) hyper-parameter optimiz…

2022

GCR: Gradient Coreset Based Replay Buffer Selection for Continual Learning

CVPR 2022poster

Continual learning (CL) aims to develop techniques by which a single model adapts to an increasing number of tasks encountered sequentially, thereby potentially leveraging learnings across tasks in a resource-efficient manner. A major challenge for CL systems is catastrophic forgetting, where earlie…

Cited by 157PDFScholar
2022

Learning to Robustly Aggregate Labeling Functions for Semi-supervised Data Programming

ACL 2022findings

A critical bottleneck in supervised machine learning is the need for large amounts of labeled data which is expensive and time-consuming to obtain. Although a small amount of labeled data cannot be used to train a model, it can be used effectively for the generation of humaninterpretable labeling fu…

2022

ORIENT: Submodular Mutual Information Measures for Data Subset Selection under Distribution Shift

NeurIPS 2022accept

Real-world machine-learning applications require robust models that generalize well to distribution shift settings, which is typical in real-world situations. Domain adaptation techniques aim to address this issue of distribution shift by minimizing the disparities between domains to ensure that the…

Cited by 14SourcePDFScholar
2021

GLISTER: Generalization based Data Subset Selection for Efficient and Robust Learning

AAAI 2021technical

Large scale machine learning and deep models are extremely data-hungry. Unfortunately, obtaining large amounts of labeled data is expensive, and training state-of-the-art models (with hyperparameter tuning) requires significant computing resources and time. Secondly, real-world data is noisy and imb…

2021

GRAD-MATCH: Gradient Matching based Data Subset Selection for Efficient Deep Model Training

ICML 2021spotlight

The great success of modern machine learning models on large datasets is contingent on extensive computational resources with high financial and environmental costs. One way to address this is by extracting subsets that generalize on par with the full data. In this work, we propose a general framewo…

2021

RETRIEVE: Coreset Selection for Efficient and Robust Semi-Supervised Learning

NeurIPS 2021poster

Semi-supervised learning (SSL) algorithms have had great success in recent years in limited labeled data regimes. However, the current state-of-the-art SSL algorithms are computationally expensive and entail significant compute time and energy requirements. This can prove to be a huge limitation for…

2021

SIMILAR: Submodular Information Measures Based Active Learning In Realistic Scenarios

NeurIPS 2021poster

Active learning has proven to be useful for minimizing labeling costs by selecting the most informative samples. However, existing active learning methods do not work well in realistic scenarios such as imbalance or rare classes,out-of-distribution data in the unlabeled set, and re…