中文
相关论文

相关论文: Attentive CutMix: An Enhanced Data Augmentation Ap…

200 篇论文

Regional dropout strategies have been proposed to enhance the performance of convolutional neural network classifiers. They have proved to be effective for guiding the model to attend on less discriminative parts of objects (e.g. leg as…

计算机视觉与模式识别 · 计算机科学 2019-08-11 Sangdoo Yun , Dongyoon Han , Seong Joon Oh , Sanghyuk Chun , Junsuk Choe , Youngjoon Yoo

Semantic segmentation using convolutional neural networks (CNN) is a crucial component in image analysis. Training a CNN to perform semantic segmentation requires a large amount of labeled data, where the production of such labeled data is…

计算机视觉与模式识别 · 计算机科学 2021-01-26 Ying Chen , Xu Ouyang , Kaiyue Zhu , Gady Agam

CutMix is a data augmentation strategy that cuts and pastes image patches to mixup training data. Existing methods pick either random or salient areas which are often inconsistent to labels, thus misguiding the training model. By our…

计算机视觉与模式识别 · 计算机科学 2025-01-28 Zhiming Wang , Lin Gu , Feng Lu

CutMix is a popular augmentation technique commonly used for training modern convolutional and transformer vision networks. It was originally designed to encourage Convolution Neural Networks (CNNs) to focus more on an image's global…

计算机视觉与模式识别 · 计算机科学 2023-04-20 Jihao Liu , Boxiao Liu , Hang Zhou , Hongsheng Li , Yu Liu

Convolutional Neural Networks (CNNs) serve as the workhorse of deep learning, finding applications in various fields that rely on images. Given sufficient data, they exhibit the capacity to learn a wide range of concepts across diverse…

计算机视觉与模式识别 · 计算机科学 2025-02-27 Saorj Kumar , Prince Asiamah , Oluwatoyin Jolaoso , Ugochukwu Esiowu

Deep Convolutional Neural Networks (CNNs) have demonstrated excellent performance in image classification, but still show room for improvement in object-detection tasks with many categories, in particular for cluttered scenes and occlusion.…

计算机视觉与模式识别 · 计算机科学 2015-03-24 Nikolaos Karianakis , Thomas J. Fuchs , Stefano Soatto

Data augmentation is an effective way to improve the performance of deep networks. Unfortunately, current methods are mostly developed for high-level vision tasks (e.g., classification) and few are studied for low-level vision tasks (e.g.,…

图像与视频处理 · 电气工程与系统科学 2020-04-24 Jaejun Yoo , Namhyuk Ahn , Kyung-Ah Sohn

Deep artificial neural networks require a large corpus of training data in order to effectively learn, where collection of such training data is often expensive and laborious. Data augmentation overcomes this issue by artificially inflating…

机器学习 · 计算机科学 2017-08-22 Luke Taylor , Geoff Nitschke

Advanced data augmentation strategies have widely been studied to improve the generalization ability of deep learning models. Regional dropout is one of the popular solutions that guides the model to focus on less discriminative parts by…

机器学习 · 计算机科学 2021-07-28 A. F. M. Shahab Uddin , Mst. Sirazam Monira , Wheemyung Shin , TaeChoong Chung , Sung-Ho Bae

Patch-level data augmentation techniques such as Cutout and CutMix have demonstrated significant efficacy in enhancing the performance of vision tasks. However, a comprehensive theoretical understanding of these methods remains elusive. In…

机器学习 · 计算机科学 2024-11-01 Junsoo Oh , Chulhee Yun

Cutmix-based data augmentation, which uses a cut-and-paste strategy, has shown remarkable generalization capabilities in deep learning. However, existing methods primarily consider global semantics with image-level constraints, which…

计算机视觉与模式识别 · 计算机科学 2025-12-02 Fadi Dornaika , Danyang Sun

Convolutional neural networks (CNNs) have been widely used for hyperspectral image classification. As a common process, small cubes are firstly cropped from the hyperspectral image and then fed into CNNs to extract spectral and spatial…

图像与视频处理 · 电气工程与系统科学 2020-06-15 Renlong Hang , Zhu Li , Qingshan Liu , Pedram Ghamisi , Shuvra S. Bhattacharyya

In this study, we propose a novel data augmentation method that introduces the concept of CutMix into the generation process of diffusion models, thereby exploiting both the ability of diffusion models to generate natural and…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Shumpei Takezaki , Ryoma Bise , Shinnosuke Matsuo

Brain lesion segmentation provides a valuable tool for clinical diagnosis, and convolutional neural networks (CNNs) have achieved unprecedented success in the task. Data augmentation is a widely used strategy that improves the training of…

图像与视频处理 · 电气工程与系统科学 2021-09-29 Xinru Zhang , Chenghao Liu , Ni Ou , Xiangzhu Zeng , Xiaoliang Xiong , Yizhou Yu , Zhiwen Liu , Chuyang Ye

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…

计算机视觉与模式识别 · 计算机科学 2021-10-27 Tianshu Xie , Xuan Cheng , Minghui Liu , Jiali Deng , Xiaomin Wang , Ming Liu

With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in surveillance, computational photography, medical imaging, and remote sensing. Recently,…

计算机视觉与模式识别 · 计算机科学 2020-07-09 Syed Waqas Zamir , Aditya Arora , Salman Khan , Munawar Hayat , Fahad Shahbaz Khan , Ming-Hsuan Yang , Ling Shao

Convolutional Neural Networks (CNNs) have achieved remarkable success across a wide range of machine learning tasks by leveraging hierarchical feature learning through deep architectures. However, the large number of layers and millions of…

机器学习 · 统计学 2025-11-18 Biyi Fang , Truong Vo , Jean Utke , Diego Klabjan

In this paper, we introduce Random Erasing, a new data augmentation method for training the convolutional neural network (CNN). In training, Random Erasing randomly selects a rectangle region in an image and erases its pixels with random…

计算机视觉与模式识别 · 计算机科学 2017-11-17 Zhun Zhong , Liang Zheng , Guoliang Kang , Shaozi Li , Yi Yang

We propose a local modelling approach using deep convolutional neural networks (CNNs) for fine-grained image classification. Recently, deep CNNs trained from large datasets have considerably improved the performance of object recognition.…

计算机视觉与模式识别 · 计算机科学 2015-03-02 ZongYuan Ge , Chris McCool , Conrad Sanderson , Peter Corke

Visual explanation enables human to understand the decision making of Deep Convolutional Neural Network (CNN), but it is insufficient to contribute the performance improvement. In this paper, we focus on the attention map for visual…

计算机视觉与模式识别 · 计算机科学 2019-04-11 Hiroshi Fukui , Tsubasa Hirakawa , Takayoshi Yamashita , Hironobu Fujiyoshi
‹ 上一页 1 2 3 10 下一页 ›