paper-with-me

홈 › Papers

One Pass ImageNet

2021-11-03 · NeurIPS Workshop ImageNet_PPF 2021 12 · Huiyi Hu, Ang Li, Daniele Calandriello, Dilan Gorur

We present the One Pass ImageNet (OPIN) problem, which aims to study the effectiveness of deep learning in a streaming setting. ImageNet is a widely known benchmark dataset that has helped drive and evaluate recent advancements in deep learning. Typically, deep learning methods are trained on static data that the models have random access to, using multiple passes over the dataset with a random shuffle at each epoch of training. Such data access assumption does not hold in many real-world scenarios where massive data is collected from a stream and storing and accessing all the data becomes impractical due to storage costs and privacy concerns. For OPIN, we treat the ImageNet data as arriving sequentially, and there is limited memory budget to store a small subset of the data. We observe that training a deep network in a single pass with the same training settings used for multi-epoch training results in a huge drop in prediction accuracy. We show that the performance gap can be significantly decreased by paying a small memory cost and utilizing techniques developed for continual learning, despite the fact that OPIN differs from typical continual problem settings. We propose using OPIN to study resource-efficient deep learning.

📄 PDF Abstract BibTeX arXiv:2111.01956

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDeep Learning

Similar Papers 제목 키워드 기반

PASS: An ImageNet replacement for self-supervised pretraining without humans

2021-09-27 · NeurIPS Workshop ImageNet_PPF 2021 12 · Yuki M. Asano, Christian Rupprecht, Andrew Zisserman, Andrea Vedaldi

Computer vision has long relied on ImageNet and other large datasets of images sampled from the Internet for pretraining models. However, these datasets have ethical and technical shortcomings, such as containing persona…

BenchmarkingEthicsPose EstimationTransfer Learning

Diffusion Models Beat GANs on Image Synthesis

2021-05-11 · NeurIPS 2021 12 · Prafulla Dhariwal, Alex Nichol

We show that diffusion models can achieve image sample quality superior to the current state-of-the-art generative models. We achieve this on unconditional image synthesis by finding a better architecture through a serie…

Conditional Image GenerationDiversityImage Generation

Adversarial Examples Improve Image Recognition

2019-11-21 · CVPR 2020 6 · Cihang Xie, Mingxing Tan, Boqing Gong, Jiang Wang 외

Adversarial examples are commonly viewed as a threat to ConvNets. Here we present an opposite perspective: adversarial examples can be used to improve image recognition models if harnessed in the right manner. We propose…

Domain GeneralizationImage Classification

Doomed to Re-Annotate, Forever: The ImageNet Story

2026-08-13 · Illia Volkov, Nikita Kisel, Tetiana Mishkina, Klara Janouskova 외 arxiv

Top-1 accuracy on ImageNet-1k remains the most commonly reported metric in visual recognition. Quality issues with the dataset have been repeatedly reported, yet the original 2012 noisy labels are still predominantly use…

Object Localization

Deep Deterministic Uncertainty: A Simple Baseline

2021-02-23 · Jishnu Mukhoti, Andreas Kirsch, Joost van Amersfoort, Philip H. S. Torr 외

Reliable uncertainty from deterministic single-forward pass models is sought after because conventional methods of uncertainty quantification are computationally expensive. We take two complex single-forward-pass uncerta…

Active LearningUncertainty Quantification