Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ai:methods [2013/09/19 16:40]
127.0.0.1 external edit
ai:methods [2022/04/07 22:22]
cyril delete
Line 1: Line 1:
 ====== Catalog of methods in AI/vision/robotics ====== ====== Catalog of methods in AI/vision/robotics ======
 +
 +
  
 This is a classification of techniques and algorithms, in order to give a broad view of solutions available to deal with classical problems. This is a classification of techniques and algorithms, in order to give a broad view of solutions available to deal with classical problems.
 +
 +
  
 Other pages contain some more details about, which can be seen as memos with references to find more information (with the origin paper when possible). Other pages contain some more details about, which can be seen as memos with references to find more information (with the origin paper when possible).
 +
 +
  
 ===== Learning ===== ===== Learning =====
Line 22: Line 28:
     * ID3 (based on entropy)     * ID3 (based on entropy)
   * __k-nearest neighbors__ - //k plus proches voisins//   * __k-nearest neighbors__ - //k plus proches voisins//
 +  * __Boosting__
 +    * Boosting by majority
 +    * AdaBoost (ADAptive BOOSTing)
 +      * Discrete AdaBoost
 +      * Real AdaBoost
 +      * Gentle AdaBoost
 +      * LogitBoost
 +      * Probabilistic AdaBoost
 +      * FloatBoost
 +      * AdaBoost.Reg
 +      * Multiclass AdaBoost.M1
 +      * Multiclass AdaBoost.M2
 +      * Multilabel AdaBoost.MR
 +      * Multilabel AdaBoost.MH
 +      * Multiclass AdaBoost.MO
 +      * Multiclass AdaBoost.OC
 +      * Multiclass AdaBoost.ECC
 +      * GrPloss
 +      * BoostMA
 +      * AdaBoost.M1W
 +      * SAMME (Stagewise Additive Modeling using a Multi-class Exponential loss function)
 +      * GAMBLE (Gentle Adaptive Multiclass Boosting Learning)
 +    * UBoost
 +    * LPBoost (Linear Programming BOOSTing)
 +    * TotalBoost (TOTALly corrective BOOSTing)
 +    * RotBoost
 +    * alphaBoost
 +    * MILBoost (Multiple Instance Learning BOOSting)
 +    * CGBoost (Conjugate Gradient BOOSTing)
 +    * Bootstrap Aggregating
 +  * __Cascades of detectors__ [[classification#cascades_of_detectors|[+] ]]
 +  * __Trees of detectors__
 +
 +
  
 === Regression === === Regression ===
Line 28: Line 68:
   * __RBFNN (Radial Basis Functions Neural Network)__   * __RBFNN (Radial Basis Functions Neural Network)__
   * __SVR (Support Vectors Regressor)__   * __SVR (Support Vectors Regressor)__
 +
 +=== Pattern recognition ===
 +
 +  * __Viola-Jones Detector__ [[pattern-recognition#viola-jones_detector|[+] ]]
 +    * with Extended Set of Haar features
 +    * Stumps or CART trees
 +    * Rotation Invariant
 +    * **Multiview**
 +      * Parallel Cascades
 +      * Pyramid Cascade
 +      * Tree Cascade
 +      * Vector Boosting
  
 ==== Unsupervised learning ==== ==== Unsupervised learning ====
Line 46: Line 98:
  
 ===== Planification ===== ===== Planification =====
- 
 ==== Symbolic ==== ==== Symbolic ====
 === State space search === === State space search ===
Line 76: Line 127:
 ===== Perception ===== ===== Perception =====
 ==== Vision ==== ==== Vision ====
- 
 === Color Quantization === === Color Quantization ===
  
Line 97: Line 147:
     * Peer Group Filtering     * Peer Group Filtering
     * Anisotropic Filtering     * Anisotropic Filtering
-  * **Gradient**+  * **Gradient** [[vision#gradient|[+] ]]
     * Prewitt [[vision#prewitt|[+] ]]     * Prewitt [[vision#prewitt|[+] ]]
     * Roberts [[vision#roberts|[+] ]]     * Roberts [[vision#roberts|[+] ]]
Line 113: Line 163:
   * Canny detector   * Canny detector
     * Canny-Deriche     * Canny-Deriche
- +
 === Pattern recognition === === Pattern recognition ===
  
   * Mean-Square Regression - //Régression aux moindres carrés//   * Mean-Square Regression - //Régression aux moindres carrés//
-  * __Hough Transforms__+  * __Hough Transforms__ [[pattern-recognition#hough_transforms|[+] ]]
     * Standard Hough Transform     * Standard Hough Transform
     * Randomized Hough Transform     * Randomized Hough Transform
Line 130: Line 180:
     * Generalized Hough Transform     * Generalized Hough Transform
   * UpWrite method   * UpWrite method
 +  * Curvogram
 +  * **Shape Descriptors**
 +    * Ankerst's Shape histograms
 +  * Chamfer matching
 +    * Contour Likelihood Measurement
 +
  
 === Tracking === === Tracking ===
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0