paper-with-me

Papers

Random Padding Data Augmentation

2023-02-17 · Nan Yang, Laicheng Zhong, Fan Huang, Dong Yuan, Wei Bao

The convolutional neural network (CNN) learns the same object in different positions in images, which can improve the recognition accuracy of the model. An implication of this is that CNN may know where the object is. The usefulness of the features' spatial information in CNNs has not been well investigated. In this paper, we found that the model's learning of features' position information hindered the learning of the features' relationship. Therefore, we introduced Random Padding, a new type of padding method for training CNNs that impairs the architecture's capacity to learn position information by adding zero-padding randomly to half of the border of feature maps. Random Padding is parameter-free, simple to construct, and compatible with the majority of CNN-based recognition models. This technique is also complementary to data augmentations such as random cropping, rotation, flipping and erasing, and consistently improves the performance of image classification over strong baselines.

📄 PDF Abstract BibTeX arXiv:2302.08682

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage ClassificationPosition

Similar Papers 제목 키워드 기반

Repeated Padding for Sequential Recommendation

2024-03-11 · Yizhou Dang, YuTing Liu, Enneng Yang, Guibing Guo 외

Sequential recommendation aims to provide users with personalized suggestions based on their historical interactions. When training sequential models, padding is a widely adopted technique for two main reasons: 1) The va…

Common Sense ReasoningData AugmentationSequential Recommendation

Finding the Reflection Point: Unpadding Images to Remove Data Augmentation Artifacts in Large Open Source Image Datasets for Machine Learning

2025-04-04 · Lucas Choi, Ross Greer

In this paper, we address a novel image restoration problem relevant to machine learning dataset curation: the detection and removal of noisy mirrored padding artifacts. While data augmentation techniques like padding ar…

Data AugmentationHuman DetectionImage Restorationobject-detection+2

A Frustratingly Easy Improvement for Position Embeddings via Random Padding

2023-05-08 · Mingxu Tao, Yansong Feng, Dongyan Zhao

Position embeddings, encoding the positional relationships among tokens in text sequences, make great contributions to modeling local context features in Transformer-based pre-trained language models. However, in Extract…

Extractive Question-AnsweringPositionQuestion Answering

Learning to Learn Transferable Attack

2021-12-10 · Shuman Fang, Jie Li, Xianming Lin, Rongrong Ji

Transfer adversarial attack is a non-trivial black-box adversarial attack that aims to craft adversarial perturbations on the surrogate model and then apply such perturbations to the victim model. However, the transferab…

Adversarial AttackData AugmentationMeta-Learning

Do Transformers Actually Help Intrusion Detection? A Temporal Sequence Evaluation on CIC-IDS2017

2026-06-09 · Zach Moczkodan, Hany Ragab arxiv

Recent deep learning approaches for network intrusion detection increasingly incorporate temporal architectures such as recurrent networks and Transformers, often reporting near-perfect performance on CIC-IDS2017. Howeve…

Network Intrusion Detection