paper-with-me

Papers

Cut-Thumbnail: A Novel Data Augmentation for Convolutional Neural Network

2021-03-09 · Tianshu Xie, Xuan Cheng, Minghui Liu, Jiali Deng, Xiaomin Wang, Ming Liu

In this paper, we propose a novel data augmentation strategy named Cut-Thumbnail, that aims to improve the shape bias of the network. We reduce an image to a certain size and replace the random region of the original image with the reduced image. The generated image not only retains most of the original image information but also has global information in the reduced image. We call the reduced image as thumbnail. Furthermore, we find that the idea of thumbnail can be perfectly integrated with Mixed Sample Data Augmentation, so we put one image's thumbnail on another image while the ground truth labels are also mixed, making great achievements on various computer vision tasks. Extensive experiments show that Cut-Thumbnail works better than state-of-the-art augmentation strategies across classification, fine-grained image classification, and object detection. On ImageNet classification, ResNet-50 architecture with our method achieves 79.21\% accuracy, which is more than 2.8\% improvement on the baseline.

📄 PDF Abstract BibTeX arXiv:2103.05342

Code (1)

TianshuXie/Cut-Thumbnail 공식 구현 pytorch

Tasks

ClassificationData AugmentationFine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Fast-AT: Fast Automatic Thumbnail Generation using Deep Neural Networks

2016-12-14 · CVPR 2017 7 · Seyed A. Esmaeili, Bharat Singh, Larry S. Davis

Fast-AT is an automatic thumbnail generation system based on deep neural networks. It is a fully-convolutional deep neural network, which learns specific filters for thumbnails of different sizes and aspect ratios. Durin…

Sentence Specified Dynamic Video Thumbnail Generation

2019-08-12 · Yitian Yuan, Lin Ma, Wenwu Zhu

With the tremendous growth of videos over the Internet, video thumbnails, providing video content previews, are becoming increasingly crucial to influencing users' online searching experiences. Conventional video thumbna…

Sentence

ThumbNet: One Thumbnail Image Contains All You Need for Recognition

2019-04-10 · Chen Zhao, Bernard Ghanem

Although deep convolutional neural networks (CNNs) have achieved great success in computer vision tasks, its real-world application is still impeded by its voracious demand of computational resources. Current works mostl…

All

A Benchmark Dataset for Micro-video Thumbnail Selection

2021-12-30 · Liu Bo

The thumbnail, as the first sight of a micro-video, plays a pivotal role in attracting users to click and watch. Although several pioneer efforts have been dedicated to jointly considering the quality and representativen…

Automatic Thumbnail Generation Based on Visual Representativeness and Foreground Recognizability

2015-12-01 · ICCV 2015 12 · Jingwei Huang, Huarong Chen, Bin Wang, Stephen Lin

We present an automatic thumbnail generation technique based on two essential considerations: how well they visually represent the original photograph, and how well the foreground can be recognized after the cropping and…