Facial Expression Recognition Method Based on Stacked Denoising Autoencoders and Feature Reduction

Size: px
Start display at page:

Download "Facial Expression Recognition Method Based on Stacked Denoising Autoencoders and Feature Reduction"

Transcription

1 206 3 rd Iteratioal Coferece o Egieerig Techology ad Applicatio (ICETA 206) ISBN: Facial Expressio Recogitio Method Based o Stacked Deoisig Autoecoders ad Feature Reductio Ju Zhao, Ya Zhao*, Yog Yag & Yog Huag College of Coputer Sciece ad Techology, Chogqig Uiversity of Posts ad Telecouicatios, Chogqig, Chia Ikyu Park Departet of Iforatio ad Couicatio Egieerig, Iha Uiversity, Icheo, Korea ABSTRACT: Based o the deep learig theory, a ovel facial expressio recogitio ethod, which utilizes both Pricipal Copoet Aalysis (PCA) ad stacked deoisig autoecoders (SDAE), is proposed i this paper. At first, PCA is used as a liear diesioality reductio ethod o the expressio features, ad subsequetly o-liear diesioality is further leart by a greed layer-wise ethod of stacked deoisig autoecoders. The, soe eaigful ad low-diesioed expressio features ca be leart ad used to classify. The coparative experiet results show that the proposed ethod is ore effective tha soe other expressio recogitio ethods based o deep learig theories ad it ca also get higher expressio recogitio accuracy tha traditioal o-deep learig based expressio recogitio ethods. Keywords: facial expressio recogitio; deep learig; stacked deoisig autoecoders; pricipal copoet aalysis INTRODUCTION The facial expressio is ot oly the ajor way to express eotio for people, but also the ai ark to idetify hua s eotio. So the facial expressio recogitio plays a sigificat role i eotio coputig []. I recet years, the facial expressio recogitio has bee widely applied to the a-achie iteractio, distace educatio aageet, vehicle safety drivig, public security oitorig ad so o. The traditioal facial expressio recogitio ethods iclude five steps: acquirig data, preprocessig, feature extractio, feature selectio, ad expressio classificatio [2,3,4]. The feature plays a key role i the classificatio result ad geerally fiishes before expressio classificatio idepedetly. Ad so far, a variety of feature represetatio ethods have bee proposed, such as Gabor, discrete cosie trasfor (DCT), local biary patter (LBP), etc.. As buildig a oliear eural etwork which has several hidde layers, deep learig trasfors the *Correspodig author: @qq.co data by a layer-wised way to lear the essetial features. Thus a eural etwork is built ad used to express iages, voice, or text like a hua brai [5]. Copared with the feature expressio ethods, deep learig ca depict the rich ier iforatio of data, thus ultiately to iprove the classificatio accuracy. I recet years, soe deep learig ethods, such as restricted Boltza achie, deep belief etworks ad covolutio eural etwork have bee applied i facial expressio recogitio. I 2002, Fasel B. used covolutio eural etwork to idetify expressio [6]. I 204, Liu Yufa, et al. utilized the optical flow feature ad sparse autoecoder for facial expressio recogitio [7]. I the sae year, Lv Y., et al. detected the face copoets by deep belief etworks, ad the did the facial expressio recogitio usig autoecoder [8]. I 205, H Jug, et al. developed a facial expressio recogitio syste usig deep eural etwork ad covolutioal eural etwork [9]. I the sae year, Liu P, et al. proposed the cobiatio of deep belief etworks ad AdaBoost ethod for facial expressio recogitio [0]. I spite that the facial expressio recogitio ethod based o deep learig 90

2 has achieved great progress, the expressio recogitio rate is still low if we just use a sigle deep learig odel. We eed to odify the odel ad do a lot of work, although the process of odel traiig ad recogitio is ore coplex. I this paper, a ovel facial expressio recogitio ethod, which utilizes both Pricipal Copoet Aalysis (PCA) ad stacked deoisig autoecoders (SDAE), is proposed. First we use the PCA to do the liear feature reductio. Ad the the diesio of the data is reduced by a oliear way while the stacked deoisig autoecoders lear the features. Thus soe ore effective features of expressio could be leart. Both of the average forecast tie ad facial expressio recogitio rate are iproved. The siulatio experiet results show the effectiveess of the proposed ethod. 2 THE STACKED DENOISING AUTOENCODERS I this sectio, we will first itroduce the deoisig autoecoders which is the basic block of stacked deoisig autoecoders. Ad the the traiig process of the SDAE will be itroduced. 2. Deoisig autoecoders Assue that the autoecoder has a strog robustess to the partially destroyed iputs [,2]. As show i Figure, the iput x is corrupted to the partially destroyed vector x by eas of the stochastic appig x ~ qd ( x x). I this paper, we get the partially destroyed vector x by radoly settig a fixed part of iput x [0,] d to 0. The the corrupted iput is x apped, as with the basic autoecoder, to a hidde represetatio y f ( x ) s( Wx b),where θ={w,b}.w is a weight atrix with size of d * d ad b is a bias atrix with the diesio of d, s(x)=/(+e -x ). The y is recostructed to z=gθ (y)=s(w y+b ), where θ ={W,b }. We ca obtai the optial weight atrix of reverse appig as W =W T. The by iiizig the average recostructio error betwee iput ad the recostructed vector, we ca get the optial odel paraeters like Equatio (): * '* ( i) ( i), arg i Lx (, z ) ', arg i ', i i () i () i Lx (, g ' ( f( x ))) () Where the lost fuctio L, each copoet of vector x ad z belogs to Beroulli distributio, ad uses cross etropy to easure the distace betwee x ad z like Equatio (2): d Lxz (, ) ( xk log zk ( xk)log( zk)) (2) k Figure. The structure of deoisig autoecoders. 2.2 Stacked deoisig autoecoders I this paper, the stacked deoisig autoecoders is got by stackig the deoisig autoecoders [3,4]. As show i Figure 2, x is the iput, ŷ is the classificatio output, ad hi are the hidde layers. The traiig process is show as follows: () Iitially trai the first deoisig autoecoder cosiderig the iput is the iage ad h=y. The trai the odel as the ethod stated i part 2. to get the paraeters of the first deoisig autoecoder; (2) Use h got fro step () as the iput of the secod deoisig autoecoder ad h2=y. The trai it as a deoisig autoecoder to get the paraeters of secod deoisig autoecoder; (3) Iterate through step (2) to trai the rest deoisig autoecoders util to the - deoisig autoecoder; (4) Use h got fro last step as iput of the fial odel, ad ŷ as the output. Trai the last odel also as a deoisig autoecoder to get the classificatio results. Figure 2. The structure of stacked deoisig autoecoders. 3 FRAMEWORK OF FACIAL EXPRESSION RECOGNITION METHOD BASED ON SDAE As show i Figure 3, the proposed ethod cosists of three steps. Firstly the iages are cropped ad oralized i the preprocessig phase. Ad the the diesio of the iput feature is reduced by Pricipal Copoet Aalysis (PCA). The the SDAE is traied layer-wised after beig stetted its paraeters, while the test iages are preprocessed ad feature 9

