ALCN: Adaptive Local Contrast Normalization
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.
Code (0)
등록된 구현이 없습니다.
Tasks
3D Object DetectionFace Recognitionobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
ALCN: Meta-Learning for Contrast Normalization Applied to Robust 3D Pose Estimation
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 EstimationLearning Dual Convolutional Neural Networks for Low-Level Vision
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-ResolutionALCNN: Attention-based Model for Fine-grained Demand Inference of Dock-less Shared Bike in New Cities
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…
Management3D Local Convolutional Neural Networks for Gait Recognition
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 RecognitionAutoNorm: Understanding Adaptive Normalization in Transformers through Differentiable Gating
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…