paper-with-me

홈 › Papers

Learning to Resize Images for Computer Vision Tasks

2021-03-17 · ICCV 2021 10 · Hossein Talebi, Peyman Milanfar

For all the ways convolutional neural nets have revolutionized computer vision in recent years, one important aspect has received surprisingly little attention: the effect of image size on the accuracy of tasks being trained for. Typically, to be efficient, the input images are resized to a relatively small spatial resolution (e.g. 224x224), and both training and inference are carried out at this resolution. The actual mechanism for this re-scaling has been an afterthought: Namely, off-the-shelf image resizers such as bilinear and bicubic are commonly used in most machine learning software frameworks. But do these resizers limit the on task performance of the trained networks? The answer is yes. Indeed, we show that the typical linear resizer can be replaced with learned resizers that can substantially improve performance. Importantly, while the classical resizers typically result in better perceptual quality of the downscaled images, our proposed learned resizers do not necessarily give better visual quality, but instead improve task performance. Our learned image resizer is jointly trained with a baseline vision model. This learned CNN-based resizer creates machine friendly visual manipulations that lead to a consistent improvement of the end task metric over the baseline model. Specifically, here we focus on the classification task with the ImageNet dataset, and experiment with four different models to learn resizers adapted to each model. Moreover, we show that the proposed resizer can also be useful for fine-tuning the classification baselines for other vision tasks. To this end, we experiment with three different baselines to develop image quality assessment (IQA) models on the AVA dataset.

📄 PDF Abstract BibTeX arXiv:2103.09950

Code (3)

innat/LearnedResizer-Vision-Transformer tf
sayakpaul/Learnable-Image-Resizing tf
yundaehyuck/Learning-to-resize-images-for-computer-vision-tasks

Tasks

Image Quality Assessment

Similar Papers 제목 키워드 기반

MSPE: Multi-Scale Patch Embedding Prompts Vision Transformers to Any Resolution

2024-05-28 · Wenzhuo LIU, Fei Zhu, Shijie Ma, Cheng-Lin Liu

Although Vision Transformers (ViTs) have recently advanced computer vision tasks significantly, an important real-world problem was overlooked: adapting to variable input resolutions. Typically, images are resized to a f…

image-classificationImage Classification

MULLER: Multilayer Laplacian Resizer for Vision

2023-04-06 · ICCV 2023 1 · Zhengzhong Tu, Peyman Milanfar, Hossein Talebi

Image resizing operation is a fundamental preprocessing module in modern computer vision. Throughout the deep learning revolution, researchers have overlooked the potential of alternative resizing methods beyond the comm…

image-classificationImage ClassificationImage Quality Assessmentobject-detection+1

Conviformers: Convolutionally guided Vision Transformer

2022-08-17 · Mohit Vaishnav, Thomas Fel, Ivań Felipe Rodríguez, Thomas Serre

Vision transformers are nowadays the de-facto choice for image classification tasks. There are two broad categories of classification tasks, fine-grained and coarse-grained. In fine-grained classification, the necessity …

Fine-Grained Image Classificationimage-classificationImage Classification

Is the aspect ratio of cells important in deep learning? A robust comparison of deep learning methods for multi-scale cytopathology cell image classification: from convolutional neural networks to visual transformers

2021-05-16 · Wanli Liu, Chen Li, Md Mamunur Rahamana, Tao Jiang 외

Cervical cancer is a very common and fatal type of cancer in women. Cytopathology images are often used to screen for this cancer. Given that there is a possibility that many errors can occur during manual screening, a c…

Deep Learningimage-classificationImage ClassificationRobust classification

Checkerboard artifact free sub-pixel convolution: A note on sub-pixel convolution, resize convolution and convolution resize

2017-07-10 · Andrew Aitken, Christian Ledig, Lucas Theis, Jose Caballero 외

The most prominent problem associated with the deconvolution layer is the presence of checkerboard artifacts in output images and dense labels. To combat this problem, smoothness constraints, post processing and differen…