paper-with-me

Papers

Inductive Bias of Deep Convolutional Networks through Pooling Geometry

2016-05-22 · Nadav Cohen, Amnon Shashua

Our formal understanding of the inductive bias that drives the success of convolutional networks on computer vision tasks is limited. In particular, it is unclear what makes hypotheses spaces born from convolution and pooling operations so suitable for natural images. In this paper we study the ability of convolutional networks to model correlations among regions of their input. We theoretically analyze convolutional arithmetic circuits, and empirically validate our findings on other types of convolutional networks as well. Correlations are formalized through the notion of separation rank, which for a given partition of the input, measures how far a function is from being separable. We show that a polynomially sized deep network supports exponentially high separation ranks for certain input partitions, while being limited to polynomial separation ranks for others. The network's pooling geometry effectively determines which input partitions are favored, thus serves as a means for controlling the inductive bias. Contiguous pooling windows as commonly employed in practice favor interleaved partitions over coarse ones, orienting the inductive bias towards the statistics of natural images. Other pooling schemes lead to different preferences, and this allows tailoring the network to data that departs from the usual domain of natural imagery. In addition to analyzing deep networks, we show that shallow ones support only linear separation ranks, and by this gain insight into the benefit of functions brought forth by depth - they are able to efficiently model strong correlation under favored partitions of the input.

📄 PDF Abstract BibTeX arXiv:1605.06743

Code (1)

HUJI-Deep/inductive-pooling 공식 구현

Tasks

Inductive Bias

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 제목 키워드 기반

Approximation and Learning with Deep Convolutional Models: a Kernel Perspective

2021-02-19 · ICLR 2022 4 · Alberto Bietti

The empirical success of deep convolutional networks on tasks involving high-dimensional data such as images or audio suggests that they can efficiently approximate certain functions that are well-suited for such tasks. …

Additive modelsGeneralization BoundsInductive Bias

Grid-Preserving Knowledge Distillation: Transferring Convolutional Inductive Bias to Vision Transformers under Data Scarcity

2026-08-11 · Junyong Choi, Cheolhyeon Park, Jaehoon Cho arxiv

Vision Transformers demonstrate remarkable global modeling capacity but often underperform in data-scarce regimes. Distilling convolutional inductive biases from a CNN teacher provides an effective remedy while leaving t…

Knowledge DistillationGeneral Knowledge

Pooling is neither necessary nor sufficient for appropriate deformation stability in CNNs

2018-04-12 · ICLR 2019 5 · Avraham Ruderman, Neil C. Rabinowitz, Ari S. Morcos, Daniel Zoran

Many of our core assumptions about how neural networks operate remain empirically untested. One common assumption is that convolutional neural networks need to be stable to small translations and deformations to solve im…

General Classificationimage-classificationImage ClassificationInductive Bias

Geometry Based Machining Feature Retrieval with Inductive Transfer Learning

2021-08-26 · N S Kamal, Barathi Ganesh HB, Sajith Variyar VV, Sowmya V 외

Manufacturing industries have widely adopted the reuse of machine parts as a method to reduce costs and as a sustainable manufacturing practice. Identification of reusable features from the design of the parts and findin…

RetrievalTransfer Learning

Stability Analysis of Equivariant Convolutional Representations Through The Lens of Equivariant Multi-layered CKNs

2024-08-08 · Soutrik Roy Chowdhury

In this paper we construct and theoretically analyse group equivariant convolutional kernel networks (CKNs) which are useful in understanding the geometry of (equivariant) CNNs through the lens of reproducing kernel Hilb…

Representation Learning