Difference between revisions of "Research"

From MIPAL
Jump to: navigation, search
(Created page with " == Feature Selection and Extraction == In many machine learning and pattern recognition problems, the number of attributes are too large that the learning process becomes com...")
 
(Object Detection)
Line 36: Line 36:
  
 
== Object Detection ==
 
== Object Detection ==
 +
 +
Rainbow SSD "[https://arxiv.org/pdf/1705.09587.pdf Enhancement of SSD by concatenating feature maps for object detection]", BMVC2017, London, UK, Sep. 2017. ([https://github.com/soo89/Rainbow-SSD Code available])
  
 
== Object Tracking ==
 
== Object Tracking ==

Revision as of 21:29, 3 March 2018

Feature Selection and Extraction

In many machine learning and pattern recognition problems, the number of attributes are too large that the learning process becomes complicated with degraded performance. To alleviate this problem, depending on the problems to be solved, one may select good attributes from the available input attributes or extract new features by combining the existing attributes. The former is known as input feature selection while the latter is called as feature extraction.

We have tackled the feature selection and extraction problems extensively and proposed the following algorithms.

Object Recognition

Object Detection

Rainbow SSD "Enhancement of SSD by concatenating feature maps for object detection", BMVC2017, London, UK, Sep. 2017. (Code available)

Object Tracking