paper-with-me

Papers

Normalize Filters! Classical Wisdom for Deep Vision

2025-06-04 · Gustavo Perez, Stella X. Yu

Classical image filters, such as those for averaging or differencing, are carefully normalized to ensure consistency, interpretability, and to avoid artifacts like intensity shifts, halos, or ringing. In contrast, convolutional filters learned end-to-end in deep networks lack such constraints. Although they may resemble wavelets and blob/edge detectors, they are not normalized in the same or any way. Consequently, when images undergo atmospheric transfer, their responses become distorted, leading to incorrect outcomes. We address this limitation by proposing filter normalization, followed by learnable scaling and shifting, akin to batch normalization. This simple yet effective modification ensures that the filters are atmosphere-equivariant, enabling co-domain symmetry. By integrating classical filtering principles into deep learning (applicable to both convolutional neural networks and convolution-dependent vision transformers), our method achieves significant improvements on artificial and natural intensity variation benchmarks. Our ResNet34 could even outperform CLIP by a large margin. Our analysis reveals that unnormalized filters degrade performance, whereas filter normalization regularizes learning, promotes diversity, and improves robustness and generalization.

📄 PDF Abstract BibTeX arXiv:2506.04401

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

When A Conventional Filter Meets Deep Learning: Basis Composition Learning on Image Filters

2022-03-01 · Fu Lee Wang, Yidan Feng, Haoran Xie, Gary Cheng 외

Image filters are fast, lightweight and effective, which make these conventional wisdoms preferable as basic tools in vision tasks. In practical scenarios, users have to tweak parameters multiple times to obtain satisfie…

DenoisingRain Removal

Blur Kernel Estimation Using Normalized Color-Line Prior

2015-06-01 · CVPR 2015 6 · Wei-Sheng Lai, Jian-Jiun Ding, Yen-Yu Lin, Yung-Yu Chuang

This paper proposes a single-image blur kernel estimation algorithm that utilizes the normalized color-line prior to restore sharp edges without altering edge structures or enhancing noise. The proposed prior is derived …

DeblurringImage Deblurring

Designing Latent Safety Filters using Pre-Trained Vision Models

2025-09-18 · Ihab Tabbara, Yuxuan Yang, Ahmad Hamzeh, Maxwell Astafyev 외 arxiv

Ensuring safety of vision-based control systems remains a major challenge hindering their deployment in critical settings. Safety filters have gained increased interest as effective tools for ensuring the safety of class…

Model-Free Neural Filtering: A Comparison with Classical Filters in Nonlinear Systems

2026-01-29 · Zhuochen Liu, Hans Walker, Rahul Jain arxiv

Neural network models are increasingly used for state estimation in control and decision-making, yet it remains unclear to what extent they behave as principled filters in nonlinear dynamical systems. Unlike classical fi…

Implementing Finite Impulse Response Filters on Quantum Computers

2025-01-17 · Aishwarya Majumdar, Bojko N. Bakalov, Dror Baron, YuAn Liu

While signal processing is a mature area, its connections with quantum computing have received less attention. In this work, we propose approaches that perform classical discrete-time signal processing using quantum syst…