Real Time Tracking via Sparse Representation

Size: px
Start display at page:

Download "Real Time Tracking via Sparse Representation"

Transcription

1 203 8th International Conference on Communications an Networing in China (CHINACOM) Real Time Tracing via Sparse Representation Hong-Mei Zhang, Xian-Sui Wei, Tao Huang 2, Yan He, Xiang-Li Zhang, JinYe School of Information an Communication Guilin University of Electronic Technology, st Jin-Ji Roa, Guilin, China 2 Wuzhou University, 82 st Ming-Fu Three Roa, Wuzhou, China uuhao3@26.com Abstract the L tracer gains robustness by casting tracing as a problem of sparse approximation in a particle filter framewor. Unfortunately, the particle filter an norm minimization lea to a large amount of calculation as a result that the L tracer cannot achieve real-time tracing. The aim of this paper is to evelop a new tracer which not only runs in real time but also has a better robustness than L tracer via sparse representation. In our propose algorithm, caniate targets are sample in the region of interest(roi) to increase the tracing spee. Moreover, base on the bloc orthogonal matching pursuit(bomp), a very fast solver is evelope to solve the problem of norm minimization to improve tracing spee an accuracy. We conuct extensive experiment to valiate an compare the performance of the BOMP algorithms against six popular -minimization solvers in ifferent challenging sequences. We also implement great experiment to valiate the high computational efficiency an tracing accuracy of our propose tracer compare with four alternative state-of-the-art tracers in six challenging sequences. Keywors-L tracer; particle filter; spares representation; ROI; BOMP I. INTRODUCTION Object tracing has been an active research irection in the computer vision as it is wiely applie in the vieo surveillance, intelligent robot, an transportation system an so on. Despite the great number of algorithms have been propose, object tracing remains a challenging problem ue to appearance change cause by pose, illumination, occlusion an others. Some tracing algorithms have been propose in recent years[,2,3,4,5]. Recently, sparse representation has been use in the L tracer that an object is expresse by a spare linear combination of target an trivial templates[6,7,8]. L tracer is base on the particle filter framewor. It emonstrates promising robustness compare with many exiting tracers in various tracing environments. However, L tracer has a rather high computation complexity, this limits its applications in real-time scenarios. The spee bottlenec is the solver to norm minimization. Bao et al.[9] an Li et al.[0] further exten the L tracer by using the Accelerate Proximal Graient algorithm(apg) an orthogonal matching pursuit algorithm(omp) for solving the optimization problems efficiently. However, these improve algorithms still have a high computation complexity as they are base on the particle filter framewor. Inspire by the L tracer using spare representation, we propose a real-time tracing algorithm via spare representation(rttsr). This paper aims at eveloping a more robust tracing algorithm which runs in real time. Specifically, the caniate targets are sample in the region of interest at a new frame, each target caniate is sparsely represente in the space spanne by target templates an trivial templates. The sparsity is achieve by solving a norm minimization problem. Then the caniate target with the smallest projection error is taen as the tracing result. The target template is upate accoring to the tracing result. The main components of our tracing algorithm are shown by Fig.. There are two ey contributions of our wor. One is that we proposes a very fast metho that is boc orthogonal matching pursuit(bomp)[] to solve the norm minimization problem with improve tracing accuracy an spee. The other more significant contribution is that the caniate targets are sample in the region of interest rather than uner the Particle Filter framewor to improve the tracing spee. Our propose algorithm runs at real-time an performs favorably against state-of-the-art tracers on challenging sequences in terms of accuracy, while achieves higher efficiency compare with L tracer. The rest of the paper is organize as follows: relate wors are summarize in Section 2. In Section 3, the propose RTTSR algorithm is presente. Experimental results are reporte in Section 4. Finally, we conclue this paper in Section 5. II. RELATED WORK A. Sparse Representation The global appearance of one object uner ifferent illumination an viewpoint conitions is nown lie approximately in a low imensional subspace[2]. Given n target template set T [ t,...,t ] R where each template n t i R columns is stace to form a D vector, a tracing target y R approximately lies in the linear span of T, y Ta e [ T,I,-I][ a, e, e ] T Ax, st.. x 0 () + - n Where e is the error vector, a ( a, a,, an ) R is the n n target coefficient vector, I R is the unit matrix. e+ R, e- R represent a positive trivial coefficient vector an a negative trivial coefficient vector respectively, ( n 2 ) A [ T,I,-I ] R is the over complete ictionary, T n 2 x = [a,e R +,e-] is a non-negative coefficient vector. x can be achieve via solving the following minimization problem with nonnegative constraints: norm Supporte by the National Natural Science Founation, China(No ); GuangXi Sci.&Tech. Development Founation(GKG2807-2C)Guangxi Key Lab of Wireless Wieban an Communication &Signal Processing(PF207X.) IEEE

