A Novel Fuzzy Chinese Address Matching Engine Based on Full-text Search Technology

Size: px
Start display at page:

Download "A Novel Fuzzy Chinese Address Matching Engine Based on Full-text Search Technology"

Transcription

1 Based on Full-text Search Technology 12 Institute of Reote Sensing and Digital Earth National Engineering Research Center for Reote Sensing Applications,Beijing,100101, China E-ail: Xiang Li Institute of Reote Sensing and Digital Earth, Beijing,100101, China E-ail: Ling Peng Institute of Reote Sensing and Digital Earth National Engineering Research Center for Reote Sensing Applications,Beijing,100101, China E-ail: Tianhe Chi 3 Institute of Reote Sensing and Digital Earth National Engineering Research Center for Reote Sensing Applications,Beijing,100101, China E-ail: chith@126.co The ability to locate addresses is one of the ost iportant features in an urban geographic inforation syste. Since Chinese geocoding proble cannot be handled by the European geocoding ethod, soe Chinese scholars did special researches on Chinese geocoding. Current researches all focus on address standardizations and odels, and pay less attention to the user input and result control. We designed a novel fuzzy Chinese address atching engine to give a freedo of user input and result control. The engine is coposed of an index builder and a retrieval locator based on full-text search. Furtherore, three kinds of fuzzy atch ethods (Searching-Box Fuzzy Single Match, One-to-One Fuzzy Single Match, and Table-For Fuzzy Batch Match) are ipleented. Through ore than 50,000 pieces of address-point data fro eight districts of Beijing for testing, this engine copared to traditional database retrieval syste shows obvious advantages: (1)It has higher atch efficiency for dealing with large data; (2)It offers greater freedo on user input and result control. In the quality test, when the threshold of fuzzy atching degree is higher than 0.75, the accuracy rate reaches to 100%, with atching rate 83% and recall rate 92% respectively. CENet Septeber 2015 Shanghai, China 1 Speaker 2 Corresponding Author 3 This research was supported by the fire control anageent and rescue coand syste based on Internet of things (2011FU125Z24). Copyright owned by the author(s) under the ters of the Creative Coons Attribution-NonCoercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).

2 1. Introduction The ability to locate addresses is one of the ost iportant features in an urban geographic inforation syste. Geocoding, also called address atch, which uses a geographical description to ap a space position with X and Y coordinates [1], is the key to solve address location proble. European countries start researches on geocoding earlier than China. For exaple, the project of Topologically Integrated Geographic Encoding and Referencing (TIGER) in Aerica [2], the Postal Code Address Data (PCAD) in Canada [3], the Geocoded National Address File (GNAF) in Australia [4] all belong to this category. Besides, lots of coercial organizations such as Google, Yahoo, Microsoft and ESRI, also released their own free geocoding engines for the governent work, city planning and facility location. However, the European geocoding technology cannot be used in China directly because of the reasons: (1) Chinese address standardizations and geocoding database lack integrated planning. For exaple, in 1988, Beijing firstly proposed a series of urban address data collecting rules [5-6] in the Geocoding Project for Beijing. Later, Shanghai, Zhejiang and Hong Kong also did siilar work, and published asses of different standardizations. So far, there still exists an insurountable barrier to build unifor standards about geocoding. (2) Copared to English address expression, Chinese expression has ore freedo and no space. European geocoding engine cannot handle Chinese geocoding proble directly. Therefore any Chinese scholars do researches on Chinese geocoding and present soe practical odels, such as Hierarchical Address Match Models [7, 8], Inforation Retrieval Address Match Models [9] and Huan Intelligence Address Match Models [10]. Nevertheless, current researches all focus on address standardizations and odels, and pay less attention to the user input and result control. On one hand, users always input address ixed with un-noral ters. Liited result is returned if the address construction is overpursued. On the other hand, different volue of input data require different atch accuracy, efficiency and operation styles. In order to solve the above probles, this paper proposes a novel fuzzy Chinese address atching engine coposed of an index builder and a retrieval locator based on full-text search. This engine has three atching odes: Searching-Box Fuzzy Single Match, One-to-One Fuzzy Single Match, and Table-For Fuzzy Batch Match. Since this engine offers siple address atching coponents and gives a factor to adjust the results, it can be easily used to develop coplex geocoding services. The paper is organized as follows. The core algorith of full-text search technology - Correlation Score Algorith is presented firstly in Sect. 2. Section 3 discusses the fraework of fuzzy Chinese address atching engine. We propose the ipleent of the index builder and the retrieval locator. The retrieval locator contains three fuzzy atching functions, which is the ost iport part of the paper. Section 4 presents a series of experients to deonstrate the efficiency and the accuracy of the proposed function. Finally, the study is suarized in Sect Correlation Score Algorith based on Vector Space Model (VSM) Full-text search engine creates index and records the frequency and location for each word in a file, so it s uch faster to pinpoint the user input. Chinese full-text search technology includes invert index, word segentation, inforation retrieval and etc. It s ainly used to atch key word in the website. It s also apt to atch address due to the siilar process. This paper selects Lucene engine to custoize our address atching engine because of its good extendibility and concurrency support. The kernel of Lucene is the correlation score echanis. It calculates the correlation score between the input query and the docuent. The algorith adds adjustable stiulating factors based on VSM [11], which can enhance the flexibility of the atching algorith. The forula is below: 2

