← Search

Nicholas D. Lane

16 accepted papers

2026

Cascadia: An Efficient Cascade Serving System for Large Language Models

ICLR 2026poster

Recent advances in large language models (LLMs) have intensified the need to deliver both rapid responses and high-quality outputs. More powerful models yield better results but incur higher inference latency, whereas smaller models are faster yet less capable. Recent work proposes balancing this la…

Cited by 6SourceScholar
2026

DES-LOC: Desynced Low Communication Adaptive Optimizers for Foundation Models

ICLR 2026poster

Scaling foundation model training with Distributed Data Parallel~(DDP) methods is bandwidth-limited. Existing infrequent communication methods like Local SGD were designed to synchronize model parameters only and cannot be trivially applied to adaptive optimizers due to additional optimizer states.…

Cited by 0SourceScholar
2026

Editing as Unlearning: Are Knowledge Editing Methods Strong Baselines for Large Language Model Unlearning?

AAAI 2026technical

Large language Model (LLM) unlearning, i.e., selectively removing information from LLMs, is vital for responsible model deployment. Differently, LLM knowledge editing aims to modify LLM knowledge instead of removing it. Though editing and unlearning seem to be two distinct tasks, we find there is a

Cited by 0SourcePDFScholar
2026

MT-DAO: Multi-Timescale Distributed Adaptive Optimizers with Local Updates

ICLR 2026poster

Training large models with distributed data parallelism (DDP) requires frequent communication of gradients across workers, which can saturate bandwidth. Infrequent communication strategies (e.g., Local SGD) reduce this overhead but, when applied to adaptive optimizers, often suffer a performance gap…

Cited by 0SourceScholar
2026

Rethinking Data Curation in LLM Training: Online Reweighting Offers Better Generalization than Offline Methods

ICLR 2026poster

Data curation is a critical yet underexplored component in large language model (LLM) training. Existing approaches (such as data selection and data mixing) operate in an offline paradigm, decoupled from the training process. This separation introduces extra engineering overhead and makes curated su…

Cited by 0SourcecodeScholar
2025

Demystifying Small Language Models for Edge Deployment

ACL 2025long

Small language models (SLMs) have emerged as a promising solution for deploying resource-constrained devices, such as smartphones and Web of Things. This work presents the first comprehensive study of over 60 SLMs such as Microsoft Phi and Google Gemma that are publicly accessible. Our findings show…

Cited by 0SourcePDFScholar
2025

FLUX: Efficient Descriptor-Driven Clustered Federated Learning under Arbitrary Distribution Shifts

NeurIPS 2025poster

Federated Learning (FL) enables collaborative model training across multiple clients while preserving data privacy. Traditional FL methods often use a global model to fit all clients, assuming that clients' data are independent and identically distributed (IID). However, when this assumption does no…

Cited by 0SourceScholar
2025

FlowerTune: A Cross-Domain Benchmark for Federated Fine-Tuning of Large Language Models

NeurIPS 2025poster

Large Language Models (LLMs) have achieved state-of-the-art results across diverse domains, yet their development remains reliant on vast amounts of publicly available data, raising concerns about data scarcity and the lack of access to domain-specific, sensitive information. Federated Learning (FL)…

Cited by 0SourceScholar
2025

LLM Unlearning via Neural Activation Redirection

NeurIPS 2025poster

The ability to selectively remove knowledge from LLMs is highly desirable. However, existing methods often struggle with balancing unlearning efficacy and retain model utility, and lack controllability at inference time to emulate base model behavior as if it had never seen the unlearned data. In th…

Cited by 0SourceScholar
2025

Position: Bridge the Gaps between Machine Unlearning and AI Regulation

NeurIPS 2025oral

The "right to be forgotten" and the data privacy laws that encode it have motivated machine unlearning since its earliest days. Now, some argue that an inbound wave of artificial intelligence regulations — like the European Union's Artificial Intelligence Act (AIA) — may offer important new use case…

Cited by 0SourceScholar
2023

L-DAWA: Layer-wise Divergence Aware Weight Aggregation in Federated Self-Supervised Visual Representation Learning

ICCV 2023poster

The ubiquity of camera-enabled devices has led to large amounts of unlabeled image data being produced at the edge. The integration of self-supervised learning (SSL) and federated learning (FL) into one coherent system can potentially offer data privacy guarantees while also advancing the quality an…

Cited by 25PDFcodeScholar
2023

Zero-Cost Operation Scoring in Differentiable Architecture Search

AAAI 2023technical

We formalize and analyze a fundamental component of dif- ferentiable neural architecture search (NAS): local “opera- tion scoring” at each operation choice. We view existing operation scoring functions as inexact proxies for accuracy, and we find that they perform poorly when analyzed empir- ically…

2022

End-to-End Speech Recognition from Federated Acoustic Models

ICASSP 2022accepted

Training Automatic Speech Recognition (ASR) models under federated learning (FL) settings has attracted a lot of attention recently. However, the FL scenarios often presented in the literature are artificial and fail to capture the complexity of real FL systems. In this paper, we construct a challen…

Cited by 0SourceScholar
2020

Journey Towards Tiny Perceptual Super-Resolution

ECCV 2020poster

Recent works in single-image perceptual super-resolution (SR) have demonstrated unprecedented performance in generating realistic textures by means of deep convolutional networks. However, these convolutional models are large and expensive, preventing them from being deployed to devices that require…

2020

Libri-Adapt: a New Speech Dataset for Unsupervised Domain Adaptation

ICASSP 2020accepted

This paper introduces a new dataset, Libri-Adapt, to support unsupervised domain adaptation research on speech recognition models. Built on top of the LibriSpeech corpus, Libri-Adapt contains 7200 hours of English speech recorded on mobile and embedded-scale microphones, and spans 72 different domai…

Cited by 0SourceScholar
2019

An Empirical study of Binary Neural Networks' Optimisation

ICLR 2019poster

Binary neural networks using the Straight-Through-Estimator (STE) have been shown to achieve state-of-the-art results, but their training process is not well-founded. This is due to the discrepancy between the evaluated function in the forward path, and the weight updates in the back-propagation, up…