Deep Learning-Based Landmark Detection for Mobile Robot Outdoor Localization

Size: px
Start display at page:

Download "Deep Learning-Based Landmark Detection for Mobile Robot Outdoor Localization"

Transcription

1 maches Article Deep Learng-Based Landmark Detection for Mobile Robot Outdoor Localization Sivapong Nilwong 1, Delowar Hossa 2, Sh-ichiro Kaneko 3 and Genci Capi 4, * 1 Graduate School Science and Engeerg, Hosei University, Kajochō, Koganei, Tokyo , Japan; sivapong.nilwong.46@stu.hosei.ac.jp 2 Fairy Devices Inc., Tokyo , Japan; hossa@fairydevices.jp 3 Department Electrical and Control Systems Engeerg, National Institute Technology, Toyama College, 13, Hongo-machi, Toyama , Japan; skaneko@nc-toyama.ac.jp 4 Department Mechanical Engeerg, Hosei University, Kajochō, Koganei, Tokyo , Japan * Correspondence: capi@hosei.ac.jp; Tel.: Received: 28 February 2019; Accepted: 16 April 2019; Published: 18 April 2019 Abstract: Outdoor mobile robot applications generally implement Global Positiong Systems (GPS) for localization tasks. However, GPS accuracy outdoor localization has less accuracy different environmental conditions. This paper presents two outdoor localization methods based on deep learng and landmark detection. The first localization method is based on Faster Regional-Convolutional Neural Network (Faster R-CNN) landmark detection captured image. Then, a feedforward neural network (FFNN) is traed to determe robot location coordates and compass orientation from detected landmarks. The second localization employs a sgle convolutional neural network (CNN) to determe location and compass orientation from whole image. The dataset consists images, geolocation data and labeled boundg boxes to tra and test two proposed localization methods. Results are illustrated with absolute errors from comparisons between localization results and reference geolocation data dataset. The experimental results poted both presented localization methods to be promisg alternatives to GPS for outdoor localization. Keywords: outdoor localization; deep learng; landmark detection; Faster R-CNN; CNN 1. Introduction In present world, mobile robots operate various fields applications, such as logistics, medical, agriculture, health carg and housekeepg. Navigation is one key elements that mobile robots need order to accomplish ir given tasks. Success navigation requires success different factors, cludg localization, which robots must be able to determe ir positions environments [1]. Recent fdgs suggested a significant number localization methods for both outdoor and door environments. For outdoor environments, Global Positiong Systems (GPS) is method that has been widely applied among a variety outdoor applications, some which are: mobile robot for high-voltage transmission le spection [2], autonomous position control multiple aerial vehicles [3], mobile robot for gas level mappg [4], navigation system for mobile robots usg GPS and ertial navigation system (INS) [5], and map buildg with simultaneous localization and mappg (SLAM) for firefighter robots [6]. Despite large-scale implementation, localization through GPS suffers decle accuracy from several environmental conditions. Accordg to ficial U.S. government formation about GPS and related topics [7], common causes degradation GPS accuracy are: (1) satellite signal blockage due to large objects environments such as buildg, bridges and trees; (2) door or underground use; and (3) signal reflected f buildg or walls. Due to decle GPS accuracy and Maches 2019, 7, 25; doi: /maches

2 Maches 2019, 7, reliability, a large number GPS-based approaches also employ or sensors to improve localization accuracy. For example, fusion captured camera image features with GPS signals [8], use state chi-square test and simplified fuzzy predictive adaptive resonance ory (predictive ART or ARTMAP) neural network to diagnose sensors GPS/INS system [9], and combation GPS, wheel odometry and received signal strength (RSS) from wireless communication nodes to create a precise localization approach for mobile robots [10]. Apart from improvements available, re are also various alternative localization approaches that aim to replace GPS. Such approaches rely on odometry [11,12], visual odometry [13], visual patterns [14] and ultra-wideband network [15]. Research on deep learng has extended rapidly recent years. The implementation deep learng has been spreadg though many fields applications. Localization and positiong applications also adopt deep learng approaches for tasks. For stance, deep learng-based encoder determes locations from low-level features images [16]. Some significant fields that deep learng has been extensively implemented clude object detection and object recognition. Convolutional Neural Network (CNN) is one particular stance that has been implemented for object detection and recognition, due to its structure that can effectively handle visual data. CNN has been implemented as base for various object detectors, cludg Faster Regional Convolutional Neural Network (Faster R-CNN) [17]. Faster R-CNN is state---art object detector based on region proposals, which surrounds detected objects with boundg boxes. The approach region proposal-based method for Faster R-CNN object detector is same as its predecessor, Fast R-CNN [18]. One major difference between Faster R-CNN and Fast R-CNN is Region Proposal Network (RPN), which reduces Faster R-CNN detection time and creases accuracy. The creased speed Faster R-CNN for object detection makes it suitable for real time applications [17,18]. Implementations Faster R-CNN spread throughout various applications, such as detection cyclists depth images [19], pedestrian detection from security cameras [20], and ship detection remote sensg images that conta foggy scenes [21]. In [19 21] it is shown that Faster R-CNN has high accuracy (more than 80%), slightly higher than human volunteers that have approximately 75% accuracy [22]. It is well known that humans and or animals can use landmarks to determe where y are world and generate path to destations [23]. For localization mobile robots outdoor environments, signs and landmarks are commonly visible and usually distct. CNN and CNN-oriented Faster R-CNN are very useful for handlg 2D data such as images. Therefore, it is an advantage to use deep learng-based object detection approaches for mobile robot localization outdoor environments. Visual based mobile robot localization will mimic way humans and animals determe ir locations and directions. In addition, or conventional sensors such as GPS or compass will be replaced by vision. Therefore, this paper aims to propose and compare two localization methods based on CNN and Faster R-CNN. In CNN-based method, CNN analyzes robot captured image and determes current location and orientation robot. In Faster R-CNN-based method, Faster R-CNN is used to detect landmarks with image, before sendg detected landmarks to feedforward neural network (FFNN) that generates current location and compass orientation. Data amount becomes a challenge deep learng, sce performances deep learng approaches rely on a large amount data [16,21]. Thus, we also aim to develop and test performances proposed methods usg a smaller amount data than or deep learng implementations. The proposed method has been implemented as follows: first, image dataset with geolocation data that contas 1625 sets data is created. Second, we develop localization methods based on CNN and Faster R-CNN usg created dataset. Fally, we evaluate performance developed localization methods through test set dataset created first contribution. The paper is organized as follows: Section 2 describes two proposed localization methods, and ir essential components. Section 3 explas experimental results, and Section 4 concludes this paper.

3 Maches 2019, 7, 7, Localization Methods 2. Localization Methods Two localization methods based on CNN are proposed this paper. We vestigated object Two localization methods based on CNN are proposed this paper. We vestigated object detection capabilities CNN and one its successors, Faster R-CNN, to be used for localization detection capabilities CNN and one its successors, Faster R-CNN, to be used for localization based based on visual landmarks. The first localization method is two-step procedure based on Faster on visual landmarks. The first localization method is two-step procedure based on Faster R-CNN R-CNN object detector. Faster R-CNN is used to detect visible landmarks from a camera image. object detector. Faster R-CNN is used to detect visible landmarks from a camera image. Labeled Labeled boundg boxes detected landmarks are n used as puts for FFNN that generates boundg boxes detected landmarks are n used as puts for FFNN that generates location location coordates and compass orientation from landmarks. The second localization method is coordates and compass orientation from landmarks. The second localization method is based on based on conventional CNN. In second method, whole camera image is processed through conventional CNN. In second method, whole camera image is processed through CNN to CNN to directly generate location coordates and compass orientation. Furr details two directly generate location coordates and compass orientation. Furr details two localization localization methods and ir components are described followg subsections. methods and ir components are described followg subsections Faster R-CNN Localization 2.1. Faster R-CNN Localization The overview structure Faster R-CNN based localization method is illustrated The overview structure Faster R-CNN based localization method is illustrated Figure 1. Figure 1. The Faster R-CNN based method is a two-step procedure. Faster R-CNN object detector The Faster R-CNN based method is a two-step procedure. Faster R-CNN object detector and FFNN are and FFNN are two ma components first outdoor localization method. Durg robot two ma components first outdoor localization method. Durg robot navigation, Faster navigation, Faster R-CNN detects landmarks camera captured image. This landmark detection R-CNN detects landmarks camera captured image. This landmark detection process generates process generates three types answers for each stance detected landmarks, which are three types answers for each stance detected landmarks, which are boundg box, label and boundg box, label and score. Boundg box contas position and size detected landmark score. Boundg box contas position and size detected landmark put image. Label put image. Label dicates class name detected landmark. Score refers to an dicates class name detected landmark. Score refers to an objectness score, which measure objectness score, which measure membership boundg box to classes landmarks or membership boundg box to classes landmarks or background [17]. The components background [17]. The components each detected landmark are n sent to FFNN for localization. each detected landmark are n sent to FFNN for localization. The localization part uses detected The localization part uses detected landmarks from Faster R-CNN to localize robot landmarks from Faster R-CNN to localize robot real-world environment. FFNN for real-world environment. FFNN for localization utilizes boundg boxes and labels detected localization utilizes boundg boxes and labels detected landmarks to generate geolocation data as landmarks to generate geolocation data as result localization system. The generated result localization system. The generated geolocation data cludes location coordates and geolocation data cludes location coordates and compass orientation, which location compass orientation, which location coordates are form latitude and longitude angles, coordates are form latitude and longitude angles, and orientation is form and orientation is form magnetic-referenced compass orientation. magnetic-referenced compass orientation. Figure 1. System flows Faster Regional-Convolutional Neural Network (Faster R-CNN) based Figure 1. System flows Faster Regional-Convolutional Neural Network (Faster R-CNN) based localization method. localization method. Furr details on two ma components Faster R-CNN-based localization method are described Furr details followg on two subsections. ma components Faster R-CNN-based localization method are described followg subsections.

