Scale-adaptive Neural Dense Features: Learning via hierarchical context aggregation (bibtex)
by Spencer, Jaime, Bowden, Richard and Hadfield, Simon
Abstract:
How do computers and intelligent agents view the world around them? Feature extraction and representation constitutes one the basic building blocks towards answering this question. Traditionally, this has been done with carefully engineered hand-crafted techniques such as HOG, SIFT or ORB. However, there is no “one size fits all” approach that satisfies all requirements. In recent years, the rising popularity of deep learning has resulted in a myriad of end-to-end solutions to many computer vision problems. These approaches, while successful, tend to lack scalability and can’t easily exploit information learned by other systems. Instead, we propose SAND features, a dedicated deep learning solution to feature extraction capable of providing hierarchical context information. This is achieved by employing sparse relative labels indicating relationships of similarity/dissimilarity between image locations. The nature of these labels results in an almost infinite set of dissimilar examples to choose from. We demonstrate how the selection of negative examples during training can be used to modify the feature space and vary it’s properties. To demonstrate the generality of this approach, we apply the proposed features to a multitude of tasks, each requiring different properties. This includes disparity estimation, semantic segmentation, self-localisation and SLAM. In all cases, we show how incorporating SAND features results in better or comparable results to the baseline, whilst requiring little to no additional training. Code can be found at: https://github.com/jspenmar/SAND_features
Reference:
Scale-adaptive Neural Dense Features: Learning via hierarchical context aggregation (Spencer, Jaime, Bowden, Richard and Hadfield, Simon), In Proceedings of the international conference on Computer Vision and Pattern Recognition (CVPR), IEEE, 2019. (code, slides)
Bibtex Entry:
@InProceedings{Martin19,
author = {Spencer, Jaime and Bowden, Richard and Hadfield, Simon},
year = {2019},
month = {06},
pages = {},
title = {Scale-adaptive Neural Dense Features: Learning via hierarchical context aggregation},
  Publisher                = {IEEE},
  Booktitle                = {Proceedings of the international conference on Computer Vision and Pattern Recognition (CVPR)},
  
  Abstract                 = {How do computers and intelligent agents view the world around them? Feature extraction and representation constitutes one the basic building blocks towards answering this
question. Traditionally, this has been done with carefully engineered hand-crafted techniques such as HOG, SIFT or ORB. However, there is no “one size fits all” approach that satisfies all requirements.
In recent years, the rising popularity of deep learning has resulted in a myriad of end-to-end solutions to many computer vision problems. These approaches, while successful, tend to lack scalability and can’t easily exploit information learned by other systems.
Instead, we propose SAND features, a dedicated deep learning solution to feature extraction capable of providing hierarchical context information. This is achieved by employing sparse relative labels indicating relationships of similarity/dissimilarity between image locations. The nature of these labels results in an almost infinite set of dissimilar examples to choose from. We demonstrate how the
selection of negative examples during training can be used to modify the feature space and vary it’s properties.
To demonstrate the generality of this approach, we apply the proposed features to a multitude of tasks, each requiring different properties. This includes disparity estimation, semantic segmentation, self-localisation and SLAM. In all cases, we show how incorporating SAND features results in better or comparable results to the baseline, whilst requiring little to no additional training. Code can be found at: https://github.com/jspenmar/SAND_features},
  Comment                  = {<a href="https://github.com/jspenmar/SAND_features">code</a>, <a href="http://personalpages.surrey.ac.uk/s.hadfield/slides/SAND.pptx">slides</a>},
  Url                      = {http://personalpages.surrey.ac.uk/s.hadfield/papers/SAND_features.pdf},
}
Powered by bibtexbrowser