← Search

N. Benjamin Erichson

18 accepted papers

2026

Decoy for the Judge: Disrupting Multi-Turn Jailbreaks using Semantics-Preserving Output Rewriting

ICML 2026poster

Multi-turn jailbreak attacks have emerged as a powerful threat to LLM safety, leveraging feedback from auxiliary judge models to iteratively refine harmful queries. Existing defenses mainly focus on detecting or blocking harmful content at the final turn, leaving the judge-driven refinement loop int…

Cited by 0SourceScholar
2026

PRISM: Distribution-free Adaptive Computation of Matrix Functions for Accelerating Neural Network Training

ICML 2026poster

Matrix functions such as square root, inverse roots, and orthogonalization play a central role in preconditioned gradient methods for neural network training. This has motivated the development of iterative algorithms that avoid explicit eigendecompositions and rely primarily on matrix multiplicatio…

Cited by 0SourceScholar
2025

Emoji Attack: Enhancing Jailbreak Attacks Against Judge LLM Detection

ICML 2025poster

Jailbreaking techniques trick Large Language Models (LLMs) into producing restricted output, posing a potential threat. One line of defense is to use another LLM as a Judge to evaluate the harmfulness of generated text. However, we reveal that these Judge LLMs are vulnerable to token segmentation bi…

Cited by 0SourcePDFScholar
2025

Gated Recurrent Neural Networks with Weighted Time-Delay Feedback

AISTATS 2025poster

In this paper, we present a novel approach to modeling long-term dependencies in sequential data by introducing a gated recurrent unit (GRU) with a weighted time-delay feedback mechanism. Our proposed model, named $\tau$-GRU, is a discretized version of a continuous-time formulation of a recurrent u…

Cited by 0SourceScholar
2025

HOPE for a Robust Parameterization of Long-memory State Space Models

ICLR 2025poster

State-space models (SSMs) that utilize linear, time-invariant (LTI) systems are known for their effectiveness in learning long sequences. To achieve state-of-the-art performance, an SSM often needs a specifically designed initialization, and the training of state matrices is on a logarithmic scale w…

2025

Tuning Frequency Bias of State Space Models

ICLR 2025spotlight

State space models (SSMs) leverage linear, time-invariant (LTI) systems to effectively learn sequences with long-range dependencies. By analyzing the transfer functions of LTI systems, we find that SSMs exhibit an implicit bias toward capturing low-frequency components more effectively than high-fre…

Cited by 2SourcePDFScholar
2024

Generative Modeling of Regular and Irregular Time Series Data via Koopman VAEs

ICLR 2024poster

Generating realistic time series data is important for many engineering and scientific applications. Existing work tackles this problem using generative adversarial networks (GANs). However, GANs are unstable during training, and they can suffer from mode collapse. While variational autoencoders (…

2024

Robustifying State-space Models for Long Sequences via Approximate Diagonalization

ICLR 2024spotlight

State-space models (SSMs) have recently emerged as a framework for learning long-range sequence tasks. An example is the structured state-space sequence (S4) layer, which uses the diagonal-plus-low-rank structure of the HiPPO initialization framework. However, the complicated structure of the S4 lay…

Cited by 8SourcePDFScholar
2022

Long Expressive Memory for Sequence Modeling

ICLR 2022spotlight

We propose a novel method called Long Expressive Memory (LEM) for learning long-term sequential dependencies. LEM is gradient-based, it can efficiently process sequential tasks with very long-term dependencies, and it is sufficiently expressive to be able to learn complicated input-output maps. To d…

2021

Adversarially-Trained Deep Nets Transfer Better: Illustration on Image Classification

ICLR 2021poster

Transfer learning has emerged as a powerful methodology for adapting pre-trained deep neural networks on image recognition tasks to new domains. This process consists of taking a neural network pre-trained on a large feature-rich source dataset, freezing the early layers that encode essential generi…

2021

Lipschitz Recurrent Neural Networks

ICLR 2021poster

Viewing recurrent neural networks (RNNs) as continuous-time dynamical systems, we propose a recurrent unit that describes the hidden state's evolution with two parts: a well-understood linear component plus a Lipschitz nonlinearity. This particular functional form facilitates stability analysis of t…

2021

Noisy Recurrent Neural Networks

NeurIPS 2021poster

We provide a general framework for studying recurrent neural networks (RNNs) trained by injecting noise into hidden states. Specifically, we consider RNNs that can be viewed as discretizations of stochastic differential equations driven by input data. This framework allows us to study the implicit r…

2021

Stateful ODE-Nets using Basis Function Expansions

NeurIPS 2021poster

The recently-introduced class of ordinary differential equation networks (ODE-Nets) establishes a fruitful connection between deep learning and dynamical systems. In this work, we reconsider formulations of the weights as continuous-in-depth functions using linear combinations of basis functions whi…

2020

Forecasting Sequential Data Using Consistent Koopman Autoencoders

ICML 2020poster

Recurrent neural networks are widely used on time series data, yet such models often ignore the underlying physical structures in such sequences. A new class of physics-based methods related to Koopman theory has been introduced, offering an alternative for processing nonlinear dynamical systems. In…