3 Score( q, d ) coord( q, d) querynor( q) 2 [ tf ( k in d) idf ( k) k. getboost() nor( k, d)] k in q (2.1) In Eq. (2.1), k eans key word in query q or docuent d. coord( q, d ) stands for the ratio between the atched key words in q and the key words in q; querynor( q ) stands for the noralized factor of q. The longer the query is (it eans q containing ore key words), the saller the factor value is. tf ( k in d ) stands for the frequency of k in d. idf ( k ) stands for the frequency of inversed docuents. The less likely the key word k appears in the whole database, the bigger the value is. k. getboost () stands for the weight of the key word k. nor( k, d ) stands for the noralized factor of d. The longer the docuent is (it eans d containing ore key words), the saller the value is. In conclusion, if a key word appears ore frequent in the active docuent than in others, the score of the key word will be uch higher to the active docuent than to others. In addition, if the atched key words of a query sentence hold a higher percentage in the active docuent than in others, the score of the query will be uch higher as well. Based on the forula, each address in the database can be treated as a docuent. Then after the word segentation and invert indexed process, the above algorith can be used to calculate the atching degree between the user input and each address piece fro the database. This forula is also the theoretical foundation of the fuzzy Chinese address atching engine. 3. The Fraework of Fuzzy Chinese Address Matching Engine The fuzzy Chinese address atching engine has two ain threads: (1) The creation of geography index; (2) Geography searching and location. The fraework is as Fig. 1. Figure 1: The fraework of fuzzy Chinese address atching engine 3.1 Creation of Geography Index Geography index is created for the whole address database. It puts a piece of dictionary clothes on the address database, so it avoids catastrophic traversals during atching. The creation of geography index happens when updating the address database. The whole process is divided into 3 steps: 1. Preprocess the address database. We first filter the non-standard addresses in the original database and noralize the, then encode the addresses according to their hierarchal eleents. After that, the noralized address can by expressed by a series of codes. In order to iprove the atching rate, each noralized address record is supplied with alias, English abbreviation and etc. The ite which can be located should contain fields including address code, address nae, location description (such as standard address and adinistrative area), 3

