paper-with-me

홈 › Papers

The Quest for Universal Master Key Filters in DS-CNNs

2025-09-15 · Zahra Babaiee, Peyman M. Kiassari, Daniela Rus, Radu Grosu arxiv

A recent study has proposed the "Master Key Filters Hypothesis" for convolutional neural network filters. This paper extends this hypothesis by radically constraining its scope to a single set of just 8 universal filters that depthwise separable convolutional networks inherently converge to. While conventional DS-CNNs employ thousands of distinct trained filters, our analysis reveals these filters are predominantly linear shifts (ax+b) of our discovered universal set. Through systematic unsupervised search, we extracted these fundamental patterns across different architectures and datasets. Remarkably, networks initialized with these 8 unique frozen filters achieve over 80% ImageNet accuracy, and even outperform models with thousands of trainable parameters when applied to smaller datasets. The identified master key filters closely match Difference of Gaussians (DoGs), Gaussians, and their derivatives, structures that are not only fundamental to classical image processing but also strikingly similar to receptive fields in mammalian visual systems. Our findings provide compelling evidence that depthwise convolutional layers naturally gravitate toward this fundamental set of spatial operators regardless of task or architecture. This work offers new insights for understanding generalization and transfer learning through the universal language of these master key filters.

📄 PDF Abstract BibTeX arXiv:2509.11711

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

The Master Key Filters Hypothesis: Deep Filters Are General

2024-12-21 · Zahra Babaiee, Peyman M. Kiasari, Daniela Rus, Radu Grosu

This paper challenges the prevailing view that convolutional neural network (CNN) filters become increasingly specialized in deeper layers. Motivated by recent observations of clusterable repeating patterns in depthwise …

Transfer Learning

Filter Grafting for Deep Neural Networks: Reason, Method, and Cultivation

2020-04-26 · Hao Cheng, Fanxu Meng, Ke Li, Yuting Gao 외

Filter is the key component in modern convolutional neural networks (CNNs). However, since CNNs are usually over-parameterized, a pre-trained network always contain some invalid (unimportant) filters. These filters have …

valid

Explaining Model Overfitting in CNNs via GMM Clustering

2024-12-12 · Hui Dou, Xinyu Mu, Mengjun Yi, Feng Han 외

Convolutional Neural Networks (CNNs) have demonstrated remarkable prowess in the field of computer vision. However, their opaque decision-making processes pose significant challenges for practical applications. In this s…

ClusteringDecision Makingmodel

Full-Stack Filters to Build Minimum Viable CNNs

2019-08-06 · Kai Han, Yunhe Wang, Yixing Xu, Chunjing Xu 외

Deep convolutional neural networks (CNNs) are usually over-parameterized, which cannot be easily deployed on edge devices such as mobile phones and smart cameras. Existing works used to decrease the number or size of req…

Diversity

Dynamic Universal Approximation Theory: The Basic Theory for Deep Learning-Based Computer Vision Models

2024-07-02 · Wei Wang, Qing Li

Computer vision (CV) is one of the most crucial fields in artificial intelligence. In recent years, a variety of deep learning models based on convolutional neural networks (CNNs) and Transformers have been designed to t…