← Search

Ignacio Hounie

9 accepted papers

2025

Alignment of Large Language Models with Constrained Learning

NeurIPS 2025poster

We study the problem of computing an optimal large language model (LLM) policy for the constrained alignment problem, where the goal is to maximize a primary reward objective while satisfying constraints on secondary utilities. Despite the popularity of Lagrangian-based LLM policy search in constrai…

Cited by 0SourceScholar
2025

Composition and Alignment of Diffusion Models using Constrained Learning

NeurIPS 2025poster

Diffusion models have become prevalent in generative modeling due to their ability to sample from complex distributions. To improve the quality of generated samples and their compliance with user requirements, two commonly used methods are: (i) Alignment, which involves finetuning a diffusion model…

Cited by 0SourcecodeScholar
2025

Distilling On-device Language Models for Robot Planning with Minimal Human Intervention

CoRL 2025poster

Large language models (LLMs) provide robots with powerful contextual reasoning abilities and a natural human interface. Yet, current LLM-enabled robots typically depend on cloud-hosted models, limiting their usability in environments with unreliable communication infrastructure, such as outdoor or i…

Cited by 0SourceScholar
2025

Feasible Learning

AISTATS 2025poster

We introduce Feasible Learning (FL), a sample-centric learning paradigm where models are trained by solving a feasibility problem that bounds the loss for each training sample. In contrast to the ubiquitous Empirical Risk Minimization (ERM) framework, which optimizes for average performance, FL dema…

Cited by 0SourcecodeScholar
2024

Loss Shaping Constraints for Long-Term Time Series Forecasting

ICML 2024poster

Several applications in time series forecasting require predicting multiple steps ahead. Despite the vast amount of literature in the topic, both classical and recent deep learning based approaches have mostly focused on minimising performance averaged over the predicted window. We observe that this…

Cited by 4SourcePDFScholar
2023

Automatic Data Augmentation via Invariance-Constrained Learning

ICML 2023poster

Underlying data structures, such as symmetries or invariance to transformations, are often exploited to improve the solution of learning tasks. However, embedding these properties in models or learning algorithms can be challenging and computationally intensive. Data augmentation, on the other hand,…