← Search

Pau Rodriguez

16 accepted papers

2026

FlashRNN: Unlocking Parallel Training of Nonlinear RNNs for Large Language Models

ICLR 2026oral

Recurrent Neural Networks (RNNs) laid the foundation for sequence modeling, but their intrinsic sequential nature restricts parallel computation, creating a fundamental barrier to scaling. This has led to the dominance of parallelizable architectures like Transformers and, more recently, State Space…

Cited by 0SourcecodeScholar
2026

GenCtrl -- A Formal Controllability Toolkit for Generative Models

ICLR 2026poster

As generative models become ubiquitous, there is a critical need for fine-grained control over the generation process. Yet, while controlled generation methods from prompting to fine-tuning proliferate, a fundamental question remains unanswered: are these models truly controllable in the first place…

Cited by 0SourceScholar
2025

Controlling Language and Diffusion Models by Transporting Activations

ICLR 2025spotlight

The increasing capabilities of large generative models and their ever more widespread deployment have raised concerns about their reliability, safety, and potential misuse. To address these issues, recent works have proposed to control model generation by steering model activations in order to effec…

2025

LinEAS: End-to-end Learning of Activation Steering with a Distributional Loss

NeurIPS 2025poster

The growing use of generative models in daily life calls for efficient mechanisms to control their generation, to e.g. produce safe content or provide users with tools to explore style changes. Ideally, such mechanisms should require low volume of unpaired data (\ie without explicit preference), and…

Cited by 0SourceScholar
2025

StarVector: Generating Scalable Vector Graphics Code from Images and Text

CVPR 2025poster

Scalable Vector Graphics (SVGs) are vital for modern image rendering due to their scalability and versatility. Previous SVG generation methods have focused on curve-based vectorization, lacking semantic understanding, often producing artifacts, and struggling with SVG primitives beyond path curves.…

Cited by 7SourcePDFScholar
2025

Understanding Input Selectivity in Mamba: Impact on Approximation Power, Memorization, and Associative Recall Capacity

ICML 2025poster

State-Space Models (SSMs), and particularly Mamba, have recently emerged as a promising alternative to Transformers. Mamba introduces input selectivity to its SSM layer (S6) and incorporates convolution and gating into its block definition. While these modifications do improve Mamba's performance ov…

Cited by 0SourcePDFScholar
2024

Whispering Experts: Neural Interventions for Toxicity Mitigation in Language Models

ICML 2024poster

An important issue with Large Language Models (LLMs) is their undesired ability to generate toxic language. In this work, we show that the neurons responsible for toxicity can be determined by their power to discriminate toxic sentences, and that toxic language can be mitigated by reducing their act…

Cited by 7SourcePDFScholar
2023

CADet: Fully Self-Supervised Out-Of-Distribution Detection With Contrastive Learning

NeurIPS 2023poster

Handling out-of-distribution (OOD) samples has become a major stake in the real-world deployment of machine learning systems. This work explores the use of self-supervised contrastive learning to the simultaneous detection of two types of OOD samples: unseen classes and adversarial perturbations. Fi…

2023

Constraining Representations Yields Models That Know What They Don't Know

ICLR 2023poster

A well-known failure mode of neural networks is that they may confidently return erroneous predictions. Such unsafe behaviour is particularly frequent when the use case slightly differs from the training context, and/or in the presence of an adversary. This work presents a novel direction to address…

Cited by 1SourcePDFScholar
2023

DeepPCR: Parallelizing Sequential Operations in Neural Networks

NeurIPS 2023poster

Parallelization techniques have become ubiquitous for accelerating inference and training of deep neural networks. Despite this, several operations are still performed in a sequential manner. For instance, the forward and backward passes are executed layer-by-layer, and the output of diffusion model…

Cited by 1SourcePDFScholar
2023

GEO-Bench: Toward Foundation Models for Earth Monitoring

NeurIPS 2023poster

Recent progress in self-supervision has shown that pre-training large neural networks on vast amounts of unsupervised data can lead to substantial increases in generalization to downstream tasks. Such models, recently coined foundation models, have been transformational to the field of natural lang…

2023

Group Robust Classification Without Any Group Information

NeurIPS 2023poster

Empirical risk minimization (ERM) is sensitive to spurious correlations present in training data, which poses a significant risk when deploying systems trained under this paradigm in high-stake applications. While the existing literature focuses on maximizing group-balanced or worst-group accuracy,…

2023

The Role of Entropy and Reconstruction in Multi-View Self-Supervised Learning

ICML 2023poster

The mechanisms behind the success of multi-view self-supervised learning (MVSSL) are not yet fully understood. Contrastive MVSSL methods have been studied through the lens of InfoNCE, a lower bound of the Mutual Information (MI). However, the relation between other MVSSL methods and MI remains uncle…

2021

Continual Learning via Local Module Composition

NeurIPS 2021poster

Modularity is a compelling solution to continual learning (CL), the problem of modeling sequences of related tasks. Learning and then composing modules to solve different tasks provides an abstraction to address the principal challenges of CL including catastrophic forgetting, backward and forward t…

2020

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

NeurIPS 2020poster

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of two recent continual-learning scenarios. In meta-continual learning, the model i…

2018

Attend and Rectify: a gated attention mechanism for fine-grained recovery

ECCV 2018poster

We propose a novel attention mechanism to enhance Convolutional Neural Networks for fine-grained recognition. It learns to attend to lower-level feature activations without requiring part annotations and uses these activations to update and rectify the output likelihood distribution. In contrast to…