paper-with-me

Papers

ALCN: Adaptive Local Contrast Normalization

2020-04-15 · Mahdi Rad, Peter M. Roth, Vincent Lepetit

To make Robotics and Augmented Reality applications robust to illumination changes, the current trend is to train a Deep Network with training images captured under many different lighting conditions. Unfortunately, creating such a training set is a very unwieldy and complex task. We therefore propose a novel illumination normalization method that can easily be used for different problems with challenging illumination conditions. Our preliminary experiments show that among current normalization methods, the Difference-of Gaussians method remains a very good baseline, and we introduce a novel illumination normalization model that generalizes it. Our key insight is then that the normalization parameters should depend on the input image, and we aim to train a Convolutional Neural Network to predict these parameters from the input image. This, however, cannot be done in a supervised manner, as the optimal parameters are not known a priori. We thus designed a method to train this network jointly with another network that aims to recognize objects under different illuminations: The latter network performs well when the former network predicts good values for the normalization parameters. We show that our method significantly outperforms standard normalization methods and would also be appear to be universal since it does not have to be re-trained for each new application. Our method improves the robustness to light changes of state-of-the-art 3D object detection and face recognition methods.

📄 PDF Abstract BibTeX arXiv:2004.07945

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionFace Recognitionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

ALCN: Meta-Learning for Contrast Normalization Applied to Robust 3D Pose Estimation

2017-08-31 · Mahdi Rad, Peter M. Roth, Vincent Lepetit

To be robust to illumination changes when detecting objects in images, the current trend is to train a Deep Network with training images captured under many different lighting conditions. Unfortunately, creating such a t…

3D Pose EstimationMeta-LearningPose Estimation

Learning Dual Convolutional Neural Networks for Low-Level Vision

2018-05-14 · CVPR 2018 6 · Jinshan Pan, Sifei Liu, Deqing Sun, Jiawei Zhang 외

In this paper, we propose a general dual convolutional neural network (DualCNN) for low-level vision problems, e.g., super-resolution, edge-preserving filtering, deraining and dehazing. These problems usually involve the…

Rain RemovalSuper-Resolution

ALCNN: Attention-based Model for Fine-grained Demand Inference of Dock-less Shared Bike in New Cities

2019-09-25 · Chang Liu, Yanan Xu, Yanmin Zhu

In recent years, dock-less shared bikes have been widely spread across many cities in China and facilitate people's lives. However, at the same time, it also raises many problems about dock-less shared bike management du…

Management

3D Local Convolutional Neural Networks for Gait Recognition

2021-01-01 · ICCV 2021 10 · Zhen Huang, Dixiu Xue, Xu Shen, Xinmei Tian 외

The goal of gait recognition is to learn the unique spatio-temporal pattern about the human body shape from its temporal changing characteristics. As different body parts behave differently during walking, it is intu…

Gait Recognition

AutoNorm: Understanding Adaptive Normalization in Transformers through Differentiable Gating

2026-07-12 · Piyush Kaushik Bhattacharyya, Divyanshu Rai, Swastik Singh, Kumar Aakash 외 arxiv

Normalization is a critical component for stabilizing Transformer training, yet the choice between static strategies such as Layer Normalization (LN) and adaptive alternatives remains largely task-dependent. In this pape…