3 diesio reduced by PCA. The traied SDAE lear feature layer-wised ad classify. Figure 3. Fraework of facial eotio recogitio based o PCA+SDAE. 3. Feature reductio ethod I order to reove the redudat copositio i facial expressio ad eliiate the depedece of data, the facial iage is reduced diesio by PCA after preprocessig. Pricipal Copoet Aalysis is defied as a orthogoal liear trasforatio atheatically. It trasfors the data to a ew coordiate syste i which the greatest variace by soe projectio of the data lies o the first coordiate, the secod greatest variace o the secod coordiate, ad so o [5]. Accordig to the sigular value decopositio of the covariace atrix of the dataset x, costruct the projectio axis of diesio reductio: () i () i T ( x )( x ) i (3) U, S, V svd( ) (4) Where is the aout of saple, is the diesio of saple, ε is the error coefficiet ad always less tha 0.0. The diesio reductio rage error is: i x () i i 2 approx i x x ()2 i (5) where xapprox is the output of saple. The optial diesio of reductio is fixed by pricipal copoet cotributio rate: k i i i i (6) where δ is always Usig the priciple copoet values to replace the origial data, we ca extract the ai copoet of expressio. Besides the SDAE will reduce diesio by a oliear way whe it s learig features. We utilize the PCA to reduce the diesio by a liear way first. Thus we ca get the ai copositio of expressio ad ore effective features. Thus the traiig ad test of SDAE ca be ore efficiet. 3.2 Stacked deoisig autoecoders The stacked deoisig autoecoders is stacked by the autoecoder with deoisig criterio. Copared with other deep learig odels, such as deep belief etworks ad covolutioal eural etwork, it has a stroger ability to lear feature. Ad SDAE has bee applied to digit recogitio successfully []. I order to take advatage of SDAE s strog ability to lear feature, the SDAE is applied to facial expressio recogitio firstly i this paper. If the raw pixel feature is used for SDAE to recogize facial expressio, the expressio recogitio rate will be lower because of the redudat copositio i facial expressio. So a ew facial expressio recogitio ethod based o PCA ad SDAE is proposed. Firstly the facial iages are reduced feature by PCA after be preprocessed. The it is used for SDAE to lear feature ad classify. The paraeters of SDAE is set as the autoecoder s criterio which is the diesio of every deoisig autoecoder s output is saller tha iput so as to lear lower diesio features []. I this paper, the odel paraeter is used the ethod put forward i the article [6]. That is the diesio of DAE output is lower tha the diesio of DAE iput to lear the low diesio feature ad to reove the irrelevat features. The uber of hidde layer odes of SDAE decrease fro iput to output of SDAE. 4 EXPERIMENTS 4. Experietal settigs I order to deostrate the effectiveess of the proposed ethod, the experiets were coducted o two classical facial expressio datasets that are exted Coh-Kaade (CK+) ad JAFFE [7,8,9]. Ad experiets were aied to classify the expressio to six classes which are agry, disgust, fear, happy, sad ad surprise [20]. To get the eotio part of a face, the iages were clipped by the ethod etioed i [2]. Firstly, the eyes ad ose are located, if the distace betwee the two pupils is d, the the size of the clipped iage is 2.2d*.8d. At last, oralizatio is coducted after all the iages have bee clipped. 600 iages fro CK+ were selected as the saples ad the 0-fold cross validatio was adopted. For JAFFE dataset, 83 iages were selected as the saples without eutral expressio while the 7-fold cross validatio was adopted as the size of saples was sall. The diesio of data is reduced to 52 by PCA. So the uber of hidde odes is 500,400,200 fro lowest hidde layer to highest oe for CK+. Because the JAFFE dataset is sall, the uber of hidde layer is 500,400,300,200,00 fro lowest hidde layer to highest oe for JAFFE to lear better feature. 92

4 4.2 Experietal results aalysis 4.2. Cotrast experiets of SDAE with differet paraeters Deostratig the paraeters of SDAE [5] used i this paper ca obtai higher facial expressio recogitio, ad cotrast experiets are perfored. All experiets i this part utilize the proposed ethod to recogize the expressio. Accordig to set differet paraeters for SDAE, such as the aout of layers ad the aout of odes i every layer, we use these odels to test. The experiets are show i Figure 4 ad 5. Differet paraeters of SDAE are show i Table. The row SDAE eas layers of SDAE. The hi ea the aout of odes i every layer as show i Figure 2. After aalyzig the experietal results, we ca coclude that the paraeters of SDAE used i this paper ca get higher recogitio rate. For both the CK+ ad Jaffe dataset, if the iteratio of traiig for each odel is the sae, the recogitio rate icreases whe the layers of odel icrease withi a certai rage, because it ca lear ore advaced features thus to get a higher recogitio rate. But if the aout of odel layers icreases further, the coplex of traiig for odel will lear worse feature ad lead to a worse result. Ad the experiets show that 5 layers structure of SDAE for CK + ad 7 layers structure of SDAE for JAFFE ca get better recogitio rate. For a sigle curve i the figure, with the icrease of iteratio for odel traiig, the odel ca lear ore advaced features thus to get a higher recogitio rate. But if the iteratio icreases further, it will lead to over-fittig of the odel traiig ad a worse recogitio results The ecessity verificatio of PCA feature reductio experiet Cotrast experiets are set i this sectio to verify the ecessity of PCA feature reductio. For the iput of the SDAE, we copare the feature reduced diesio by PCA used i this paper with the raw pixel feature. The two kids of features are used to trai ad test the SDAE. The experiets are coducted o the CK+ ad JAFFE dataset. The results are show below: Figure 4. The expressio recogitio rate of SDAE with differet paraeters o CK+ dataset. Table 2. The expressio recogitio rate coparisos ad ecessity verificatio of PCA feature reductio ethods. CK+ JAFFE PCA+SDAE SDAE Table 2 shows the experietal results. The raw pixel feature, feature reduced feature by PCA were put ito the odel for experiets. The results idicate PCA diesio reductio cobied with SDAE for learig ad classificatio ca get better perforace tha the raw pixel features cobied with SDAE. This result deostrates the ecessity of feature diesio reductio. For coclusio, the proposed ethod which cobied the PCA ad SDAE ca get better facial expressio recogitio rate. Figure 5. The expressio recogitio rate of SDAE with differet paraeters o JAFFE dataset. Table. The uber of hidde layers ode of odels. SDAE H6 H5 H4 H3 H2 H Cotrast experiets of differet deep learig ethods Deep learig is proposed i recet years. Several deep learig ethods have bee applied to facial expressio recogitio. So cotrast experiets were set to copare two deep learig ethods ad two classical ethods with our proposed ethod. They are respectively deep belief etworks, covolutioal eural etwork, artificial eural etwork ad support vector achie with local biary patters. The results are displayed as follows. 93