4 reark (such as abbreviation and alias) and location coordinates (X, Y coordinates). Accordingly, the geographic coordinates table, the adinistrative area table, the street table, the building table are built. Aong the, the geographic coordinates table is the only table storing coordinates and the copleted related codes, so other tables can be connected logically. 2. Create the word segentation dictionary. The address segentation is siilar to the ordinary sentence segentation, but it needs to think about the characters of the address coposition. First, ost of the addresses can be treated as the cobination of different hierarchical place naes, so an address can be expressed as follows: address = place nae 1 + place nae place nae 3. For exaple, a Chinese address expression Beijing City Chaoyang District jianguoenwai Street 1 No. can be divided into Beijing City, Chaoyang District, Jiangguoenwai Street, No. 1. When the adinistrative level goes down, the location specificity increases. This kind of specificity can be evaluated by their occurring probability in the database, so it s necessary to identify these independent place nae units. Second, any studies about address atch shows that, a noralized hierarchical place nae usually consists of coon nae and special nae. For exaple, Beijing City consist of one special nae Beijing and one coon nae City. The special nae can be accurately described as a geography object, serving as the ain atching word. The coon nae can ark single work unit, serving as the cutting word. Using the standard address as an exaple, the best cutting should be Beijing/ City/ Chaoyang/ District/ Jianguoenwai/ Street/ 1/ No.. According to this feature, in order to increase the segentation accuracy of coon nae and special nae, it s needed to put the coon geography segentation words, as well as adinistrative division naes, counity naes, and street naes into the word segentation dictionary. Coon geography segentation words are as follows: Adinistrative area: Province, city, autonoous region, special adinistrative region, district, alliance, autonoous prefecture, village, town, sub-district office etc. Counity: li, plot, park, lane, apartent, house, garden, cottage etc. Street: road, avenue, street, alley, hutong etc. Nuber: nuber, #, building, doritory, roo, hall etc. Geographic object: ansion, square, center, bar, restaurant, hotel, bureau, copany etc. Spatial direction: east, west, south, north, copound direction(such as southeast, northwest) Spatial relation: contain, disjoint, joint, overlay, cross Word segentation dictionary is not only for the creation of the geography index, but also for the user input segentation. Spatial orientation and spatial relation segentation words can provide the correction inforation of a location expression. They ake the result closer to the real geography location description. For exaple, No.1, Jianguoenwai Street, Chaoyang District, Beijing City, 10 east is not a noral location, because there s an offset description 10 east in the sentence. This offset description can be segregated out and used to calculate the real geography location. 3. Build the geography indexer. First, a Docuent object d is created, and the address data are written into the IndexWriter of d. Second, the fields of address code, address nae, location description, reark are selected as geography index fields. An appropriate Chinese tokenizer (for exaple, Paoding Tokenizer), along with the word segentation dictionary, are used to build Inverted Index. At last, the grouping index, caching index and increental index of Lucene are used to optiize the index. 3.2 Geography Searching and Location In practical applications, fuzzy atch is ore widely used than exact atch. Fuzzy atch includes three odes: Searching-Box Fuzzy Single Match, One-to-One Fuzzy Single Match, and Table-For Fuzzy Batch Match. Searching-Box Fuzzy Single Match eans finding the siilar result set fro the database after input a query sentence. The result eleents rank in descending order according to the 4

5 correlation score. Usually, users have the right to re-choose. The first eleent in result set has the highest score, which is called the ost relevant solution. One-to One Fuzzy Single Match eans finding the target object fro the database after input a query sentence. However, just using the ost relevant solution as the result of One-to-One Fuzzy Singe Match is iproper because it ay not be the target solution. For exaple, if a user intend to find Guangtai Anial Pharaceutical Copany by inputting Guangtai Pharaceutical Copany, the ost relevant solution is Guangtai Biology Pharaceutical Copany. Either uncopleted input or insufficient portion of atched words will cause the disagreeent between the target solution and the ost relevant solution. Under this condition, anual interaction is necessary. Table- For Fuzzy Batch Match is the repetition of One-to-One Fuzzy Single Match. In the process of apping non-spatial table-for data, users pay ore attention to how any target solutions can be returned fro the whole table-for data, rather than how any relevant solutions can be returned fro one record of the data The Algorith of Searching-Box Fuzzy Single Match The query fields are the whole geography indexed fields or soe of the, and the returns are the top n results with the ost highest correlation scores. The atching process uses the MultiFieldQueryParser index analyzer to do ulti-field fuzzy atch. The algorith is below. Algorith 1. The Algorith of Searching-Box Fuzzy Single Match (fuzzysinglematch) Input: - fields denotes the query fields - q denotes the query sentence - n denotes for the nuber of results - T Chinese denotes a Chinese Tokenizer Output: - the top n results with the ost highest correlation scores R = { r1, r2,... r n } 1: R 2:Create a MultiFieldQueryParser P assigned TChinese and fields paraeters 3: Use PT, fields to parse q and get a Query Q 4: Create an IndexSearcher SQ to do the query task 5: Fetch the top n Score Docuents by SQ and store the in DscoreDocs = { d1, d2,... dn} 6: for each d in D scoredocs do 7: R = R U{the index result of d} 8: end for 9: return R The Algorith of One-to-One Fuzzy Single Match One-to-One Fuzzy Single Match has three possible situations. First, the engine finds out the target solution, which eans a successful atch. Second, the query fetches several results when the query sentence is uncopleted. The ost relevant solution ay not be the target solution, so anual operation is needed. Third, the engine cannot find the target solution, which eans a failed atch. We need to judge the copleteness of the input firstly to identify the second situation, and judge the threshold to distinguish the first and the third situation. The second step needs a judgent factor. Lucene will ake the score divided by the axiu score if it s greater than 1. Although the noralized factor of query querynor( q ) and the noralized factor of docuent nor( k, d ) are introduced when calculating scores, it akes no sense to copare the scores of the ost relevant solutions fro different users inputs. To solve this proble, we introduce a factor called Fuzzy Matching Degree ( ) based on the correlation score algorith. The forula is as follows: = S1 / S (3.2) 2 5

