next up previous
Next: About this document ... Up: Other related research Previous: Location problems in partial

Specific domain research

A: Mobile facility location

Mobile facility location problem is related to the location of mobile facilities serving a set of points moving continuously in the plane. Examples of such problems are the maintenance of the p-center and p-median for moving points under different metric. This problem has applications in mobile wireless communication networks when the broadcast range should contain all the customers getting service. Issues such as the motion parameters of the optimal location of the facilities, approximability results, etc. are all studied.

The results obtained so far are summarized below:

B: Instance-based learning

In the typical nonparametric approach to classification in instance-based learning (IBL) and data mining, random data (the training set of patterns) are collected and used to design a decision rule (classif ier). Instance based learning (IBL) algorithms attempt to classify a new unseen instance (test data) based on some ``proximal neighbour" rule, i.e. by taking a majority vote among the class labels of its proximal instances in the training or reference dataset. One of the most well known such rules is the k-nearest neighbor (k-NN) decision rule (also known as the lazy learning) in which an unknown pattern is classified into the majority class among the k-nearest neighbors in the train ing set. This rule gives low error rates when the training set is large. Geometric proximity graphs especially the Gabriel graph (a subgraph of the well known Delaunay triangulation) provides an elegant algorithmic alternative to k-NN based IBL algorithms. The main reason for this is that Gabriel graphs preserve the original nearest neighbour decision boundary between data points of different classes very well. This brings up up the problem of efficiently computing the Gabriel graph of large training data sets in high dimensional space. We have designed a new approach to the instance-based learning problem. The new approach combines five tools: first, editing the data using Wilson-Gabriel-editing to smooth the decision boundary, second, applying Gabriel-thinning to the edited set, third, filtering this output with the ICF algorithm of Brighton and Mellish, fourth, using the Gabriel-neighbor decision rule to classify new incoming queries, and fifth, using a new data structure that allows the efficient computation of approximate Gabriel graphs in high dimensional spaces.

C: Collection depots problem

We investigate the problem of locating a set of service facilities that need to service customers on a network. To provide service, a server has to visit both the demand node and one of several collection depots. A facility serving a customer dispatches a vehicle that visits the customer and returns to the facility through the collection depot which provides the shortest route. The goal is to minimize the travelled Euclidean weighted distance (minmax or minsum). This problem is a natural generalization of the classical facility location problem. We have analyzed the problem and showed that the collection depots problem in the plane using the Euclidean metric can be transformed to $O(p^2 n^2)$ number of different classical facility location problems and this bound is tight. Here p and n represent the number of depots and customers respectively. We also present 2-approximation algorithms for the problem, and show how some of the techniques developed can be applied to facility problems involving line barriers.


next up previous
Up: Other related research Previous: Location problems in partial