← Search

Robert Mullins

8 accepted papers

2026

Controllable and explainable personality sliders for LLMs at inference time

ICML 2026poster

Aligning Large Language Models (LLMs) with specific personas typically relies on Supervised Fine-Tuning (SFT) or Reinforcement Learning from Human Feedback (RLHF); however, these methods are resource-intensive, requiring expensive data collection and distinct model training for each target personali…

Cited by 0SourceScholar
2026

Fast Inverse Lithography via GRPO Reinforced Flow Matching

ICML 2026poster

In semiconductor manufacturing, lithography projects circuit layouts onto silicon wafers through an optical mask. As circuit features shrink below the wavelength of light, optical diffraction causes the printed patterns to deviate from their intended layouts. Inverse Lithography Technology (ILT) add…

Cited by 0SourceScholar
2026

KernelCraft: Benchmarking for Agentic Close-to-Metal Kernel Generation on Emerging Hardware

ICML 2026poster

New AI accelerators with novel instruction set architectures (ISAs) often require developers to manually craft low-level kernels - a time-consuming, laborious, and error-prone process that cannot scale across diverse hardware targets. This prevents emerging hardware platforms from reaching the marke…

Cited by 0SourceScholar
2023

Architectural Backdoors in Neural Networks

CVPR 2023poster

Machine learning is vulnerable to adversarial manipulation. Previous literature has demonstrated that at the training stage attackers can manipulate data (Gu et al.) and data sampling procedures (Shumailov et al.) to control model behaviour. A common attack goal is to plant backdoors i.e. force the…

Cited by 23SourcePDFScholar
2023

Revisiting Automated Prompting: Are We Actually Doing Better?

ACL 2023short

Current literature demonstrates that Large Language Models (LLMs) are great few-shot learners, and prompting significantly increases their performance on a range of downstream tasks in a few-shot learning setting. An attempt to automate human-led prompting followed, with some progress achieved. In p…

2022

DAdaQuant: Doubly-adaptive quantization for communication-efficient Federated Learning

ICML 2022spotlight

Federated Learning (FL) is a powerful technique to train a model on a server with data from several clients in a privacy-preserving manner. FL incurs significant communication costs because it repeatedly transmits the model between the server and clients. Recently proposed algorithms quantize the mo…

Cited by 84SourcePDFScholar
2019

Dynamic Channel Pruning: Feature Boosting and Suppression

ICLR 2019poster

Making deep convolutional neural networks more accurate typically comes at the cost of increased computational and memory resources. In this paper, we reduce this cost by exploiting the fact that the importance of features computed by convolutional layers is highly input-dependent, and propose featu…

2019

Focused Quantization for Sparse CNNs

NeurIPS 2019poster

Deep convolutional neural networks (CNNs) are powerful tools for a wide range of vision tasks, but the enormous amount of memory and compute resources required by CNNs poses a challenge in deploying them on constrained devices. Existing compression techniques, while excelling at reducing model sizes…