6 In Eq.(3.2), S 1 denotes the score of the ost relevant solution, S 2 denotes the exact atch score when the current ost relevant solution is re-calculated. ranges fro 0 to 1. r 1 eans a successful atch( r is an epirical threshold given by user). Especially, = 1 eans an exact atch. The algorith (Algorith 2, containing 26 lines) contains two key steps: Keyword strea copleteness detection( line 3-10) After segent the query sentence into key words, we put each key word into BooleanQuery index analyzer assigned MUST paraeter to get the IndexResults including all keywords. If the size is ore than 1, then it needs the user interaction; otherwise it passes the detection and goes to the threshold detection. Keyword strea threshold detection(line 11-28) If the result set passes the copleteness detection, we put each keyword into BooleanQuery index analyzer assigned SHOULD paraeter to get the IndexResults including at least 1 keyword. If the size of the results set is ore than 0 and the of the ost relevant solution is larger than r, then it passes the detection; else if the size is equal to 0, or the size is ore than 0 with the of the ost relevant solution less or equal to r, it fails. Algorith 2. The Algorith of One-to-One Fuzzy Single Match(oneToOneFuzzySingleMatch) Input: - fields denotes the query fields - q denotes the query sentence -r denotes the threshold of - T Chinese denotes a Chinese Tokenizer Output: - the target solution object Ot arg et( rt arg et, f ), where r t arg et indicates the target index result, f indicates the atching situation flag, f = 0 indicates for the third situation, f = 1 indicates for the second, and f = 2 indicates for the first. 1: Ot arget( rt arg et, f ) 2: Create a QueryParser P assigned TChinese and fields paraeters 3: Use PT, fields to parse q and get a BooleanQuery Q 4: Q assigned MUST paraeter for keyword strea copleteness detection 5: Create an IndexSearcher S Q to do the query task 6: Fetch the top 2 Score Docuents by SQ and store the results in set D 1 % In order to save the processing tie, only get the top 2 results% 7: if size( D 1 ) > 1 then 8: Ot arg et. f 1 9: D1 fuzzysinglematch( fields, q,10) 10: Ot arg et. rt arg et the selected node fro D 1 11: else 12: Q assigned SHOULD paraeter for keyword strea threshold detection 13: Fetch the top 2 Score Docuents by SQ and store the results in set D 2 % In order to save the processing tie, only get the top 2 results% 14: if size( D 2 ) = 0 then 15: Ot arg et. rt arg et 16: Ot arg et. f 0 17: else 18: = get(the first node of D2) 19: if > r then 20: Ot arg et. rt arg et the first node of D2 21: Ot arg et. f 2 6

7 22: else 23: t arg et. t arg et 24: O. 0 t arg et f 25: end if 26: end if 27: end if 28: return arg arg O r O ( r, f ) t et t et The Algorith of Table-For Fuzzy Batch Match Rather than regurgitating, Table-For Fuzzy Batch Match is an iteration process of Oneto-One Fuzzy Single Match. 4. Results and Analysis The experient data is used to test our ethods consists of pieces of address-point data fro eight districts of Beijing. We considered the efficiency of the engine rather than the errors caused by the incopleteness of data. Efficiency test and analysis In this experient, we repeated each algorith 5 ties and took the average value. The result is below. tie(t/s) DataVolue(illion) One-to-One Fuzzy Single Match Searching-Box Fuzzy Single Match Database SQL search Table 1: The coparison of our ethods and SQL searching test We can conclude fro the table above that, the atching engine proposed in the paper has obvious higher efficiency than the coon SQL data syste. The reversed index avoids a lot of traversals, so the effect of the basic data aount can be ignored. This advantage is ore rearkable in a batch atch. Quality test and analysis We get a piece of enterprise table-sheet fro governent data syste containing about 3000 ites with enterprise nae and address description fields. We repeated the fuzzy batch atch ethod 5 ties and took the average value. Fig. 1.2 shows the accuracy rate, recall rate and atching rate changes when assigning different threshold. Ration % 95.00% 90.00% Trend chart of evaluation index 0.2, , , , , , , , , , , , % 80.00% 0.2, , , , , % 0.9, , % 0.9, μ threshold(r) 1 Accuracy Rate Matching Rate Recall Rate Figure 2: Evaluation index trend chart of fuzzy batch atch 7

