Difference between revisions of "User talk:Xxiong"

From Cohen Courses
Jump to navigationJump to search
Line 7: Line 7:
  
 
2. Extend a stacked hierarchical model recently developed for computer vision tasks and apply it
 
2. Extend a stacked hierarchical model recently developed for computer vision tasks and apply it
in IE domain.  
+
in the IE domain.  
  
 
== Motivation ==
 
== Motivation ==
Line 32: Line 32:
  
 
2. I want to know whether the stacked hierarchical model will be more effective than
 
2. I want to know whether the stacked hierarchical model will be more effective than
hierarchical Bayesian models, such as LDA, in the applications of IE and whether it improve the
+
hierarchical Bayesian models, such as LDA, in the applications of IE and whether it will improve the
 
results upon the original stacking algorithm without hierarchy.
 
results upon the original stacking algorithm without hierarchy.

Revision as of 02:01, 29 September 2010

Team Members

Xuehan Xiong [xxiong@andrew.cmu.edu]

Goal

1. A revisit of boosting.

2. Extend a stacked hierarchical model recently developed for computer vision tasks and apply it in the IE domain.

Motivation

1. In the traditional boosting, within each iteration the mis-classified samples are weighted more in the next round. However, these errors are made from training data. In my algorithm, I will give more weight to the data that are mis-labeled from cross-validation process, as in stacking.

2. The intuition of stacked hierarchical model is that predictions from one level of the hierarchy should help to predict the entities in the level above or below. Besides using neighbors' predictions, parent or/and children predictions may also be "stacked" into one's feature vector. Different from LDA, this model can only be used in a supervised mode.

Dataset

Superpowers

Experience with CRF and stacking in the domain of computer vision.

What question you want to answer

1. I want to know whether the proposed algorithm will outperform the traditional Ada-boost.

2. I want to know whether the stacked hierarchical model will be more effective than hierarchical Bayesian models, such as LDA, in the applications of IE and whether it will improve the results upon the original stacking algorithm without hierarchy.