pith. sign in

arxiv: 1703.09844 · v5 · pith:3TS2TM6Ynew · submitted 2017-03-29 · 💻 cs.LG

Multi-Scale Dense Networks for Resource Efficient Image Classification

classification 💻 cs.LG
keywords classificationnetworkresourcetesttimeclassifierscomputationconvolutional
0
0 comments X
read the original abstract

In this paper we investigate image classification with computational resource limits at test time. Two such settings are: 1. anytime classification, where the network's prediction for a test example is progressively updated, facilitating the output of a prediction at any time; and 2. budgeted batch classification, where a fixed amount of computation is available to classify a set of examples that can be spent unevenly across "easier" and "harder" inputs. In contrast to most prior work, such as the popular Viola and Jones algorithm, our approach is based on convolutional neural networks. We train multiple classifiers with varying resource demands, which we adaptively apply during test time. To maximally re-use computation between the classifiers, we incorporate them as early-exits into a single deep convolutional neural network and inter-connect them with dense connectivity. To facilitate high quality classification early on, we use a two-dimensional multi-scale network architecture that maintains coarse and fine level features all-throughout the network. Experiments on three image-classification tasks demonstrate that our framework substantially improves the existing state-of-the-art in both settings.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Reroute, Don't Remove: Recoverable Visual Token Routing for Vision-Language Models

    cs.CV 2026-06 conditional novelty 7.0

    Reroute turns irreversible visual-token pruning into recoverable routing that reuses existing attention scores, improving grounding performance under aggressive reduction on LLaVA-1.5 and Qwen while preserving TFLOPs ...

  2. Depth Adaptive Efficient Visual Autoregressive Modeling

    cs.CV 2026-04 unverdicted novelty 7.0

    DepthVAR adaptively allocates per-token computational depth in VAR models using a cyclic rotated scheduler and dynamic layer masking to achieve 2.3-3.1x inference speedup with minimal quality loss.

  3. SWAN: World-Aware Adaptive Multimodal Networks for Runtime Variations

    cs.LG 2026-04 unverdicted novelty 6.0

    SWAN is the first adaptive multimodal network that meets variable compute budgets, optimizes layer use by sample complexity, and drops irrelevant features, cutting FLOPs up to 49% in 3D object detection with minimal a...

  4. Budget-Adaptive Routing: Skipping the Weak When the Strong Answers Anyway

    cs.NI 2026-06 unverdicted novelty 5.0

    Budget-adaptive routing selects between weak-skipping and weak-conditioned estimators via offline-tuned thresholds to trace the upper accuracy envelope on PASCAL VOC, cutting latency up to 30% and sometimes exceeding ...

  5. A Survey on Dynamic Neural Networks: from Computer Vision to Multi-modal Sensor Fusion

    cs.CV 2025-01 unverdicted novelty 2.0

    A survey that synthesizes dynamic neural network research via a taxonomy of adaptive components and extends the discussion to sensor fusion applications with a supporting repository.