paper-with-me

Papers

Kernel-convoluted Deep Neural Networks with Data Augmentation

2020-12-04 · Minjin Kim, Young-geun Kim, Dongha Kim, Yongdai Kim, Myunghee Cho Paik

The Mixup method (Zhang et al. 2018), which uses linearly interpolated data, has emerged as an effective data augmentation tool to improve generalization performance and the robustness to adversarial examples. The motivation is to curtail undesirable oscillations by its implicit model constraint to behave linearly at in-between observed data points and promote smoothness. In this work, we formally investigate this premise, propose a way to explicitly impose smoothness constraints, and extend it to incorporate with implicit model constraints. First, we derive a new function class composed of kernel-convoluted models (KCM) where the smoothness constraint is directly imposed by locally averaging the original functions with a kernel function. Second, we propose to incorporate the Mixup method into KCM to expand the domains of smoothness. In both cases of KCM and the KCM adapted with the Mixup, we provide risk analysis, respectively, under some conditions for kernels. We show that the upper bound of the excess risk is not slower than that of the original function class. The upper bound of the KCM with the Mixup remains dominated by that of the KCM if the perturbation of the Mixup vanishes faster than \(O(n^{-1/2})\) where \(n\) is a sample size. Using CIFAR-10 and CIFAR-100 datasets, our experiments demonstrate that the KCM with the Mixup outperforms the Mixup method in terms of generalization and robustness to adversarial examples.

📄 PDF Abstract BibTeX arXiv:2012.02521

Code (1)

MJ1021/kcm-code pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Functional Output Regression with Infimal Convolution: Exploring the Huber and $ε$-insensitive Losses

2022-06-16 · Alex Lambert, Dimitri Bouche, Zoltan Szabo, Florence d'Alché-Buc

The focus of the paper is functional output regression (FOR) with convoluted losses. While most existing work consider the square loss setting, we leverage extensions of the Huber and the $\epsilon$-insensitive loss (ind…

regression

Increasing Learning Efficiency of Self-Attention Networks through Direct Position Interactions, Learnable Temperature, and Convoluted Attention

2020-12-01 · COLING 2020 8 · Philipp Dufter, Martin Schmitt, Hinrich Sch{\"u}tze

Self-Attention Networks (SANs) are an integral part of successful neural architectures such as Transformer (Vaswani et al., 2017), and thus of pretrained language models such as BERT (Devlin et al., 2019) or GPT-3 (Brown…

Language ModelingLanguage ModellingPart-Of-Speech TaggingPosition

Convolutional Neural Networks In Convolution

2018-10-09 · Xiaobo Huang

Currently, increasingly deeper neural networks have been applied to improve their accuracy. In contrast, We propose a novel wider Convolutional Neural Networks (CNN) architecture, motivated by the Multi-column Deep Neura…

General Classification

Convolutional Polar Codes on Channels with Memory using Tensor Networks

2019-06-15 · Conference 2019 6 · Benjamin Bourassa,Maxime Tremblay,David Poulin

Arikan’s recursive code construction is designed to polarize a collection of memoryless channels into a set of good and a set of bad channels, and it can be efficiently decoded using successive cancellation [1]. It was…

DecoderTensor Networks

An Empirical Comparison of LM-based Question and Answer Generation Methods

2023-05-26 · Asahi Ushio, Fernando Alva-Manchego, Jose Camacho-Collados

Question and answer generation (QAG) consists of generating a set of question-answer pairs given a context (e.g. a paragraph). This task has a variety of applications, such as data augmentation for question answering (QA…

Answer GenerationData AugmentationInformation RetrievalLanguage Modeling+3