← Search

Mark Sandler

13 accepted papers

2026

Robust Training of Neural Networks at Arbitrary Precision and Sparsity

ICLR 2026poster

The discontinuous operations inherent in quantization and sparsification introduce a long-standing obstacle to backpropagation, particularly in ultra-low precision and sparse regimes. While the community has long viewed quantization as unfriendly to gradient descent due to its lack of smoothness, we…

Cited by 0SourceScholar
2025

How new data permeates LLM knowledge and how to dilute it

ICLR 2025spotlight

Large language models continually learn through the accumulation of gradient-based updates, but how individual pieces of new information affect existing knowledge, leading to both beneficial generalization and problematic hallucination, remains poorly understood. We demonstrate that when learning ne…

2024

Linear Transformers are Versatile In-Context Learners

NeurIPS 2024poster

Recent research has demonstrated that transformers, particularly linear attention models, implicitly execute gradient-descent-like algorithms on data provided in-context during their forward inference step. However, their capability in handling more complex problems remains unexplored. In this paper…

Cited by 3SourcePDFScholar
2023

Decentralized Learning With Multi-Headed Distillation

CVPR 2023poster

Decentralized learning with private data is a central problem in machine learning. We propose a novel distillation-based decentralized learning technique that allows multiple agents with private non-iid data to learn from each other, without having to share their data, weights or weight updates. Our…

Cited by 5SourcePDFScholar
2022

HyperTransformer: Model Generation for Supervised and Semi-Supervised Few-Shot Learning

ICML 2022spotlight

In this work we propose a HyperTransformer, a Transformer-based model for supervised and semi-supervised few-shot learning that generates weights of a convolutional neural network (CNN) directly from support samples. Since the dependence of a small generated CNN model on a specific task is encoded b…

2021

Meta-Learning Bidirectional Update Rules

ICML 2021spotlight

In this paper, we introduce a new type of generalized neural network where neurons and synapses maintain multiple states. We show that classical gradient-based backpropagation in neural networks can be seen as a special case of a two-state network where one state is used for activations and another…

2020

Structured Multi-Hashing for Model Compression

CVPR 2020poster

Despite the success of deep neural networks (DNNs), state-of-the-art models are too large to deploy on low-resource devices or common server configurations in which multiple models are held in memory. Model compression methods address this limitation by reducing the memory footprint, latency, or ene…

Cited by 19PDFScholar
2019

K for the Price of 1: Parameter-efficient Multi-task and Transfer Learning

ICLR 2019poster

We introduce a novel method that enables parameter-efficient transfer and multi-task learning with deep neural networks. The basic approach is to learn a model patch - a small set of parameters - that will specialize to each task, instead of fine-tuning the last layer or the entire network. For inst…

Cited by 79SourcePDFScholar
2019

MnasNet: Platform-Aware Neural Architecture Search for Mobile

CVPR 2019poster

Designing convolutional neural networks (CNN) for mobile devices is challenging because mobile models need to be small and fast, yet still accurate. Although significant efforts have been dedicated to design and improve mobile CNNs on all dimensions, it is very difficult to manually balance these tr…

Cited by 4089PDFcodeScholar
2018

MobileNetV2: Inverted Residuals and Linear Bottlenecks

CVPR 2018poster

In this paper we describe a new mobile architecture, mbox{MobileNetV2}, that improves the state of the art performance of mobile models on multiple tasks and benchmarks as well as across a spectrum of different model sizes. We also describe efficient ways of applying these mobile models to object de…

Cited by 29310SourcePDFScholar
2018

NetAdapt: Platform-Aware Neural Network Adaptation for Mobile Applications

ECCV 2018poster

This work proposes an algorithm, called NetAdapt, that automatically adapts a pre-trained deep neural network to a mobile platform given a resource budget. While many existing algorithms simplify networks based on the number of MACs or weights, optimizing those indirect metrics may not necessarily r…

Cited by 746SourcePDFScholar