CVAug 1, 2015

Towards Distortion-Predictable Embedding of Neural Networks

arXiv:1508.00102v1
Originality Incremental advance
AI Analysis

This work addresses a domain-specific issue in computer vision by making embeddings more predictable for distorted inputs, representing an incremental improvement.

The paper tackles the problem of unpredictable mappings in CNN embeddings for distorted images by proposing a new loss function derived from contrastive loss, resulting in models that create more predictable embeddings and quantify distortions.

Current research in Computer Vision has shown that Convolutional Neural Networks (CNN) give state-of-the-art performance in many classification tasks and Computer Vision problems. The embedding of CNN, which is the internal representation produced by the last layer, can indirectly learn topological and relational properties. Moreover, by using a suitable loss function, CNN models can learn invariance to a wide range of non-linear distortions such as rotation, viewpoint angle or lighting condition. In this work, new insights are discovered about CNN embeddings and a new loss function is proposed, derived from the contrastive loss, that creates models with more predicable mappings and also quantifies distortions. In typical distortion-dependent methods, there is no simple relation between the features corresponding to one image and the features of this image distorted. Therefore, these methods require to feed-forward inputs under every distortions in order to find the corresponding features representations. Our contribution makes a step towards embeddings where features of distorted inputs are related and can be derived from each others by the intensity of the distortion.

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