Difference between revisions of "Research"

From MIPAL
Jump to: navigation, search
(Object Detection)
(Object Detection)
Line 41: Line 41:
  
 
<li> MMOD "[https://arxiv.org/abs/1911.12721 Mixture-Model-based Bounding Box Density Estimation for Object Detection]", arXiv, Nov. 2019.
 
<li> MMOD "[https://arxiv.org/abs/1911.12721 Mixture-Model-based Bounding Box Density Estimation for Object Detection]", arXiv, Nov. 2019.
 
 
<\ul>
 
<\ul>
  
 
== Object Tracking ==
 
== Object Tracking ==

Revision as of 02:49, 19 February 2020

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