8 There s a negative correlation between accuracy rate and recall rate. With the increasing of r ( threshold), the recall rate and atching rate are decreasing. In practical application, accuracy rate is relatively ore iportant, so we should first guarantee the accuracy rate, then the recall rate and atching rate. In Fig. 1.2, we know that when r is higher than 0.75, the accuracy rate reaches to 100%, with atching rate 83% and recall rate 92% respectively. The threshold eets the needs of practical application. We can also adjust the threshold according to different situations. 5 Conclusion This paper proposes a novel Chinese fuzzy address atching engine based on full-text search with three kinds of fuzzy atch ethods: Searching-Box Fuzzy Single Match, One-to- One Fuzzy Single Match, and Table-For Fuzzy Batch Match. The core idea of this engine is: by creating index for the address segents, we get the appearance frequency of each segent in the address database, so there s no need to analyse the hierarchy roles of the address eleent during atch. In addition, we creates a factor called to control the accuracy rate and atching rate for Fuzzy Batch Match. The result shows that these algoriths, copared to the traditional ethods, have higher atch efficiency and give higher degree of freedo to user input. Chinese address atch is a coplex proble. The atch engine in this paper focuses on the flexibility of the user input and result control. It lacks the consideration of error tolerance, such as house nuber atch, abbreviation, input istake, which will be iproved in our future work. References [1] T. H. Grayson,Address atching and geocoding[r]. Massachusetts Institute of Technology Departent of Urban Studies and Planning (2000). [2] U.S. Census Bureau TIGER/ Line Shapefiles Technical Docuentation[EB/OL]. aps-data /data/ pdfs/tiger /tgrshp2013/tgrshp2013_techdoc.pdf (2013). [3] Canada Postal Guide - Addressing Guidelines[EB/OL] [4] PSMA Australia Liited G-NAF Product Description[EB/OL]. product=g-naf (2012). [5] China's state bureau of surveying and apping[s]. Coding Rules for urban geographical features - City roads road intersections blocks and unicipal pipe lines (GB/T ). Standards Press of China, Beijing (2009). [6] China's state bureau of surveying and apping[s]. Rules of coding for address in the coon platfor for geospatial inforation service of digital city (GB/T ). Standards Press of China, Beijing (2009). [7] H. Yu, Q. Qi, Y. Li, Study on city address geocoding odel based on street[j]. Journal of Geoinforation Science. 15(2), (2013). [8] L. Zhang, S. Wu, Research on place naes and address segentation in geocoding syste[j]. Science of Surveying and Mapping. 35(2), (2010)(In Chinese). [9] C. Zou, G. Zhu, S. Zhao, Research on custoized query of geographic nae and address based on search engine[j]. Bulletin of Surveying and Mapping. (8), 92-94,124 (2014)(In Chinese). 8

9 [10] Z. Song, Address atching algorith based on Chinese natural language understanding[j]. Journal of Reote Sensing. 17(4), (2013). [11] B. Possas, N. Ziviani, W. Meira, B. Ribeiro-Neto, Setbased vector odel: An efficient approach for correlation based ranking[j]. ACM Transactions on Inforation Systes. 23(4), (2005). 9

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

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

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

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

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

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM International Journal of Software Engineering & Applications (IJSEA), Vol.6, No.5, Septeber 205 AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM Xie Yang and Cheng Wushan College of Mechanical Engineering,

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

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

Different criteria of dynamic routing

Different criteria of dynamic routing Procedia Coputer Science Volue 66, 2015, Pages 166 173 YSC 2015. 4th International Young Scientists Conference on Coputational Science Different criteria of dynaic routing Kurochkin 1*, Grinberg 1 1 Kharkevich

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

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

A Periodic Dynamic Load Balancing Method

A Periodic Dynamic Load Balancing Method 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 A Periodic Dynaic Load Balancing Method Taotao Fan* State Key Laboratory of Inforation

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

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

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

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

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm roceedings of the 7th International Conference on Innovation & Manageent 893 Research on a Kind of QoS-Sensitive Seantic Web Services Coposition Method Based on Genetic Algorith Cao Hongjiang, Nie Guihua,

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

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

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

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

The Flaw Attack to the RTS/CTS Handshake Mechanism in Cluster-based Battlefield Self-organizing Network

The Flaw Attack to the RTS/CTS Handshake Mechanism in Cluster-based Battlefield Self-organizing Network The Flaw Attack to the RTS/CTS Handshake Mechanis in Cluster-based Battlefield Self-organizing Network Zeao Zhao College of Counication Engineering, Hangzhou Dianzi University, Hangzhou 310018, China National