4 Maches 2019, 7, Maches 2019, 7, Faster R-CNN for Landmark Detection Landmark detection is is first process our our Faster Faster R-CNN localization method. method. We We employ employ standard standard version version Faster Faster R-CNN R-CNN object object detector detector for landmark for landmark detection detection tasks. tasks. Typically, Typically, Faster Faster R-CNN R-CNN comprises comprises two modules, two modules, i.e., Fast i.e., R-CNN Fast R-CNN object detector object detector and region and region proposal proposal network network (RPN). (RPN). The structure The structure Fast R-CNN Fast R-CNN object detector object detector contas contas several several convolutional convolutional and max and poolg max poolg layers, layers, a regiona region terest terest (RoI) poolg (RoI) poolg layer, and layer, a sequence and a sequence fully connected fully connected layers. Inlayers. Fast R-CNN, In Fast R-CNN, a set convolutional a set convolutional layers and layers maxand poolg max layers poolg constructs layers constructs a convolutional a convolutional feature map feature frommap an from entirean put entire image. put RoI image. poolg RoI poolg extracts extracts a fixed-length a fixed-length feature vector feature from vector from feature feature map map each at region, each which region, iswhich used as is put used as put Fast R-CNN. Fast At R-CNN. fal pots At fal pots Fast R-CNN, Fast fully R-CNN, connected fully connected layers estimate layers classes estimate feature classes vectors feature from RoI vectors poolg from and RoI refe poolg result and boundg refe result boxes from boundg se boxes featurefrom vectors se [18]. feature The RPN vectors is a[18]. deep The fully RPN convolutional is a deep fully neural convolutional network that neural shares network full-image that shares convolutional full-image features convolutional with detection features network, with Fast detection R-CNN. network, RPN proposes Fast R-CNN. high-quality RPN regions proposes to high-quality Fast R-CNN regions module. to InFast addition, R-CNN it helps module. guidg In addition, Fast it R-CNN helps guidg over locations Fast R-CNN objects over locations captured image objects [17]. captured image [17]. Architecture implemented standard Faster Faster R-CNN R-CNN is shown is shown Figure Figure 2. The 2. whole The whole put image put image is processed is processed through through set convolutional set convolutional and max and poolg max layers poolg layers CNN to generate CNN to a generate convolutional a convolutional feature map. feature The map. feature The map feature is n map put is to n RPN put to generate to RPN to a set generate rectangular a set region rectangular proposals. region Sce proposals. feature Sce map feature is shared map isacross sharedrpn acrossand RPN anddetection detection network, network, generated generated feature feature map map is also is also put put to to RoI RoI poolg layer. This is isused to extract fixed-length feature vectors, with help region proposals generated from RPN. Extracted feature vectors from RoI poolg layer are n processed through a series fully connected layers to estimate classes each feature vector through classifiers and refe result region proposals form feature vectors through regression process. Thus, refed and classified region proposals, or boundg boxes are generated from Faster R-CNN. Figure 2. Faster R-CNN for landmark detection and its components. Figure 2. Faster R-CNN for landmark detection and its components. The structure CNN used our Faster R-CNN is also shown Figure 2. As mentioned earlier this subsection, The structure set CNN convolutional used our Faster layers R-CNN CNN is also analyzes shown whole Figure put 2. As image mentioned to construct earlier a convolutional this subsection, feature set map. convolutional As size layers smallest landmarks CNN analyzes utilized whole dataset put image is nearly to construct pixels, a convolutional put size feature is set map. to 32 As 32 size 3, where smallest last 3 is landmarks for three color channels: utilized red, dataset green is nearly and blue. 32 The 32 pixels, set convolutional put size layers is set contas to two, 3, two-dimensional where last 3 is convolutional for three color layers, channels: with red, a rectified green lear and blue. unit The (ReLU) set attached convolutional after each layers convolutional contas two, layer. two-dimensional The set also cludes convolutional one max layers, with a rectified lear unit (ReLU) attached after each convolutional layer. The set also cludes one max poolg layer for down-samplg purposes. Each convolutional layer employs a 3 3 filter

5 Maches 2019, 7, Maches 2019, 7, 5 14 and poolg has layer stride forsettgs down-samplg 1 pixel purposes. for both horizontal Each convolutional and vertical layer strides. employs The number a 3 3 filter filters and has first stride convolutional settgs 1layer pixelis for 48, both while horizontal 96 filters and are vertical used for strides. second The number convolutional filters layer. The first max convolutional poolg layer layer is placed is 48, while at 96 end filters arelayers used set, for which second convolutional poolg size layer. is 2 2 The and max poolg stride settgs layer is is placed 1 pixel at for both endhorizontal layers and set, vertical which strides. poolg This small sizepoolg is 2 2size andis applied strideto settgs prevent is 1 premature pixel for both down-samplg horizontal and vertical put strides. image, This which small may poolg cause size isloss applied features to prevent premature result feature down-samplg map. put image, which may cause loss features result feature map. Trag Faster R-CNN consists followg four steps: Step Step1 RPN trag; Step Step2 Fast R-CNN trag usg region proposals from Step Step1; 1; Step Step3 RPN re-trag usg weight sharg with Fast Fast R-CNN for for fe-tung RPN; and andstep 4 Fast R-CNN re-trag usg updated RPN. These steps are are same as as origal Faster R-CNN trag [17]. The The trag uses uses whole images as asput, and and labeled boundg boxes as as target. Trag contues for for epochs, with itial 4 itial learng rate. rate Feedforward Neural Neural Network Network for for Localization The The localization part part generates generates robot robot location locationusg usgboundg boxes boxes and andlabels labels detected detected landmarks from from Faster Faster R-CNN. R-CNN. Sce Sce boundg boxes boxes and andlabels labels are are generated through through features features an animage imagedurg durg detection process process Faster FasterR-CNN, boundg boxes boxes detected detected landmarks are arearranged accordg to tolabels labels landmark classes without furr processg. The The localization part part Faster Faster R-CNN R-CNN method method has a has sgle a sgle FFNN FFNN as its as core itscomponent, core component, which which uses arranged uses arranged boundg boundg boxes as boxes put. asthe put. output The units output are location units arecoordates location coordates and magnetic andcompass magnetic orientation. compass orientation. The Theimplemented FFNN consists put put neurons, neurons, 48 hidden 48 hidden neurons neurons and three and output three output neurons, neurons, as shown as shown Figure 3. The Figure 72 puts 3. The are 72 slots puts boundg are slots box boundg elements box detected elements landmarks. detected Each landmarks. boundg Each box contas boundg four box elements contas forfour positions elements andfor sizes positions box. and We sizes have limited box. We number have limited landmark number classes to ne landmark due classes numberto ne landmark due classes number experiments. landmark Furr classes details experiments. ne landmark Furr classes details will bene givenlandmark Sectionclasses 3. Each will class be given has limitation Section 3. Each maximum class has two limitation detection stances. maximum For example, two detection if re are stances. three Crossg For example, landmarks if re detected, are two three stances Crossg with landmarks highest detected, objectness two scores stances will with be used for highest localization. objectness This scores results will be used total for localization. 72 (9 2 4) This put results neurons. Default total value 72 (9 2 put 4) put neurons neurons. is zerodefault if revalue is no detected put neurons stanceis for zero each if re slot is landmarks. no detected The stance threefor output each neurons slot landmarks. correspondthe to three latitude, output longitude neurons and correspond compass. to The latitude, number longitude hidden and neurons, compass. however, The number are acquired hidden from neurons, trial-and-error however, tests. are acquired Activation from function trial-and-error FFNN tests. neurons Activation is symmetric function saturatg FFNN neurons learis transfer symmetric function. saturatg lear transfer function. Figure 3. Feedforward neural network (FFNN) for localization with detected landmarks from Figure 3. Feedforward neural network (FFNN) for localization with detected landmarks from Faster Faster R-CNN. R-CNN. Trag FFNN for localization utilizes labeled boundg boxes and geolocation data for trag, with Trag Bayesian regularization FFNN for localization as trag utilizes algorithm. labeled Boundg boundg boxes boxes are and arranged geolocation accordg data to for trag, labels attached with Bayesian to boxes. regularization Elements arranged as trag boundg algorithm. boxes are Boundg used as boxes put are arranged trag accordg data. Geolocation to labels data attached which to cludes boxes. Elements latitude angles, arranged longitude boundg angles, boxes and are magnetic used as compass put orientations, trag data. are used Geolocation as target data trag which cludes data. latitude angles, longitude angles, and magnetic compass orientations, are used as target trag data.

