Boosted Detection of Objects and Attributes

Size: px
Start display at page:

Download "Boosted Detection of Objects and Attributes"

Transcription

1 L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly iniizes the detection error by learning a set of siple, coputationally efficient threshold-based detectors. We apply this fraework to segentation of huan skin and detection of faces in iages. We show that despite its siplicity the ethod perfors on par with ore coplex traditional odels in detection accuracy while outperforing the in scalability. This can be especially beneficial in applications of the fraework to real-tie detection tasks. 1. Introduction Statistical odels for detection of objects and their attributes in iages have been popular for a nuber of years. Different odels of varying degrees of coplexity have been proposed and utilized in tasks such as edge and color detection [1, 2, 3, 4, 5], and face detection and recognition[6, 7, 8, 9], to nae just a few. A coon thread of these approaches is that their iproved perforance usually cae at the cost of high coputational and algorithic coplexity. Siilarly, coputationally sipler techniques often required large aounts of data to copensate for the weaknesses of the odel. Exaples of these trends ay be seen in, for instance, face detectors of Rowley et al. [8] and skin odels of Jones and Rehg [5]. Recent developents in the theory of achine learning and applied statistics have shown that siple cobinations of weak odels (learners, classifiers, regressors) ay have a surprisingly effective cobined perforance. Techniques such as bagging and boosting[10] have proved both practically and theoretically that particular choices of cobining siple statistical learners ay significantly reduce not only the training error but also the ore elusive generalization error. In this paper we show how one such technique can be utilized for the task of object detection. We first describe a general theory of boosting, otivated by a nuber of its appealing theoretical properties. We then propose a boosted use of siple thresholding classifiers that leads to coputationally siple yet highly accurate detectors of objects and their attributes in iages. Finally, we deonstrate the utility of our approach by constructing siple boosted detectors for the probles of color-based iage segentation and face detection. 2. Boosted Cobination of Classifiers Boosting (c.f. [10]) is a learning technique which has caught attention in the statistical and achine learning counities. The Boosting algorith works by sequentially training a series of weak learners which are then cobined into a single strong classifier. Each weak learner (classifier) attepts to iniize classification error on a particular distribution of the training data. Freud and Schapire [10] proved that the boosted cobination of classifiers not only iniizes the epirical classification error ( error on the training set ) but also leads to a iniized bound on the true Bayesian error ( error on the test set. ) Various classifiers of different coplexity such as naive Bayes, decision trees and Bayesian networks, have been used in place of the weak learner and have all lead to significantly iproved (boosted) final classification perforance in a nuber of epirical studies. Consider a supervised binary classification proble with training data given by! " #%$&'$, where is the feature vector and is its label,. The (*)+-,/. goal of the learning algorith is to solve for a classifier where that iniizes the generalization error Pr 7%8 ( 9 :<;= is the distribution of the data?@a. However, direct iniization of is ipossible and one attepts to iniize the epirical error 03 CB Pr 7 D 8 ( 9 "; "GIHJ where now denotes?@a the epirical distribution on the training set and G HJ is the M #F$ classification loss defined as GCHNJ PO M ( RQ $S ( RT Nevertheless, iniization of the epirical error reains a difficult task. Schapire and Freud [10] instead suggest iniization of an upper bound on the classification M #:$ loss GIHJ?@ARU GRV4W "X4Y[Z\ ]#^ 1