More information

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS Guofei Jiang and George Cybenko Institute for Security Technology Studies and Thayer School of Engineering Dartouth College, Hanover NH 03755

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

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

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

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

Medical Biophysics 302E/335G/ st1-07 page 1

Medical Biophysics 302E/335G/ st1-07 page 1 Medical Biophysics 302E/335G/500 20070109 st1-07 page 1 STEREOLOGICAL METHODS - CONCEPTS Upon copletion of this lesson, the student should be able to: -define the ter stereology -distinguish between quantitative

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

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes 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

More information

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL IJRET: International Journal of Research in Engineering and Technology ISSN: 239-63 PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/ QUEUEING MODEL Raghunath Y. T. N. V, A. S. Sravani 2 Assistant

More information

Geometry. The Method of the Center of Mass (mass points): Solving problems using the Law of Lever (mass points). Menelaus theorem. Pappus theorem.

Geometry. The Method of the Center of Mass (mass points): Solving problems using the Law of Lever (mass points). Menelaus theorem. Pappus theorem. Noveber 13, 2016 Geoetry. The Method of the enter of Mass (ass points): Solving probles using the Law of Lever (ass points). Menelaus theore. Pappus theore. M d Theore (Law of Lever). Masses (weights)

More information

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

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems Design Optiization of Mixed Tie/Event-Triggered Distributed Ebedded Systes Traian Pop, Petru Eles, Zebo Peng Dept. of Coputer and Inforation Science, Linköping University {trapo, petel, zebpe}@ida.liu.se

More information

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER VIOLETA TOMAŠEVIĆ, SLOBODAN BOJANIĆ 2 and OCTAVIO NIETO-TALADRIZ 2 The Mihajlo Pupin Institute, Volgina 5, 000 Belgrade, SERBIA AND MONTENEGRO 2 Technical 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

Dynamical Topology Analysis of VANET Based on Complex Networks Theory

Dynamical Topology Analysis of VANET Based on Complex Networks Theory BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volue 14, Special Issue Sofia 014 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.478/cait-014-0053 Dynaical Topology Analysis

More information

Database Design on Mechanical Equipment Operation Management System Zheng Qiu1, Wu kaiyuan1, Wu Chengyan1, Liu Lei2

Database Design on Mechanical Equipment Operation Management System Zheng Qiu1, Wu kaiyuan1, Wu Chengyan1, Liu Lei2 2nd International Conference on Advances in Mechanical Engineering and Industrial Inforatics (AMEII 206) Database Design on Mechanical Equipent Manageent Syste Zheng Qiu, Wu kaiyuan, Wu Chengyan, Liu Lei2

More information

Grading Results Total 100

Grading Results Total 100 University of California, Berkeley College of Engineering Departent of Electrical Engineering and Coputer Sciences Fall 2003 Instructor: Dave Patterson 2003-11-19 v1.9 CS 152 Exa #2 Solutions Personal

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

Development of an Integrated Cost Estimation and Cost Control System for Construction Projects

Development of an Integrated Cost Estimation and Cost Control System for Construction Projects ABSTRACT Developent of an Integrated Estiation and Control Syste for Construction s by Salan Azhar, Syed M. Ahed and Aaury A. Caballero Florida International University 0555 W. Flagler Street, Miai, Florida

More information

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA ISPRS Workshop on Geospatial Data Infrastructure: fro data acquisition and updating to sarter services CROSSOVER ANALYSIS OF CHANG E- LASER ALTIMETER DATA Wenin Hu, Zongyu Yue, Kaichang Di* Institute of

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

Adaptive Parameter Estimation Based Congestion Avoidance Strategy for DTN

Adaptive Parameter Estimation Based Congestion Avoidance Strategy for DTN Proceedings of the nd International onference on oputer Science and Electronics Engineering (ISEE 3) Adaptive Paraeter Estiation Based ongestion Avoidance Strategy for DTN Qicai Yang, Futong Qin, Jianquan

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 research on end-effector position and orientation error distribution of SCARA industrial robot

The research on end-effector position and orientation error distribution of SCARA industrial robot International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 3 Issue 6 ǁ June 2015 ǁ PP.13-20 The research on end-effector position and orientation

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

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

Design and Implementation of Business Logic Layer Object-Oriented Design versus Relational Design

