paper-with-me

Papers

Multi-Scale Dense Networks for Resource Efficient Image Classification

2017-03-29 · ICLR 2018 1 · Gao Huang, Danlu Chen, Tianhong Li, Felix Wu, Laurens van der Maaten, Kilian Q. Weinberger

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.

📄 PDF Abstract BibTeX arXiv:1703.09844

Code (7)

gaohuang/MSDNet pytorch
gorakraj/earlyexit_onnx pytorch
kalviny/MSDNet-PyTorch pytorch
leaplabthu/l2w-den pytorch
metodj/anytimeclassification pytorch
osmr/imgclsmob mxnet
wszenic/MSD_pytorch pytorch

Tasks

General ClassificationHandwritten Mathmatical Expression Recognitionimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Efficient Medical Image Retrieval Using DenseNet and FAISS for BIRADS Classification

2024-11-03 · MD Shaikh Rahman, Feiroz Humayara, Syed Maudud E Rabbi, Muhammad Mahbubur Rashid

That datasets that are used in todays research are especially vast in the medical field. Different types of medical images such as X-rays, MRI, CT scan etc. take up large amounts of space. This volume of data introduces …

DiagnosticImage RetrievalMedical Image RetrievalRetrieval

Multi-Scale Context Aggregation by Dilated Convolutions

2015-11-23 · Fisher Yu, Vladlen Koltun

State-of-the-art models for semantic segmentation are based on adaptations of convolutional networks that had originally been designed for image classification. However, dense prediction and image classification are stru…

General Classificationimage-classificationPredictionReal-Time Semantic Segmentation+2

Image Classification with CondenseNeXt for ARM-Based Computing Platforms

2021-06-26 · Priyank Kalgaonkar, Mohamed El-Sharkawy

In this paper, we demonstrate the implementation of our ultra-efficient deep convolutional neural network architecture: CondenseNeXt on NXP BlueBox, an autonomous driving development platform developed for self-driving v…

Autonomous DrivingClassificationComputational EfficiencyGPU+3

Sample Dropout for Audio Scene Classification Using Multi-Scale Dense Connected Convolutional Neural Network

2018-06-12 · Dawei Feng, Kele Xu, Haibo Mi, Feifan Liao 외

Acoustic scene classification is an intricate problem for a machine. As an emerging field of research, deep Convolutional Neural Networks (CNN) achieve convincing results. In this paper, we explore the use of multi-scale…

Acoustic Scene ClassificationClassificationData AugmentationGeneral Classification+1

CEDNet: A Cascade Encoder-Decoder Network for Dense Prediction

2023-02-13 · Gang Zhang, Ziyi Li, Chufeng Tang, Jianmin Li 외

Multi-scale features are essential for dense prediction tasks, such as object detection, instance segmentation, and semantic segmentation. The prevailing methods usually utilize a classification backbone to extract multi…

DecoderInstance Segmentationobject-detectionObject Detection+2