2 Upate the target templats Region of Interest Target templatstrivial templates... e e Sparse Representation Caiate Targets Figure. Main component of our tracing algorithm min x st.. y = Ax, x 0 (2) x The formula(2) is also well nown as the basis pursuit enoising problem with a scalar weight : 2 min y - Ax + a st.. x 0 (3) 2 2 Where a is the control coefficient. We gain the tracing result by fining the smallest resiual after projecting on the target template subspace. The tracing result y is chosen by y arg min y y yta (4) 2 B. Template Upate The object is trace through the vieo by extracting a template from the first frame an fining the object of interest in successive frames. Intuitively, object appearance remains the same only for a certain perio of time, but eventually the template is no longer an accurate moel of the object appearance. If we o not upate the template, the template coul not capture the appearance variations ue to illumination or pose changes. In orer to ensure the stability of tracing, we nee to upate the target template. The main iea of template upating is that the least similarity template is upate as the new current tracing result. The weight of new temple is initialize by the mean value of all weights to prevent tracing rift. The upating in our approach inclues three operations: template replacement, template upating, an weight upating. The specific process of template upate scheme is summarize in the literature [6]. C. L Tracer III. REAL-TIME TRACKING VIA SPARSE REPRESENTATION A. Fast Restructing Algorithm Xue et al.[6,7,8] propose a L Tracer tracing metho by using preconitione conjugate graients algorithm (PCG) as reconstruction algorithm, but computational complexity result in the low efficiency of tracing. This paper consiers a faster reconstruction algorithm: bloc sparse orthogonal matching pursuit algorithm (BOMP)[]. The special sparse signal ----Bloc-Sparse signals that exhibit aitional structure in the form of the nonzero coefficients occurring in clusters was present. Such signals often appear in the practical applications, for example, image processing. Elar et al.[] firstly efine two separate notions of coherence about Bloc-Sparse signals: sub-coherence an bloc-coherence. Base on this, the bloc-version of orthogonal matching pursuit (OMP), calle BOMP, was propose an the theoretical framewor of compresses sensing about Bloc-Sparse signals was establishe. BOMP algorithm taes full avantage of the bloc sparse structure characteristics of the signal, provies significant improvement of accuracy an spee against traitional algorithms. The bloc-sparse signal x is escribe as follows: T T T x x [] x [2]... x [ N] T T p Where x [] i R for i=, N an T enotes transpose. The vector x is calle bloc- sparse if x T [] i has non-zero Eucliean norm for at most inices. If p=, the vector x reuce to the conventional sparse signal. BOMP can be summarize as: ) Initialization: Let the resiual r 0 y, the iteration counter = an the inex set E0 be the empty set. 2) Sensing step: Fin the bloc inex i by solving T the optimization i arg max Φ [ ir ] 2. Then, E E i 3) Upate of the resiual: i r I Φ Φ y, ( ) p E E where I p is the ientity matrix of size Kp Kp, ΦE is a set of blocs Φ Φ[i ] Φ[i ] E pseuo-inverse. an enotes the 4) Increment: Set = +, an return to step (2) if K. 725

3 B. Sampling Metho of Caniate Targets The sampling metho for caniate targets of L Tracer is base on the Particle Filter framewor. It is a time-consuming process because it nees to preict the state of particles, upate weight of particles, an re-sample of particles. Fortunately, we propose a new sampling metho is base on the region of interest for caniate targets to improve the spee. Specifically, we let R( x, y, w, h) enote the location of image patch. The scale subjects to Gauss istribution. For each new frame, we crop out a set of caniate targets: r T ( x, y, w, h) : ( x, y) r ; ( w, h) ~ N( w, h,,,0) (5) t t t w h Where t is the center of the tracing result at (t-)th frame. N() is Gauss istribution. ( wt, ht ) is the scale of the tracing result at (t-)th frame. ( w, h) is the variance of scale(we assume it is fixe). We assume that the location of the caniate targets is equally liely to appear within a raius r of the tracer result location at (t-)th frame: p( x, y) if ( x, y) r t N (6) 0 otherwise Where N is the sum of pixel in the region of interest at (t-)th frame. C. Propose Tracing Algorithm The basic iea of our tracing algorithm is that each of caniate target is sample in the region of interest at a new frame, each of caniate target caniate is sparsely represente in the space spanne by target templates an trivial templates, an sparsity is achieve by solving an norm minimization problem using bloc sparse orthogonal matching pursuit algorithm (BOMP)[].Then the caniate target with the smallest projection error is taen as the tracing result. The target templates are upate accoring to the tracing target result. Our tracing algorithm can be summarize as: Algorithm : Real Time Tracing via Sparse Representation Input: Current frame F t ; Template set tii n T ; Set sample raius r ; Set variance of scale (, ) ; begin. Get caniate targets via (5); w h 2. Targets caniate is sparsely represent by template T; en Output: 3. Get x via solving (2) with BOMP; 4. Chosen the tracing result via (4); Tracing result; Upate target templates T; IV. EXPERIMENT A. Experiment Setup The raius of region of interest is set to r 20,the variance of scale is set to w h.4 an about 600 samples are generate. All the algorithms are run on a PC with 2.0GHZ qua-core CPU an 2G memory. B. Compare with Six Fast min Solvers With Real Visual Data In this case, we valiate an benchmar the performance of BOMP algorithms against an extensive list of six state-of-the-art min solvers on the vieo sequence Car4 an Face. The other algorithms involve in the comparison are A Fast Iterative Soft-Thresholing Algorithm(FISTA)[3], Homotopy[4], OMP[0], BOMP[], Augmente Lagrangian Metho(ALM)[5], PCG[6], Approximate Message Passing(AMP)[7]. All algorithms use MATLAB language to realize an all experiments are performe in MATALAB. TABLE.The average tracing error an frame rate for the Car4 vieo sequence. The error is measure using the Eucliian istance of two center points. The first time is shown in bol. Average error Average frame rate FISTA Homotopy OMP BOMP ALM APG AMP TABLE 2.The average tracing error an frame rate for the Face vieo sequence. The error is measure as the same as in the TABLE.The first time is shown in bol. Average error Average frame rate FISTA Homotopy OMP BOMP ALM APG AMP