2 l l J $ ( This task becoes feasible and can be accoplished using the Adaboost algorith: #%$&'$ 1. Given 2. For j $@k ADABOOST < _ `'@àb*c initialize d e]i $gf4hi and dis- (l (a) Train classifier using data tribution. (b) Choose l $^# 0 l noprq 0 lts where 0 l vu!w 7yx[8 (l za9 "{; (c) Update l e]i} 3. The final hypothesis is l _e6[x4y[z? ]# ~ _ C vnez ƒ E l. l (l =4 l ( l 6 " Adaboost algorith starts by assigning equal weight to all training exaples. In each iteration, the weight of the isclassified saples is increased and the weight of correctly classified saples is decreased. In other words, each successive classifier focuses on saples not learned by the previous odels. The weighting factor on data at step j depends on the k expected error 0 l ade by the previous classifier. After iterations the final classifier k is constructed as a linear cobination of individual odels. The weight given to each classifier in the cobination is proportional to the epirical error the classifier akes on the training set. As entioned before, the Adaboost algorith can be shown to iniize a bound on the epirical error. If the weights ( ) are chosen in the way described above, the training error is bounded by n Š 0 l ]$Œ# 0 l = l ˆ One can note that, if each of the individual weak classifiers (1) perfors at least slightly better than the rando, the training error decreases exponentially. Schapire et al. [10] have also shown that the generalization error of the final hypothesis 0 13]5 is bounded by U Pr 7 D ŽE l(l U <?& y hi for any positive and (the VC-diension of.) l ( l A can be viewed as the argin of point and Adaboost indeed axiizes the argin of the cobined classifier. Epirically it has been shown that k Adaboost is able to generalize well for any reasonable. We next show how boosting can be used to construct highly accurate yet siple detectors of objects and their attributes in iages. We eploy (l siple thresholding functions as the weak classifiers. Training of each weak classifier now reduces to optial selection of its threshold. We deonstrate the utility of the boosting approach on two coon coputer vision tasks: color-based iage segentation and face detection. 2.1 Boosted Skin Color Segentation Segentation of iages into skin color regions and nonskin color regions is a coon practical proble in coputer vision. Skin segentation is often the first step in solving ore coplex vision probles. For exaple, one can use skin color-based iage segentation to localize different body parts and then use ore coplex algoriths in just those portion of the iages to do iproved tracking, detection of hands and faces. However, because ost of this task relies on the perforance of the basic color based segentation technique, it becoes iperative that the ethod adopted is accurate. At the sae tie, it is also necessary to have a coputationally efficient technique as one cannot afford a high overhead fro the basic segentation. A nuber of skin detection techniques have been suggested in literature (c.f. [1, 2, 3, 4, 5]). Aong the ost successful are learning-based statistical techniques. In general the techniques can be divided into two categories: paraetric, such as Gaussians ixtures, and non-paraetric, such as histogras. Gaussian ixture ethods [1, 2] work well for saller aounts of training data (provided they are sufficient to learn the paraeters) but do not show good generalization. Moreover, coplex Gaussian odels require overhead in floating coputations which can ake the ipractical for ipleentation on, for instance, hand held devices. Histogra-based techniques [5] exhibit very good perforance, but they require large aounts of training data and fine bin size. Boosting provides an alternative to these ethods by reducing both the eory and the coputational requireents. By optially cobining a set of siple skin color 2

3 M p E classifiers, boosted skin detector optiizes skin detection rate on the training set of iages and, at the sae tie, generalizes well to unseen data. In our ipleentation, boosted skin detector classifies each iage pixel as either skin or non-skin. The detector consists of a nuber of weak, threshold-based detectors: (l š4 _ œ A@žNI Ÿez < I _ \ = # < Here, ž denotes the iage pixel, is the decision threshold, and ž 2ª@«selects the color coponent of the pixel, for instance. Therefore, each threshold detector takes one color coponent of the pixel as its input, copares it against threshold and labels it as the skin or non-skin. Optial choice of, or learning of weak classifiers in the boosting fraework, ž < corresponds to the threshold and coponent that yield the lowest isclassification rate on the training set of pixels. In this work we assue discrete-valued color coponents, hence a fixed $N set of possible thresholds,, suffices. For instance, can be 255 or soe other integer. For a coponent color space ( for RGB, for instance) %± the space of all possible threshold functions has eleents. However, since our ethod is treating coponents independently of each other, the effective space reduces to. The boosted color detector algorith is now siply the ADABOOST algorith of Section 2 with the following training step: SKINBOOST 2(a) Select a threshold function aong possible functions which iniizes 1 the classifica- ( l ²š4 _ 4 tion error on the training set, such that l I Ņ¹ l e] where is skin or non-skin. 8 š4 \œ A2žN9 º ;< k The upper liit on the nuber of weak classifiers is approached when the training error falls to zero or when each subsequent weak detector fails to yield further iproveent ( 0 l ¼» ). 1 It can be easily shown that the error of this classifier is less than ½¾4, provided we also allow negating the output of the threshold function. This eans that one effectively needs to double the nuber of weak detectors to À Á!ÂÄÃÆÅ, corresponding to Ç=ÈÉÊ and Ë\Ç=ÈÉÊ. Boosted skin detector ~ _ obtained in this fashion relies on the superposition of weighted thresholding functions. An exaple of the coplex threshold functions is shown in Figure 1. Note that the final boosted detector is a Red Green Blue Figure 1: Boosted color detector. Shown are linear cobinaitons of weak detectors (thresholding functions) assigned to R, G, and B channels, respectively. Final detector Ì*Í{Î[Ï is a weighted and then thresholded cobination of the three (R,G,B) functions. Horizontal axis corresponds to intensities in the three channels. thresholded linear cobination of the three functions. This superposition, in turn, results in adaptive partitioning of color space into regions assigned to one of the two classes, skin and non-skin. Even though the classifiers at each step of this algorith are trivial and the optiization/learning can be accoplished by a siple exhaustive search, the cobined perforance of the boosted odel is very good. Moreover, h detection process siply involves evaluation of threshold functions which can be efficiently ipleented using lookup tables. In the next section we present results of skin color segentation using our classification technique. We also include a coparison with both the Gaussian ixtures and the histogra odels in two different color space. 2.2 Boosted Face Detection Face detection is another iportant basic task often encountered in coputer vision. A nuber of applications have been developed that require recognition of huan faces. Even though face detection is a difficult task and various ethods that have been used are often coplex, we show how a siple boosted algorith can be used to accurately 3

4 Ð p E and efficiently solve this detection task. A nuber of odels, priarily statistical, have explored various ways of odeling faces [6, 7, 8, 9]. Unlike the task of color-based segentation which iposes little if any spatial constraints on the odel, detection of faces also relies on spatial constraints. To extend the proposed boosting fraework to detection of faces we consider a set of siple weak classifiers of the following for: (l š4 KÐ œ A@ÑzI vez < I +ÓÒÓ?# < now denotes a vectorized iage of gray-scale pixel values and +ÓÒÓ is its ÑÆ# š ( coponent (pixel). Analogous to the color detection task, each threshold detector takes one iage pixel as its input, copares it against threshold and labels it as the face or non-face. Learning of the weak classifiers now corresponds to the threshold and pixel Ñ that yield the lowest rate of error on the training set of iages. The rest of the face detection algorith assues the sae general for of ADABOOST where the weak classifier learning step becoes FACEBOOST 2(a) Select a threshold function which iniizes the ( classification error on the training set, l :š4 _ 4 such that l I v³ 2µI 4¹ Ò l _e6 where is face or non-face. 8 š4 KÐÔœ A2ÑKa9 "{;< Even though it sees trivial for the task of face detection, experiental results in the next section indicate that its perforance is better than that of soe coplex classifiers such as support vector achines. Boosted face detection Ñ=l <l algorith selects an optial subset of iage pixels and thresholds corresponding to those pixels that best discriinate faces fro non-faces, while iniizing the detection error. Figure 2(a), shows an exaple of an average face obtained fro training data. Figure 2(b) shows a typical face iage sapled fro the function learned using boosting. Each non-white location corresponds to a pixel selected by the boosting algoriths. Intensity of each selected pixel is in turn deterined by a linear cobination of the thresholding functions. Siilar to the case of the color classifier, the selected pixel ay have one or ore such thresholding functions that specify ranges of intensities associated with faces and non-faces. The exaple iages indicates that the pixels selected by the algorith are the ones which correspond to the iportant features of the face (eyes, outh, nose and hair). This follows our intuition and agrees with the average face shown in Figure 2(a). (a) face Average (b) Boosted face Figure 2: Points on the boosted face align with ost descriptive features on the average face. Boosted face was obtained by sapling fro the learned boosted threshold odel. It is once again iportant to stress that the boosted face detector selects only a subset of all iage pixels. This clearly reduces the coputational coplexity of detection because only a sall nuber of pixels needs to be exained. Moreover, coputation of the threshold function can be ipleented using a fast lookup table. In the next section we present details of the detection experients. We copare perforance of the boosting ethod with standard ethods like SVM and nearest neighbor classifier. 3. Experients We conducted two series of experients to evaluate the power of our boosted detector odels. The first set of experients involved segentation of iages into skin and non-skin color regions. The second set of experients dealt with the face detection Skin Color Segentation The algorith fro Section 2.1 was used for skin color segentation. We have copared its perforance to two standard skin color odels based on histogras and Gaussian ixtures. We selected a boosted skin detector with 16 threshold levels in each color channel. Coparable histogra and Gaussian ixture odels had 16 unifor bins in each channel and three ixture coponents, respectively. Finally, we considered three typical color spaces: RGB, noralized RGB, and HSV. All odels were trained and evaluated on the sae dataset of 1200 iages. Ground truth labeling of all iage pixels in the data set was done anually. 4

5 Method Err Det False Pos Boosting Mixture of Gaussians Histogra Table 1: Percentage error, detection rate, and false positives (per pixel) in RGB space. Figure 3.1 shows an exaple of the epirical error behavior on the training and the test sets during training. As expected, the test error continued to decrease even when the training error becae stationary, indicating good generalization perforance of the odel. Method Err Det False Pos Boosting Mixture of Gaussians Histogra Table 2: Percentage error, detection rate, and false positives (per pixel) in noralized RGB space. Method Err Det False Pos Boosting Mixture of Gaussians Histogra Table 3: Percentage error, detection rate, and false positives (per pixel) in HSV space. one of those iages. Figure 3: Error of classification on the training and test sets as a function of the nuber of weak detectors. Note that the test error continues to decrease even when the training error reaches a plateau, as the nuber of weak detectors increases. Skin segentation results are suarized in Tables 3.1 through 3.1. We observe that in each case the boosted detector copares favorably in error rate and false positive rate to both the histogra ethod and the ixture of Gaussian. This suggests that a siple boosted detector ay be the desired choice aong the three odels given its low coputational coplexity and eory requireents. Finally, we applied our boosted skin detector to a nuber of arbitrary color iages fro the web. Figure 4(b) illustrates very good skin segentation results obtained on 3.2. Face Detection Experient We conducted a set of preliinary experients to evaluate the boosted face detector. Our training set contained 1400 frontal face iages cropped out of iages downloaded fro the web. Each iage was rescaled to a 16x16 window and noralized for intensity. We randoly chose another 1400 iages which did not contain any faces. Part of the data was used for training and the rest was eployed for testing (five fold crossvalidation was done to obtain consistency in the perforance easure.) Table 3.2 outlines classification perforance for four different classifiers: boosted face detector, support vector achine (SVM) with a linear kernel function, SVM with an RBF kernel, and a nearest neighbor classifier. It is evident that the boosted detector outperfors two of the classifiers and perfors on par with the coplex RBF SVM in the nuber of false positives. Although nearest neighbor classifier gave the best detection perforance it also had a very high false positive rate. The error variance in all cases was less that $gõ, which indicates significance of our results. Figures 5(a) and 5(b) depict results of applying the boosted face detector on two arbitrary web iages selected to contain ultiple faces. Again, the coplexity of the boosted classifier is less than that of the ost other classifiers. Note also that the Method Detection False Positives Boosting SVM (linear) SVM (RBF) Nearest Neighbor Table 4: Percentage error in ters of percentage of faces correctly detected and the percentage of faces isclassified. 5

6 (a) Original (a) (b) Skin color ask Figure 4: Detection of skin color in an arbitrary web iage using the boosted skin detector. (b) Figure 5: Detection of faces in arbitrary web iages using the boosted face detector. 6

7 Õ boosted classifier facilitates efficient ipleentation of the ultiscale search because the evaluation is liited to a subset of iage pixels. 4. Discussion We have shown in the previous sections that optial cobination of siple classifiers, deterined by boosting, even in a basic state space (e.g., RGB or noralized intensities) can lead to detectors whose perforance is coparable to that of soe coplex classifiers. One reason for this ay lie in the coplexity of the state space partitions obtained in this fashion. Our fraework allows ultiple siple classifiers to for coplex partition of the state space, adapted to the statistics of the training set but, also, with soe guarantees with respect to the test set. These guarantees indeed see to hold well for the set of experients we conducted for instance, perforance of both skin and face detectors reains high over relatively adverse lighting conditions present in arbitrary web iages. The use of ore coplex state spaces ( features ) ay slightly iprove detection perforance in ters of (generalized) detection error, but it coes at the additional cost in coputational coplexity. This ay hinder applicability of these detectors in low-resource applications (e.g., handheld devices.) The inherent perforance score of the detector is the syetric total classification error, based on the G HJ syetric loss. As such, the score equally penalizes all types of errors (false and true positives and negatives). We have epirically shown that, in spite of that, our detectors exhibit a good false positive perforance, indicating their optiality and good generalization properties. Unfortunately, basic forulation of the boosting theory does not allow one to iediately utilize non-syetric loss functions and, thus, exhibit control over individual error types. This is one reason for the lack of ROC evaluation, coonly seen in other detection studies. 5. Previous Work Boosting theory has begun to find its application in coputer vision in recent years. For instance, Viola et al. [11] and Pavlovic et al. [12] have both used boosting to cobine classifiers of different coplexity. Viola s work focused on iage search in large databases. They used coplex filters and boosting of a single threshold classifier to generate discriinative features. On the other hand, in our fraework we allow ultiple thresholding functions to generate ore coplex partitions of the sipler state space. Pavlovic et al. used dynaic Bayesian networks for event detection in video and eployed boosting to iprove this detector s perforance. Unlike ours, this approaches attepted to utilize coplex base classifiers that were not always guaranteed to perfor better than» M, a constraint necessary for boosting. 6. Conclusions and Future Work We have presented a statistical fraework for detection of objects and attributes in iages based on boosting of weak classifiers [10]. By selecting a siple thresholded function as the weak classifier we have deonstrated how to obtain optial detectors of skin color and faces. These siple yet highly efficient classifiers guarantee iniization of the training error as well as good generalization perforance. Our preliinary results on two representative sets of web iages suggest that detection perforance of the boosted detectors is on par with that of the ore coplex traditional detection ethods such as histogras, Gaussian ixtures, and support vector achines. However, our ethod is of lower coplexity and trivial to ipleent and execute. As such, the boosted detection ethod ay prove appropriate for applications in real-tie and low-resource coputing devices, such as handhelds. We plan to conduct further coparative tests of the boosted detectors against other state-of-the-art odels. Furtherore, we will extend the study to include coparison with the weak detectors that operate on ore coplex features, such suary features on iage neighborhoods. References [1] T. S. Jebara and A. Pentland, Paraeterized structure fro otion for 3d adaptive feedback tracking of faces, in Proc. IEEE Conf. on Coputer Vision and Pattern Recognition, pp , [2] J. Yang, W. Lu, and A. Waibel, Skin-color odeling and adaptation, in Proc. ACCV, pp , [3] D. A. Forsyth, M. Fleck, and C. Bregler, Finding naked people, in Proc. European Conference on Coputer Vision, pp , [4] J. Z. Wang, J. Li, G. Wiederhold, and O. Firschein, Syste for screening objectionable iages using daubechies wavelets and color histogras, in Proc. IDMS, [5] M. J. Jones and J. Rehg, Statistical color odels with application to skin detection, in Proc. IEEE Conf. on Coputer Vision and Pattern Recognition, pp , [6] M. Turk and A. Pentland, Face recognition using eigenfaces, in Proc. IEEE Conf. on Coputer Vision and Pattern Recognition, pp ,

8 [7] K. Sung and T. Poggio, Exaple-based learning for view-based huan face detection, a.i. eo 1521, MIT, Deceber [8] H. Rowley, S. Baluja, and T. Kanade, Neural network-based face detection, in Proc. IEEE Conf. on Coputer Vision and Pattern Recognition, pp , [9] T. Rikert, M. Jones, and P. Viola, A cluster-based statistical odel for object detection, in ICCV, [10] Y. Freund and R. E. Schapire, Experients with a new boosting algorith, in Machine Learning: Proceedings of the thriteenth international conference, pp , [11] K. Tieu and P. Viola, Boosting iage retrieval, in CVPR00, pp. I: , [12] V. Pavlovic, A. Garg, J. Rehg, and T. Huang, Multiodal speaker detection using error feedback dynaic bayesian networks, in CVPR00, pp. II:34 41,

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

Feature-Centric Evaluation for Efficient Cascaded Object Detection

Feature-Centric Evaluation for Efficient Cascaded Object Detection IEEE Conference on Coputer Vision and Pattern (CVPR, 2004 Feature-Centric Evaluation for Efficient Cascaded Object Detection Henry Schneideran 1 Robotics Institute Carnegie Mellon University Pittsburgh,

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi A Hierarchical Application of ICA-based Feature Etraction to Iage Classification Introduction Iage classification poses one of the greatest challenges in the achine vision and achine learning counities.

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

Predicting x86 Program Runtime for Intel Processor

Predicting x86 Program Runtime for Intel Processor Predicting x86 Progra Runtie for Intel Processor Behra Mistree, Haidreza Haki Javadi, Oid Mashayekhi Stanford University bistree,hrhaki,oid@stanford.edu 1 Introduction Progras can be equivalent: given

More information

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Sha M. Kakade Microsoft Research and Wharton, U Penn skakade@icrosoft.co Varun Kanade SEAS, Harvard University

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Short Papers. Location- and Density-Based Hierarchical Clustering Using Similarity Analysis 1 INTRODUCTION

Short Papers. Location- and Density-Based Hierarchical Clustering Using Similarity Analysis 1 INTRODUCTION IEEE TRASACTIOS O PATTER AALYSIS AD MACHIE ITELLIGECE, VOL. 20, O. 9, SEPTEMBER 1998 1011 Short Papers Location- and Density-Based Hierarchical Clustering Using Siilarity Analysis Peter Bacsy and arendra

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

A Study of the Relationship Between Support Vector Machine and Gabriel Graph

A Study of the Relationship Between Support Vector Machine and Gabriel Graph A Study of the Relationship Between Support Vector Machine and Gabriel Graph Wan Zhang and Irwin King {wzhang, king}@cse.cuhk.edu.hk Departent of Coputer Science & Engineering The Chinese University of

More information

Fair Energy-Efficient Sensing Task Allocation in Participatory Sensing with Smartphones

Fair Energy-Efficient Sensing Task Allocation in Participatory Sensing with Smartphones Advance Access publication on 24 February 2017 The British Coputer Society 2017. All rights reserved. For Perissions, please eail: journals.perissions@oup.co doi:10.1093/cojnl/bxx015 Fair Energy-Efficient

More information

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH V. Atienza; J.M. Valiente and G. Andreu Departaento de Ingeniería de Sisteas, Coputadores y Autoática Universidad Politécnica de Valencia.

More information

6.1 Topological relations between two simple geometric objects

6.1 Topological relations between two simple geometric objects Chapter 5 proposed a spatial odel to represent the spatial extent of objects in urban areas. The purpose of the odel, as was clarified in Chapter 3, is ultifunctional, i.e. it has to be capable of supplying

More information

An Ad Hoc Adaptive Hashing Technique for Non-Uniformly Distributed IP Address Lookup in Computer Networks

An Ad Hoc Adaptive Hashing Technique for Non-Uniformly Distributed IP Address Lookup in Computer Networks An Ad Hoc Adaptive Hashing Technique for Non-Uniforly Distributed IP Address Lookup in Coputer Networks Christopher Martinez Departent of Electrical and Coputer Engineering The University of Texas at San

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing 203 IEEE Conference on Coputer Vision and Pattern Recognition Copressed Hashing Yue Lin Rong Jin Deng Cai Shuicheng Yan Xuelong Li State Key Lab of CAD&CG, College of Coputer Science, Zhejiang University,

More information

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION 10th International Society for Music Inforation Retrieval Conference (ISMIR 2009) AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION Min-Yian Su, Yi-Hsuan Yang, Yu-Ching Lin, Hoer Chen National Taiwan

More information

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs International Journal of Electronics and Electrical Engineering Vol., No., June, 4 Action Recognition Using Local SpatioTeporal Oriented Energy Features and Additive Kernel SVMs Jiangfeng Yang and Zheng

More information

I ve Seen Enough : Incrementally Improving Visualizations to Support Rapid Decision Making

I ve Seen Enough : Incrementally Improving Visualizations to Support Rapid Decision Making I ve Seen Enough : Increentally Iproving Visualizations to Support Rapid Decision Making Sajjadur Rahan Marya Aliakbarpour 2 Ha Kyung Kong Eric Blais 3 Karrie Karahalios,4 Aditya Paraeswaran Ronitt Rubinfield

More information

On computing global similarity in images

On computing global similarity in images On coputing global siilarity in iages S Ravela and R Manatha Coputer Science Departent University of Massachusetts, Aherst, MA 01003 Eail: ravela,anatha @csuassedu Abstract The retrieval of iages based

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches Efficient Estiation of Inclusion Coefficient using HyperLogLog Sketches Azade Nazi, Bolin Ding, Vivek Narasayya, Surajit Chaudhuri Microsoft Research {aznazi, bolind, viveknar, surajitc}@icrosoft.co ABSTRACT

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Energy-Efficient Disk Replacement and File Placement Techniques for Mobile Systems with Hard Disks

Energy-Efficient Disk Replacement and File Placement Techniques for Mobile Systems with Hard Disks Energy-Efficient Disk Replaceent and File Placeent Techniques for Mobile Systes with Hard Disks Young-Jin Ki School of Coputer Science & Engineering Seoul National University Seoul 151-742, KOREA youngjk@davinci.snu.ac.kr

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

3 Conference on Inforation Sciences and Systes, The Johns Hopkins University, March, 3 Sensitivity Characteristics of Cross-Correlation Distance Metric and Model Function F. Porikli Mitsubishi Electric

More information

Rule Extraction using Artificial Neural Networks

Rule Extraction using Artificial Neural Networks Rule Extraction using Artificial Neural Networks S. M. Karuzzaan 1 Ahed Ryadh Hasan 2 Abstract Artificial neural networks have been successfully applied to a variety of business application probles involving

More information

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation International Journal of Advanced Coputer Research (ISSN (print): 49-777 ISSN (online): 77-7970) Volue-3 Nuber- Issue-8 March-03 MRI Brain Iage Segentation based on hresholding G. Evelin Sujji, Y.V.S.

More information

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation

An Optimization Clustering Algorithm Based on Texture Feature Fusion for Color Image Segmentation Algoriths 2015, 8, 234-247; doi:10.3390/a8020234 Article OPEN ACCESS algoriths ISSN 1999-4893 www.dpi.co/journal/algoriths An Optiization Clustering Algorith Based on Texture Feature Fusion for Color Iage

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

A robust incremental learning framework for accurate skin region segmentation in color images

A robust incremental learning framework for accurate skin region segmentation in color images Pattern Recognition 40 (2007) 3621 3632 www.elsevier.co/locate/pr A robust increental learning fraework for accurate skin region segentation in color iages Bin Li a,, Xiangyang Xue a, Jianping Fan b a

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points Joint Measureent- and Traffic Descriptor-based Adission Control at Real-Tie Traffic Aggregation Points Stylianos Georgoulas, Panos Triintzios and George Pavlou Centre for Counication Systes Research, University

More information

Computer Vision and Image Understanding

Computer Vision and Image Understanding Coputer Vision and Iage Understanding 117 (2013) 453 465 Contents lists available at SciVerse ScienceDirect Coputer Vision and Iage Understanding journal hoepage: www.elsevier.co/locate/cviu Pooling in

More information

An Efficient Approach for Content Delivery in Overlay Networks

An Efficient Approach for Content Delivery in Overlay Networks An Efficient Approach for Content Delivery in Overlay Networks Mohaad Malli, Chadi Barakat, Walid Dabbous Projet Planète, INRIA-Sophia Antipolis, France E-ail:{alli, cbarakat, dabbous}@sophia.inria.fr

More information

Data & Knowledge Engineering

Data & Knowledge Engineering Data & Knowledge Engineering 7 (211) 17 187 Contents lists available at ScienceDirect Data & Knowledge Engineering journal hoepage: www.elsevier.co/locate/datak An approxiate duplicate eliination in RFID

More information

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou Departent of Coputer Science and Inforation Engineering, National Chiayi

More information

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model 1746 J. Opt. Soc. A. A/ Vol. 22, No. 9/ Septeber 2005 Y. J. Xiao and Y. F. Li Optiized stereo reconstruction of free-for space curves based on a nonunifor rational B-spline odel Yi Jun Xiao Departent of

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion Effective Tracking of the Players and Ball in Indoor Soccer Gaes in the Presence of Occlusion Soudeh Kasiri-Bidhendi and Reza Safabakhsh Airkabir Univerisity of Technology, Tehran, Iran {kasiri, safa}@aut.ac.ir

More information

Minimax Sensor Location to Monitor a Piecewise Linear Curve

Minimax Sensor Location to Monitor a Piecewise Linear Curve NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location to Monitor a Piecewise Linear Curve To M. Cavalier The Pennsylvania State University University Par, PA 680 Whitney A. Conner

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Massive amounts of high-dimensional data are pervasive in multiple domains,

Massive amounts of high-dimensional data are pervasive in multiple domains, Challenges of Feature Selection for Big Data Analytics Jundong Li and Huan Liu, Arizona State University Massive aounts of high-diensional data are pervasive in ultiple doains, ranging fro social edia,

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

AN APPROACH ON BIMODAL BIOMETRIC SYSTEMS

AN APPROACH ON BIMODAL BIOMETRIC SYSTEMS AN APPROACH ON BIODAL BIOETRIC SYSTES Eugen LUPU, Siina EERICH Technical University of Cluj-Napoca, 26-28 Baritiu str. Cluj-Napoca phone: +40-264-40-266; fax: +40-264-592-055; e-ail: Eugen.Lupu @co.utcluj.ro

More information

Detecting Anomalous Structures by Convolutional Sparse Models

Detecting Anomalous Structures by Convolutional Sparse Models Detecting Anoalous Structures by Convolutional Sparse Models Diego Carrera, Giacoo Boracchi Dipartiento di Elettronica, Inforazione e Bioingegeria Politecnico di Milano, Italy {giacoo.boracchi, diego.carrera}@polii.it

More information

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands Oblivious Routing for Fat-Tree Based Syste Area Networks with Uncertain Traffic Deands Xin Yuan Wickus Nienaber Zhenhai Duan Departent of Coputer Science Florida State University Tallahassee, FL 3306 {xyuan,nienaber,duan}@cs.fsu.edu

More information

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design A Fast Multi-Obective Genetic Algorith for Hardware-Software Partitioning In Ebedded Syste Design 1 M.Jagadeeswari, 2 M.C.Bhuvaneswari 1 Research Scholar, P.S.G College of Technology, Coibatore, India

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information

THE rapid growth and continuous change of the real

THE rapid growth and continuous change of the real IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 8, NO. 1, JANUARY/FEBRUARY 2015 47 Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh, Issa

More information

Galois Homomorphic Fractal Approach for the Recognition of Emotion

Galois Homomorphic Fractal Approach for the Recognition of Emotion Galois Hooorphic Fractal Approach for the Recognition of Eotion T. G. Grace Elizabeth Rani 1, G. Jayalalitha 1 Research Scholar, Bharathiar University, India, Associate Professor, Departent of Matheatics,

More information

Skin and Face Detection

Skin and Face Detection Skin and Face Detection Linda Shapiro EE/CSE 576 1 What s Coming 1. Review of Bakic flesh detector 2. Fleck and Forsyth flesh detector 3. Details of Rowley face detector 4. Review of the basic AdaBoost

More information

Spectral Clustering with Two Views

Spectral Clustering with Two Views Spectral Clustering with Two Views Virginia R. de Sa Departent of Cognitive Science, 55 University of California, San Diego 95 Gilan Dr. La Jolla, CA 993-55 desa@ucsd.edu Abstract In this paper we develop

More information

Optimal Route Queries with Arbitrary Order Constraints

Optimal Route Queries with Arbitrary Order Constraints IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL.?, NO.?,? 20?? 1 Optial Route Queries with Arbitrary Order Constraints Jing Li, Yin Yang, Nikos Maoulis Abstract Given a set of spatial points DS,

More information

Hand Gesture Recognition for Human-Computer Interaction

Hand Gesture Recognition for Human-Computer Interaction Journal of Coputer Science 6 (9): 002-007, 200 ISSN 549-3636 200 Science Publications Hand Gesture Recognition for Huan-Coputer Interaction S. ohaed ansoor Rooi, R. Jyothi Priya and H. Jayalakshi Departent

More information

Automatic Die Inspection for Post-sawing LED Wafers

Automatic Die Inspection for Post-sawing LED Wafers Proceedings of the 009 IEEE International Conference on Systes, Man, and Cybernetics San Antonio, TX, USA - ctober 009 Autoatic Die Inspection for Post-sawing ED Wafers Chuan-Yu Chang 1, Chun-Hsi i, Yung-Chi

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

Object detection from Background Scene Using t-sne -ORB Gradient Boost

Object detection from Background Scene Using t-sne -ORB Gradient Boost ISSN:0975-9646 Radhaadhab Dalai et al, / (IJCSIT) International Journal of Coputer Science and Inforation Technologies, Vol. 8 (5), 2017,561-568 Object detection fro Background Scene Using t-sne -ORB Gradient

More information

MiPPS: A Generative Model for Multi-Manifold Clustering

MiPPS: A Generative Model for Multi-Manifold Clustering Manifold Learning and its Applications: Papers fro the AAAI Fall Syposiu (FS-9-) MiPPS: A Generative Model for Multi-Manifold Clustering Oluwasani Koyejo and Joydeep Ghosh Electrical and Coputer Engineering

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues Mapping Data in Peer-to-Peer Systes: Seantics and Algorithic Issues Anastasios Keentsietsidis Marcelo Arenas Renée J. Miller Departent of Coputer Science University of Toronto {tasos,arenas,iller}@cs.toronto.edu

More information

INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES

INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES INTRINSIC DECOMPOSITION FOR STEREOSCOPIC IMAGES Dehua Xie 1, Shuaicheng Liu 1, Kaio Lin 2, Shuyuan Zhu 1, and Bing Zeng 1 1 School of Electronic Engineering, University of Electronic Science and Technology

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

News Events Clustering Method Based on Staging Incremental Single-Pass Technique

News Events Clustering Method Based on Staging Incremental Single-Pass Technique News Events Clustering Method Based on Staging Increental Single-Pass Technique LI Yongyi 1,a *, Gao Yin 2 1 School of Electronics and Inforation Engineering QinZhou University 535099 Guangxi, China 2

More information

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR Manish Kuar Srivastava,Madan Kushwah, Abhishe uar 3 Assistant Professor, Departent of CSE, Lal Bahadur Shastri Group of Institutions Lucnow, Uttar Pradesh,

More information

Ascending order sort Descending order sort

Ascending order sort Descending order sort Scalable Binary Sorting Architecture Based on Rank Ordering With Linear Area-Tie Coplexity. Hatrnaz and Y. Leblebici Departent of Electrical and Coputer Engineering Worcester Polytechnic Institute Abstract

More information

Privacy-preserving String-Matching With PRAM Algorithms

Privacy-preserving String-Matching With PRAM Algorithms Privacy-preserving String-Matching With PRAM Algoriths Report in MTAT.07.022 Research Seinar in Cryptography, Fall 2014 Author: Sander Sii Supervisor: Peeter Laud Deceber 14, 2014 Abstract In this report,

More information

Shape Optimization of Quad Mesh Elements

Shape Optimization of Quad Mesh Elements Shape Optiization of Quad Mesh Eleents Yufei Li 1, Wenping Wang 1, Ruotian Ling 1, and Changhe Tu 2 1 The University of Hong Kong 2 Shandong University Abstract We study the proble of optiizing the face

More information

Set Theoretic Estimation for Problems in Subtractive Color

Set Theoretic Estimation for Problems in Subtractive Color Set Theoretic Estiation for Probles in Subtractive Color Gaurav Shara Digital Iaging Technology Center, Xerox Corporation, MS0128-27E, 800 Phillips Rd, Webster, NY 14580 Received 25 March 1999; accepted

More information

Carving Differential Unit Test Cases from System Test Cases

Carving Differential Unit Test Cases from System Test Cases Carving Differential Unit Test Cases fro Syste Test Cases Sebastian Elbau, Hui Nee Chin, Matthew B. Dwyer, Jonathan Dokulil Departent of Coputer Science and Engineering University of Nebraska - Lincoln

More information

Classification and Prediction of Motion Trajectories using Spatiotemporal Approximations

Classification and Prediction of Motion Trajectories using Spatiotemporal Approximations Classification and Prediction of Motion Trajectories using Spatioteporal Approxiations Andrew Naftel & Shehzad Khalid School of Inforatics University of Manchester Manchester, M6 1QD a.naftel@anchester.ac.uk;

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

Affine Invariant Texture Analysis Based on Structural Properties 1

Affine Invariant Texture Analysis Based on Structural Properties 1 ACCV: The 5th Asian Conference on Coputer Vision, --5 January, Melbourne, Australia Affine Invariant Texture Analysis Based on tructural Properties Jianguo Zhang, Tieniu Tan National Laboratory of Pattern

More information

Fast Bilateral Filter With Arbitrary Range and Domain Kernels

Fast Bilateral Filter With Arbitrary Range and Domain Kernels 269 IEEE TRANSACTIONS ON IAGE PROCESSING, VOL. 2, NO. 9, SEPTEBER 2 [26] D. L. Donoho and I.. Johnstone, Adapting to unknown soothness via wavelet shrinkage, J. Aer. Statist. Assoc., vol. 9, no. 432, pp.

More information

1 Extended Boolean Model

1 Extended Boolean Model 1 EXTENDED BOOLEAN MODEL It has been well-known that the Boolean odel is too inflexible, requiring skilful use of Boolean operators to obtain good results. On the other hand, the vector space odel is flexible

More information

A neural network framework for face recognition by elastic bunch graph matching

A neural network framework for face recognition by elastic bunch graph matching A neural network fraework for face recognition by elastic bunch graph atching Francisco A. Pujol López, Higinio Mora Mora*, José A. Girona Selva Abstract Autoated bioetric systes are being widely used

More information

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage 216 IEEE 23rd International Conference on High Perforance Coputing A Low-Cost Multi-Failure Resilient Replication Schee for High Data Availability in Cloud Storage Jinwei Liu* and Haiying Shen *Departent

More information

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation 28 Aerican Control Conference Westin Seattle Hotel, Seattle, Washington, USA June -3, 28 WeC9.5 A Model Free Autoatic Tuning Method for a Restricted Structured Controller by Using Siultaneous Perturbation

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

A Measurement-Based Model for Parallel Real-Time Tasks

A Measurement-Based Model for Parallel Real-Time Tasks A Measureent-Based Model for Parallel Real-Tie Tasks Kunal Agrawal 1 Washington University in St. Louis St. Louis, MO, USA kunal@wustl.edu https://orcid.org/0000-0001-5882-6647 Sanjoy Baruah 2 Washington

More information

Verifying the structure and behavior in UML/OCL models using satisfiability solvers

Verifying the structure and behavior in UML/OCL models using satisfiability solvers IET Cyber-Physical Systes: Theory & Applications Review Article Verifying the structure and behavior in UML/OCL odels using satisfiability solvers ISSN 2398-3396 Received on 20th October 2016 Revised on

More information

Debiasing Crowdsourced Batches

Debiasing Crowdsourced Batches Debiasing Crowdsourced Batches Honglei Zhuang, Aditya Paraeswaran, Dan Roth and Jiawei Han Departent of Coputer Science University of Illinois at Urbana-Chapaign {hzhuang3, adityagp, danr, hanj}@illinois.edu

More information

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m]

Simulated Sensor Reading. Heading. Y [m] local minimum ; m. local maximum ; M. discontinuity ; D. connection ; c X [m] Localization based on Visibility Sectors using Range Sensors Sooyong Lee y Nancy. Aato Jaes Fellers Departent of Coputer Science Texas A& University College Station, TX 7784 fsooyong,aato,jpf938g@cs.tau.edu

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

Scheduling Parallel Real-Time Recurrent Tasks on Multicore Platforms

Scheduling Parallel Real-Time Recurrent Tasks on Multicore Platforms IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL., NO., NOV 27 Scheduling Parallel Real-Tie Recurrent Tasks on Multicore Platfors Risat Pathan, Petros Voudouris, and Per Stenströ Abstract We

More information