← Search

Vasant G Honavar

11 accepted papers

2025

DSPO: Direct Score Preference Optimization for Diffusion Model Alignment

ICLR 2025oral

Diffusion-based Text-to-Image (T2I) models have achieved impressive success in generating high-quality images from textual prompts. While large language models (LLMs) effectively leverage Direct Preference Optimization (DPO) for fine-tuning on human preference data without the need for reward models…

Cited by 3SourcePDFScholar
2025

DiaLLMs: EHR-Enhanced Clinical Conversational System for Clinical Test Recommendation and Diagnosis Prediction

ACL 2025finding

Recent advances in Large Language Models (LLMs) have led to remarkable progresses in medical consultation.However, existing medical LLMs overlook the essential role of Electronic Health Records (EHR) and focus primarily on diagnosis recommendation, limiting their clinical applicability. We propose D…

2025

On a Connection Between Imitation Learning and RLHF

ICLR 2025poster

This work studies the alignment of large language models with preference data from an imitation learning perspective. We establish a close theoretical connection between reinforcement learning from human feedback RLHF and imitation learning (IL), revealing that RLHF implicitly performs imitation le…

2025

Reinforcement Learning for Large Language Models via Group Preference Reward Shaping

EMNLP 2025

Large Language Models (LLMs) require alignment via reinforcement learning (RL) to effectively perform task-specific objectives, such as human preference alignment and enhanced reasoning. While Proximal Policy Optimization (PPO) is widely adopted, its computational overhead, stemming from additional

Cited by 0SourcePDFScholar
2025

SimPER: A Minimalist Approach to Preference Alignment without Hyperparameters

ICLR 2025poster

Existing preference optimization objectives for language model alignment require additional hyperparameters that must be extensively tuned to achieve optimal performance, increasing both the complexity and time required for fine-tuning large language models. In this paper, we propose a simple yet ef…

2025

Simple Distillation for One-Step Diffusion Models

NeurIPS 2025poster

Diffusion models have established themselves as leading techniques for image generation. However, their reliance on an iterative denoising process results in slow sampling speeds, which limits their applicability to interactive and creative applications. An approach to overcoming this limitation inv…

Cited by 0SourceScholar
2024

Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment

NeurIPS 2024poster

We study the problem of aligning large language models (LLMs) with human preference data. Contrastive preference optimization has shown promising results in aligning LLMs with available preference data by optimizing the implicit reward associated with the policy. However, the contrastive objective f…

2024

Efficient Contrastive Learning for Fast and Accurate Inference on Graphs

ICML 2024poster

Graph contrastive learning has made remarkable advances in settings where there is a scarcity of task-specific labels. Despite these advances, the significant computational overhead for representation inference incurred by existing methods that rely on intensive message passing makes them unsuitable…

Cited by 8SourcePDFScholar
2024

How to Leverage Demonstration Data in Alignment for Large Language Model? A Self-Imitation Learning Perspective

EMNLP 2024main

This paper introduces a novel generalized self-imitation learning GSIL framework, which effectively and efficiently aligns large language models with offline demonstration data. We develop GSIL by deriving a surrogate objective of imitation learning with density ratio estimates, facilitating the use…

2024

TabLog: Test-Time Adaptation for Tabular Data Using Logic Rules

ICML 2024poster

We consider the problem of test-time adaptation of predictive models trained on tabular data. Effective solution of this problem requires adaptation of predictive models trained on the source domain to a target domain, using only unlabeled target domain data, without access to source domain data. Ex…

2021

Longitudinal Deep Kernel Gaussian Process Regression

AAAI 2021technical

Gaussian processes offer an attractive framework for predictive modeling from longitudinal data, ie irregularly sampled, sparse observations from a set of individuals over time. However, such methods have two key shortcomings: (i) They rely on ad hoc heuristics or expensive trial and error to choose…