4 (a) Davi inoor (b) Car4 (c) Face () Sylv (e) Girl (f) Oneleaveshop The average tracing error an frame rate of the test methos for the Car4 vieo sequence an the Face vieo sequence are reporte in Table an Table2 (the lowest average tracing error an the highest frame rate value among the seven are highlighte). Accoring to the TABLE an TABLE 2, we consier the BOMP algorithm outperform other min solvers in terms of both accuracy an robustness in the object tracing. Ours L-PCG IVT MIL OAB Figure 2. Tracing results of ifferent algorithms for ifferent sequences C. Qualitative Comparison with Other Methos The performance of our propose tracing algorithm is evaluate on six publicly available vieo sequences name Davi inoor, Car4, Face, Girl, Sylv, Oneleaveshop an compare with four latest state-of-the-art tracers inclue L-APG[9](it is the latest state-of-the-art L Tracer which uses APG to solve the norm minimization problem), Incremental Visual Tracing(IVT)[4], Multiple Instance Learning(MIL)[3], Online AaBoost(OAB)[8]. The Fig.3 727

5 Figure 3. The tracing error for each test sequence TABLE 3. The average tracing error which were measure as the same as in the TABLE. The first time is shown in bol. Ours OAB MIL IVT L-APG Davi inoor Car Face Sylv Girl Oneleaveshop AVE shows the tracing error for each test sequence with ifferent tracers. The average tracing errors for each test sequence with ifferent tracers are shown in TABLE 3. For the Davi inoor sequence shown in Fig. 2(a), both of the illumination an the pose of the target change graually. Our tracing algorithm, IVT an MIL can trac the target well, while other tracers lose the target while the pose of the person change. For the car4 sequence shown in Fig. 2(b), a vehicle unergoes rastic illumination changes as it passes beneath a brige. Our tracing algorithm, IVT an L-PCG can trac the target well, while other tracers lose the target after the car goes through the brige. For the Face sequence shown in Fig. 2(c), the target uner the occlusion an pose change. Only our tracing algorithm can trac the target through the all sequence. Other tracers trac rifting from the target when the man s face is severely occlue by the boo. Fig. 2() shows the results on the sequence sylv, where a moving animal oll is unergoing challenging pose variations, lighting change an scale variations. Our tracing algorithm, OAB an MIL can trac the target well an our tracing algorithm achieves best performance, while other tracers eventually lose the target after 60th frame as a result of rastic pose an illumination change. Results on the sequence girl are shown in Fig. 2(e), where the woman is unergoing challenging pose rastic variations an scale variations. Only our tracing algorithm can trac the target well though all the sequence, while other tracers trac rifting the target as a result of rastic pose. Results on the sequence Oneleaveshop are shown in Fig. 2(f), only OAB rift to the man when he occlues the target ue to his similar appearance as target. Other tracers can trac the target uring the entire sequence. D. Efficiency Comparison with L-APG The Efficiency of our propose tracing algorithm is evaluate on six publicly available vieo sequences compare with L-APG. For comparison, the two tracing algorithms use MATLAB language to realize. The TABLE 4 shows that our tracing algorithm achieves a real-time spee that is up to 3 times faster than that of the L-APG. V. CONCLUSION In summary, base on the sparse representation technology, a real-time tracing is propose via sparse representation with improve tracing accuracy. Specifically, the caniate targets are ranom sample in the region of interest to increase the tracing spee. Moreover, on the basis of the boc orthogonal matching pursuit(bomp), a very fast 728