Design and Implementation of Business Logic Layer Object-Oriented Design versus Relational Design Design and Ipleentation of Business Logic Layer Object-Oriented Design versus Relational Design Ali Alharthy Faculty of Engineering and IT University of Technology, Sydney Sydney, Australia Eail: Ali.a.alharthy@student.uts.edu.au

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

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

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

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

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER nd International Congress of Mechanical Engineering (COBEM 3) Noveber 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

An Algorithm for Detecting Community Structure of Social Networks Based. on Prior Knowledge and Modularity 1

An Algorithm for Detecting Community Structure of Social Networks Based. on Prior Knowledge and Modularity 1 An Algorith for Detecting Counity Structure of Social Networks Based on Prior Knowledge and Modularity 1 Haifeng Du Institute for Population and Developent Studies School of Public Policy and Adinistration

More information

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS

NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS NEW APPROACHES FOR REAL TIME TRAFFIC DATA ACQUISITION WITH AIRBORNE SYSTEMS I. Ernst a *, M. Hetscher a, K. Thiessenhusen a, M. Ruhé a, A. Börner b, S. Zuev a a DLR, Institute of Transportation Research,

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

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 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

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

Leveraging Relevance Cues for Improved Spoken Document Retrieval

Leveraging Relevance Cues for Improved Spoken Document Retrieval Leveraging Relevance Cues for Iproved Spoken Docuent Retrieval Pei-Ning Chen 1, Kuan-Yu Chen 2 and Berlin Chen 1 National Taiwan Noral University, Taiwan 1 Institute of Inforation Science, Acadeia Sinica,

More information

Experiences with complex user profiles for approximate P2P community matching

Experiences with complex user profiles for approximate P2P community matching Experiences with coplex user profiles for approxiate PP counity atching Patrizio Dazzi ISTI-CNR Pisa, Italy p.dazzi@isti.cnr.it Matteo Mordacchini IIT-CNR Pisa, Italy.ordacchini@iit.cnr.it Fabio Baglini

More information

Collection Selection Based on Historical Performance for Efficient Processing

Collection Selection Based on Historical Performance for Efficient Processing Collection Selection Based on Historical Perforance for Efficient Processing Christopher T. Fallen and Gregory B. Newby Arctic Region Supercoputing Center University of Alaska Fairbanks Fairbanks, Alaska

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

A wireless sensor network for visual detection and classification of intrusions

A wireless sensor network for visual detection and classification of intrusions A wireless sensor network for visual detection and classification of intrusions ANDRZEJ SLUZEK 1,3, PALANIAPPAN ANNAMALAI 2, MD SAIFUL ISLAM 1 1 School of Coputer Engineering, 2 IntelliSys Centre Nanyang

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

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

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

IN many interactive multimedia streaming applications, such

IN many interactive multimedia streaming applications, such 840 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 5, MAY 06 A Geoetric Approach to Server Selection for Interactive Video Streaing Yaochen Hu, Student Meber, IEEE, DiNiu, Meber, IEEE, and Zongpeng Li, Senior

More information

Improve Peer Cooperation using Social Networks

Improve Peer Cooperation using Social Networks Iprove Peer Cooperation using Social Networks Victor Ponce, Jie Wu, and Xiuqi Li Departent of Coputer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 Noveber 5, 2007 Corresponding

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue Enhancing Real-Tie CAN Counications by the Prioritization of Urgent Messages at the Outgoing Queue ANTÓNIO J. PIRES (1), JOÃO P. SOUSA (), FRANCISCO VASQUES (3) 1,,3 Faculdade de Engenharia da Universidade

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

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

ACNS: Adaptive Complementary Neighbor Selection in BitTorrent-like Applications

ACNS: Adaptive Complementary Neighbor Selection in BitTorrent-like Applications ACNS: Adaptive Copleentary Neighbor Selection in BitTorrent-like Applications Zhenbao Zhou 1, 2, Zhenyu Li 1, 2, Gaogang Xie 1 1 Institute of Coputing Technology, Chinese Acadey of Sciences, Beijing 100190,

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

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT B.BOOBA 1 Dr. T.V.GOPAL 2 1 Research Scholar, Assist. Professor(Sl.Gr),Departent of Coputer Applications, Easwari

More information

Research on the Influence of Several Factors on Clustering Results using Different Algorithms

Research on the Influence of Several Factors on Clustering Results using Different Algorithms Send Orders for Reprints to reprints@benthascience.ae The Open Cybernetics & Systeics Journal, 2015, 9, 1099-1106 1099 Open Access Research on the Influence of Several Factors on Clustering Results using

