CVOct 18, 2018

Decoupling Semantic Context and Color Correlation with multi-class cross branch regularization

arXiv:1810.07901v21 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient DNNs in camera and imaging pipelines, offering significant improvements in speed and model size, though it is incremental as it builds on existing multi-branch and regularization techniques.

The paper tackles the problem of designing a lightweight and fast DNN architecture for vision applications, specifically color constancy, by decoupling semantic context and color correlation using a multi-branch approach with cross-branch regularization, achieving state-of-the-art accuracy with 30x fewer parameters and 70x faster inference time.

This paper presents a novel design methodology for architecting a light-weight and faster DNN architecture for vision applications. The effectiveness of the architecture is demonstrated on Color-Constancy use case an inherent block in camera and imaging pipelines. Specifically, we present a multi-branch architecture that disassembles the contextual features and color properties from an image, and later combines them to predict a global property (e.g. Global Illumination). We also propose an implicit regularization technique by designing cross-branch regularization block that enables the network to retain high generalization accuracy. With a conservative use of best computational operators, the proposed architecture achieves state-of-the-art accuracy with 30X lesser model parameters and 70X faster inference time for color constancy. It is also shown that the proposed architecture is generic and achieves similar efficiency in other vision applications such as Low-Light photography.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes