680 likes | 906 Views
Dissertation Proposal. Negative selection algorithms: from the thymus to V-detector Zhou Ji, advised by Prof. Dasgupta. Outline. Background of the area Major contributions of current work Description of the algorithm Demonstration of the software Experimental results Work to do next.
E N D
Dissertation Proposal Negative selection algorithms: from the thymus to V-detector Zhou Ji, advised by Prof. Dasgupta
Outline • Background of the area • Major contributions of current work • Description of the algorithm • Demonstration of the software • Experimental results • Work to do next
Background • AIS (Artificial Immune Systems) – only about 10 years’ history • Negative selection (development of T cells) • Immune network theory (how B cells and antibodies interact with each other) • Clonal selection (how a pool of B cells, especially, memory cells are developed) • New inspirations from immunology: danger theory, germinal center, etc. • Negative selection algorithms • The earliest and most widely used AIS. background
Biological metaphor of negative selection How T cells mature in the thymus: • The cell are diversified. • Those that recognize self are eliminated. • The rest are used to recognize nonself. background
The idea of negative selection algorithms (NSA) The concept of feature space and detectors • The problem to deal with: anomaly detection (or one-class classification) • Detector set • random generation: maintain diversity • censoring: eliminating those that match self samples background
Outline of a typical NSA Anomaly detection: (classification of incoming data items) Generation of detector set background
Family of NSA Types of works about NSA • Applications: solving real world problems by using a typical version or adapting for specific applications • Improving NSA of new detector scheme and generation method and analyzing existing methods. Works are data representation specific, mostly binary representation. • Establishment of framework for binary representation to include various matching rules; discussion on uniqueness and usefulness of NSA; introduction of new concepts. What defines a negative selection algorithm? • Representation in negative space • One-class learning • Usage of detector set background
Major issues in NSA • Number of detectors • Affecting the efficiency of generation and detection • Detector coverage • Affecting the accuracy detection • Generation mechanisms • Affecting the efficiency of generation and the quality of resulted detectors • Matching rules – generalization • How to interpret the training data • depending on the feature space and representation scheme • Issues that are not NSA specific • Difficulty of one-class classification • Curse of dimensionality background
V-detector: work done for the proposed dissertation to deal with the issues in NSA • V-detector is a new negative selection algorithm. • It embraces a series of related works to develop a more efficient and more reliable algorithm. • It has its unique process to generate detectors and determine coverage. contribution
V-detector’s major features • Variable-sized detectors • Statistical confidence in detector coverage • Boundary-aware algorithm • Extensibility contribution
Variable sized detectors in V-detector method are “maximized detector” • Unanswered question: what is the self space? V-detector: maximized size traditional detectors: constant size contribution
Why is the idea of “variable sized detectors” novel? • The rational of constant size: a uniform matching threshold • Detectors of variable size exist in some negative selection algorithms as a different mechanism • Allowing multiple or evolving size to optimize the coverage – limited by the concern of overlap • Variable size as part of random property of detectors/candidates • V-detector uses variable sized detectors to maximize the coverage with limited number of detectors • Size is decided on by the training data • Large nonself region is covered easily • Small detectors cover ‘holes’ • Overlap is not an issue in V-detector contribution
Statistical estimate of detector coverage • Exiting works: estimate necessary number of detectors – no direct relationship between the estimate and the actual detector set obtained. • Novelty of V-detector: • Evaluate the coverage of the actual detector set • Statistical inference is used as an integrated components of the detector generation algorithm, not to estimate coverage of finished detector set. contribution
Basic idea leading to the new estimation mechanism • Random points are taken as detector candidates. The probability that a random point falls on covered region (some exiting detectors) reflects the portion that is covered -- similar to the idea of Monte Carlo integral. • Proportion of covered nonself space = probability of a sample point to be a covered point. (the points on self region not counted) • When more nonself space has been covered, it becomes less likely that a sample point to be an uncovered one. In other words, we need try more random point to find a uncovered one - one that can be used to make a detector. contribution
Statistics involved • Central limit theory: sample statistic follows normal distribution • Using sample statistic to population parameter • In our application, use proportion of covered random points to estimate the actual proportion of covered area • Point estimate versus confidence interval • Estimate with confidence interval versus hypothesis testing • Proportion that is close to 100% will make the assumption of central limit theory invalid – not normal distribution. • Purpose of terminating the detector generation 0 1 proportion contribution
Hypothesis testing • Identifying null hypothesis/alternative hypothesis. • Type I error: falsely reject null hypothesis • Type II error: falsely accept null hypothesis • The null hypothesis is the statement that we’d rather take as true if there is not strong enough evidence showing otherwise. In other words, we consider type I error more costly. • In term of coverage estimate, we consider falsely inadequate coverage is more costly. So the null hypothesis is: the current coverage is below the target coverage. • Choose significant level: maximum probability we are willing to accept in making Type I Error. • Collect sample and compute its statistic, in this case, the proportion. • Calculate z score from proportion an compare with za • If z is larger, we can reject null hypothesis and claim adequate coverage with confidence
Boundary-aware algorithm versus point-wise interpretation • A new concept in negative selection algorithm • Previous works of NSA • Matching threshold is used as mechanism to control the extent of generalization • However, each self sample is used individually. The continuous area represented by a group of sample is not captured. (point-wise interpretation) Desired interpretation: The area represented by The group of points More specificity Relatively more aggressive to detect anomaly More generalization The real boundary is Extended.
Boundary–aware: using the training points as a collection • Boundary-aware algorithm • A ‘clustering’ mechanism though represented in negative space • The training data are used as a collection instead individually. • Positive selection cannot do the same thing contribution
V-detector is more than a real-valued negative selection algorithm • V-detector can be implemented for any data representation and distance measure. • Usually negative selection algorithms were designed with specific data representation and distance measure. • The features we just introduced are not limited by representation scheme or generation mechanism. (as long as we have a distance measure and a threshold to decide matching) contribution
V-detector algorithm with confidence in detector coverage contribution
V-detector algorithm with confidence in detector coverage contribution
V-detector algorithm with confidence in detector coverage contribution
V-detector’s contributions • Efficiency: • fewer detectors • fast generation • Coverage confidence • Extensibility, simplicity contribution
Experiments • A large pool of synthetic data (2-D real space) are experimented to understand V-detector’s behavior • More detail analysis of the influence of various parameters is planned as ‘work to do’ • Real world data • Confirm it works well enough to detect real world “anomaly” • Compare with methods dealing with similar problems • Demonstration • How actual training data and detector look like • Basic UI and visualization of V-detector implementation
Parameters to evaluate its performance • Detection rate • False alarm rate • Number of detectors
Control parameters and algorithm variations • Self radius – key parameter • Target coverage • Significant level (of hypothesis testing) • Boundary-aware versus point-wise • Hypothesis testing versus naïve estimate • Reuse random points versus minimum detector set (to be implemented) contribution
Data’s influence on performance • Specific shape • Intuitively, “corners” will affect the results. • Number of training points • Major influence contribution
Synthetic data (‘intersection’ and pentagram): compare naïve estimate and hypothesis testing ‘intersection’ shape pentagram
Synthetic data : results for different shapes of self region
Synthetic data (ring): compare boundary-aware and point-wise False alarm rate Detection rate
Real world data • Biomedical data • Pollution data • Ball bearing – preprocessed time series data • Others: Iris data, gene data, India Telugu contribution
Results of air pollution data Detection rate and false alarm rate Number of detectors
Ball bearing data Example of raw data (new bearings, first 1000 points) • raw data: time series of acceleration measurements • Preprocessing (from time domain to representation space for detection) • FFT (Fast Fourier Transform) with Hanning windowing: window size 30 • Statistical moments: up to 5th order
Ball bearing experiments with two different preprocessing techniques contribution
Work to do next • Extension to different data representation • Searching for real world applications • Compare with other methods, e.g. SVM • Analysis on the influence of control parameters and algorithm variations to do
Publications • Dasgupta, Ji, Gonzalez, Artificial immune system (AIS) research in the last five years, CEC 2003 • Ji, Dasgupta, Augmented negative selection algorithm with variable-coverage detectors, CEC 2004 • Ji, Dasgupta, Real-valued negative selection algorithm with variable-sized detectors, GECCO 2004 • Ji, Dasgupta, Estimating the detector coverage in a negative selection algorithm, GECCO 2005 • Ji, A boundary-aware negative selection algorithm, ASC 2005 • Ji, Dasgupta, Revisiting negative selection algorithms, submitted to the Evolutionary Computation Journal • Ji, Dasgupta, An efficient negative selection algorithm of “probably adequate” coverage, submitted to SMC
Questions and comments? Thank you!
What is matching rule? • When a sample and a detector are considered matching. • Matching rule plays an important role in negative selection algorithm. It largely depends on the data representation.
Match or not match? In real-valued representation, detector can be visualized as hyper-sphere. Candidate 1: thrown-away; candidate 2: made a detector.
Experiments and Results • Synthetic Data • 2D. Training data are randomly chosen from the normal region. • Fisher’s Iris Data • One of the three types is considered as “normal”. • Biomedical Data • Abnormal data are the medical measures of disease carrier patients. • Air Pollution Data • Abnormal data are made by artificially altering the normal air measurements • Ball bearings: • Measurement: time series data with preprocessing - 30D and 5D
Synthetic data - Cross-shaped self spaceShape of self region and example detector coverage (a) Actual self space (b) self radius = 0.05 (c) self radius = 0.1
Synthetic data - Cross-shaped self spaceResults Detection rate and false alarm rate Number of detectors
Synthetic data - Ring-shaped self spaceShape of self region and example detector coverage (a) Actual self space (b) self radius = 0.05 (c) self radius = 0.1
Synthetic data - Ring-shaped self spaceResults Detection rate and false alarm rate Number of detectors
Iris dataVirginica as normal, 50% points used to train Detection rate and false alarm rate Number of detectors
Biomedical data • Blood measure for a group of 209 patients • Each patient has four different types of measurement • 75 patients are carriers of a rare genetic disorder. Others are normal.