More information

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm INTERNATIONAL JOURNAL OF IRUITS, SYSTEMS AND SIGNAL PROESSING Volue 2, 208 Research on the lassification and Selection of Archive Texts with the Iproved 4.5 Algorith Xianbin Lv Abstract In the age of inforation

More information

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction MATEC Web of Conferences 73, 03073(08) https://doi.org/0.05/atecconf/087303073 SMIMA 08 A roadband Spectru Sensing Algorith in TDCS ased on I Reconstruction Liu Yang, Ren Qinghua, Xu ingzheng and Li Xiazhao

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

Planet Scale Software Updates

Planet Scale Software Updates Planet Scale Software Updates Christos Gkantsidis 1, Thoas Karagiannis 2, Pablo Rodriguez 1, and Milan Vojnović 1 1 Microsoft Research 2 UC Riverside Cabridge, UK Riverside, CA, USA {chrisgk,pablo,ilanv}@icrosoft.co

More information

Scalable search-based image annotation

Scalable search-based image annotation Multiedia Systes DOI 17/s53-8-128-y REGULAR PAPER Scalable search-based iage annotation Changhu Wang Feng Jing Lei Zhang Hong-Jiang Zhang Received: 18 October 27 / Accepted: 15 May 28 Springer-Verlag 28

More information

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm International Journal of Mechanical Engineering and Robotics Research Vol. 5, o., January 06 A Method of Generating Multi-Scale Disc-Like Distributions for D Registration Algorith Hyunki Hong and Beohee

More information

Keyword Search in Spatial Databases: Towards Searching by Document

Keyword Search in Spatial Databases: Towards Searching by Document IEEE International Conference on Data Engineering Keyword Search in Spatial Databases: Towards Searching by Docuent Dongxiang Zhang #1, Yeow Meng Chee 2, Anirban Mondal 3, Anthony K. H. Tung #4, Masaru

More information

TOLLY. Premise: Buyers of multi-port. BayStack T Switch Fast Ethernet Switch Competitive Evaluation Backplane Capacity.

TOLLY. Premise: Buyers of multi-port. BayStack T Switch Fast Ethernet Switch Competitive Evaluation Backplane Capacity. Preise: Buyers of ulti-port switches need to know the actual capacity of the backplane (switching fabric) used to interconnect ports. To assure a non-blocking environent i.e., all ports can run at wire-speed

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

Knowledge Discovery Applied to Agriculture Economy Planning

Knowledge Discovery Applied to Agriculture Economy Planning Knowledge Discovery Applied to Agriculture Econoy Planning Bing-ru Yang and Shao-un Huang Inforation Engineering School University of Science and Technology, Beiing, China, 100083 Eail: bingru.yang@b.col.co.cn

More information

The Horizontal Deformation Analysis of High-rise Buildings

The Horizontal Deformation Analysis of High-rise Buildings Environental Engineering 10th International Conference eissn 2029-7092 / eisbn 978-609-476-044-0 Vilnius Gediinas Technical University Lithuania, 27 28 April 2017 Article ID: enviro.2017.194 http://enviro.vgtu.lt

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

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

An Architecture for a Distributed Deductive Database System

An Architecture for a Distributed Deductive Database System IEEE TENCON '93 / B eih An Architecture for a Distributed Deductive Database Syste M. K. Mohania N. L. Sarda bept. of Coputer Science and Engineering, Indian Institute of Technology, Bobay 400 076, INDIA

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

Adaptive Holistic Scheduling for In-Network Sensor Query Processing

Adaptive Holistic Scheduling for In-Network Sensor Query Processing Adaptive Holistic Scheduling for In-Network Sensor Query Processing Hejun Wu and Qiong Luo Departent of Coputer Science and Engineering Hong Kong University of Science & Technology Clear Water Bay, Kowloon,

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

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS AWNI ITRADAT Assistant Professor, Departent of Coputer Engineering, Faculty of Engineering, Hasheite University, P.O. Box 15459,

More information

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm Proble Solving of graph correspondence using Genetics Algorith and ACO Algorith Alireza Rezaee, 1, Azizeh Ajalli 2 Assistant professor,departent of Mechatronics Engineering, Faculty of New Sciences and

More information

A Novel Approach to Fractal Dimension based Fingerprint Recognition System

A Novel Approach to Fractal Dimension based Fingerprint Recognition System Volue: 03 Issue: 04 Apr-2016 www.irjet.net p-issn: 2395-0072 A Novel Approach to Fractal Diension based Fingerprint Recognition Syste Chiteranjan Sahu 1, Vinay Jain 2 1M.E. Scholar, Dept. of Electronics

More information