6 Maches 2019, 7, CNN Localization 2.2. CNN Localization Convolutional neural network (CNN) is one type deep neural networks that is suitable for two-dimensional Convolutional array neural implementations, network (CNN) such is one as type images. deep Typically, neuralcnns networks are that applied is suitable for object for detection two-dimensional and recognition array implementations, purposes, which such asfal images. parts Typically, CNNs mostly areemploy appliedlayers for object for classification. detection and recognition For stance, purposes, Stmax classifier. which fal However, parts CNNs our mostly CNN employ localization layersmethod, for classification. CNN is used For stance, to directly Stmax determe classifier. proper However, geolocation our CNN data localization from image method, and CNN its features is usedwith. to directly The implemented determe CNN proper for geolocation localization data has from its fal image parts and replaced its features with regressors with. The stead implemented classifiers. CNN Consequently, for localizationour has CNN its fal determes parts replaced geolocation with regressors data stead through regression classifiers. output, Consequently, stead our classification. CNN determes Similar geolocation to Faster data R-CNN through localization, regression output, camera stead image is classification. used put Similar for to CNN Faster localization, R-CNN localization, where whole camera put image image is is used processed as putthrough for CNN all layers localization, CNN. wherethe result whole put our image CNN is localization processed method through is all layers geolocation CNN. data, The which result consists our CNN latitude localization angle, longitude method is angle, geolocation and data, magnetic which consists compass latitude orientation, angle, longitude same angle, as and magnetic Faster compass R-CNN localization orientation, results. same as Faster R-CNN localization results. Design implemented CNN is shown Figure 4. The best architecture is determed by trial-and-error method and and combation from from different different CNN CNN examples examples and and prciples prciples available available [24]. [24]. The CNN The CNN for localization for localization comprises comprises 37 layers 37 layers total. total. The The put put layer layer CNN CNN has has size size (320 3 (320 pixels pixels width, width, pixels pixels height height and three and three color color channels: channels: red, green red, green and blue). and blue). There There are 10are sets10 sets convolutional convolutional layers, layers, batch batch normalization normalization and ReLU and ReLU cluded cluded with with 37 layers 37 layers CNN, CNN, where where convolutional convolutional layer, layer, batch batch normalization normalization and ReLU and ReLU are displayed are displayed toger toger as oneas green one green layer layer diagram. diagram. There are There different are sizes different and different sizes and amounts different amounts filters among filters implemented among implemented convolutional convolutional layers. The earliest layers. convolutional The earliest layer convolutional employs layer largest employs filter size largest 5 filter 5, while size 5 filter 5, size while is decreasg filter size as is decreasg network contues as network deeper, to contues last convolutional deeper, to layers last convolutional which apply layers filter which size apply 2 2. On filter size contrary, 2 2. On number contrary, filters begs number with afilters small number begs with 24a filters small number first convolutional 24 filters layer. first convolutional The number layer. filters The number each convolutional filters each layerconvolutional set creases as layer set network creases progresses as network deeper, progresses to amount deeper, 64to filters amount last layers. 64 filters We employ last layers. four max We poolg employ four layers max at poolg size layers 3 3, at 3 3, size 2 2, 3 and 3, 23 3, 2, 2 with 2, and stride 2 2, with settgs as stride 2, 2, settgs 1, and 1as respectively. 2, 2, 1, and 1 Fal respectively. parts Fal CNNparts for localization CNN consist for localization a fully connected consist layer a fully andconnected regressor. layer Sce and regressor. localization Sce is determed localization basedis on determed latitude, longitude, based latitude, and compass longitude, orientation, and compass only three orientation, neurons only are employed three neurons are fully employed connected layer fully connected CNN. layer CNN. Figure 4. Structure Convolutional Neural Network (CNN) based localization. Figure 4. Structure Convolutional Neural Network (CNN) based localization. The implemented CNN trag employs a whole captured image as put, and geolocation datathe as implemented trag target. CNN Setup trag for CNN employs trag a whole cludes captured 48 trag image as epochs, put, batch and size geolocation 64 and data 1 10as 6 itial trag learng target. rate. Setup The learng for CNN rate trag decreases cludes at 48 rate trag 0.1epochs, every 20 batch epochs. size 64 and itial learng rate. The learng rate decreases at rate 0.1 every 20 epochs.

7 Maches 2019, 7, Experimental Results Experiments our localization methods start from dataset construction. The geotagged image dataset is constructed to provide data for both trag and testg our localization methods. In total we created a dataset 1625 data, which is relatively small compared to most deep learng implementations. From 1625 sets data dataset, 1198 sets were randomly selected for trag process, while remag 427 sets were used to test performance. Reducg amount trag data is a very important research issue deep learng community. Our developed localization methods were tested terms localization accuracy. The Faster R-CNN localization method was also tested terms landmark detection accuracy Geotagged Image Dataset Similar to or deep learng systems, Faster R-CNN, FFNN and CNN employed our localization methods require data for both trag and test. The dataset was constructed from 1625 images form JPEG color images at size pixels. Each image was tagged with correspondg geolocation data, cludg location coordates, form latitude and longitude angles, and compass orientation. Geotagged images were labeled with boundg boxes landmarks each image. In summary, one set data consists an image, latitude angle, longitude angle, magnetic compass orientation, boundg boxes landmarks image and labels landmarks for boundg boxes. The trag set, which cludes randomly-selected 1198 sets data, was employed for trag all components both Faster R-CNN and CNN localization methods. Faster R-CNN for landmark detection used whole images and labeled boundg boxes landmarks for trag. FFNN for localization Faster R-CNN localization method used labeled boundg boxes and correspondg geolocation data for trag. CNN for localization used whole images and correspondg geolocation data for trag. Experimental results proposed localization methods were generated with data test set as put both localization methods. The landmark detection tested Faster R-CNN performance with all images test set as puts, and compared results with correspondg boundg boxes test images. The proposed localization methods were tested usg all images test set as puts. The results from both localization methods were evaluated by comparg with correspondg geolocation data each test image Data Garg Geotagged images dataset were taken by a wheelchair robot equipped with camera, GPS receiver and compass sensor (Figure 5). The wheelchair robot is 55 cm width, 120 cm length and 140 cm height. Sensors for data garg were attached above seat. We used a Logitech C920 HD (Logitech, Lausanne, Switzerland) as robot camera, BU-353S4 (GlobalSat, Taipei, Taiwan ) as GPS receiver and an Octopus 3-axis digital compass sensor. All images dataset were taken from area near Koganei campus Hosei University, Japan. Two areas were selected for robot localization outdoor environments, as shown Figure 6. The length and width area 1 is 70 and 30 m, respectively. Area 2 is 75 m length and 30 m wide. The two areas for experiments were a distance 250 m from each or. There are different types landmarks available each area, which distguished one experimental area from anor. Durg data garg, robot was pushed by a human, and images were taken manually. Each time an image was taken, correspondg geolocation data was tagged to image automatically. The tagged geolocation data cludes location coordates and compass orientation. Location coordates were received from GPS receiver form a GGA message. Latitude and longitude formation side GGA message was extracted and tagged to image. Compass orientation was received from compass sensor, converted to magnetic compass orientation, before beg tagged to