5 Table 3. The expressio recogitio rate of differet ethods o CK+ ad JAFFE dataset. CK+ JAFFE PCA+SDAE DBN CNN ANN LBP+SVM After aalyzig the experietal results, we ca coclude that the proposed PCA+SDAE ethod ca get higher recogitio rate copared with the above ethods. It deostrates the auto learig ability of deep learig, ad also proves that the auto leared feature ca describe the expressio better tha the raw pixel feature ad extracted feature that ca lead better recogitio rate. 5 CONCLUSION A ovel facial expressio recogitio ethod based o Pricipal Copoet Aalysis ad stacked deoisig autoecoders was proposed i this paper. The experietal results idicate the proposed ethod ca get better perforace tha other deep learig based ethods ad o-deep learig ethods. I additio, the feature reduced feature by PCA ca get better perforace tha the raw pixel features to trai ad test the SDAE. Curretly, the odel structure is chose by experiets, how to choose the optiized odel structure ca be researched i the future. At last, ost of the facial expressio recogitio ca oly applied for frotal face, how to recogize the facial expressio with pose ca also be discussed i the future. ACKNOWLEDGEMENT This paper is sposored by Natural Sciece Foudatio Project of CQ (CSTC, 2007BB2445), Graduate Research ad Iovatio Project of CQ (CYS574) ad ICT & Future Plaig (MSIP) of Korea i the ICT R&D Progra 203. REFERENCES [] Fasel B., Luetti J Autoatic facial expressio aalysis: a survey. Patter Recogitio, 36(): [2] Suathi C.P., Sathaa T., Mahadevi M Autoatic facial expressio aalysis a survey. Iteratioal Joural of Coputer Sciece & Egieerig Survey, 36(): [3] Caleau C.D Face expressio recogitio: A brief overview of the last decade. Applied Coputatioal Itelligece ad Iforatics (SACI), 203 IEEE 8th Iteratioal Syposiu o. IEEE, pp: [4] Patic M., Rothkratz L.J.M Autoatic aalysis of facial expressios: The state of the art. Patter Aalysis ad Machie Itelligece, IEEE Trasactios o, 22(2): [5] Boureau Y., Cu Y.L Sparse feature learig for deep belief etworks. Advaces i Neural Iforatio Processig Systes. pp: [6] Fasel B. Mutliscale Facial expressio recogitio usig covolutioal eural etworks. Idia Coferece o Coputer Visio, Graphics ad Iage Processig (ICVGIP 02). (EPFL-CONF-82835). [7] Liu Y., Hou X., Che J., et al Facial expressio recogitio ad geeratio usig sparse autoecoder. Sart Coputig (SMARTCOMP), 204 Iteratioal Coferece o. IEEE, pp: [8] Lv Y., Feg Z., Xu C Facial expressio recogitio via deep learig. Sart Coputig (SMART- COMP), 204 Iteratioal Coferece o. IEEE, pp: [9] Jug H., Lee S., Park S., et al Developet of deep learig-based facial expressio recogitio syste. Frotiers of Coputer Visio (FCV), 205 2st Korea-Japa Joit Workshop o. IEEE, pp: -4. [0] Liu P., Ha S., Meg Z., et al Facial expressio recogitio via a boosted deep belief etwork. Coputer Visio ad Patter Recogitio (CVPR), 204 IEEE Coferece o. IEEE, pp: [] Vicet P., Larochelle H., Begio Y., et al Extractig ad coposig robust features with deoisig autoecoders. Proceedigs of the 25th iteratioal coferece o Machie learig. ACM, pp: [2] Vicet P., Larochelle H., Lajoie I., et al Stacked deoisig autoecoders: Learig useful represetatios i a deep etwork with a local deoisig criterio. Joural of Machie Learig Research, (6): [3] Begio Y Learig deep architectures for AI. Foudatios & Treds i Machie Learig, 2(): -27. [4] Begio Y., Labli P., Popovici D., et al Greedy layer-wise traiig of deep etworks. Advaces i Neural Iforatio Processig Systes, 9: 53. [5] Jolliffe I Pricipal Copoet Aalysis. Joh Wiley & Sos, Ltd. [6] You Q., Zhag Y.J A ew traiig priciple for stacked deoisig autoecoders. Iage ad Graphics, Iteratioal Coferece o. IEEE, pp: [7] Kaade T., Coh J.F., Tia Y Coprehesive database for facial expressio aalysis. Autoatic Face ad Gesture Recogitio, Proceedigs. Fourth IEEE Iteratioal Coferece o. IEEE, pp: [8] Lucey P., Coh J.F., Kaade T., et al The exteded coh-kaade dataset (CK+): A coplete expressio dataset for actio uit ad eotio-specified expressio. IEEE Coputer Society Coferece of Coputer Visio ad Patter Recogitio Workshops, pp: [9] Lyos M.J., Budyek J., Akaatsu S Autoatic classificatio of sigle facial iages. IEEE Trasactios o Patter Aalysis & Machie Itelligece, 2(2): [20] Eka P., Friese W.V. 97. Costats across cultures i the face ad eotio. Joural of Persoality & Social Psychology, 7(2): [2] Deg H.B., Ji L.W., Zhe L.X., Huag J.C A ew facial expressio recogitio ethod based o local Gabor filter bak ad PCA plus LDA. Iteratioal Joural of Iforatio Techology, ():

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a

Research on the Classification Algorithms for the Classical Poetry Artistic Conception based on Feature Clustering Methodology. Jin-feng LIANG 1, a 2d Iteratioal Coferece o Electrical, Computer Egieerig ad Electroics (ICECEE 2015) Research o the Classificatio Algorithms for the Classical Poetry Artistic Coceptio based o Feature Clusterig Methodology

More information

Mathematical Model of the Pharmacokinetic Behavior of Orally Administered Erythromycin to Healthy Adult Male Volunteers

Mathematical Model of the Pharmacokinetic Behavior of Orally Administered Erythromycin to Healthy Adult Male Volunteers Sybiosis wwwsybiosisolieorg wwwsybiosisoliepublishigco Research Article SOJ Pharacy & Pharaceutical Scieces Ope Access atheatical odel of the Pharacokietic Behavior of Orally Adiistered Erythroyci to Healthy

More information

A Proposal for the LDPC Decoder Architecture for DVB-S2

