paper-with-me

Papers

Kernel Normalized Convolutional Networks

2022-05-20 · Reza Nasirigerdeh, Reihaneh Torkzadehmahani, Daniel Rueckert, Georgios Kaissis

Existing convolutional neural network architectures frequently rely upon batch normalization (BatchNorm) to effectively train the model. BatchNorm, however, performs poorly with small batch sizes, and is inapplicable to differential privacy. To address these limitations, we propose the kernel normalization (KernelNorm) and kernel normalized convolutional layers, and incorporate them into kernel normalized convolutional networks (KNConvNets) as the main building blocks. We implement KNConvNets corresponding to the state-of-the-art ResNets while forgoing the BatchNorm layers. Through extensive experiments, we illustrate that KNConvNets achieve higher or competitive performance compared to the BatchNorm counterparts in image classification and semantic segmentation. They also significantly outperform their batch-independent competitors including those based on layer and group normalization in non-private and differentially private training. Given that, KernelNorm combines the batch-independence property of layer and group normalization with the performance advantage of BatchNorm.

📄 PDF Abstract BibTeX arXiv:2205.10089

Code (1)

reza-nasirigerdeh/norm-torch 공식 구현 pytorch

Tasks

Federated Learningimage-classificationImage ClassificationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Normalized Convolutional Neural Network

2020-05-11 · Dongsuk Kim, Geonhee Lee, Myungjae Lee, Shin Uk Kang 외

In this paper, we propose Normalized Convolutional Neural Network(NCNN). NCNN is more fitted to a convolutional operator than other nomralizaiton methods. The normalized process is similar to a normalization methods, but…

On the Spectral Bias of Convolutional Neural Tangent and Gaussian Process Kernels

2022-03-17 · Amnon Geifman, Meirav Galun, David Jacobs, Ronen Basri

We study the properties of various over-parametrized convolutional neural architectures through their respective Gaussian process and neural tangent kernels. We prove that, with normalized multi-channel input and ReLU ac…

Kernel Normalized Convolutional Networks for Privacy-Preserving Machine Learning

2022-09-30 · Reza Nasirigerdeh, Javad Torkzadehmahani, Daniel Rueckert, Georgios Kaissis

Normalization is an important but understudied challenge in privacy-related application domains such as federated learning (FL), differential privacy (DP), and differentially private federated learning (DP-FL). While the…

Federated LearningPrivacy Preserving

Normalized Cut Loss for Weakly-supervised CNN Segmentation

2018-04-04 · CVPR 2018 6 · Meng Tang, Abdelaziz Djelouah, Federico Perazzi, Yuri Boykov 외

Most recent semantic segmentation methods train deep convolutional neural networks with fully annotated masks requiring pixel-accuracy for good quality training. Common weakly-supervised approaches generate full masks fr…

Interactive SegmentationSegmentationSemantic Segmentation

Object Tracking in Hyperspectral Videos with Convolutional Features and Kernelized Correlation Filter

2018-10-28 · Kun Qian, Jun Zhou, Fengchao Xiong, Huixin Zhou 외

Target tracking in hyperspectral videos is a new research topic. In this paper, a novel method based on convolutional network and Kernelized Correlation Filter (KCF) framework is presented for tracking objects of interes…

Object Tracking