8 Maches 2019, 7, Maches 2019, image. We7, collected 8 14 data different wear conditions order to crease robustness Maches 2019, 7, 8 14 proposed algorithms. (a) (a) (b) (b) Figure 5. Wheelchair robot equipped with sensors forfordata (a) view Figure Wheelchair robot equipped sensors datagarg: garg: (a) overall overall Figure Wheelchair robot equipped withwith sensors for data garg: (a) overall view view wheelchair wheelchair robot; (b) sensors for data garg: 1. Camera, 2. Global Positiong Systems (GPS) wheelchair robot; (b) sensors for data garg: 1. Camera, 2. Global Positiong Systems (GPS) robot; (b) sensors for data garg: 1. Camera, 2. Global Positiong Systems (GPS) receiver, and 3. receiver, and and 3. Compass sensor. receiver, 3. Compass sensor. Compass sensor. Figure6.6.Map Map experimental map). TheThe areas experiments are marked with Figure experimentalareas areas(google (Google map). areas experiments are marked with Figure 6. Map experimental areas (Google map). The areas experiments are marked with rectangles. rectangles. rectangles. DurgLabelg data garg, robot was pushed by a human, and images were taken manually Image Durg data robot was pushed by a geolocation human, anddata images taken manually. Each time an garg, image was taken, correspondg was were tagged to image All gared images dataset were hand-labeled with boundg boxestagged landmarks images. Eachautomatically. time an image was taken, correspondg geolocation data was to image The tagged geolocation data cludes location coordates and compass orientation. Ne types The landmarks were utilized for robot localization: FamilyMart, CocaCola, BicycleLane, automatically. tagged geolocation data cludes locationcoordates compass orientation. Location coordates were received from GPS receiver form and a GGA message. Latitude NoTruck, Crossg, Lawson, TimesParkg, LawsonParkg, and RoadSign 1. Figure 7 shows Location coordates were received from message GPS receiver form a GGA message. Latitude and longitude formation side GGA was extracted and tagged to image. Compass pictures se ne landmarks area experiments. Each boundg box is form and longitude compass GGA message extracted and tagged to orientation, image. Compass orientationformation was receivedside from sensor,was converted to magnetic compass before a vector which horizontal and conditions vertical position begwith tagged to member image. We compass collected contas dataconverted different ordercoordates to crease orientation wasfour received fromelements, sensor, towear magnetic compass orientation, before top-left corner, width, and height boundg box image. Unit position coordates, robustness proposed algorithms. beg tagged to image. We collected data different wear conditions order to crease and height boundg box is determed by number pixels. Horizontal and vertical width, robustness proposed algorithms Image Labelgare referenced from top-left corner image. For example, a boundg box position coordates that has a vector images {10, 20, 56, 72}dataset has itswere top-left corner at pixel number 10 horizontally Image All Labelg gared hand-labeled with boundg boxes landmarksand 20 vertically, and width and height were utilized box are for 56 and 72 localization: pixels, respectively. images. Ne types landmarks robot FamilyMart, CocaCola, All gared images dataset were hand-labeled with boundg boxes landmarks BicycleLane, NoTruck, Crossg, Lawson, TimesParkg, LawsonParkg, and RoadSign 1. images. Ne types landmarks were utilized for robot localization: FamilyMart, CocaCola, Figure 7 shows pictures se ne landmarks area experiments. Each boundg box is BicycleLane, NoTruck, Crossg, Lawson, TimesParkg, LawsonParkg, and RoadSign 1. form a vector with four member elements, which contas horizontal and vertical position Figure 7 shows pictures se ne landmarks area experiments. Each boundg box is coordates top-left corner, width, and height boundg box image. Unit position form a vector with four member elements, which contas horizontal and vertical position coordates, width, and height boundg box is determed by number pixels. Horizontal coordates top-left corner, width, and height boundg box image. Unit position coordates, width, and height boundg box is determed by number pixels. Horizontal

9 Maches 2019, 7, 9 14 and vertical position coordates are referenced from top-left corner image. For example, a Maches 2019, 7, boundg box that has a vector {10, 20, 56, 72} has its top-left corner at pixel number 10 horizontally and 20 vertically, and width and height box are 56 and 72 pixels, respectively. (a) (b) (c) (d) (e) (f) (g) (h) (i) Figure 7. Landmarks used experiments: (a) FamilyMart ; (b) CocaCola ; (c) BicycleLane ; (d) NoTruck ; (e) Crossg ; (f) Lawson ; (g) TimesParkg ; (h) LawsonParkg ; (i) (i) RoadSign Detection Experiments The goal landmark detection experiments was to evaluate performance Faster R-CNN, sce localization part is strongly related with landmark detection. All 427 images test set were processed through through Faster Faster R-CNN, R-CNN, and and embedded embedded with with boundg boundg boxes boxes and labels and labels landmarks landmarks detected detected by Fasterby R-CNN. Faster Evaluation R-CNN. Evaluation detection results detection cludes results qualitative cludes and qualitative quantitativeand tests. quantitative tests. The qualitative evaluation was done by analyzg detection results through human eyes. Some detection resultsfrom from Faster Faster R-CNN R-CNN on on images images test set testare setshown are shown Figure Figure 8. Most 8. Most generated generated boundg boundg boxes boxes are placed are placed well on well detected on detected landmarks landmarks with proper with proper positions positions and sizes. and Labels sizes. Labels attached attached to toboxes boxes correspond correspond to to classes classes landmarks shown shown Figure7. 7. However, some landmarks such as CocaCola Figure 8c has its boundg box placed area actual Maches landmark, 2019, but 7, box size did not match with landmark size Mean Average Precision (map) was used for quantitative evaluation landmark detection experiments. map is considered to be actual metric to measure accuracy object detectors. The map is mean value average precisions (AP) from all object classes. In this paper, we refer to this as landmark classes. AP is average maximum precisions at different recall values, which both precision and recall can be calculated by followg equations: TP P =, (1) TP + FP TP R =, (2) TP + FN where P is precision, R is recall, TP is amount correct boundg boxes comparg from detection and reference boxes dataset, FP is amount missed or misplaced boundg boxes that appeared detection results, and FN is amount missed boundg boxes that did not appear detection results, but existed reference dataset. The correct boundg boxes were measured from ratio tersection over union (IoU), which is ratio between tersection area and union area boundg boxes, comparg detection results with reference data. The higher IoU ratio means less detection error allowance, which can also reduce outcome (c) AP values. In (a) (b) this paper, IoU 0.5 and 0.7 were employed for measurg detection accuracy, similar to [17] which Figure used 8. an Samples IoU 0.7. images AP values test all landmark set classes Fasterand R-CNN mean landmark values detection (map) results: 0.5 and 0.7 IoU (a) ratio Sample values 1; (b) are Sample displayed 2; (c) Sample Table Table Mean Average 1. Precision precision (map) values was used detection for results quantitative from Faster evaluation R-CNN, with landmark 0.5 and detection 0.7 experiments. tersection map over is union considered (IoU). to be actual metric to measure accuracy object detectors. The map is mean value average precisions (AP) from all object classes. In this paper, we refer to Class AP0.5 AP0.7 1 ( FamilyMart ) ( CocaCola ) ( BicycleLane ) ( NoTruck ) ( Crossg ) ( Lawson ) ( TimesParkg )

10 Maches 2019, 7, this as landmark classes. AP is average maximum precisions at different recall values, which both precision and recall can be calculated by followg equations: P = R = TP TP + FP, (1) TP TP + FN, (2) where P is precision, R is recall, TP is amount correct boundg boxes comparg from detection and reference boxes dataset, FP is amount missed or misplaced boundg boxes that appeared detection results, and FN is amount missed boundg boxes that did not appear detection results, but existed reference dataset. The correct boundg boxes were measured from ratio tersection over union (IoU), which is ratio between tersection area and union area boundg boxes, comparg detection results with reference data. The higher IoU ratio means less detection error allowance, which can also reduce outcome AP values. In this paper, IoU 0.5 and 0.7 were employed for measurg detection accuracy, similar to [17] which used an IoU 0.7. AP values all landmark classes and mean values (map) 0.5 and 0.7 IoU ratio values are displayed Table 1. Table 1. Average precision values detection results from Faster R-CNN, with 0.5 and 0.7 tersection over union (IoU). Class AP 0.5 AP ( FamilyMart ) ( CocaCola ) ( BicycleLane ) ( NoTruck ) ( Crossg ) ( Lawson ) ( TimesParkg ) ( LawsonParkg ) ( RoadSign 1 ) Mean From Table 1, map values are and for 0.5 and 0.7 IoU, respectively. This implies that landmark detection accuracies Faster R-CNN are 82.80% for 0.5 IoU and 73.75% for 0.7 IoU. Though map values were higher than 80% when IoU is 0.5, map decreased to around 70% as IoU creased to 0.7. This means landmarks could be detected but may not be precise or have high accuracy. Comparg to well-configured examples presented [19 21], accuracy our Faster R-CNN was moderately lower. This reduction detection accuracy is cause a lower localization accuracy, as landmark detection results are required to generate localization results Faster R-CNN localization method Localization Experiments The localization methods presented this paper were implemented and evaluated several localization experiments. All images test set were processed Faster R-CNN localization and CNN localization methods to generate localization results. In addition to two proposed localization methods, we added a CNN localization method based on well-known CNN for classification called AlexNet [25]. We replaced last layers AlexNet with regression layers, similar to our second localization method. Trag AlexNet was same as our CNN second localization method. We employed AlexNet for localization as reference for our second localization method, sce re was no evaluation metric for testg our CNN design. Results from localization methods,

11 Maches 2019, 7, cludg location coordates latitude and longitude, and compass orientations were n passed on to evaluation. Evaluation localization results was done by calculatg absolute errors and distance between two pots, generated results and reference geolocation data test dataset. Three absolute errors were considered experiments: mean, mimum and maximum absolute errors. The mean absolute error is calculated from followg equation: MAE = 1 n n a i b i, (3) where MAE is mean absolute error, a is result from localization, b is reference value test dataset, and n is amount data test set, which was 427 experiments. The mimum and maximum absolute errors are smallest and largest values absolute errors. The distances between two pots were calculated from location coordates generated and reference data. We used haverse formula to calculate distances from latitude and longitude two pots. The haverse formula is widely used computer programmg to determe distance between two pots on a great sphere, which commonly referred to as Earth. The implemented haverse formula is as follows: D = 2 r arcs s 2 ( y2 y 1 2 ) i=1 ( ) + cos(y 1 ) cos(y 2 ) s 2 x2 x 1 2, (4) where D is distance between two pots kilometers, r is earth radius, which were applied as km [26], y 1 is latitude localization results radius, y 2 is reference latitude radius, x 1 is longitude localization results radius, and x 2 is reference longitude radius. In addition to absolute errors and distance errors, we also calculated standard errors from localization results and distance errors. The standard errors were calculated to measure deviations all results, which equation for standard errors can be described mamatically as; SE = σ n, (5) where SE is standard error, σ is standard deviation result, and n is amount data, which was 427 for test set. Table 2 shows each localization error and distances between real and generated robot location. The mean, mimum, maximum and standard errors are calculated from absolute errors. Localization errors are distances meters calculated from location coordates. It can be seen from Table 2 that Faster R-CNN localization method outperforms both CNNs terms location and distance errors. Mean absolute errors latitude and longitude from Faster R-CNN method are slightly lower than CNN methods, while mimum errors are also slightly lower case Faster R-CNN. There are some differences maximum errors latitude and longitude for Faster R-CNN, CNN and AlexNet. The AlexNet has lower errors than CNN localization, while Faster R-CNN yields least errors. These small errors latitude and longitude cause significant differences distance errors. The average distance error Faster R-CNN is 28 m which is less than half distance error CNN method (70 m). The reference AlexNet has an average distance error around 50 m. In case mimum errors, distance error from Faster R-CNN is less than 1 m, while both CNNs for localization have distance errors around 3 m. On maximum errors, Faster R-CNN method has a distance error around 177 m, which is lower than CNN localization methods that have a distance error 238 m. The reference AlexNet, however, gave distance error 322 m which is highest among maximum distance errors.

12 Maches 2019, 7, Table 2. Localization errors proposed methods. Errors Faster R-CNN CNN CNN (AlexNet) Mean Latitude Errors Longitude Compass Distance (m) M Latitude Errors Longitude Compass Distance (m) Max Latitude Errors Longitude Compass Distance (m) Standard Latitude Errors Longitude Compass Distance (m) However, performances Faster R-CNN localization suffer a decle compass accuracy. On average, compass orientations from Faster R-CNN method can have errors around 55. Comparg to average errors compass orientations from both CNNs, error from Faster R-CNN is higher, which mean orientations errors from CNN is only around 32 for our CNN and only 17 for AlexNet. In best case with mimum errors, CNN methods also gave good results with mimum compass error around 0.2 from our CNN and 0.03 error from AlexNet, which are smaller than mimum compass error from Faster R-CNN method 0.3. For worst case, all localization methods have maximum compass errors near 180, while our CNN gives error 152 which is smallest among maximum compass errors. The standard errors dicated that latitude and longitude coordates resulted from all localization methods share similar deviation, while Faster R-CNN method has higher compass differences, and CNN methods have higher distance error differences results. 4. Conclusions This paper proposed and tested two outdoor localization methods based on CNN and Faster R-CNN for mobile robots. The performance was evaluated outdoor environment localization tasks. In addition, AlexNet was implemented order to compare performance. Faster R-CNN localization method was also tested for landmark detection. Results from landmark detection yielded good performance, with more than 70% detection accuracy. Good detection performance Faster R-CNN led to good localization performance Faster R-CNN based method, with approximately less than 1 m distance error and less than 1 compass error best case. The CNN localization method also had good performance best case, with approximately 3 m location error and less than 1 compass error. The results from average and worst cases poted that Faster R-CNN performs best among tested approaches for localization tasks, while performance decles for compass orientations. However, re is still space to improve localization results. The average location errors proposed methods were relatively high, compared to GPS that has approximately 4.9 m error [7]. The orientation errors our proposed methods were relatively high resultg a poor performance compared with reference AlexNet. Some possible causes high orientation errors are as follows: The development and experiments proposed localization methods were done with a small amount data compared with or works that use more than half a million data.

13 Maches 2019, 7, There were less environmental variations durg data garg, despite attempts on garg data multiple environmental conditions. Small environmental variations can be cause poor performance. The performance Faster R-CNN localization method relied on landmark detection. If we improve landmark detection, it will improve performance Faster R-CNN localization. Despite small amount data, proposed Faster R-CNN and CNN localization methods performed well for robot localization tasks. In future we will focus on improvg performance localization methods and implement m on real robot. We will focus on contuous learng or transfer learng, order to improve performance without creasg amount data. Author Contributions: Conceptualization, S.N. and G.C.; methodology, S.N.; stware, S.N.; validation, S.N., D.H. and G.C.; formal analysis, S.N.; vestigation, S.N.; resources, G.C.; data curation, S.N.; writg origal draft preparation, S.N.; writg review and editg, S.N., D.H. and G.C.; visualization, S.N.; supervision, S.K. and G.C.; project admistration, G.C. Fundg: This research received no external fundg. Conflicts Interest: The authors declare no conflict terest. References 1. Roland, S.; Illah, R.N. Mobile Robot Localization. In Introduction to Autonomous Mobile Robots, 1st ed.; Bradford Company Scituate: Cambridge, MA, USA, 2004; pp Muhammad, A.G.; Kundan, K.; Muhammad, A.J.; Muhammad, S. High-voltage transmission le spection robot. In Proceedgs International Conference on Engeerg and Emergg Technologies (ICEET), Lahore, Pakistan, February Seiko, P.Y.; Filip, K.; Takanori, E.; Yukori, K.; Tadeusz, U. Autonomous position control multi-unmanned aerial vehicle network designed for long range wireless data transmission. In Proceedgs 2017 IEEE/SICE International Symposium on System Integration (SII), Taipei, Taiwan, December Richa, W.; Muhammad, R.; Roby, A.W.; Ontoseno, P. Path planng mobile robot usg waypot for gas level mappg. In Proceedgs 2017 International Semar on Intelligent Technology and Its Applications (ISITIA), Surabaya, Indonesia, August Bruno, V.M.; Sebastián, A.V.; Alejandro, R.; Gerardo, G.A. GPS aided strapdown ertial navigation system for autonomous robotics applications. In Proceedgs 2017 XVII Workshop on Information Processg and Control (RPIC), Mar del Plata, Argenta, September Shamsud, A.U.; Ohno, K.; Hamada, R.; Kojima, S.; Westfechtel, T.; Suzuki, T.; Okada, Y.; Tadokoro, S.; Fujita, J.; Amano, H. Consistent map buildg petrochemical complexes for firefighter robots usg SLAM based on GPS and LIDAR. Robomech 2018, 5, [CrossRef] 7. GPS.gov: GPS Accuracy. Available onle: (accessed on 26 December 2018). 8. Kumar, V.; Jawahar, C.V.; Visesh, C. Accurate localization by fusg images and GPS signals. In Proceedgs 2015 IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), Boston, MA, USA, 7 12 June Chang, L.; Honglun, W.; Na, L.; Yue, Y. Sensor fault diagnosis GPS/INS tightly coupled navigation system based on state chi-square test and improved simplified fuzzy ARTMAP neural network. In Proceedgs 2017 IEEE International Conference on Robotics and Biomimetics (ROBIO), Macau, Cha, 5 8 December Santos, E.R.S.; Azpurua, H.; Rezeck, P.A.F.; Corrěa, M.F.S.; Freitas, G.M.; Macharet, D.G. Global localization mobile robots usg local position estimation a geo tagged wireless node sensor network. In Proceedgs Lat American Robotic Symposium, 2018 Brazilian Symposium on Robotics (SBR) and 2018 Workshop on Robotics Education (WRE), Joao Pessoa, Brazil, 6 10 November Nilesh, S.; Peshala, G.J.; Takashi, K. 3D pose trackg for GPS-denied terra rovers by fast state variable extension and enhanced motion model. In Proceedgs th International Conference on Control, Automation and Systems (ICCAS), Jeju, South Korea, October 2017.