A Proposal for the LDPC Decoder Architecture for DVB-S2 A Proposal for the LDPC Decoder Architecture for DVB-S Harihara S.G, M.Girish Chadra, B.S. Adiga, D.N. Praod, P. Balauralidhar bedded Systes Group, ata Cosultacy Services, Bagalore, INDIA. { harihara.g,.gchadra,

More information

Speech Recognition for Controlling Movement of the Wheelchair

Speech Recognition for Controlling Movement of the Wheelchair Proc. of the 2 d Iteratioa Cof. o Optics ad Laser Appicatios ICOLA 07, Septeber 5-7, Yogyakarta, Idoesia Speech Recogitio for Cotroig Moveet of the Wheechair Thiag Eectrica Egieerig Departet, Petra Christia

More information

Logistics We are here. If you cannot login to MarkUs, me your UTORID and name.

Logistics We are here. If you cannot login to MarkUs,  me your UTORID and name. Logistics We are here 8 Week If you caot logi to arkus, email me your UTORID ad ame. heck lab marks o arkus, if it s recorded wrog, cotact Larry withi a week after the lab. Quiz average: 8% Assembly Laguage

More information

References and quotations

References and quotations CHAPTER 1.8 Refereces ad quotatios Academic writig depeds o the research ad ideas of others, so it is vital to show which sources you have used i your work, i a acceptable maer. This uit explais the format

More information

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing

Energy-Efficient FPGA-Based Parallel Quasi-Stochastic Computing Article Eergy-Efficiet FPGA-Based Parallel Quasi-Stochastic Computig Ramu Seva, Prashathi Metku * ad Misu Choi Departmet of Computer Egieerig, Missouri Uiversity of Sciece & Techology, 4 Emerso Electric

More information

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics

Motivation. Analysis-and-manipulation approach to pitch and duration of musical instrument sounds without distorting timbral characteristics Aalysis-ad-maipulatio approach to pitch ad duratio of musical istrumet souds without distortig timbral characteristics Takehiro Abe Katsutoshi Itoyama Kazuyoshi Yoshii Kazuori Komatai Tetsuya Ogata Hiroshi

More information

Chapter 7 Registers and Register Transfers

Chapter 7 Registers and Register Transfers Logic ad Computer Desig Fudametals Chapter 7 Registers ad Register Trasfers Part 2 Couters, Register Cells, Buses, & Serial Operatios Charles Kime & Thomas Kamiski 28 Pearso Educatio, Ic (Hyperliks are

More information

Line numbering and synchronization in digital HDTV systems

Line numbering and synchronization in digital HDTV systems Lie umberig ad sychroizatio i digital HDTV systems D. (VURT) I cotrast to aalogue televisio systems where lie umberig is covetioally liked to the vertical sychroizatio, digital televisio offers the possibility

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences Australia Joural of Basic ad Applied Scieces, 8(11) Special 2014, Pages: 16-22 AENSI Jourals Australia Joural of Basic ad Applied Scieces ISSN:1991-8178 Joural home page: www.abasweb.com Explorig the Hammig

More information

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection Math of Projectios:Overview Math of perspective projectio, stadard cofiguratio OpeGL perspective projectios Math of orthographic projectio OpeGL orthographic projectios Viewport trasformatios ad settig

More information

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill

PROBABILITY AND STATISTICS Vol. I - Ergodic Properties of Stationary, Markov, and Regenerative Processes - Karl Grill PROBABILITY AND STATISTICS Vol. I Ergodic Properties of Statioary, Markov, ad Regeerative Processes Karl Grill ERGODIC PROPERTIES OF STATIONARY, MARKOV, AND REGENERATIVE PROCESSES Karl Grill Istitut für

More information

Comparative Study of Different Techniques for License Plate Recognition

Comparative Study of Different Techniques for License Plate Recognition Comparative Study of Differet Techiques for Licese Plate Recogitio By Jitedra Sharma 1, Prof Khushboo Saxea 2, Prof Amit Sihal 3 1, 2, 3 Departmet of Iformatio Techology, Techocrats Istitute of Techology,

More information

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things

Reliable Transmission Control Scheme Based on FEC Sensing and Adaptive MIMO for Mobile Internet of Things Joural of Commuicatios Vol. 9, No., December 04 Reliable Trasmissio Cotrol Scheme Based o FEC Sesig ad Adaptive MIMO for Mobile Iteret of Thigs Yog Ji, Feg Li, Ya Fa, Ruigag Li, ad Hua Dai School of Computer

More information

Implementation of Expressive Performance Rules on the WF-4RIII by modeling a professional flutist performance using NN

Implementation of Expressive Performance Rules on the WF-4RIII by modeling a professional flutist performance using NN 2007 IEEE Iteratioal Coferece o Robotics ad Automatio Roma, Italy, 10-14 April 2007 Implemetatio of Expressive Performace Rules o the WF-4RIII by modelig a professioal flutist performace usig NN Jorge

More information

Image Intensifier Reference Manual

Image Intensifier Reference Manual Image Itesifier Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Internet supported Analysis of MPEG Compressed Newsfeeds

Internet supported Analysis of MPEG Compressed Newsfeeds Proceedigs of the IASTED Iteratioal Coferece Iteret ad Multimedia Systems ad Applicatios October 18-21, 1999 Nassau, Bahamas Iteret supported Aalysis of MPEG Compressed Newsfeeds Guido FALKEMEIER, Gerhard

More information

Estimating PSNR in High Definition H.264/AVC Video Sequences Using Artificial Neural Networks

Estimating PSNR in High Definition H.264/AVC Video Sequences Using Artificial Neural Networks RADIOEGIEERIG, VOL. 7, O. 3, SEPTEMBER 008 3 Estiating PSR in High Definition H.64/AVC Video Sequences Using Artificial eural etworks Martin SLAIA, Václav ŘÍČÝ Dept. of Radio Electronics, Brno University

More information

Quantifying Domestic Movie Revenues Using Online Resources in China

Quantifying Domestic Movie Revenues Using Online Resources in China Quatifyig Domestic Movie Reveues Usig Olie Resources i Chia Jia Xiao 1*, Sog-a Yag 2, Xi Li 1, He Ji 1 ad Shazhi Che 3 1. State Key Laboratory of Networkig ad Switchig Beijig Uiversity of Posts ad Telecommuicatios

More information

MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO

MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO MODELLING PERCEPTION OF SPEED IN MUSIC AUDIO Aders Elowsso KTH Royal Istitute of Techology CSC, Dept. of Speech, Music ad Hearig elov@kth.se Aders Friberg KTH Royal Istitute of Techology CSC, Dept. of

More information

Recognition of Human Speech using q-bernstein Polynomials

Recognition of Human Speech using q-bernstein Polynomials Iteratioal Joural of Computer Applicatios (0975 8887) Volume o.5, Jue 00 Recogitio of Huma Speech usig -Berstei Polyomials Abdulkadir Karacı Kastamou Uiversity Departmet of Computer ad Istructioal Techology

More information

A Novel Method for Music Retrieval using Chord Progression

A Novel Method for Music Retrieval using Chord Progression Australia Joural of Basic ad Applied Scieces, 10(2) Special 2016, Pages: 277-282 AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Joural home page: www.ajbasweb.com A Novel

More information

Randomness Analysis of Pseudorandom Bit Sequences

Randomness Analysis of Pseudorandom Bit Sequences 2009 Iteratioal Coferece o Computer Egieerig ad Applicatios IPCSIT vol.2 (2011) (2011) IACSIT Press, Sigapore Radomess Aalysis of Pseudoradom Bit Sequeces Rashidah Kadir 1+ ad Mohd Aizaii Maarof Faculty

More information

THE Internet of Things (IoT) is likely to be incorporated

THE Internet of Things (IoT) is likely to be incorporated This is the author's versio of a article that has bee published i this oural. Chages were made to this versio by the publisher prior to publicatio. IEEE INTERNET OF THINGS JOURNAL, VOL. 5, NO. 1, FEBRUARY

More information

The new, parametrised VS Model for Determining the Quality of Video Streams in the Video-telephony Service

The new, parametrised VS Model for Determining the Quality of Video Streams in the Video-telephony Service 1 Stefa Paulse Istitute of Commuicatios Techology Flesburg Uiversity of Applied Scieces tadeus.uhl@fh-flesburg.de Tadeus Uhl Istitute of Commuicatios Techology Flesburg Uiversity of Applied Scieces tadeus.uhl@fh-flesburg.de

More information

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA It. J. Mech. Eg. & Rob. Res. 2013 G Gurumahesh et al., 2013 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 2, No. 1, Jauary 2013 2013 IJMERR. All Rights Reserved RELIABILITY EVALUATION OF REPAIRABLE

More information

Polychrome Devices Reference Manual

Polychrome Devices Reference Manual Polychrome Devices Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Quality improvement in measurement channel including of ADC under operation conditions

Quality improvement in measurement channel including of ADC under operation conditions Quality improvemet i measuremet chael icludig of ADC uder operatio coditios 1 Romuald MASNICKI, 2 Jausz MINDYKOWSKI 1, 2 Gdyia Maritime iversity, ul. Morska 81-83, 81-225 Gdyia, POLAND, tel. (+48 58) 6109

More information

The Communication Method of Distance Education System and Sound Control Characteristics

The Communication Method of Distance Education System and Sound Control Characteristics 36 IJCSNS Iteratioal Joural of Computer Sciece ad Network Security, VO.6 No.7A, July 006 The Commuicatio ethod of Distace Educatio System ad Soud Cotrol Characteristics aabu Ishihara, Departmet of Electrical

More information

RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES

RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES Proceedigs SMC 6.8. -.9.6, Hamburg, Germay RHYTHM TRANSCRIPTION OF POLYPHONIC MIDI PERFORMANCES BASED ON A MERGED-OUTPUT HMM FOR MULTIPLE VOICES Eita Nakamura Kyoto Uiversity eakamura@sap.ist.i.kyoto-u.ac.p

More information

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures EE260: igital esig, prig 208 4/3/8 EE 260: Itroductio to igital esig equetial Logic Elemets ao Zheg epartmet of Electrical Egieerig Uiversity of Hawaiʻi at Māoa equetial ircuits ombiatioal Logic: Output

More information

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming

Analyzing the influence of pitch quantization and note segmentation on singing voice alignment in the context of audio-based Query-by-Humming Aalyzig the ifluece of pitch quatizatio ad ote segmetatio o sigig voice aligmet i the cotext of audio-based Query-by-Hummig Jose J. Valero-Mas Patter Recogitio ad Artificial Itelligece Group, Uiversity

More information

DIGITAL SYSTEM DESIGN

DIGITAL SYSTEM DESIGN DIGITAL SYSTEM DESIGN Buildig Block Circuit Rather tha buildig ytem at the gate level, ofte digital ytem are cotructed from higher level, but till baic, buildig block circuit. Multiplexer, decoder, flip-flop,

More information

The Blizzard Challenge 2014

The Blizzard Challenge 2014 The Blizzard Challege 2014 1 Kishore Prahallad, 1 Aadaswarup Vadapalli, 1 Satosh Kesiraju, 2 Hema A. Murthy 3 Swara Lata, 4 T. Nagaraja, 5 Mahadeva Prasaa, 6 Hemat Patil, 7 Ail Kumar Sao 8 Simo Kig, 9

More information

A Simulation Experiment on a Built-In Self Test Equipped with Pseudorandom Test Pattern Generator and Multi-Input Shift Register (MISR)

A Simulation Experiment on a Built-In Self Test Equipped with Pseudorandom Test Pattern Generator and Multi-Input Shift Register (MISR) A Simulatio Experimet o a Built-I Self Test Equipped with Pseudoradom Test Patter Geerator ad Multi-Iput Shift Register (MISR) Afaq Ahmad Departmet of Electrical ad Computer Egieerig College of Egieerig,

More information

Image Enhancement in the JPEG Domain for People with Vision Impairment

Image Enhancement in the JPEG Domain for People with Vision Impairment Image hacemet i the JPG Domai for People with Visio Impairmet Jisha Tag, Seior Member, Jeoghoo Kim, ad li Peli Abstract A image ehacemet algorithm for low-visio patiets was developed for images compressed

More information

ROUNDNESS EVALUATION BY GENETIC ALGORITHMS

ROUNDNESS EVALUATION BY GENETIC ALGORITHMS Chapter ROUNDNESS EVALUATION BY GENETIC ALGORITHMS Michele Lazetta ad Adrea Rossi Departmet of Mechaical, Nuclear ad Productio Egieerig Uiversity of Pisa, Via Diotisalvi 1, 56122 Pisa, Italy ABSTRACT Roudess

More information

STx. Compact HD/SD COFDM Transmitter. Features. Options. Accessories. Applications

STx. Compact HD/SD COFDM Transmitter. Features. Options. Accessories. Applications Compact HD/SD COFDM Trasmitter Features SD ad HD ecodig 200mW RF output power Optimized for size Superior broadcast grade video Wide selectio of video iputs MPEG-4 Part-10/H.264 Two moo audio chaels Very

More information

CODE GENERATION FOR WIDEBAND CDMA

CODE GENERATION FOR WIDEBAND CDMA ST JOURAL OF SYSTEM RESEARCH - VOL1 - UMBER 1 CODE GEERATIO FOR WIDEBAD CDMA Daiele Lo Iacoo Ettore Messia Giuseppe Avelloe Agostio Galluzzo Fracesco Pappalardo STMicroelectroics This paper presets a overview

More information

Daniel R. Dehaan Three Études For Solo Voice Summer 2010, Chicago

Daniel R. Dehaan Three Études For Solo Voice Summer 2010, Chicago Daiel R. Dehaa Three Études For Solo Voice Summer 010 Chicago Daiel R. Dehaa Three Études For Solo Voice Summer 010 Chicago Copyright 010 by Daiel R. Dehaa All rights reserved icludig performig rights.

More information

Digest Journal of Nanomaterials and Biostructures Vol. 13, No. 2, April - June 2018, p

Digest Journal of Nanomaterials and Biostructures Vol. 13, No. 2, April - June 2018, p Digest Joural of Naomaterials ad Biostructures Vol. 13, No. 2, April - Jue 2018, p. 345-351 EFFECT OF THE GREEN-EMITTING CaF 2 :Ce 3+,Tb 3+ PHOSPHOR PARTICLES SIZE ON COLOR RENDERING INDEX AND COLOR QUALITY

More information

Design Techniques of FPGA Based Random Number Generator

Design Techniques of FPGA Based Random Number Generator Desig Techiues of FPGA Base Rao Nuber Geerator Pog P. Chu a Robert E. Joes Departet of Electrical a Coputer Egieerig, Clevela State Uiversity, Clevela, Ohio 445 NASA Gle Research Ceter, Clevela, Ohio 44

More information

PowerStrip Automatic Cut & Strip Machine

PowerStrip Automatic Cut & Strip Machine Automatic Cut & Strip Machie 2 Fully automatic wire processig requires precisio techology tailored to your specific eeds. The combies the utmost i precisio ad performace which cover a ubeatable rage of

More information

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011 T-25e, T-39 & T-66 G657 fibres ad how to splice them TA036DO0018-03 10 th Jue 2011 What is G657 fibre? G657 is a ew class of sigle mode fibre which ca be bet more severely the ormal G652 sigle mode without

More information

NewBlot PVDF 5X Stripping Buffer

NewBlot PVDF 5X Stripping Buffer NewBlot PVDF 5X Strippig Buffer Developed for: Odyssey Family of Imagers Please refer to your maual to cofirm that this protocol is appropriate for the applicatios compatible with your model of Odyssey

More information

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India

Forces: Calculating Them, and Using Them Shobhana Narasimhan JNCASR, Bangalore, India Forces: Calculatig Them, ad Usig Them Shobhaa Narasimha JNCASR, Bagalore, Idia shobhaa@jcasr.ac.i Shobhaa Narasimha, JNCASR 1 Outlie Forces ad the Hellma-Feyma Theorem Stress Techiques for miimizig a fuctio

More information

For children aged 5 7

For children aged 5 7 For childre aged THE BEACH, THE CHILDREN AND THE TURTLE Childre thik about special places, special people ad people, their feeligs ad the wishes they make. Throughout, the term childre refers to those

More information

Working with PlasmaWipe Effects

Working with PlasmaWipe Effects Workig with PlasmaWipe Effects Workig with PlasmaWipe Effects PlasmaWipe effects are real-time plug-i effects that use gradiet image bitmaps to create wipes ad segmet effects. There are 64 preset effects,

More information

LONGITUDINAL AND TRANSVERSE PHASE SPACE CHARACTERIZATION

LONGITUDINAL AND TRANSVERSE PHASE SPACE CHARACTERIZATION SPARC-BD-3/6 SPARC-RF-3/3 25 Noveber 23 LONGITUDINAL AND TRANSVERSE PHASE SPACE CHARACTERIZATION D. Alesini, C. Vaccarezza, (INFN/LNF) Abstract The characterization of the longitudinal and transverse phase

More information

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY.

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY. NIIT Logotype The NIIT logotype is always preseted i a fixed cofiguratio. The desig of the logotype is based o a typeface called Egyptia. The letters N I I T has bee specially desiged ad letter-spaced.

More information

FPGA Implementation of High Performance LDPC Decoder using Modified 2-bit Min-Sum Algorithm

FPGA Implementation of High Performance LDPC Decoder using Modified 2-bit Min-Sum Algorithm Second International Conference on Coputer Research and Developent FPGA Ipleentation of High Perforance LDPC Decoder using Modified 2-bit Min-Su Algorith Vikra Arkalgud Chandrasetty and Syed Mahfuzul Aziz

More information

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone:

Mullard INDUCTOR POT CORE EQUIVALENTS LIST. Mullard Limited, Mullard House, Torrington Place, London Wel 7HD. Telephone: Mullard INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited, Mullard House, Torrigto Place, Lodo Wel 7HD. Telephoe: 01-580 6633 INDUCTOR POT CORE EQUIVALENTS LIST Mullard Limited have bee maufacturig ferrite

More information

Digest Journal of Nanomaterials and Biostructures Vol. 12, No. 3, July - September 2017, p

Digest Journal of Nanomaterials and Biostructures Vol. 12, No. 3, July - September 2017, p Digest Joural of Naomaterials ad Biostructures Vol. 12, No. 3, July - September 2017, p. 891-898 Co-DOPING GREEN-EMITTING CaF 2 :Ce 3+, Tb 3+ AND YELLOW-EMITTING PHOSPHOR PARTICLES FOR IMPROVING THE CCT

More information

Sensor Data Processing and Neuro-inspired Computing

Sensor Data Processing and Neuro-inspired Computing Sesor Data Processig ad Neuro-ispired Computig Prof. Da Hammerstrom ECE Departmet Portlad State Uiversity Former DARPA Program Maager, MTO Maseeh College of Egieerig ad Computer Sciece I this talk I will

More information

GMM-based Synchronization rules for HMM-based Audio-Visual laughter synthesis

GMM-based Synchronization rules for HMM-based Audio-Visual laughter synthesis 2015 International Conference on Affective Coputing and Intelligent Interaction (ACII) GMM-based Synchronization rules for HMM-based Audio-Visual laughter synthesis Hüseyin Çakak, UMONS, Place du Parc

More information

University Student Design and Applied Solutions Competition

University Student Design and Applied Solutions Competition To Protect People, Assets ad the Eviromet from Corrosio Uiversity Studet Desig ad Applied Solutios Competitio 2017 Sposorship Opportuities Housto, TX USA For more iformatio, please visit usdasc.com/sposorships

More information

L-CBF: A Low-Power, Fast Counting Bloom Filter Architecture

L-CBF: A Low-Power, Fast Counting Bloom Filter Architecture L-CBF: A Low-Power, Fast Coutig Bloom Filter Architecture Elham Safi, Adreas Moshovos, ad Adreas Veeris Electrical ad Computer Egieerig Departmet Uiversity of Toroto {elham, moshovos, veeris@eecg.utoroto.ca}

More information

Apollo 360 Map Display User s Guide

Apollo 360 Map Display User s Guide Apollo 360 Map Display User s Guide II Morrow Ic. 2345 Turer Road S.E. Salem, Orego 97309 November 1996 P/N 560-0119-00 Apollo 360 Map Display No part of this documet may be reproduced i ay form or by

More information

Studio encoding parameters of digital television for standard 4:3 and wide-screen 16:9 aspect ratios

Studio encoding parameters of digital television for standard 4:3 and wide-screen 16:9 aspect ratios ecoendation ITU- T.6-7 (3/) Studio encoding paraeters of digital television for standard 4:3 and wide-screen 6:9 aspect ratios T Series roadcasting service (television) ii ec. ITU- T.6-7 Foreword The role

More information

THE BEST F NEWS DESIGN 36TH ANNUAL CREATIVE COMPETITION

THE BEST F NEWS DESIGN 36TH ANNUAL CREATIVE COMPETITION The Society for News Desig THE BEST F NEWS DESIGN 36TH ANNUAL CREATIVE COMPETITION 2014 CALL FOR ENTRIES FEB. 18, 2015 U.S. DEADLINE NON-U.S. DEADLINE THE BEST OF NEWS DESIGN CREATIVE COMPETITION Thirty-sixth

More information

Research Article Measurements and Analysis of Secondary User Device Effects on Digital Television Receivers

Research Article Measurements and Analysis of Secondary User Device Effects on Digital Television Receivers Hidawi Publishig Corporatio EURASIP Joural o Advaces i Sigal Processig Volume 2009, Article ID 510867, 13 pages doi:10.1155/2009/510867 Research Article Measuremets ad Aalysis of Secodary User Device Effects

More information

AN IMPROVED VARIABLE STEP-SIZE AFFINE PROJECTION SIGN ALGORITHM FOR ECHO CANCELLATION * Jianming Liu and Steven L Grant 1

AN IMPROVED VARIABLE STEP-SIZE AFFINE PROJECTION SIGN ALGORITHM FOR ECHO CANCELLATION * Jianming Liu and Steven L Grant 1 AN IMPROVED VARIABLE SEP-SIZE AFFINE PROJECION SIGN ALGORIHM FOR ECHO CANCELLAION * Jiamig Liu ad Steve L Grat Departmet of Eectrica ad Computer Egieerig, Missouri Uiversity of Sciece ad echoogy, Roa,

More information

CCTV that s light years ahead

CCTV that s light years ahead CCTV that s light years ahead Video multiplexer, digital recorder, dome cotrol, audio ad more? all i oe box! The Digital Sprite 2 ad DS2 Plus are high performace, cost-effective digital CCTV cotrol systems.

More information

An Investigation of Acoustic Features for Singing Voice Conversion based on Perceptual Age

An Investigation of Acoustic Features for Singing Voice Conversion based on Perceptual Age INTERSPEECH 13 An Investigation of Acoustic Features for Singing Voice Conversion based on Perceptual Age Kazuhiro Kobayashi 1, Hironori Doi 1, Tooki Toda 1, Tooyasu Nakano 2, Masataka Goto 2, Graha Neubig

More information

Design for Verication at the Register Transfer Level. Krishna Sekar. Department of ECE. La Jolla, CA RTL Testbench

Design for Verication at the Register Transfer Level. Krishna Sekar. Department of ECE. La Jolla, CA RTL Testbench Design for Verication at the Register Transfer Level Indradeep Ghosh Fujitsu Labs. of Aerica, Inc. Sunnyvale, CA 94085 USA Krishna Sekar Departent of ECE Univ. of California, San Diego La Jolla, CA 92093

More information

TRAINING & QUALIFICATION PROSPECTUS

TRAINING & QUALIFICATION PROSPECTUS TRAINING & QUALIFICATION PROSPECTUS EXPERT TRAINING FOR A FUTURE IN BROADCAST MEDIA TECHNOLOGY 1 WHO WE WORK WITH Page 4 OUR COMMUNITY Page 5 INTRODUCTION TO BROADCAST TECHNOLOGY Page 6 IP AND FILE BASED

More information

Focus. Video Encoder Optimisation to Enhance Motion Representation in the Compressed-Domain

Focus. Video Encoder Optimisation to Enhance Motion Representation in the Compressed-Domain Q u a r t e r l y n e w s l e t t e r o f t h e M U S C A D E c o n s o r t i u Special points of interest: The position stateent is on Video Encoder Optiisation to Enhance Motion Representation in the

More information

What Does it Take to Build a Complete Test Flow for 3-D IC?

What Does it Take to Build a Complete Test Flow for 3-D IC? What Does it Take to Build a Complete Test Flow for 3-D IC? Brio Keller, Bassilios Petrakis, Cadece Thaks to : Sadeep Goel, TSMC EDPS, Moterey, CA April 5-6, 202 Ackowledgemets TSMC Ashok Mehta imec Erik

More information

Because your pack is worth protecting. Tobacco Biaxially Oriented Polypropylene Films. use our imagination...

Because your pack is worth protecting. Tobacco Biaxially Oriented Polypropylene Films. use our imagination... Because your pack is worth protectig Tobacco Biaxially Orieted Polypropylee Films use our imagiatio... Focused o Films Iovia Films has bee supplyig overwrap films to the tobacco idustry for over 45 years.

More information

Read Only Memory (ROM)

Read Only Memory (ROM) ECE 545 igital System esig with VHL Lecture A igital Logic Reresher Part A Combiatioal Logic Buildig Blocks Cot. Problem 2 What is a size o ROM with a 4-bit address iput ad a 8-bit data output? What is

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE X-PRO XP10 XP10 -- Extremely High Speed Sesor 2 Specialty Applicatio Photoelectric Sesors 2-119 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE X-PRO XP10 Extremely High Speed (10µs) Photoelectric

More information

Analysis and Detection of Historical Period in Symbolic Music Data

Analysis and Detection of Historical Period in Symbolic Music Data Aalysis ad Detectio of Historical Period i Symbolic Music Data MICHELE DELLA VENTURA Departmet of Techology Music Academy Studio Musica Via Terraglio, 81 TREVISO (TV) 31100 Italy dellavetura.michele@ti.it

More information

Organic Macromolecules and the Genetic Code A cell is mostly water.

Organic Macromolecules and the Genetic Code A cell is mostly water. Orgaic Macromolecules ad the Geetic Code A cell is mostly water. The rest of the cell cosists mostly of carbobased molecules. Orgaic chemistry is the study of carbo compouds. Copyright 2007 Pearso Educatio

More information

Audio-Based Video Editing with Two-Channel Microphone

Audio-Based Video Editing with Two-Channel Microphone Audio-Based Video Editing with Two-Channel Microphone Tetsuya Takiguchi Organization of Advanced Science and Technology Kobe University, Japan takigu@kobe-u.ac.jp Yasuo Ariki Organization of Advanced Science

More information

2 Specialty Application Photoelectric Sensors

2 Specialty Application Photoelectric Sensors SMARTEYE STEALTH-UV UVS Aalog/Digital Lumiescece Sesor 2 Specialty Applicatio Photoelectric Sesors 2-93 Specialty Applicatio Photoelectric Sesors 2 SMARTEYE STEALTH-UV UVS Aalog/Digital Lumiescece Sesor

More information

Higher-order modulation is indispensable in mobile, satellite,

Higher-order modulation is indispensable in mobile, satellite, High Throughput Probabilistic Shapig with Product Distributio Matchig Georg Böcherer, Member, IEEE, Fabia Steier, Studet Member, IEEE, Patric Schulte, Studet Member, IEEE [6] as a shapig device with forward

More information

Background Manuscript Music Data Results... sort of Acknowledgments. Suite, Suite Phylogenetics. Michael Charleston and Zoltán Szabó

Background Manuscript Music Data Results... sort of Acknowledgments. Suite, Suite Phylogenetics. Michael Charleston and Zoltán Szabó Suite, Suite Phylogeetics /5 Suite, Suite Phylogeetics Michael Charlesto ad Zoltá Szabó michael.charlesto@sydey.edu.au November 5th, 20 Suite, Suite Phylogeetics 2/5 S Bach oha Sebastia Bach was bor i

More information

VOCALS SYLLABUS SPECIFICATION Edition

VOCALS SYLLABUS SPECIFICATION Edition VOCALS SYLLABUS SPECIFICATION 2016 Editio Vocals Syllabus Specificatio 2016 Editio Rockschool Performace Arts Awards Vocatioal Qualificatios Ackowledgemets Syllabus Vocal specialists: Marti Hibbert ad

More information

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering,

DeepID: Deep Learning for Face Recognition. Department of Electronic Engineering, DeepID: Deep Learning for Face Recognition Xiaogang Wang Department of Electronic Engineering, The Chinese University i of Hong Kong Machine Learning with Big Data Machine learning with small data: overfitting,

More information

Fig. 1. Fig. 3. Ordering data. Fig. Mounting

Fig. 1. Fig. 3. Ordering data. Fig. Mounting -SMART PTM Abient light sensor and presence detector for cstant light ctrol Product descripti Abient light sensor with oti detector Switch input for / switching and diing different casing versis For or

More information

Achieving 550 MHz in an ASIC Methodology

Achieving 550 MHz in an ASIC Methodology Achievig Mz i a ASIC Methodology D. G. Chiery, B. Nikolić, K. Keutzer Departmet of Electrical Egieerig ad Computer Scieces Uiversity of Califoria at Berkeley {chiery, bora, keutzer}@eecs.berkeley.edu ABSTRACT

More information

Preview Only. Legal Use Requires Purchase W PREVIEW PREVIEW PRE IEW PREVIEW PREVIEW PREVIEW PREVIEW PREVIE PREVIEW PREVIEW PREVIEW PREVIEW

Preview Only. Legal Use Requires Purchase W PREVIEW PREVIEW PRE IEW PREVIEW PREVIEW PREVIEW PREVIEW PREVIE PREVIEW PREVIEW PREVIEW PREVIEW 2 The begiig of the piece should be played freely with o real rush or sese of perfect tempo The begiig of the ostiato i measure 14 sigals the start of a true tempo All hadbell choirs omit the otes i the

More information

Incidence and Progression of Astigmatism in Singaporean Children METHODS

Incidence and Progression of Astigmatism in Singaporean Children METHODS Icidece ad Progressio of Astigmatism i Sigaporea Childre Louis Tog, 1,2 Seag-Mei Saw, 1,2,3,4 Yu Li, 2 Kee-Seg Chia, 3 David Koh, 3 ad Doald Ta 1,2,4 PURPOSE. This study ivestigated the icidece ad progressio,

More information

Training of Elman networks and dynamic system modelling

Training of Elman networks and dynamic system modelling l teratioal Joural of Systets Sciece, i996, volume 27, umber 2, pages 221,226 Traiig of Elma etworks ad dyamic system modellig D. T. Pset ad X. Llut A dyamic backpropagatio (DBP) algorithm is preseted

More information

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven

Practice Guide Sonata in F Minor, Op. 2, No. 1, I. Allegro Ludwig van Beethoven Practice Guide Soata i F Mior, O 2, No 1, I Allegro Ludwig va Beethove Comosed i 1795, the Soata i F Mior, O 2, No 1 was dedicated to Hayd, whom Beethove admired ad had briefly studied with three years

More information

Music Scope Headphones: Natural User Interface for Selection of Music

Music Scope Headphones: Natural User Interface for Selection of Music Music Scope Headphoes: Natural User Iterface for Selectio of Music Masatoshi Hamaaka Presto, Japa Sciece ad Techology Agecy A.I.S.T. Mbox 604 1-1-1 Umezoo, Tsukuba, Ibaraki, 305-8568 Japa m.hamaaka@aist.go.jp

More information

Voice Security Selection Guide

Voice Security Selection Guide Voice Security Selectio Guide Hoppig Code Voice Iversio with ANI Voice Security Frequecy Domai Split-bad Voice Iversio Double Iversio Radio Ecryptio Rollig Code Voice Scramblers Rollig Double Iversio Frequetly

More information

How the IoT Fuels Airlines Industry's Flight into the Future

How the IoT Fuels Airlines Industry's Flight into the Future Travel, Trasportatio, ad Hospitality How the IoT Fuels Airlies Idustry's Flight ito the Future Abstract Airlies are the least pro table ode i the aviatio value chai, well behid global distributio systems,

More information

PROJECTOR SFX SUFA-X. Properties. Specifications. Application. Tel

PROJECTOR SFX SUFA-X. Properties. Specifications. Application.  Tel ifo@extgeeratioled.be www.extgeeratioled.be Tel + 32 53 71 09 42 PROJECTOR SFX SUFA-X Properties Lifespa L70 %: > 50.000 hours Eergy savigs up to 65% Boosted istallatio efficiecy thaks to the slimmed-dow

More information

A Model of Metric Coherence

A Model of Metric Coherence A Model of Metric Coherece Ier Metric Aalysis u Metric weight, Metric Coherece Aja Volk Uiversity of Souther Califoria Itegrated Media Systems Ceter Ier Metric Aalysis Ier Metric Aalysis u Metric weight,

More information

PIANO SYLLABUS SPECIFICATION. Also suitable for Keyboards Edition

PIANO SYLLABUS SPECIFICATION. Also suitable for Keyboards Edition PIANO SYLLABUS SPECIFICATION Also suitable for Keyboards 2016 Editio Piao Syllabus Specificatio 2016 Editio Rockschool Performace Arts Awards Vocatioal Qualificatios Ackowledgemets Syllabus Syllabus writte

More information

Reference Question Data Mining

Reference Question Data Mining Colgate Uiversity Libraries Digital Commos @ Colgate Library Faculty Scholarship Uiversity Libraries 2010 Referece Questio Data Miig Joshua Fiell Colgate Uiversity, jfiell@colgate.edu Walt Fotae McNeese

More information

Grammar 6: Sheet 1 Answer Guide

Grammar 6: Sheet 1 Answer Guide Grammar 6: Sheet 1 Aswer Guide Passage Mara, Daughter of the Nile, p. 1: Mom or Dad: Today we itroduce semicolos, homographs, ad commo ad proper ous o the Activity Sheet. For defiitios, examples, ad/or

More information

THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statement of Accessibility. Yes % %

THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statement of Accessibility. Yes % % THE UNIVERSITY OF THE SOUTH PACIFIC LIBRARY Author Statemet of Accessibility Name of Cadidate Degree Departmet/School Istitutio/Uiversity Thesis Title Date of completio of requiremets for award 1. This

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

An Industrial Case Study for X-Canceling MISR

An Industrial Case Study for X-Canceling MISR An Industrial Case Study for X-Canceling MISR Joon-Sung Yang, Nur A. Touba Coputer Engineering Research Center University of Texas, Austin, TX 7872 {jsyang,touba}@ece.utexas.edu Shih-Yu Yang, T.M. Mak

More information

lev-lok Modular Wiring Device System The safer and more efficient solution for modern building electrical systems

lev-lok Modular Wiring Device System The safer and more efficient solution for modern building electrical systems lev-lok Modular Wirig Device System The safer ad more efficiet solutio for moder buildig electrical systems lev-lok The PERFECT productivity solutio for electrical costructio ad maiteace applicatios. SIMPLE

More information

2. Problem formulation

2. Problem formulation Artificial Neural Networks in the Automatic License Plate Recognition. Ascencio López José Ignacio, Ramírez Martínez José María Facultad de Ciencias Universidad Autónoma de Baja California Km. 103 Carretera

More information

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes hello Jay Biernat Third author University of Rochester University of Rochester Affiliation3 words jbiernat@ur.rochester.edu author3@ismir.edu

More information