6 TABLE 4. The average frame rate for each test sequence Ours L-APG Davi inoor Car Face Sylv Girl Oneleaveshop solver is evelope to solve the resulting norm minimization problem to improve the tracing accuracy an spee. The experiments also valiate the great running time efficiency an tracing accuracy of our propose tracing algorithm. REFERENCES [] D. Comaniciu, V. Ramesh an P. Meer, Kernel-Base Object Tracing, IEEE Trans. Pattern Analysis an Machine Intelligence, vol. 25, no. 5, pp , May [2] D. Schulz, W. Burgar, D. Fox an A.B. Cremers, &lquo, Tracing Multiple Moving Targets with a Mobile Robot Using Particle Filters an Statistical Data Association, &rquo, IEEE Int'l Conf. Robotics an Automation, 200. [3] B. Babeno, M.-H. Yang an S. Belongie, Visual tracing with onlinemultiple instance learning, CVPR, pp , [4] D. Ross, J. Lim, R.-S. Lin, an M.-H. Yang, Incremental Learning for Robust Visual Tracing, Int'l J. Computer Vision, vol. 77, no., pp. 25-4, [5] H. Grabner, M. Grabner, H. Bischof, Real-time tracing via on-line boosting, Proc. BMVC, pp , [6] X. Mei, H. Ling, Robust visual tracing using l minimization, Proc. IEEE Int'l Conf. Computer Vision, [7] X. Mei, H. Ling, Y. Wu, E. Blasch an L. Bai, Minimum error boune efficient L tracer with occlusion etection, Proc. IEEE Int. Conf. CVPR, pp , 20. [8] X. Mei an H. Ling, Robust visual tracing an vehicle classification via sparse representation, IEEE Trans. Pattern Anal. Mach. Intell., vol. 33, no., pp , 20. [9] C. Bao, Y. Wu, H. Ling an H. Ji, Real time robust l tracer using accelerate proximal graientapproach, CVPR, pp , 202. [0] H. Li, C. Shen an Q. Shi, "Real-time visual tracing with compresse sensing," Proc. IEEE Int. Conf. CVPR, pp , 20. [] Y. C. Elar, P. Kuppinger an H. Bölcsei, Bloc-sparse signals: Uncertainty relations an efficient recovery, IEEE Trans. Signal Process., pp , 200. [2] K. Lee an D. Kriegman, &lquo, Online Learning of Probabilistic Appearance Manifols for Vieo-Base Recognition an Tracing, &rquo, Proc. IEEE Conf. Computer Vision an Pattern Recognition (CVPR), [3] A. Bec an M. Teboulle, A fast iterative shrinage-threshol algorithm for linear inverse problems, SIAM J. Imaging Sci., vol. 2, pp , [4] M. Osborne, B. Presnell an B. Turlach, A new approach to variable selection in least squares problems, IMA J. Numer. Anal., vol. 20, pp , [5] J. Yang, Y. Zhang, Alternating irection algorithms for l-problems in compressive sensing, SIAM journal on scientific computing, vol.33, pp , 20. [6] K. Koh, S.J. Kim, an S. Boy, An interior-point metho for large-scale l-regularize logistic regression, Journal of Machine learning research, vol. 8, no.8, pp , [7] D. L. Donoho, A. Malii an A. Montanari, Message-passing algorithms for compresse sensing, Proc. Nat. Aca. Sci., vol. 06, no. 45, pp , [8] H. Grabner, M. Grabner an H. Bischof, Real-Time Tracing via On-Line Boosting, Proc. British Machine Vision Conf., vol., 4-7, pp ,

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

International Journal of Engineering Research and Applications (IJERA) ISSN: International Conference on Humming Bird ( 01st March 2014)

International Journal of Engineering Research and Applications (IJERA) ISSN: International Conference on Humming Bird ( 01st March 2014) RESEARCH ARTICLE OPEN ACCESS Adaptive Kalman filter with GLBP feature for low resolution face tracing Berin Selva Bennetlin s.., F.Tephila John2 1Berin Selva Bennetlin Author is currently pursuing M.Tech

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

Fast Fractal Image Compression using PSO Based Optimization Techniques

Fast Fractal Image Compression using PSO Based Optimization Techniques Fast Fractal Compression using PSO Base Optimization Techniques A.Krishnamoorthy Visiting faculty Department Of ECE University College of Engineering panruti rishpci89@gmail.com S.Buvaneswari Visiting

More information

Tracking Using Online Feature Selection and a Local Generative Model

Tracking Using Online Feature Selection and a Local Generative Model Tracking Using Online Feature Selection and a Local Generative Model Thomas Woodley Bjorn Stenger Roberto Cipolla Dept. of Engineering University of Cambridge {tew32 cipolla}@eng.cam.ac.uk Computer Vision

More information

ADAPTIVE LOW RANK AND SPARSE DECOMPOSITION OF VIDEO USING COMPRESSIVE SENSING

ADAPTIVE LOW RANK AND SPARSE DECOMPOSITION OF VIDEO USING COMPRESSIVE SENSING ADAPTIVE LOW RANK AND SPARSE DECOMPOSITION OF VIDEO USING COMPRESSIVE SENSING Fei Yang 1 Hong Jiang 2 Zuowei Shen 3 Wei Deng 4 Dimitris Metaxas 1 1 Rutgers University 2 Bell Labs 3 National University

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

1 Surprises in high dimensions

1 Surprises in high dimensions 1 Surprises in high imensions Our intuition about space is base on two an three imensions an can often be misleaing in high imensions. It is instructive to analyze the shape an properties of some basic

More information

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM International Journal of Physics an Mathematical Sciences ISSN: 2277-2111 (Online) 2016 Vol. 6 (1) January-March, pp. 24-6/Mao an Shi. THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM Hua Mao

More information

Tight Wavelet Frame Decomposition and Its Application in Image Processing

