paper-with-me

Papers

Stochastic Downsampling for Cost-Adjustable Inference and Improved Regularization in Convolutional Networks

2018-01-29 · CVPR 2018 6 · Jason Kuen, Xiangfei Kong, Zhe Lin, Gang Wang, Jianxiong Yin, Simon See, Yap-Peng Tan

It is desirable to train convolutional networks (CNNs) to run more efficiently during inference. In many cases however, the computational budget that the system has for inference cannot be known beforehand during training, or the inference budget is dependent on the changing real-time resource availability. Thus, it is inadequate to train just inference-efficient CNNs, whose inference costs are not adjustable and cannot adapt to varied inference budgets. We propose a novel approach for cost-adjustable inference in CNNs - Stochastic Downsampling Point (SDPoint). During training, SDPoint applies feature map downsampling to a random point in the layer hierarchy, with a random downsampling ratio. The different stochastic downsampling configurations known as SDPoint instances (of the same model) have computational costs different from each other, while being trained to minimize the same prediction loss. Sharing network parameters across different instances provides significant regularization boost. During inference, one may handpick a SDPoint instance that best fits the inference budget. The effectiveness of SDPoint, as both a cost-adjustable inference approach and a regularizer, is validated through extensive experiments on image classification.

📄 PDF Abstract BibTeX arXiv:1801.09335

Code (1)

xternalz/SDPoint pytorch

Tasks

image-classificationImage ClassificationObject Recognition

Similar Papers 제목 키워드 기반

FD-MobileNet: Improved MobileNet with a Fast Downsampling Strategy

2018-02-11 · Zheng Qin, Zhaoning Zhang, Xiaotao Chen, Yuxing Peng

We present Fast-Downsampling MobileNet (FD-MobileNet), an efficient and accurate network for very limited computational budgets (e.g., 10-140 MFLOPs). Our key idea is applying an aggressive downsampling strategy to Mobil…

DPNet: Dynamic Pooling Network for Tiny Object Detection

2025-05-05 · Luqi Gong, Haotian Chen, Yikun Chen, Tianliang Yao 외

In unmanned aerial systems, especially in complex environments, accurately detecting tiny objects is crucial. Resizing images is a common strategy to improve detection accuracy, particularly for small objects. However, s…

object-detectionObject Detection

Pixel-level and Semantic-level Adjustable Super-resolution: A Dual-LoRA Approach

2024-12-04 · CVPR 2025 1 · Lingchen Sun, Rongyuan Wu, Zhiyuan Ma, Shuaizheng Liu 외

Diffusion prior-based methods have shown impressive results in real-world image super-resolution (SR). However, most existing methods entangle pixel-level and semantic-level SR objectives in the training process, struggl…

Image Super-ResolutionSuper-Resolution

Recurrent Convolution for Compact and Cost-Adjustable Neural Networks: An Empirical Study

2019-02-26 · Zhendong Zhang, Cheolkon Jung

Recurrent convolution (RC) shares the same convolutional kernels and unrolls them multiple steps, which is originally proposed to model time-space signals. We argue that RC can be viewed as a model compression strategy f…

image-classificationImage ClassificationModel CompressionRolling Shutter Correction

Adaptive RKHS Fourier Features for Compositional Gaussian Process Models

2024-07-01 · Xinxing Shi, Thomas Baldwin-McDonald, Mauricio A. Álvarez

Deep Gaussian Processes (DGPs) leverage a compositional structure to model non-stationary processes. DGPs typically rely on local inducing point approximations across intermediate GP layers. Recent advances in DGP infere…

Gaussian ProcessesVariational Inference