paper-with-me

Papers

Normalized Convolutional Neural Network

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

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 NCNN is more adapative to sliced-inputs and corresponding the convolutional kernel. Therefor NCNN can be targeted to micro-batch training. Normalizaing of NC is conducted during convolutional process. In short, NC process is not usual normalization and can not be realized in deep learning framework optimizing standard convolution process. Hence we named this method 'Normalized Convolution'. As a result, NC process has universal property which means NC can be applied to any AI tasks involving convolution neural layer . Since NC don't need other normalization layer, NCNN looks like convolutional version of Self Normalizing Network.(SNN). Among micro-batch trainings, NCNN outperforms other batch-independent normalization methods. NCNN archives these superiority by standardizing rows of im2col matrix of inputs, which theoretically smooths the gradient of loss. The code need to manipulate standard convolution neural networks step by step. The code is available : https://github.com/kimdongsuk1/ NormalizedCNN.

📄 PDF Abstract BibTeX arXiv:2005.05274

Code (1)

kimdongsuk1/NormalizedCNN 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Global Normalization of Convolutional Neural Networks for Joint Entity and Relation Classification

2017-07-24 · EMNLP 2017 9 · Heike Adel, Hinrich Schütze

We introduce globally normalized convolutional neural networks for joint entity classification and relation extraction. In particular, we propose a way to utilize a linear-chain conditional random field output layer for …

General ClassificationRelationRelation ClassificationRelation Extraction

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 …

Federated Learningimage-classificationImage ClassificationSemantic Segmentation

Bird Species Categorization Using Pose Normalized Deep Convolutional Nets

2014-06-11 · Steve Branson, Grant van Horn, Serge Belongie, Pietro Perona

We propose an architecture for fine-grained visual categorization that approaches expert human performance in the classification of bird species. Our architecture first computes an estimate of the object's pose; this is …

ClassificationClusteringFine-Grained Visual CategorizationGeneral Classification

1 bit is all we need: binary normalized neural networks

2025-09-07 · Eduardo Lobo Lustoda Cabral, Paulo Pirozelli, Larissa Driemeier arxiv

The increasing size of large neural network models, specifically language models and foundational image models, poses deployment challenges, prompting efforts to reduce memory requirements and enhance computational effic…

Computational EfficiencyImage Classification

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