Tight Wavelet Frame Decomposition and Its Application in Image Processing ITB J. Sci. Vol. 40 A, No., 008, 151-165 151 Tight Wavelet Frame Decomposition an Its Application in Image Processing Mahmu Yunus 1, & Henra Gunawan 1 1 Analysis an Geometry Group, FMIPA ITB, Banung Department

More information

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO 7 nd International Conference on Computational Modeling, Simulation and Applied Mathematics (CMSAM 7) ISBN: 978--6595-499-8 Virtual raining Samples and CRC based est Sample Reconstruction and Face Recognition

More information

Dense Disparity Estimation in Ego-motion Reduced Search Space

Dense Disparity Estimation in Ego-motion Reduced Search Space Dense Disparity Estimation in Ego-motion Reuce Search Space Luka Fućek, Ivan Marković, Igor Cvišić, Ivan Petrović University of Zagreb, Faculty of Electrical Engineering an Computing, Croatia (e-mail:

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

A Versatile Model-Based Visibility Measure for Geometric Primitives

A Versatile Model-Based Visibility Measure for Geometric Primitives A Versatile Moel-Base Visibility Measure for Geometric Primitives Marc M. Ellenrieer 1,LarsKrüger 1, Dirk Stößel 2, an Marc Hanheie 2 1 DaimlerChrysler AG, Research & Technology, 89013 Ulm, Germany 2 Faculty

More information

Keywords:- Object tracking, multiple instance learning, supervised learning, online boosting, ODFS tracker, classifier. IJSER

Keywords:- Object tracking, multiple instance learning, supervised learning, online boosting, ODFS tracker, classifier. IJSER International Journal of Scientific & Engineering Research, Volume 5, Issue 2, February-2014 37 Object Tracking via a Robust Feature Selection approach Prof. Mali M.D. manishamali2008@gmail.com Guide NBNSCOE

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Structural Sparse Tracking

Structural Sparse Tracking Structural Sparse Tracking Tianzhu Zhang 1,2 Si Liu 3 Changsheng Xu 2,4 Shuicheng Yan 5 Bernard Ghanem 1,6 Narendra Ahuja 1,7 Ming-Hsuan Yang 8 1 Advanced Digital Sciences Center 2 Institute of Automation,

More information

6 Gradient Descent. 6.1 Functions

6 Gradient Descent. 6.1 Functions 6 Graient Descent In this topic we will iscuss optimizing over general functions f. Typically the function is efine f : R! R; that is its omain is multi-imensional (in this case -imensional) an output

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation Particle Swarm Optimization with Time-Varying Acceleration Coefficients Base on Cellular Neural Network for Color Image Noise Cancellation Te-Jen Su Jui-Chuan Cheng Yang-De Sun 3 College of Information

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Short-term prediction of photovoltaic power based on GWPA - BP neural network model

Short-term prediction of photovoltaic power based on GWPA - BP neural network model Short-term preiction of photovoltaic power base on GWPA - BP neural networ moel Jian Di an Shanshan Meng School of orth China Electric Power University, Baoing. China Abstract In recent years, ue to China's

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

Characterizing Decoding Robustness under Parametric Channel Uncertainty

Characterizing Decoding Robustness under Parametric Channel Uncertainty Characterizing Decoing Robustness uner Parametric Channel Uncertainty Jay D. Wierer, Wahee U. Bajwa, Nigel Boston, an Robert D. Nowak Abstract This paper characterizes the robustness of ecoing uner parametric

More information

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 214 A multiple wavelength unwrapping algorithm for

More information

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction New Geometric Interpretation an Analytic Solution for uarilateral Reconstruction Joo-Haeng Lee Convergence Technology Research Lab ETRI Daejeon, 305 777, KOREA Abstract A new geometric framework, calle

More information

Dual Arm Robot Research Report

Dual Arm Robot Research Report Dual Arm Robot Research Report Analytical Inverse Kinematics Solution for Moularize Dual-Arm Robot With offset at shouler an wrist Motivation an Abstract Generally, an inustrial manipulator such as PUMA

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Learning Polynomial Functions. by Feature Construction

Learning Polynomial Functions. by Feature Construction I Proceeings of the Eighth International Workshop on Machine Learning Chicago, Illinois, June 27-29 1991 Learning Polynomial Functions by Feature Construction Richar S. Sutton GTE Laboratories Incorporate

More information

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Text Particles Multi-band Fusion for Robust Text Detection

Text Particles Multi-band Fusion for Robust Text Detection Text Particles Multi-ban Fusion for Robust Text Detection Pengfei Xu, Rongrong Ji, Hongxun Yao, Xiaoshuai Sun, Tianqiang Liu, an Xianming Liu School of Computer Science an Engineering Harbin Institute

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

A Representative Sample Selection Approach for SRC

A Representative Sample Selection Approach for SRC DEIM Forum 2011 E9-1 AliceChen, NTT, 239-0847 1-1 School of Computing Science, Simon Fraser University 8888 University Drive, Burnaby BC, V5A 1S6 Canada E-mail: {alice.chen,eda.takeharu,katafuchi.norifumi,kataoka.ryoji}@lab.ntt.co.jp

More information

A Modified Mean Shift Algorithm for Visual Object Tracking

A Modified Mean Shift Algorithm for Visual Object Tracking A Modified Mean Shift Algorithm for Visual Object Tracking Shu-Wei Chou 1, Chaur-Heh Hsieh 2, Bor-Jiunn Hwang 3, Hown-Wen Chen 4 Department of Computer and Communication Engineering, Ming-Chuan University,

More information

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

More information

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography Comparative Stuy of Projection/Back-projection Schemes in Cryo-EM Tomography Yu Liu an Jong Chul Ye Department of BioSystems Korea Avance Institute of Science an Technology, Daejeon, Korea ABSTRACT In

More information

Pixel-Pair Features Selection for Vehicle Tracking

Pixel-Pair Features Selection for Vehicle Tracking 2013 Second IAPR Asian Conference on Pattern Recognition Pixel-Pair Features Selection for Vehicle Tracking Zhibin Zhang, Xuezhen Li, Takio Kurita Graduate School of Engineering Hiroshima University Higashihiroshima,

More information

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique International OPEN ACCESS Journal Of Moern Engineering Research (IJMER) An Aaptive Routing Algorithm for Communication Networks using Back Pressure Technique Khasimpeera Mohamme 1, K. Kalpana 2 1 M. Tech

More information

SLAM in Dynamic Environments via ML-RANSAC

SLAM in Dynamic Environments via ML-RANSAC *Manuscript Clic here to view line References SLAM in Dynamic Environments via ML-RANSAC Masou S. Bahraini 1,2, Mohamma Bozorg 2, Ahma B. Ra 1* 1 School of Mechatronic Systems Engineering, Simon Fraser

More information

Multimodal Stereo Image Registration for Pedestrian Detection

Multimodal Stereo Image Registration for Pedestrian Detection Multimoal Stereo Image Registration for Peestrian Detection Stephen Krotosky an Mohan Trivei Abstract This paper presents an approach for the registration of multimoal imagery for peestrian etection when

More information

Digital fringe profilometry based on triangular fringe patterns and spatial shift estimation

Digital fringe profilometry based on triangular fringe patterns and spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 4 Digital fringe profilometry base on triangular

More information

A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Based on Gravity

A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Based on Gravity Worl Applie Sciences Journal 16 (10): 1387-1392, 2012 ISSN 1818-4952 IDOSI Publications, 2012 A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Base on Gravity Aliasghar Rahmani Hosseinabai,

More information

Adjacency Matrix Based Full-Text Indexing Models

Adjacency Matrix Based Full-Text Indexing Models 1000-9825/2002/13(10)1933-10 2002 Journal of Software Vol.13, No.10 Ajacency Matrix Base Full-Text Inexing Moels ZHOU Shui-geng 1, HU Yun-fa 2, GUAN Ji-hong 3 1 (Department of Computer Science an Engineering,

More information

[Khadse, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: Fig:(1) Image Samples Of FERET Dataset

[Khadse, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: Fig:(1) Image Samples Of FERET Dataset IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPLEMENTATION OF THE DATA UNCERTAINTY MODEL USING APPEARANCE BASED METHODS IN FACE RECOGNITION Shubhangi G. Khadse, Prof. Prakash

More information

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

More information

Accelerating the Single Cluster PHD Filter with a GPU Implementation

Accelerating the Single Cluster PHD Filter with a GPU Implementation Accelerating the Single Cluster PHD Filter with a GPU Implementation Chee Sing Lee, José Franco, Jérémie Houssineau, Daniel Clar Abstract The SC-PHD filter is an algorithm which was esigne to solve a class

More information

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization Volume 3, No. 3, May-June 2012 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Image Deblurring Using Adaptive Sparse

More information

Real Time On Board Stereo Camera Pose through Image Registration*

Real Time On Board Stereo Camera Pose through Image Registration* 28 IEEE Intelligent Vehicles Symposium Einhoven University of Technology Einhoven, The Netherlans, June 4-6, 28 Real Time On Boar Stereo Camera Pose through Image Registration* Fai Dornaika French National

More information

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember 107 IEICE TRANS INF & SYST, VOLE88 D, NO5 MAY 005 LETTER An Improve Neighbor Selection Algorithm in Collaborative Filtering Taek-Hun KIM a), Stuent Member an Sung-Bong YANG b), Nonmember SUMMARY Nowaays,

More information

Parts Assembly by Throwing Manipulation with a One-Joint Arm

Parts Assembly by Throwing Manipulation with a One-Joint Arm 21 IEEE/RSJ International Conference on Intelligent Robots an Systems, Taipei, Taiwan, October, 21. Parts Assembly by Throwing Manipulation with a One-Joint Arm Hieyuki Miyashita, Tasuku Yamawaki an Masahito

More information

Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems

Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems Journal of Electrical Engineering 6 (2018) 124-128 doi: 10.17265/2328-2223/2018.02.009 D DAVID PUBLISHING Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems Sina Mortazavi and

More information

arxiv: v1 [cs.cr] 22 Apr 2015 ABSTRACT

arxiv: v1 [cs.cr] 22 Apr 2015 ABSTRACT Differentially Private -Means Clustering arxiv:10.0v1 [cs.cr] Apr 01 ABSTRACT Dong Su #, Jianneng Cao, Ninghui Li #, Elisa Bertino #, Hongxia Jin There are two broa approaches for ifferentially private

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation

Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation Xiangyuan Lan Andy J Ma Pong C Yuen Department of Computer Science, Hong Kong Baptist University {xylan,

More information

EDOVE: Energy and Depth Variance-Based Opportunistic Void Avoidance Scheme for Underwater Acoustic Sensor Networks

EDOVE: Energy and Depth Variance-Based Opportunistic Void Avoidance Scheme for Underwater Acoustic Sensor Networks sensors Article EDOVE: Energy an Depth Variance-Base Opportunistic Voi Avoiance Scheme for Unerwater Acoustic Sensor Networks Safar Hussain Bouk 1, *, Sye Hassan Ahme 2, Kyung-Joon Park 1 an Yongsoon Eun

More information

New Version of Davies-Bouldin Index for Clustering Validation Based on Cylindrical Distance

New Version of Davies-Bouldin Index for Clustering Validation Based on Cylindrical Distance New Version of Davies-Boulin Inex for lustering Valiation Base on ylinrical Distance Juan arlos Roas Thomas Faculta e Informática Universia omplutense e Mari Mari, España correoroas@gmail.com Abstract

More information

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides Threshol Base Data Aggregation Algorithm To Detect Rainfall Inuce Lanslies Maneesha V. Ramesh P. V. Ushakumari Department of Computer Science Department of Mathematics Amrita School of Engineering Amrita

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

A Convex Clustering-based Regularizer for Image Segmentation

A Convex Clustering-based Regularizer for Image Segmentation Vision, Moeling, an Visualization (2015) D. Bommes, T. Ritschel an T. Schultz (Es.) A Convex Clustering-base Regularizer for Image Segmentation Benjamin Hell (TU Braunschweig), Marcus Magnor (TU Braunschweig)

More information

Robust and Fast Collaborative Tracking with Two Stage Sparse Optimization

Robust and Fast Collaborative Tracking with Two Stage Sparse Optimization Robust and Fast Collaborative Tracking with Two Stage Sparse Optimization Baiyang Liu 1,2, Lin Yang 2, Junzhou Huang 1, Peter Meer 3, Leiguang Gong 4, and Casimir Kulikowski 1 1 Department of Computer

More information

d 3 d 4 d d d d d d d d d d d 1 d d d d d d

d 3 d 4 d d d d d d d d d d d 1 d d d d d d Proceeings of the IASTED International Conference Software Engineering an Applications (SEA') October 6-, 1, Scottsale, Arizona, USA AN OBJECT-ORIENTED APPROACH FOR MANAGING A NETWORK OF DATABASES Shu-Ching

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Kinematic Analysis of a Family of 3R Manipulators

Kinematic Analysis of a Family of 3R Manipulators Kinematic Analysis of a Family of R Manipulators Maher Baili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S. 6597 1, rue e la Noë, BP 92101,

More information

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly International Journal "Information Technologies an Knowlege" Vol. / 2007 309 [Project MINERVAEUROPE] Project MINERVAEUROPE: Ministerial Network for Valorising Activities in igitalisation -

More information

Open Access Adaptive Image Enhancement Algorithm with Complex Background

Open Access Adaptive Image Enhancement Algorithm with Complex Background Sen Orers for Reprints to reprints@benthamscience.ae 594 The Open Cybernetics & Systemics Journal, 205, 9, 594-600 Open Access Aaptive Image Enhancement Algorithm with Complex Bacgroun Zhang Pai * epartment

More information

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER FFICINT ON-LIN TSTING MTHOD FOR A FLOATING-POINT ADDR A. Droz, M. Lobachev Department of Computer Systems, Oessa State Polytechnic University, Oessa, Ukraine Droz@ukr.net, Lobachev@ukr.net Abstract In

More information

Object Recognition Using Colour, Shape and Affine Invariant Ratios

Object Recognition Using Colour, Shape and Affine Invariant Ratios Object Recognition Using Colour, Shape an Affine Invariant Ratios Paul A. Walcott Centre for Information Engineering City University, Lonon EC1V 0HB, Englan P.A.Walcott@city.ac.uk Abstract This paper escribes

More information

A Framework for Dialogue Detection in Movies

A Framework for Dialogue Detection in Movies A Framework for Dialogue Detection in Movies Margarita Kotti, Constantine Kotropoulos, Bartosz Ziólko, Ioannis Pitas, an Vassiliki Moschou Department of Informatics, Aristotle University of Thessaloniki

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

ELEG Compressive Sensing and Sparse Signal Representations

ELEG Compressive Sensing and Sparse Signal Representations ELEG 867 - Compressive Sensing and Sparse Signal Representations Gonzalo R. Arce Depart. of Electrical and Computer Engineering University of Delaware Fall 211 Compressive Sensing G. Arce Fall, 211 1 /

More information

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition A Multi-scale Booste Detector for Efficient an Robust Gesture Recognition Camille Monnier, Stan German, Anrey Ost Charles River Analytics Cambrige, MA, USA Abstract. We present an approach to etecting

More information

On the Placement of Internet Taps in Wireless Neighborhood Networks

On the Placement of Internet Taps in Wireless Neighborhood Networks 1 On the Placement of Internet Taps in Wireless Neighborhoo Networks Lili Qiu, Ranveer Chanra, Kamal Jain, Mohamma Mahian Abstract Recently there has emerge a novel application of wireless technology that

More information

The Benefit of Tree Sparsity in Accelerated MRI

The Benefit of Tree Sparsity in Accelerated MRI The Benefit of Tree Sparsity in Accelerated MRI Chen Chen and Junzhou Huang Department of Computer Science and Engineering, The University of Texas at Arlington, TX, USA 76019 Abstract. The wavelet coefficients

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Disjoint Multipath Routing in Dual Homing Networks using Colored Trees

Disjoint Multipath Routing in Dual Homing Networks using Colored Trees Disjoint Multipath Routing in Dual Homing Networks using Colore Trees Preetha Thulasiraman, Srinivasan Ramasubramanian, an Marwan Krunz Department of Electrical an Computer Engineering University of Arizona,

More information

A QR code identification technology in package auto-sorting system

A QR code identification technology in package auto-sorting system Modern Physics Letters B Vol. 31, Nos. 19 21 (2017) 1740035 (5 pages) c World Scientific Publishing Company DOI: 10.1142/S0217984917400358 A QR code identification technology in package auto-sorting system

More information

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE D CIRCULAR ULTRASONIC PHASED ARRAY S. Monal Lonon South Bank University; Engineering an Design 103 Borough Roa, Lonon

More information

Reconstruction Improvements on Compressive Sensing

Reconstruction Improvements on Compressive Sensing SCITECH Volume 6, Issue 2 RESEARCH ORGANISATION November 21, 2017 Journal of Information Sciences and Computing Technologies www.scitecresearch.com/journals Reconstruction Improvements on Compressive Sensing

More information

Enhanced Laplacian Group Sparse Learning with Lifespan Outlier Rejection for Visual Tracking

Enhanced Laplacian Group Sparse Learning with Lifespan Outlier Rejection for Visual Tracking Enhanced Laplacian Group Sparse Learning with Lifespan Outlier Rejection for Visual Tracking Behzad Bozorgtabar 1 and Roland Goecke 1,2 1 Vision & Sensing, HCC Lab, ESTeM University of Canberra 2 IHCC,

More information

Divide-and-Conquer Algorithms

Divide-and-Conquer Algorithms Supplment to A Practical Guie to Data Structures an Algorithms Using Java Divie-an-Conquer Algorithms Sally A Golman an Kenneth J Golman Hanout Divie-an-conquer algorithms use the following three phases:

More information

A Method of Face Detection Based On Improved YCBCR Skin Color Model Fan Jihui1, a, Wang Hongxing2, b

A Method of Face Detection Based On Improved YCBCR Skin Color Model Fan Jihui1, a, Wang Hongxing2, b 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Method of Face Detection Based On Improved YCBCR Sin Color Model Fan Jihui1, a, Wang Hongxing2, b 1 School

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis Multilevel Linear Dimensionality Reuction using Hypergraphs for Data Analysis Haw-ren Fang Department of Computer Science an Engineering University of Minnesota; Minneapolis, MN 55455 hrfang@csumneu ABSTRACT

More information

Scale-invariant visual tracking by particle filtering

Scale-invariant visual tracking by particle filtering Scale-invariant visual tracing by particle filtering Arie Nahmani* a, Allen Tannenbaum a,b a Dept. of Electrical Engineering, Technion - Israel Institute of Technology, Haifa 32000, Israel b Schools of

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

More information

Refinement of scene depth from stereo camera ego-motion parameters

Refinement of scene depth from stereo camera ego-motion parameters Refinement of scene epth from stereo camera ego-motion parameters Piotr Skulimowski, Pawel Strumillo An algorithm for refinement of isparity (epth) map from stereoscopic sequences is propose. The metho

More information

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach W. E. Dixon e-mail: wixon@ces.clemson.eu D. M. Dawson e-mail: awson@ces.clemson.eu E. Zergeroglu e-mail: ezerger@ces.clemson.eu Department of Electrical & Computer Engineering, Clemson University, Clemson,

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE БСУ Международна конференция - 2 THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE Evgeniya Nikolova, Veselina Jecheva Burgas Free University Abstract:

More information

Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference

Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference Minh Dao 1, Xiang Xiang 1, Bulent Ayhan 2, Chiman Kwan 2, Trac D. Tran 1 Johns Hopkins Univeristy, 3400

More information

Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Based on Complexity

Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Based on Complexity Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Base on Complexity Xiangao Huang 1 Wei Huang 2 Xiaozhou Liu 3 Chao Wang 4 Zhu jing Wang 5 Tao Wang 1 1 College of Engineering, Shantou

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway State Inexe Policy Search by Dynamic Programming Charles DuHaway Yi Gu 5435537 503372 December 4, 2007 Abstract We consier the reinforcement learning problem of simultaneous trajectory-following an obstacle

More information