← Search

Andrew Howard

10 accepted papers

2024

MobileNetV4: Universal Models for the Mobile Ecosystem

ECCV 2024oral

"We present the latest generation of MobileNets: MobileNetV4 (MNv4). They feature universally-efficient architecture designs for mobile devices. We introduce the Universal Inverted Bottleneck (UIB) search block, a unified and flexible structure that merges Inverted Bottleneck (IB), ConvNext, Feed Fo…

2024

PikeLPN: Mitigating Overlooked Inefficiencies of Low-Precision Neural Networks

CVPR 2024poster

Low-precision quantization is recognized for its efficacy in neural network optimization. Our analysis reveals that non-quantized elementwise operations which are prevalent in layers such as parameterized activation functions batch normalization and quantization scaling dominate the inference cost o…

Cited by 1SourcePDFScholar
2022

On Label Granularity and Object Localization

ECCV 2022poster

"Weakly supervised object localization (WSOL) aims to learn representations that encode object location using only image-level category labels. However, many objects can be labeled at different levels of granularity. Is it an animal, a bird, or a great horned owl? Which image-level labels should we…

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

Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning

CVPR 2018poster

Transferring the knowledge learned from large scale datasets (e.g., ImageNet) via fine-tuning offers an effective solution for domain-specific fine-grained visual categorization (FGVC) tasks (e.g., recognizing bird species or car make & model). In such scenarios, data annotation often calls for spec…

Cited by 656SourcePDFScholar
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
2018

Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference

CVPR 2018poster

The rising popularity of intelligent mobile devices and the daunting computational cost of deep learning-based visual recognition models call for efficient on-device inference schemes. We propose a quantization scheme along with a co-designed training procedure allowing inference to be carried out u…

Cited by 4374SourcePDFScholar