Monday 25 April 2005
Vladimir Vapnik, Royal Holloway, University of London
Directed Ad-Hoc Inference (DAHI) is a new machine learning technique that occupies an intermediate position between the inductive-deductive and types of inferences.
The main idea of DAHI is a reconsideration of the roles of the training and testing stages during the inference process. The classical inductive-deductive model of inference contains two different stages:
The transductive model of inference solves the classification problem in one step:
DAHI works differently. During the training stage, DAHI looks for a principal direction (concept) used to construct different rules for future inferences. This is different from the inductive stage of inference where the goal is to find one fixed rule. During the test stage DAHI uses this principal direction to construct a specific rule for each given test vector (the ad-hoc rule). It constructs one specific rule for each specific example, rather than one rule for all test data. Therefore, DAHI contains elements of both inductive and transductive inference:
From a technical point of view this method is a combination of ideas from Statistical Learning Theory (in particular, Support Vector Machines), and non-parametric statistics.