14 Maches 2019, 7, Zhou, B.; Tang, Z.; Qian, K.; Fang, F.; Ma, X. A LiDAR Odometry for Outdoor Mobile Robots Usg NDT Based Scan Matchg GPS-denied environments. In Proceedgs IEEE 7th Annual International Conference on CYBER Technology Automation, Control, and Intelligent Systems (CYBER), Honolulu, HI, USA, 31 July 4 August Kottath, R.; Yalamandala, D.P.; Poddar, S.; Bhondekar, A.P.; Karar, V. Inertia constraed visual odometry for navigational applications. In Proceedgs th International Conference on Image Information Processg (ICIIP), Shimla, India, December Saska, M.; Baca, T.; Thomas, J.; Chudoba, J.; Preucil, L.; Krajnik, T.; Faigl, J.; Loianno, G.; Kumar, V. System for deployment groups unmanned micro aerial vehicles GPS-denied environments usg onboard visual relative localization. Auton. Robots 2017, 41, [CrossRef] 15. Hannes, S.; Peter, Z.; Frank, H.; Eric, S. GPS-dependent localization for f-road vehicles usg ultra-wideband (UWB). In Proceedgs 2017 IEEE 20th International Conference on Intelligent Transportation Systems (ITSC), Yokohama, Japan, October Shuhui, J.; Yu, K.; Yun, F. Deep Geo-constraed Auto-encoder for Non-landmark GPS Estimation. IEEE Trans. Big Data 2017, press. [CrossRef] 17. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. In Proceedgs 29th Annual Conference on Neural Information Processg Systems (NIPS), Montreal, QC, Canada, 7 12 December Girshick, R. Fast R-CNN. In Proceedgs 2015 IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 7 13 December Saleh, K.; Hossny, M.; Hossny, A.; Nahavandi, S. Cyclist detection LIDAR scans usg faster R-CNN and syntic depth images. In Proceedgs 2017 IEEE 20th International Conference on Intelligent Transportation Systems (ITSC), Yokohama, Japan, October Zhang, H.; Du, Y.; Ng, S.; Zhang, Y.; Yang, S.; Du, C. Pedestrian Detection Method Based on Faster R-CNN. In Proceedgs th International Conference on Computational Intelligence and Security (CIS), Hong Kong, Cha, December Wang, R.; You, Y.; Zhang, Y.; Zhou, W.; Liu, J. Ship detection foggy remote sensg image via scene classification R-CNN. In Proceedgs 6th IEEE International Conference on Network Infrastructure and Digital Content (IC-NIDC), Guiyang, Cha, August Robert, G.; David, H.J.J.; Heiko, H.S.; Jonas, R.; Matthias, B.; Felix, A.W. Comparg deep neural networks agast humans: Object recognition when signal gets weaker. arxiv, 2017; arxiv: v Epste, R.A.; Vass, L.K. Neural systems for landmark-based wayfdg humans. Philos. Trans. R. Soc. B Biol. Sci. 2013, 369, 1 7. [CrossRef] [PubMed] 24. Bayar, B.; Stamm, M.C. Design Prciples Convolutional Neural Networks for Multimedia Forensics. Electron. Imagg Med. Watermark. Secur. Forensics 2017, 10, [CrossRef] 25. Alex, K.; Ilya, S.; Gefrey, E.H. ImageNet classification with deep convolutional neural networks. In Proceedgs 25th International Conference on Neural Information Processg Systems (NIPS 12), Lake Tahoe, NV, USA, 3 6 December [CrossRef] 26. Mamajek, E.E.; Prsa, A.; Torres, G.; Harmanec, P.; Asplund, M.; Bennett, P.; Capitae, N.; Christensen-Dalsgaard, J.; Depagne, É.; Folkner, M.W.; et al. Resolution B3 on Recommended Nomal Conversion Constants for Selected Solar and Planetary Properties. In Proceedgs 29th IAU General Assembly (IAU 2015), Honolulu, HI, USA, 3 14 August by authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under terms and conditions Creative Commons Attribution (CC BY) license (

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D 10384 070302 9825042 UDC 2001.6. 2001.7. 20016 THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.Dr. Xiaoru

More information

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes 上 海 外 国 语 大 学 硕 士 学 位 论 文 对 外 汉 语 初 中 级 副 词 情 境 教 学 研 究 与 实 践 院 系 : 国 际 文 化 交 流 学 院 学 科 专 业 : 汉 语 国 际 教 育 姓 名 : 顾 妍 指 导 教 师 : 缪 俊 2016 年 5 月 Shanghai International Studies University THE STUDY AND PRACTICE

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

影響新產品開發成效之造型要素探討

影響新產品開發成效之造型要素探討 異 行 車 例 A Study on the Product Forms Recognition Difference between Designer and Consumer --- Electrical Bicycle as Example. 行 車 省 力 力 綠 老 女 行 車 行 車 了 不 了 行 行 車 行 車 不 行 車 異 行 車 車 車 行 行 異 數 量 I 類 行 異 異

More information

The Development of Color Constancy and Calibration System

The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System LabVIEW CCD BMP ii Abstract The modern technologies develop more and more faster, and

More information

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg 上 海 外 国 语 大 学 SHANGHAI INTERNATIONAL STUDIES UNIVERSITY 硕 士 学 位 论 文 MASTER DISSERTATION 学 院 国 际 文 化 交 流 学 院 专 业 汉 语 国 际 教 育 硕 士 题 目 届 别 2010 届 学 生 陈 炜 导 师 张 艳 莉 副 教 授 日 期 2010 年 4 月 A VALIDATION STUDY

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

Microsoft PowerPoint - talk8.ppt

Microsoft PowerPoint - talk8.ppt Adaptive Playout Scheduling Using Time-scale Modification Yi Liang, Nikolaus Färber Bernd Girod, Balaji Prabhakar Outline QoS concerns and tradeoffs Jitter adaptation as a playout scheduling scheme Packet

More information

STEAM STEAM STEAM ( ) STEAM STEAM ( ) 1977 [13] [10] STEM STEM 2. [11] [14] ( )STEAM [15] [16] STEAM [12] ( ) STEAM STEAM [17] STEAM STEAM STEA

STEAM STEAM STEAM ( ) STEAM STEAM ( ) 1977 [13] [10] STEM STEM 2. [11] [14] ( )STEAM [15] [16] STEAM [12] ( ) STEAM STEAM [17] STEAM STEAM STEA 2017 8 ( 292 ) DOI:10.13811/j.cnki.eer.2017.08.017 STEAM 1 1 2 3 4 (1. 130117; 2. + 130117; 3. 130022;4. 518100) [ ] 21 STEAM STEAM STEAM STEAM STEAM STEAM [ ] STEAM ; ; [ ] G434 [ ] A [ ] (1970 ) E-mail:ddzhou@nenu.edu.cn

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

COCO18-DensePose-BUPT-PRIV

COCO18-DensePose-BUPT-PRIV * Beijing University of Posts and Telecommunications (BUPT) COCO 2018 DensePose Test AP AP50 AP75 APm APl BUPT-PRIV (Ours) 64 92 75 57 67 PlumSix 58 89 66 50 61 ML_Lab 57 89 64 51 59 Sound of silent 57

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

第二十四屆全國學術研討會論文中文格式摘要

第二十四屆全國學術研討會論文中文格式摘要 以 田 口 動 態 法 設 計 物 理 治 療 用 牽 引 機 與 機 構 改 善 1, 2 簡 志 達 馮 榮 豐 1 國 立 高 雄 第 一 科 技 大 學 機 械 與 自 動 化 工 程 系 2 傑 邁 電 子 股 份 有 限 公 司 1 摘 要 物 理 治 療 用 牽 引 機 的 主 要 功 能 是 將 兩 脊 椎 骨 之 距 離 拉 開, 使 神 經 根 不 致 受 到 壓 迫 該 類 牽

More information

Public Projects A Thesis Submitted to Department of Construction Engineering National Kaohsiung First University of Science and Technology In Partial

Public Projects A Thesis Submitted to Department of Construction Engineering National Kaohsiung First University of Science and Technology In Partial Public Projects A Thesis Submitted to Department of Construction Engineering National Kaohsiung First University of Science and Technology In Partial Fulfillment of the Requirements For the Degree of Master

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

度 身 體 活 動 量 ; 芬 蘭 幼 兒 呈 現 中 度 身 體 活 動 量 之 比 例 高 於 臺 灣 幼 兒 (5) 幼 兒 在 投 入 度 方 面 亦 達 顯 著 差 異 (χ²=185.35, p <.001), 芬 蘭 與 臺 灣 幼 兒 多 半 表 現 出 中 度 投 入 與 高 度

度 身 體 活 動 量 ; 芬 蘭 幼 兒 呈 現 中 度 身 體 活 動 量 之 比 例 高 於 臺 灣 幼 兒 (5) 幼 兒 在 投 入 度 方 面 亦 達 顯 著 差 異 (χ²=185.35, p <.001), 芬 蘭 與 臺 灣 幼 兒 多 半 表 現 出 中 度 投 入 與 高 度 臺 灣 與 芬 蘭 幼 兒 園 室 內 自 由 遊 戲 內 涵 之 探 討 林 昭 溶 毛 萬 儀 經 國 管 理 暨 健 康 學 院 幼 兒 保 育 系 副 教 授 joyce@ems.cku.edu.tw 吳 敏 而 國 家 教 育 研 究 院 研 究 員 rozwu@mail.naer.edu.tw wanyi@ems.cku.edu.tw 摘 要 自 由 遊 戲 被 視 為 是 幼 兒 的

More information

Microsoft Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

2015年4月11日雅思阅读预测机经(新东方版)

2015年4月11日雅思阅读预测机经(新东方版) 剑 桥 雅 思 10 第 一 时 间 解 析 阅 读 部 分 1 剑 桥 雅 思 10 整 体 内 容 统 计 2 剑 桥 雅 思 10 话 题 类 型 从 以 上 统 计 可 以 看 出, 雅 思 阅 读 的 考 试 话 题 一 直 广 泛 多 样 而 题 型 则 稳 中 有 变 以 剑 桥 10 的 test 4 为 例 出 现 的 三 篇 文 章 分 别 是 自 然 类, 心 理 研 究 类,

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

穨423.PDF

穨423.PDF Chinese Journal of Science Education 2002,, 423-439 2002, 10(4), 423-439 1 2 1 1 1 2 90 8 10 91 4 9 91 8 22 ) NII 1995 7 14, 1999 1997 (Cooperative Remotely Accessible Learning CORAL) 424 (Collaborative

More information

D A

D A 2015 4 D822.333 A 0452 8832 2015 4 0014-12 14 The Second ASEAN Regional Forum: The ASEAN Regional Forum, A Concept Paper, in ASEAN Regional Forum Documents Series 1994-2006, ASEAN Secretariat, Jakarta,

More information

HC50246_2009

HC50246_2009 Page: 1 of 7 Date: June 2, 2009 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

南華大學數位論文

南華大學數位論文 A Survey on the Relationship between Favorable Local Conditions and Field, as well as the Artistic Decoration of Street Taking Hai An Road of Tainan City for Example Abstract It has been several decades

More information

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y * 35 4 2011 7 Vol. 35 No. 4 July 2011 3 Population Research 1950 ~ 1981 The Estimation Method and Its Application of Cohort Age - specific Fertility Rates Wang Gongzhou Hu Yaoling Abstract Based on the

More information

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

Microsoft PowerPoint - ryz_030708_pwo.ppt

Microsoft PowerPoint - ryz_030708_pwo.ppt Long Term Recovery of Seven PWO Crystals Ren-yuan Zhu California Institute of Technology CMS ECAL Week, CERN Introduction 20 endcap and 5 barrel PWO crystals went through (1) thermal annealing at 200 o

More information

\\Lhh\07-02\黑白\内页黑白1-16.p

\\Lhh\07-02\黑白\内页黑白1-16.p Abstract: Urban Grid Management Mode (UGMM) is born against the background of the fast development of digital city. It is a set of urban management ideas, tools, organizations and flow, which is on the

More information

20

20 37 92 19 40 19 20 21 1 7 22 1/5 6/30 5/3030 23 24 25 26 1 2 27 1 2 28 29 30 5 8 8 3 31 32 33 34 35 36 37 38 39 A Study Investigating Elementary School Students Concept of the Unit in Fraction in Northern

More information

豐佳燕.PDF

豐佳燕.PDF Application of Information Literacy to chiayen@estmtc.tp.edu.tw information literacy Theme-oriented teaching. Abstract Based on the definition of Information Literacy and Six core concepts of the problem

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

~ a 3 h NCEP ~ 24 3 ~ ~ 8 9 ~ km m ~ 500 m 500 ~ 800 m 800 ~ m a 200

~ a 3 h NCEP ~ 24 3 ~ ~ 8 9 ~ km m ~ 500 m 500 ~ 800 m 800 ~ m a 200 31 1 2013 3 Journal of Arid Meteorology Vol. 31 No. 1 March 2013. J. 2013 31 1 62-69. doi 10. 11755 /j. issn. 1006-7639 2013-01 - 0062 211101 2000 ~ 2010 3 h 2. 5 2. 5 NCEP 2 5 ~ 7 02 11 05 ~ 08 2 ~ 8

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

5 1 linear 5 circular 2 6 2003 10 3000 2 400 ~ 500 4500 7 2013 3500 400 ~ 500 8 3 1900 1. 2 9 1 65

5 1 linear 5 circular 2 6 2003 10 3000 2 400 ~ 500 4500 7 2013 3500 400 ~ 500 8 3 1900 1. 2 9 1 65 2014 2 43 EXAMINATIONS RESEARCH No. 2 2014 General No. 43 李 迅 辉 随 着 新 课 程 改 革 的 不 断 深 入, 教 学 理 念 逐 步 更 新, 学 生 的 英 语 水 平 也 在 逐 渐 提 高, 但 沿 用 多 年 的 高 考 英 语 书 面 表 达 的 评 分 标 准 并 没 有 与 时 俱 进, 已 经 不 能 完 全 适 应

More information

186 臺 灣 學 研 究. 第 十 三 期 民 國 一 一 年 六 月 壹 前 言 貳 從 廢 廳 反 對 州 廳 設 置 到 置 郡 運 動 參 地 方 意 識 的 形 成 與 發 展 肆 結 論 : 政 治 史 的 另 一 個 面 相 壹 前 言 長 期 以 來, 限 於 史 料 的 限 制

186 臺 灣 學 研 究. 第 十 三 期 民 國 一 一 年 六 月 壹 前 言 貳 從 廢 廳 反 對 州 廳 設 置 到 置 郡 運 動 參 地 方 意 識 的 形 成 與 發 展 肆 結 論 : 政 治 史 的 另 一 個 面 相 壹 前 言 長 期 以 來, 限 於 史 料 的 限 制 臺 灣 學 研 究 第 13 期, 頁 185-206 民 國 101 年 6 月 國 立 中 央 圖 書 館 臺 灣 分 館 1920 年 臺 灣 廢 廳 反 對 運 動 與 地 方 意 識 *1 日 治 時 期 臺 灣 政 治 史 的 再 論 析 **2 蔡 蕙 頻 摘 要 長 期 以 來, 限 於 史 料 的 限 制 與 戰 後 特 殊 的 時 空 背 景, 日 治 時 期 政 治 史 研 究

More information

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more 2006 12 137-178 The Various Viewpoints of Yao Ying s Jail-period Poems 137 Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

Our Mission ICAPlants has been working since a long time in industrial automation, developing specific solutions for many industrial purposes to satis

Our Mission ICAPlants has been working since a long time in industrial automation, developing specific solutions for many industrial purposes to satis Tyres Assembly Systems Our Mission ICAPlants has been working since a long time in industrial automation, developing specific solutions for many industrial purposes to satisfy Customers worldwide. Our

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

, GC/MS ph GC/MS I

, GC/MS ph GC/MS I S00017052 O O , GC/MS ph GC/MS I Abstract Drug abuse is a serious issue throughout the world. Amphetamine-type stimulants (ATS) are substances frequently used by drug abusers. There are significant needs

More information

28 2015 3 1 2 2011-2012 38 985 31 EXCEL 2005-2010 985 3 985 2011 2012 EXCEL 38 985 31 985 2011-2012 38 985 1. 38 985 90 20 70 1 2005-2010 2011-2012 13

28 2015 3 1 2 2011-2012 38 985 31 EXCEL 2005-2010 985 3 985 2011 2012 EXCEL 38 985 31 985 2011-2012 38 985 1. 38 985 90 20 70 1 2005-2010 2011-2012 13 36 3 Vol. 36 No.3 2 0 1 5 5 May 2 0 1 5 985 2011-2012 361005 2011-2012 985 985 985 2005-2012 985 985 G645 A 1001-4519 2015 03-0027 - 12 DOI 10. 14138 /j. 1001-4519. 2015. 03. 002712 2005-2010 985 2012

More information

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於 玄 奘 大 學 中 國 語 文 學 系 碩 士 論 文 客 家 安 徒 生 張 捷 明 童 話 研 究 指 導 教 授 : 羅 宗 濤 博 士 研 究 生 : 黃 春 芳 撰 中 華 民 國 一 0 二 年 六 月 摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文

More information

附件1:

附件1: 附 件 1: 全 国 优 秀 教 育 硕 士 专 业 学 位 论 文 推 荐 表 单 位 名 称 : 西 南 大 学 论 文 题 目 填 表 日 期 :2014 年 4 月 30 日 数 学 小 组 合 作 学 习 的 课 堂 管 理 攻 硕 期 间 及 获 得 硕 士 学 位 后 一 年 内 获 得 与 硕 士 学 位 论 文 有 关 的 成 果 作 者 姓 名 论 文 答 辩 日 期 学 科 专

More information

受訪者編號:

受訪者編號: 台 灣 社 會 變 遷 基 本 調 查 計 畫 第 六 期 第 四 次 調 查 計 畫 執 行 報 告 傅 仰 止 章 英 華 杜 素 豪 主 編 廖 培 珊 計 畫 編 號 :NSC 102-2420-H-001-007-SS2 中 央 研 究 院 社 會 學 研 究 所 二 一 四 年 三 月 參 與 教 授 傅 仰 止 計 畫 主 持 人 中 央 研 究 院 社 會 學 研 究 所 研 究 員

More information

spss.doc

spss.doc SPSS 8 8.1 K-Means Cluster [ 8-1] 1962 1988 8-1 2 5 31 3 7 20 F2-F3 2 3 F3-F4 3 4 109 8 8-1 2 3 2 3 F2-F3 F3-F4 1962 344 3333 29 9 9.69 1.91 1963 121 1497 27 19 12.37 1.34 1964 187 1813 32 18 9.70 1.06

More information

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一 中 美 国 际 新 闻 的 叙 事 学 比 较 分 析 以 英 伊 水 兵 事 件 为 例 A Comparative Analysis on Narration of Sino-US International News Case Study:UK-Iran Marine Issue 姓 名 : 李 英 专 业 : 新 闻 学 学 号 : 05390 指 导 老 师 : 胡 曙 中 教 授 上 海

More information

世新稿件end.doc

世新稿件end.doc Research Center For Taiwan Economic Development (RCTED) 2003 8 1 2 Study of Operational Strategies on Biotechnology Pharmaceutical Products Industry in Taiwan -- Case Study on Sinphar Pharmaceutical Company

More information

2005 3,? :; ;, ;,,,,,,1 % %,,,,, 1 %,,,, : () ;, ;,,,,,,,,,,,,, (2004) ( GBΠT ) 16 (2004), (2004) 47

2005 3,? :; ;, ;,,,,,,1 % %,,,,, 1 %,,,, : () ;, ;,,,,,,,,,,,,, (2004) ( GBΠT ) 16 (2004), (2004) 47 : 3 ( 100836) :,, : :,,,,,,,,,,, ; (),,,,,??,??,,?,? 1982 1995,?,,?, 3 (2004) (Harry X. Wu) ;(:Measuring Output of Service Sector in China ; :16913107) (:; :70273058), 46 2005 3,? :; ;, ;,,,,,,1 % 1987

More information

國立中山大學學位論文典藏

國立中山大學學位論文典藏 i Examinations have long been adopting for the selection of the public officials and become an essential tradition in our country. For centuries, the examination system, incorporated with fairness, has

More information

優 秀 的 構 圖 設 計 可 以 引 起 眾 的 注 意, 書 籍 封 面 的 構 圖 影 響 消 費 者 的 購 買 意 願 海 報 設 計 的 構 圖 影 響 的 傳 達 效 益 照 片 的 構 圖 影 響 美 感 的 表 現 與 傳 遞 經 典 名 作 在 構 圖 上 皆 有 細 膩 的 安

優 秀 的 構 圖 設 計 可 以 引 起 眾 的 注 意, 書 籍 封 面 的 構 圖 影 響 消 費 者 的 購 買 意 願 海 報 設 計 的 構 圖 影 響 的 傳 達 效 益 照 片 的 構 圖 影 響 美 感 的 表 現 與 傳 遞 經 典 名 作 在 構 圖 上 皆 有 細 膩 的 安 攝 影 作 品 觀 看 順 序 的 變 因 探 討 An Analysis of Photography Viewing Paths 戴 孟 宗 Tai, Meng-Tsung Ph.D. 國 立 臺 灣 藝 術 學 圖 傳 播 藝 術 學 系 副 教 授 Department of Graphic Communication Arts. National Taiwan University of

More information

~ ~

~ ~ * 40 4 2016 7 Vol. 40 No. 4 July 2016 35 Population Research 2014 1 2016 2016 9101. 0 40 49. 6% 2017 ~ 2021 1719. 5 160 ~ 470 100872 Accumulated Couples and Extra Births under the Universal Tw o-child

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 93 2 () ()A Study of Virtual Project Team's Knowledge Integration and Effectiveness - A Case Study of ERP Implementation N924020024 () () ()Yu ()Yuan-Hang () ()Ho,Chin-Fu () ()Virtual Team,Knowledge Integration,Project

More information

第六篇

第六篇 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) ( 第 二 年 度 計 畫 ) 編 號 : 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) 委 託 單 位 : 行 政 院 國 家 發 展 委 員 會 執 行 單 位 : 財 團 法 人 台 灣 經 濟 研

More information

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

More information

Microsoft Word - 刘 慧 板.doc

Microsoft Word - 刘  慧 板.doc 中 国 环 境 科 学 2012,32(5):933~941 China Environmental Science 系 统 动 力 学 在 空 港 区 域 规 划 环 境 影 响 评 价 中 的 应 用 刘 慧 1,2, 郭 怀 成 1*, 盛 虎 1, 都 小 尚 1,3, 李 娜 1 1, 杨 永 辉 (1. 北 京 大 学 环 境 科 学 与 工 程 学 院, 北 京 100871; 2.

More information

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh SWOT 5 Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower threshold. All of these lead to aggravate drastically

More information

( ) ( ) ( ) ( )

( ) ( ) ( ) ( ) 95 7 89-114 * ( ) 600 544 * E-mailyingdear@gmail.com Tel0937-597234 90 95 7 1200 894 ( ) ( ) ( ) 501-1000 ( ) 91 1980 1989 ( 2001 ) 1 2004 1992 1 1994 212,254 151,989 6,020 2,344 38,473 105,152 0 1995

More information

% % % % % % ~

% % % % % % ~ 1001-5558 2015 03-0021-16 2010 C91 A 2014 5 2010 N. W. Journal of Ethnology 2015 3 86 2015.No.3 Total No.86 2010 2010 2181.58 882.99 40.47% 1298.59 59.53% 2013 2232.78 847.29 37.95% 1385.49 62.05% 1990

More information

HC20131_2010

HC20131_2010 Page: 1 of 8 Date: April 14, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi U17 10220 UDC624 Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candidate:Chen Hao Tutor: Xue Jinghong

More information

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B Introduction to Genetics Darrh Bullock University of Kentucky The Model Trait = Genetics + Environment Genetics Additive Predictable effects that get passed from generation to generation Non-Additive Primarily

More information

00. - 0-000 0 10 0 00-0 0 11 12 13 14 15 b 16 17 18 19 0 - 20 0 0-0 0 21 22 H.Mead 0-0 - ( ) 23 ( ) 24 ( ) 25 ( ) 26 27 00 0 00 0 28 29 30 31 ( ) 0 0 32 ( ) 33 ( ) 34 ( ) 35 ( ) 36 ( ) ( ) Northrop F.S.C.

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

IPCC CO (IPCC2006) 1 : = ( 1) 1 (kj/kg) (kgc/gj) (tc/t)

IPCC CO (IPCC2006) 1 : = ( 1) 1 (kj/kg) (kgc/gj) (tc/t) 2011 5 5 (278 ) China Industrial Economics May 2011 No.5 1 12 (1. 100005; 2. 066004) [ ] : ; ; : ; ; [ ] ; ; ; [ ]F290 [ ]A [ ]1006-480X(2011)05-0047-11 2008 CO 2 ( ) (2009) (GDP) (Binhocker et al. 2008)

More information

考試學刊第10期-內文.indd

考試學刊第10期-內文.indd misconception 101 Misconceptions and Test-Questions of Earth Science in Senior High School Chun-Ping Weng College Entrance Examination Center Abstract Earth Science is a subject highly related to everyday

More information

地質調査研究報告/Bulletin of the Geological Survey of Japan

地質調査研究報告/Bulletin of the Geological Survey of Japan Shigeru Suto, Takayuki Inomata, Hisashi Sasaki and Sakae Mukoyama (2007) Data base of the volcanic ash fall distribution map of Japan. Bull. Geol. Surv. Japan, vol. 58(9/10), p.261-321, 8 figs, 2 tables,

More information

Microsoft Word 張嘉玲-_76-83_

Microsoft Word 張嘉玲-_76-83_ 64 4 Journal of Taiwan Agricultural Engineering 107 12 Vol. 64, No. 4, December 2018 DOI: 10.29974/JTAE.201812_64(4).0005 WASP - Applying the WASP Model to Evaluate the Effect of Wastewater Sewer Takeover

More information

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF ( ) 115 115140 Journal of City and Planning(2002) Vol.29, No.1, pp.115140 90 10 26 91 05 20 2 3 --- ( ) 1. 2. mag.ryan@msa.hinet.net 3. jachang@nccu.edu.tw 1018-1067/02 2002 Chinese Institute of Urban

More information

Microsoft PowerPoint - Eisenstein_ABET_Presentation_Beijing_Oct_2007-Chinese.ppt [兼容模式]

Microsoft PowerPoint - Eisenstein_ABET_Presentation_Beijing_Oct_2007-Chinese.ppt [兼容模式] Bruce Eisenstein 博 士 是 Drexel 大 学 电 气 和 计 算 机 工 程 系 的 Arthur J. Rowland 教 授, 同 时 是 电 气 和 计 算 机 工 程 系 的 前 任 系 主 任 (1980-1995) 他 是 一 个 受 尊 敬 的 IEEE 的 领 导 者, 在 2000 年 担 任 IEEE 的 主 席 在 担 任 主 席 以 前,Eisenstein

More information

http / /yxxy. cbpt. cnki. net / % % %

http / /yxxy. cbpt. cnki. net / % % % 2017 3 Mar. 2017 5 2 Chongqing Higher Education Research Vol. 5 No. 2 DOI 10. 15998 /j. cnki. issn1673-8012. 2017. 02. 006 230039 2011 2015 2016 G649. 21 A 1673-8012 2017 02-0037-11 2017-01-03 2015zdjy024

More information

東方設計學院文化創意設計研究所

東方設計學院文化創意設計研究所 東 方 設 計 學 院 文 化 創 意 設 計 研 究 所 碩 士 學 位 論 文 應 用 德 爾 菲 法 建 立 社 區 業 餘 油 畫 課 程 之 探 討 - 以 高 雄 市 湖 內 區 為 例 指 導 教 授 : 薛 淞 林 教 授 研 究 生 : 賴 秀 紅 中 華 民 國 一 o 四 年 一 月 東 方 設 計 學 院 文 化 創 意 設 計 研 究 所 碩 士 學 位 論 文 Graduate

More information

2005 Research on the Lucre, Risk, and Development of Native Bankcard Business 2005 3 2003 6.5 45 18, WTO SWOT I Abstract Research on the Lucre, Risk, and Development of Native Bankcard Business Research

More information

東吳大學

東吳大學 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 i 讀 臨 療 留 館 讀 臨 律 六 礪 讀 不 冷 療 臨 年 裡 歷 練 禮 更 老 林 了 更 臨 不 吝 麗 老 劉 老 論 諸 見 了 年 金 歷 了 年

More information

Microsoft Word - Final Exam Review Packet.docx

Microsoft Word - Final Exam Review Packet.docx Do you know these words?... 3.1 3.5 Can you do the following?... Ask for and say the date. Use the adverbial of time correctly. Use Use to ask a tag question. Form a yes/no question with the verb / not

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

<4D6963726F736F667420576F7264202D20A46AA4AFACECA7DEA46ABEC7B1D0AE76ACE3A873AD70B565A6A8AA47B3F8A769A4AFACE33938303637>

<4D6963726F736F667420576F7264202D20A46AA4AFACECA7DEA46ABEC7B1D0AE76ACE3A873AD70B565A6A8AA47B3F8A769A4AFACE33938303637> 大 仁 科 技 大 學 教 師 研 究 計 畫 成 果 報 告 長 期 照 護 中 心 之 室 內 空 氣 品 質 評 估 計 畫 編 號 : 仁 研 9867 執 行 期 限 :98 年 1 月 1 日 至 98 年 12 月 31 日 主 持 人 : 馮 靜 安 執 行 單 位 : 職 業 安 全 衛 生 系 ( 所 ) E-Mail:cafeng@mail.tajen.edu.tw 一 中 文

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

(1) (2) (IVI) (2001) (IVI) 50% ~8% 1~30cm (IVI) Study on the Plant Succession of Slopeland Landslide Areas Following H

(1) (2) (IVI) (2001) (IVI) 50% ~8% 1~30cm (IVI) Study on the Plant Succession of Slopeland Landslide Areas Following H (1) (2) 921 7-200120022006 2008 (IVI)(2001) (IVI) 50% 2008 7~8% 1~30cm (IVI) Study on the Plant Succession of Slopeland Landslide Areas Following Hydroseeding Process Chiao-Shu Feng Graduate Student, Department

More information

211 better than those in the control group, with significant difference between two groups (P < 0.05). The ocular hypertension of patients in the cont

211 better than those in the control group, with significant difference between two groups (P < 0.05). The ocular hypertension of patients in the cont 210 毛 果 芸 香 碱 联 合 拉 坦 前 列 素 治 疗 原 发 性 急 性 闭 角 型 青 光 眼 的 疗 效 观 察 符 元 党 1, 郑 振 优 2, 林 再 雄 2, 周 吉 良 1. 昌 江 黎 族 自 治 县 中 西 医 结 合 医 院, 海 南 昌 江 572700 2. 海 南 医 学 院 附 属 医 院 眼 科, 海 南 海 口 570100 1 摘 要 : 目 的 探 讨

More information

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 3,,,,,, 1872,,,, 3 2004 ( 04BZS030),, 1 2005 5,,,,,,,,,,,,,,,,, 1928 716,1935 6 2682 1928 2 1935 6 1966, 2174, 7014 %, 94137 % 4, 1961, 59 1929,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 , :,,,, :,,,,,,

More information

标题

标题 第1期 阅江学刊 2016 年 2 月 Yuejiang Academic Journal No 1 Feb 2016 审美文化研究 植物审美专辑 论 红楼梦 中的桂花 俞香顺 南京师范大学 南京 210097 摘要 红楼梦 继承了桂花的原型意义 比德 思路 用桂花形容袭人的性格 还使用了 蟾桂 折桂 两个与桂花有关的典故 红楼梦 中出现的桂花既有秋桂 也有南方特有的春 桂 红楼梦 中有两次赏桂活动

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

08陈会广

08陈会广 第 34 卷 第 10 期 2012 年 10 月 2012,34(10):1871-1880 Resources Science Vol.34,No.10 Oct.,2012 文 章 编 号 :1007-7588(2012)10-1871-10 房 地 产 市 场 及 其 细 分 的 调 控 重 点 区 域 划 分 理 论 与 实 证 以 中 国 35 个 大 中 城 市 为 例 陈 会 广 1,

More information