Robust Scale-adaptive Mean-Shift for Tracking
|
|
|
- Charles Richard
- 9 years ago
- Views:
Transcription
1 Robust Scale-adaptive Mean-Shift for Tracking Tomas Vojir, Jana Noskova 2, and Jiri Matas The Center for Machine Perception, FEE CTU in Prague Karlovo namesti 3, 2 35 Prague 2, Czech Republic {vojirtom, matas}@cmp.felk.cvut.cz 2 Faculty of Civil Engineering, CTU in Prague Thakurova 7/2077, Prague 6, Czech Republic [email protected] Abstract. Mean-Shift tracking is a popular algorithm for object tracking since it is easy to implement and it is fast and robust. In this paper, we address the problem of scale adaptation of the Hellinger distance based Mean-Shift tracker. We start from a theoretical derivation of scale estimation in the Mean-Shift framework. To make the scale estimation robust and suitable for tracking, we introduce regularization terms that counter two major problem: (i) scale expansion caused by background clutter and (ii) scale implosion on self-similar objects. To further robustify the scale estimate, it is validated by a forward-backward consistency check. The proposed Mean-shift tracker with scale selection is compared with recent state-of-the-art algorithms on a dataset of 48 public color sequences and it achieved excellent results. Keywords: object tracking, mean-shift, scale estimation Introduction The Mean-Shift (MS) algorithm [4] is a non-parametric mode-seeking method for density functions. In the Computer Vision field, the Mean-Shift was introduced by Comaniciu et al. [3] who proposed its use for, inter alia, object tracking. The Mean-Shift algorithm tracks by minimizing a distance between two probability density functions (pdfs) represented by a reference and candidate histograms. Since the histogram distance (or, equivalently, similarity) does not depend on spatial structure of the search window, the method is suitable for deformable and articulated objects. One problem the Mean-Shift algorithm suffers from is a fixed search window (i.e. a fixed object scale). When an object becomes larger, the localization becomes poor since not all pixels belonging to the object are included in the search window and the similarity function has local maxima on parts of the object. If the object become smaller, the kernel window includes background clutter which often leads to tracking failure. Already the seminal paper [3] considered the problem and proposed to change the window size by a constant factor (±0%) and to run the algorithm multiple times. The scale maximizing the similarity to the target model was chosen. The approach does not cope well with increases of object size since the smaller windows usually have higher similarity and therefore the scale is often underestimated.
2 Collins [2] exploited image pyramids - an additional Mean-Shift procedure is used for scale selection after establishing the location. The method works well for objects with a fixed aspect ratio, which does not hold for a non-rigid or a deformable objects, therefore negating the strength of the Mean-Shift algorithm. The method is significantly slower than the standard MS. Image moments are used in [,0] to determine the scale and orientation of the object. The second moments are computed from an image of weights that are proportional to the probability that a pixel belongs to the target model. Yang et al. [4] introduced a new similarity measure which leads to scale estimation by comparison of second moments of target model and target candidate. Pu et al. [2] assume a rigid object and a motion consisting of translation and scaling. The object is first tracked using the Mean-Shift both in forward and backward direction in times estimate the translation. The scale is then estimated from feature points matched by an M-estimator with outlier rejection. Similarly, [8,6] rely on support features for scale estimation after the Mean-Shift algorithm solves for position. Liang et al. [8] search for the object boundary by correlating image with four templates. Positions of the boundaries directly determine the scale of the object. Zhao et a. [6] exploit affine structure to recover object relative scale from feature point correspondences between consecutive frames. Methods depending on feature matching are able to estimate the scale quite robustly, but they cannot be seamlessly integrated to the Mean-Shift framework. Moreover, estimating scale from feature correspondences takes times and has difficulties dealing with a non-rigid or a deformable object. We present a theoretically justified scale estimation mechanism which, unlike the method listed above, relies solely on the Mean-Shift procedure for Hellinger distance. As a second contribution, we present two mechanisms which make the scale estimation more robust in the presence of background clutter and render the resulting tracker competitive with the state-of-the-art tracking methods. This is demonstrated in a comparison with the recent state-of-the-art algorithms on a large tracking dataset. 2 Mean-Shift Tracker with Scale Estimation 2. Standard Kernel-Based Object Tracking In standard Mean-Shift tracking [3], the target is modelled as an m-bin kernel-estimated histogram in some feature space located at the origin: ˆq = {ˆq u }...m m ˆq u =. () A target candidate at location y in the subsequent frame is defined by its histogram ˆp(y) = {ˆp u (y)}...m m ˆp u = ; (2) Let x i denote pixel locations, n be the number of pixels of the target model and let {x i }...n be the pixel locations of the target model centered at the origin. Spatially, 2
3 the target extends over a unit circle and an isotropic, convex and monotonically decreasing kernel profile k(x), is used. Function b : R 2... m maps the value of the pixel at location x i to the index b(x i ) of the corresponding bin in the feature space. The probability of the feature u {,..., m} in the target model is computed as follows: ˆq u = C n ( k x i 2) δ[b(x i ) u], (3) where δ is the Kronecker delta and C is a normalization constant so that m ˆq u =. Let {x i }...nh be pixel locations in the current frame where the target candidate is centered at location y and n h is a number of pixels of the target candidate. Using the same kernel profile k(x), but with a scale parameter h, the probability of the feature u =... m in the target candidate is n h ˆp u (y) = C h k ( y x i h 2) δ[b(x i ) u] (4) where C h is a normalization constant. The difference between probability distribution ˆq = {ˆq u }...m and {ˆp u (y)}...m is measured by Hellinger distance of probability measures, which is known to be a metric: H(ˆp(y), ˆq) = ρ[ˆp(y), ˆq], (5) where m ρ[ˆp(y), ˆq] = ˆpu (y)ˆq u (6) is the Bhattacharyya coefficient between ˆq and ˆp(y). Minimizing the Hellinger distance is equivalent to maximizing the Bhattacharyya coefficient ρ[ˆp(y), ˆq]. The search for the new target location in the current frame starts at the location ŷ 0 of the target in the previous frame using gradient ascent with a step size equivalent to the mean-shift method. The kernel is repeatedly moved from current location ŷ 0 to the new location ŷ = ( x (ŷ iw i g 0 x i h 2) ( nh w (ŷ 0 x i ig h 2), (7) nh where w i = m ˆq u ˆp u (ŷ 0 ) δ[b(x i) u] (8) and g(x) = k (x) is the derivative of k(x), which is assumed to exist for all x 0, except for a finite set of points. 3
4 2.2 Scale Estimation Let us assume that the scale changes frame to frame in an isotropic manner 3. Let y = (y, y 2 ) T, x i = (x i, x2 i )T denote pixel locations and N be the number of pixels of the image. A target is represented by an ellipsoidal region (x i )2 a + (x 2 2 i )2 b < in the image 2 and an isotropic kernel with profile k(x) as in [3], restricted by a condition k(x) = 0 for x, is used. The probability of the feature u {,.., m} in the target model is then computed as ˆq u = C N ( (x i ) 2 k a 2 + (x 2 i ) 2 b 2 ) δ[b(x i ) u], (9) where C is a normalization constant. Let {x i }...N be the pixel locations of the current frame in which the target candidate is centered at location y. Using the same kernel profile k(x) the probability of the feature u =... m in the target candidate is given by where ˆp u (y, h) = C h N ( (y x i k )2 a 2 h 2 + (y2 x 2 ) i )2 b 2 h 2 δ[b(x i ) u], (0) C h = ( ). () N k (y x i )2 a 2 h + (y2 x 2 2 i )2 b 2 h 2 The parameter h defines the scale of the target candidate, and thus the number of pixels with non-zero values of the kernel function. For a given kernel and variable h, C h can be approximated in the following way. Let n be the number of pixels in the ellipsoidal region of the target model and let n h be the number of pixels in the ellipsoidal region of the target candidate with a scale h;. then n h = h 2 n. Using the definition of Riemann integral we obtain: N ( (x k i ) 2 ) a 2 h 2 + (x2 i )2 πabh 2 b 2 h 2 n h { (x ) 2 a 2 h 2 + (x2 ) 2 b 2 h 2 < } k ( (x ) 2 a 2 h 2 + (x2 ) 2 b 2 h 2 ) dx dx 2 = h 2 ab k( x 2 ). x < (2) Therefore C h C h h and for any two values h 2 0, h C h C 2 0 h0. h 2 As in [3] the difference between probability distribution ˆq = {ˆq u }...m and {ˆp u (y, h)}...m will be measured by the Hellinger distance. Using the approximations above for C h in some neighbourhood of h 0 we get ρ[ˆp(y, h), ˆq] ˆρ(y, h) = m C h0 h 2 0 h 2 N ( ) (y x k i )2 a 2 h + (y2 x 2 2 i )2 b 2 h δ[b(x 2 i ) u]ˆq u 3 Generalization to the anisotropic where h = (h, h 2 ) T is straightforward. (3) 4
5 Thus to minimize the Hellinger distance, function ˆρ(y, h) has to be maximized using a gradient method. In the proposed procedure the kernel with a scale parameter h 0 is iteratively moved from current location ŷ 0 in direction of ˆρ(ŷ 0, ŷ0, 2 h 0 ) to the new location ŷ, changing its scale to h.the basic idea of this procedure is the same as the idea of mean-shift method. Let us denote G = w i = N m ˆq u ˆp u (ŷ 0, h 0 ) δ[b(x i) u], (4) ( (ŷ w i g 0 x i )2 a 2 h 2 + (ŷ2 0 x 2 ) i )2 0 b 2 h 2, (5) 0 and ( ) N x (ŷ 0 iw i g x i )2 + (ŷ2 a m k (ŷ 0, h 0 ) = 2 h 2 0 x2 i )2 0 b 2 h 2 0 ŷ 0, (6) G where m k (ŷ 0, h 0 ) = ( m k (ŷ 0, h 0 ), m 2 k (ŷ 0, h 0 ) ) T. Then we get ˆρ(y, h) y (ŷ 0, h 0 ) = C h 0 a 2 (h 0 ) 2 G m k(ŷ 0, h 0 ), (7) and ˆρ(y,h) h (ŷ 0, h 0 ) = C h 0 (h 0) G 2 h 0 N wi k ( (ŷ 0 x i )2 ˆρ(y, h) y 2 (ŷ 0, h 0 ) = C h 0 b 2 (h 0 ) 2 G m2 k(ŷ 0, h 0 ) (8) a 2 h 2 0 G + (ŷ2 0 x2 i )2 b 2 h 2 0 h 0 N wi ). ( (ŷ 0 x i )2 a 2 + (ŷ 2 0 x2 i )2 b 2 ) G ( g (ŷ 0 x i )2 a 2 h 2 0 ) + (ŷ2 0 x2 i )2 b 2 h 2 0 Finally, we obtain the mean-shift update of y ad h: (9) ŷ = a 2 m k(ŷ 0, h 0 ) + ŷ 0, ŷ 2 = b 2 m2 k(ŷ 0, h 0 ) + ŷ 2 0 (20) h = N wi k ( (ŷ 0 x i )2 a 2 h 2 0 G + (ŷ2 0 x2 i )2 b 2 h 2 0 ) h 0 wi ( ) ( ) N (ŷ 0 x i )2 + a 2 + (ŷ 2 0 x2 i )2 (ŷ b 2 g 0 x i )2 a 2 h 2 + (ŷ2 0 x2 i )2 0 b 2 h 2 0 h 0 G. (2) 5
6 3 The Tracking Algorithm For target representation, we employ the widely used background weighting proposed in [9]. The target model ˆq is multiplied (bin-wise) by the background histogram ˆr extracted from the neighborhood of the target in the first frame and transformed such that zero bins ˆr u = 0 are set to and non-zero bins ˆr u 0 are set to minimum value over all bins divided by current bin value min u ˆr u /ˆr u. For more details see [9]. During the implementation of scale estimation we noticed a difference in the MS behaviour when the position and when the scale estimation is imprecise. While errors in position are usually corrected later on during the Mean-Shift iteration, the error in scale estimation has no self correcting ability in the presence of non-trivial background. The second issue with the adaptive scale is the scale ambiguity of a self-similar objects. The scale ambiguity usually leads to decrease of scale and tracking failure. To cope with this observation and make the tracking more robust, we proposed a Mean-Shift algorithm with regularized scale estimation (MS s ). The algorithm is summarized in Alg.. Algorithm : MS s Mean-Shift with regularize scale estimation. Input: Target model ˆq, starting position y 0 and starting object size s 0 Output: Position y t and scale h t t = ; repeat Compute ˆp u (y t, h t ) using Eq. 0 and weights w i by Eq. 4; Update position y t according to Eq. 20[ neglecting the constants a, b; ] Update scale h t according to Eq. 2 + rs(h t ) + rb(y t, h t ) ; t = t + ; until ( y t y t 2 < ε AND h t h t < ξ ) OR t > maxiter ; The structure of the algorithm is similar to the standard Mean-Shift algorithm, except the scale update step. Two term regularization is introduced in the scale update step. The first term rs reflects our a priori assumption that the target scale does not change drastically, therefore we penalize the change of scale according to Eq. 22. log(h) log(h) b 2 rs(h) = b 2 log(h) < b 2 (22) b 2 log(h) > b 2 where the h is scaling factor and the function is bounded by interval ( b 2, b 2 ). The second term rb address the problem of the scale ambiguity by forcing the search window to include a portion of background pixels. In other words, from the possible range of scales (generated by the object self-similarity) bias towards the largest. The rb function is define by Eq. 23. ϱ B(y, h) ϱ B(y, h) b rb(y, h) = b ϱ B(y, h) < b (23) b ϱ B(y, h) > b 6
7 where (y, h) are the position and scaling factor and ϱ define the percentage of weighted background pixels that should be contained in the search window. The function is also bounded by the interval ( b, b ). The percentage of weighted background pixels is computed as follows: B(y, h) = n δ[ˆq b(xi)] / m n m ˆp u δ[b(x i ) u] ˆq u δ[b(x i ) u] (24) where the numerator is the sum of bin weights of target candidate for pixels in which the target model has ˆq u = 0 and the divisor is the sum of bin weights of the target model over all pixels. The MS s algorithm works well for sequences with scale, but for sequences without scale or with a significant background clutter, the algorithm tends to estimate non-zero scale, which may lead to continuous wrong scale estimation and tracking failure. Therefore, we present a technique to overcome the difficult sequence parts by so called Backward scale consistency check. The Backward check use reverse tracking from position y t obtained by forward tracking and validating the estimated scaling factors from step t to t and t to t. This validation ensures that in the presence of background clutter the scale estimation does not explode and enables tracker to recover. The algorithm using this technique is summarize in Alg. 2. Algorithm 2: MS fb Mean-Shift with scale and backward consistency check. Input: Target model ˆq, starting position y 0 and starting object size s 0 Output: Position and scale in each frame (y t, s t ), where t {,..., n} foreach Frame t {,..., n} do [y t, h] = MS s (q, image t, y t, s t ); if log(h) > Θ s then // Scale change - proceed with consistency check [, h back ] = MS s (q, image t, y t, hs t ); if log(h h back ) > Θ c then // Inconsistent scales s t = ( α β)s t + αs default + βhs t where α = c ( sdefault s t ); else s t = ( γ)s t + γhs t ; In case of detected scale inconsistency the object size is a weighted combination of three parts: (i) previous size; (ii) new estimated size; (iii) default size, which in our case is initial size of the object. This combination is hand design to reflect our experimental observation and requirements for the scale adaptability of the MS s and for stability of the standard Mean-Shift algorithm. We also notice that Mean-Shift is more stable if the bandwidth size is biased toward a larger size, therefore the computation of the weight α (from Alg. 2) is not symmetric but prioritize enlarging the object size. In our case, the default size is constant during tracking, and preliminary experiments with adapting the default size shows no significant benefits and only introduced error caused by wrong updates. 7
8 This technique slowing down the tracking algorithm by factor of two, which can be observed from Alg. 2, where for some cases the MS s algorithm is run twice. To limit the run of the two instances of the Mean-Shift algorithm for each frame, the validation step is run only if there is a change in the scale. 4 Experimental Protocol Experiments were conducted on 48 color sequences 4 collected from published literature. The sequences vary in length from dozens of frames to thousands, contain diverse object types (rigid, articulated), have different scene settings (indoor/outdoor, static/moving camera, lightning conditions). Object occlusions and disappearance from the field of view are also present in the data. The proposed Mean-Shift algorithms (MS s and MS fb ) are compared with the standard published Mean-Shift algorithm (MS) and its scale adaptation (MS ± ) proposed in [3]. Both standard algorithms carried out the background weighting [9], so that the underlying target weighting is the same. The proposed methods are also compared with the state-of-the-art tracking algorithms that are available as source code, namely SOAMST [] base on Mean-Shift algorithm, LGT [3], TLD [6], CT [5] and STRUCK [5]. Parameters for these algorithms were left default as set by the authors. Note that our results may differ from other publications, since we did not optimize their parameters for the best performance for each sequence (e.g. as was done in [5]), but were fixed for all experiments. Moreover, the target was initialized in the first frame using the ground truth position for all algorithms. Since the main part of the CT and STRUCK algorithms are randomized, we run them 0 times on each sequence and take the average result. Performance of the algorithms was assess by the recall (the number of correctly tracked frames divided by number of frames where the target is visible). Recall was chosen because some algorithm exhibit detector-like behavior, therefore other frequently used criteria such as first failure frame or failure from which the algorithm did not recover will not capture the real performance of the algorithm, i.e. in how many frames the algorithm locate the target correctly. The frame was consider tracked correctly if the area(t G) overlap with the ground truth was higher than 0.5 measured as o = area(t G), where T is object bounding box reported by the tracker and G is ground truth bounding box. We measure also the speed of the algorithms as the average processing time per frame. Note that the algorithms are not implemented in the same programming language (SOAMST, LGT, TLD, CT using matlab with MEX files, STRUCT and Mean- Shift using C++) which may bias the speed measurement towards the more efficient programming language. The Mean-Shift algorithms are written in the C++ without heavy optimization and without multithreading. All parameters of the algorithm were fixed for all experiments. Some of the parameters are fairly standard (Mean-Shift termination criterion) and the rest were chosen empirically as follows: bounds for regularization terms b = 0.05, b 2 = 0. and ϱ = 0.2; termination of the Mean-Shift algorithm ε = 0., ξ = vojirtom/dataset 8
9 and maxiter = 5; scale consistency check Θ s = % of the scale change, Θ c = 0.; exponential averaging c = 0., β = 0. and γ = 0.3. The pdf is represented as a histogram computed over the RGB space and quantized into the bins. 5 Results Since many of the sequences has small or no scale change, the MS algorithm scores better than MS ± and MS s in the average recall. However, by validating the scale change the MS fb tracker is always better (or equal) than the individual algorithm MS or MS s and outperforming both of them in total average recall. The result are shown in the left side of the Table for sequences that contain object scale and visualize in the Fig. b and in Table 2 (visualization in Fig. a) for sequences without the scale. recall MS MS ± MS s MS fb 0.2 recall Sequences (a) Sequence without significant scaling of the object. MS MS ± MS s MS fb Sequences (b) Sequence with scaling of the object. Fig. : Comparison of the proposed MS fb (MS s ) and standard Mean-Shift algorithms on sequences without (a) and with (b) significant scaling. Sequences (x-axis) are sorted by the recall measure of the MS fb algorithm. Comparison of the MS fb and state-of-the-art algorithms is illustrated in Fig. 2, which shows that on majority of the sequences the performance of the MS fb is higher than other, but also show that MS fb is not suitable for some sequences (e.g. CarChase, Motocross, Volkswagen). These long-term sequences containing object disappearance from the field of view, scene cuts and significant object occlusion with background clutter, and because the MS fb does not provide any re-detection ability it can not handle these cases. In these sequences the TLD tracker achieving the best results. The highest score achieving the MS s and MS fb on the Vid? dataset [7], since the sequences contain small amount of background clutter and out-of-plane/in-plane rotation, which is difficult to deal for the state-of-the-art algorithm, where the representa- 9
10 MS fb SOAMST LGT TLD CT STRUCK 0.6 recall Sequences Fig. 2: A Comparison of the MS fb and the state-of-the-art algorithms on all sequences. Sequences (x-axis) are sorted by the recall measure of the MS fb algorithm. Method Sequence MS s MS fb MS MS ± SOAMST LGT TLD CT STRUCK girl surfer Vid A Vid C Vid E Vid G Vid K Vid L gymnastics cliff-dive na motocross skiing CarChase na na Motocross na na Panda Volkswagen na na pedestrian jump Asada drunk woman na lemming trellis Mean Table : Recall on sequences with scale change. Bold text - best result for the sequence, underscore - second best. na indicates the program crashes. tion of the object is usually spatial dependent and out/in-plane rotation is not explicitly modeled. Performance of the Mean-Shift algorithms, in general, drops when there is a significant background clutter. This issue is more significant for the case where the tracker estimating more parameters (such as translation and scale) and therefore the estimation corruption induces more vital drift (in scale dimension) than in the case of estimating 0
11 Method Sequence MS s MS fb MS MS ± SOAMST LGT TLD CT STRUCK Vid B Vid D Vid F na Vid H Vid I Vid J dinosaur hand hand torus cliff-dive motocross mountain-bike pedestrian pedestrian na diving gym trans faceocc figure skating board box liquor car person Mean Table 2: Recall on sequences without a scale change. Bold text - best result for the sequence, underscore - second best. na indicates the program crashes. a pure translation. This was mainly the case of sequence drunk2, car and dinosaur where the color distribution of the target was similar to a background. The validation step proof to be a beneficial for the MS s, but it comes with the price of slowing the tracking by factor of two (at maximum). From the experiments (see Table 3), the slow down factor against MS s is.6 in average. Compared to other algorithms, both MS s and MS fb algorithms are slower then the MS, since the speed depends on the window size which is fixed in the case of MS, but multiple times faster then the state-of-the-art algorithms. Method MS s MS fb MS MS ± SOAMST LGT TLD CT STRUCK max min mean Table 3: Processing speed in a milliseconds. Max (min) are computed as an max (min) of the average time per sequence; mean as the average time over all sequences.
12 6 Conclusion In this work, a theoretically justified scale estimation for the Mean-Shift algorithm using Hellinger distance has been proposed. The new scale estimation procedure is regularized to make it more robust. In the cases were the scale of the object is constant throughout the video sequence, the MS s is at a disadvantage w.r.t. standard MS due to the extra degree of freedom in its motion model estimation. Therefore, we introduce a scheme (f b) for an automatic decision to either accept the newly estimated scale or to use a more robust weighted combination which is likely to reduce erroneous scale updates. The newly proposed MS fb has been compared with the state-of-the-art algorithms on a very large dataset of tracking sequences and it outperforms them in average recall, and in the processing speed. References. Bradski, G.R.: Computer Vision Face Tracking For Use in a Perceptual User Interface. Intel Technology Journal (Q2) (998) 2. Collins, R.T.: Mean-shift blob tracking through scale space. In: Computer Vision and Pattern Recognition. pp IEEE Computer Society (2003) 3. Comaniciu, D., Ramesh, V., Meer, P.: Real-time tracking of non-rigid objects using mean shift. pp (2000) 4. Fukunaga, K., Hostetler, L.: The estimation of the gradient of a density function, with applications in pattern recognition. Information Theory 2(), (jan 975) 5. Hare, S., Saffari, A., Torr, P.: Struck: Structured output tracking with kernels. In: International Conference Computer Vision. pp (nov 20) 6. Kalal, Z., Matas, J., Mikolajczyk, K.: P-N Learning: Bootstrapping Binary Classifiers by Structural Constraints. Conference on Computer Vision and Pattern Recognition (200) 7. Klein, D.A., Schulz, D., Frintrop, S., Cremers, A.B.: Adaptive real-time video-tracking for arbitrary objects. In: Intelligent Robots and Systems. pp (Oct 200) 8. Liang, D., Huang, Q., Jiang, S., Yao, H., Gao, W.: Mean-shift blob tracking with adaptive feature selection and scale adaptation. In: International Conference Image Processing (2007) 9. Ning, J., Zhang, L., Zhang, D., Wu, C.: Robust mean-shift tracking with corrected background-weighted histogram. Computer Vision, IET 6(), (january 202) 0. Ning, J., Zhang, L., Zhang, D., Wu, C.: Scale and orientation adaptive mean shift tracking. Computer Vision, IET 6(), 52 6 (january 202). Ning, J., Zhang, L., Zhang, D., Wu, C.: Scale and orientation adaptive mean shift tracking. Computer Vision, IET 6(), 52 6 (january 202) 2. Pu, J.X., Peng, N.S.: Adaptive kernel based tracking using mean-shift. In: International conference on Image Analysis and Recognition. pp ICIAR 06 (2006) 3. Čehovin, L., Kristan, M., Leonardis, A.: An adaptive coupled-layer visual model for robust visual tracking. In: 3th International Conference on Computer Vision (Nov 20) 4. Yang, C., Duraiswami, R., Davis, L.: Efficient mean-shift tracking via a new similarity measure. In: Computer Vision and Pattern Recognition. vol., pp vol. (june 2005) 5. Zhang, K., Zhang, L., Yang, M.H.: Real-time compressive tracking. In: European conference on Computer Vision. pp ECCV 2 (202) 6. Zhao, C., Knight, A., Reid, I.: Target tracking using mean-shift and affine structure. In: ICPR. pp. 5 (2008) 2
Mean-Shift Tracking with Random Sampling
1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of
Robert Collins CSE598G. More on Mean-shift. R.Collins, CSE, PSU CSE598G Spring 2006
More on Mean-shift R.Collins, CSE, PSU Spring 2006 Recall: Kernel Density Estimation Given a set of data samples x i ; i=1...n Convolve with a kernel function H to generate a smooth function f(x) Equivalent
Speed Performance Improvement of Vehicle Blob Tracking System
Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA [email protected], [email protected] Abstract. A speed
Real Time Target Tracking with Pan Tilt Zoom Camera
2009 Digital Image Computing: Techniques and Applications Real Time Target Tracking with Pan Tilt Zoom Camera Pankaj Kumar, Anthony Dick School of Computer Science The University of Adelaide Adelaide,
A Comparative Study between SIFT- Particle and SURF-Particle Video Tracking Algorithms
A Comparative Study between SIFT- Particle and SURF-Particle Video Tracking Algorithms H. Kandil and A. Atwan Information Technology Department, Faculty of Computer and Information Sciences, Mansoura University,El-Gomhoria
Introduction to Support Vector Machines. Colin Campbell, Bristol University
Introduction to Support Vector Machines Colin Campbell, Bristol University 1 Outline of talk. Part 1. An Introduction to SVMs 1.1. SVMs for binary classification. 1.2. Soft margins and multi-class classification.
Tracking-Learning-Detection
IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 6, NO., JANUARY 200 Tracking-Learning-Detection Zdenek Kalal, Krystian Mikolajczyk, and Jiri Matas, Abstract This paper investigates
Jiří Matas. Hough Transform
Hough Transform Jiří Matas Center for Machine Perception Department of Cybernetics, Faculty of Electrical Engineering Czech Technical University, Prague Many slides thanks to Kristen Grauman and Bastian
An Active Head Tracking System for Distance Education and Videoconferencing Applications
An Active Head Tracking System for Distance Education and Videoconferencing Applications Sami Huttunen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information
Simultaneous Gamma Correction and Registration in the Frequency Domain
Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong [email protected] William Bishop [email protected] Department of Electrical and Computer Engineering University
Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006
Practical Tour of Visual tracking David Fleet and Allan Jepson January, 2006 Designing a Visual Tracker: What is the state? pose and motion (position, velocity, acceleration, ) shape (size, deformation,
An Experimental Comparison of Online Object Tracking Algorithms
An Experimental Comparison of Online Object Tracking Algorithms Qing Wang a, Feng Chen a, Wenli Xu a, and Ming-Hsuan Yang b a Tsinghua University, Beijing, China b University of California at Merced, Calfironia,
Building an Advanced Invariant Real-Time Human Tracking System
UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian
Vision based Vehicle Tracking using a high angle camera
Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu [email protected] [email protected] Abstract A vehicle tracking and grouping algorithm is presented in this work
Tracking of Small Unmanned Aerial Vehicles
Tracking of Small Unmanned Aerial Vehicles Steven Krukowski Adrien Perkins Aeronautics and Astronautics Stanford University Stanford, CA 94305 Email: [email protected] Aeronautics and Astronautics Stanford
Vehicle Tracking Using On-Line Fusion of Color and Shape Features
Vehicle Tracking Using On-Line Fusion of Color and Shape Features Kai She 1, George Bebis 1, Haisong Gu 1, and Ronald Miller 2 1 Computer Vision Laboratory, University of Nevada, Reno, NV 2 Vehicle Design
A Robust Multiple Object Tracking for Sport Applications 1) Thomas Mauthner, Horst Bischof
A Robust Multiple Object Tracking for Sport Applications 1) Thomas Mauthner, Horst Bischof Institute for Computer Graphics and Vision Graz University of Technology, Austria {mauthner,bischof}@icg.tu-graz.ac.at
A Complete Gradient Clustering Algorithm for Features Analysis of X-ray Images
A Complete Gradient Clustering Algorithm for Features Analysis of X-ray Images Małgorzata Charytanowicz, Jerzy Niewczas, Piotr A. Kowalski, Piotr Kulczycki, Szymon Łukasik, and Sławomir Żak Abstract Methods
Part-Based Recognition
Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple
A Learning Based Method for Super-Resolution of Low Resolution Images
A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 [email protected] Abstract The main objective of this project is the study of a learning based method
3D Model based Object Class Detection in An Arbitrary View
3D Model based Object Class Detection in An Arbitrary View Pingkun Yan, Saad M. Khan, Mubarak Shah School of Electrical Engineering and Computer Science University of Central Florida http://www.eecs.ucf.edu/
Object Tracking for Laparoscopic Surgery Using the Adaptive Mean-Shift Kalman Algorithm
Object Tracking for Laparoscopic Surgery Using the Adaptive Mean-Shift Kalman Algorithm Vera Sa-Ing, Saowapak S. Thongvigitmanee, Chumpon Wilasrusmee, and Jackrit Suthakorn Abstract In this paper, we propose
Neovision2 Performance Evaluation Protocol
Neovision2 Performance Evaluation Protocol Version 3.0 4/16/2012 Public Release Prepared by Rajmadhan Ekambaram [email protected] Dmitry Goldgof, Ph.D. [email protected] Rangachar Kasturi, Ph.D.
A Real Time Hand Tracking System for Interactive Applications
A Real Time Hand Tracking System for Interactive Applications Siddharth Swarup Rautaray Indian Institute of Information Technology Allahabad ABSTRACT In vision based hand tracking systems color plays an
Financial Risk Forecasting Chapter 8 Backtesting and stresstesting
Financial Risk Forecasting Chapter 8 Backtesting and stresstesting Jon Danielsson London School of Economics 2015 To accompany Financial Risk Forecasting http://www.financialriskforecasting.com/ Published
Subspace Analysis and Optimization for AAM Based Face Alignment
Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China [email protected] Stan Z. Li Microsoft
Tracking and Recognition in Sports Videos
Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey [email protected] b Department of Computer
Object Tracking System Using Motion Detection
Object Tracking System Using Motion Detection Harsha K. Ingle*, Prof. Dr. D.S. Bormane** *Department of Electronics and Telecommunication, Pune University, Pune, India Email: [email protected] **Department
Classifying Manipulation Primitives from Visual Data
Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if
A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow
, pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices
Lecture 3: Linear methods for classification
Lecture 3: Linear methods for classification Rafael A. Irizarry and Hector Corrada Bravo February, 2010 Today we describe four specific algorithms useful for classification problems: linear regression,
High Quality Image Magnification using Cross-Scale Self-Similarity
High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg
Statistical Machine Learning
Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes
Spatio-Temporal Nonparametric Background Modeling and Subtraction
Spatio-Temporal Nonparametric Background Modeling and Subtraction Raviteja Vemulapalli and R. Aravind Department of Electrical engineering Indian Institute of Technology, Madras Background subtraction
Notes from Week 1: Algorithms for sequential prediction
CS 683 Learning, Games, and Electronic Markets Spring 2007 Notes from Week 1: Algorithms for sequential prediction Instructor: Robert Kleinberg 22-26 Jan 2007 1 Introduction In this course we will be looking
Template-based Eye and Mouth Detection for 3D Video Conferencing
Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer
Probabilistic Latent Semantic Analysis (plsa)
Probabilistic Latent Semantic Analysis (plsa) SS 2008 Bayesian Networks Multimedia Computing, Universität Augsburg [email protected] www.multimedia-computing.{de,org} References
Interactive Offline Tracking for Color Objects
Interactive Offline Tracking for Color Objects Yichen Wei Jian Sun Xiaoou Tang Heung-Yeung Shum Microsoft Research Asia, Beijing, China {yichenw,jiansun,xitang,hshum}@microsoft.com Abstract In this paper,
Determining optimal window size for texture feature extraction methods
IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec
Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking
ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient
Tracking Groups of Pedestrians in Video Sequences
Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal
Segmentation & Clustering
EECS 442 Computer vision Segmentation & Clustering Segmentation in human vision K-mean clustering Mean-shift Graph-cut Reading: Chapters 14 [FP] Some slides of this lectures are courtesy of prof F. Li,
Thresholding technique with adaptive window selection for uneven lighting image
Pattern Recognition Letters 26 (2005) 801 808 wwwelseviercom/locate/patrec Thresholding technique with adaptive window selection for uneven lighting image Qingming Huang a, *, Wen Gao a, Wenjian Cai b
Real-time Person Detection and Tracking in Panoramic Video
2013 IEEE Conference on Computer Vision and Pattern Recognition Workshops Real-time Person Detection and Tracking in Panoramic Video Marcus Thaler, Werner Bailer JOANNEUM RESEARCH, DIGITAL Institute for
Tracking performance evaluation on PETS 2015 Challenge datasets
Tracking performance evaluation on PETS 2015 Challenge datasets Tahir Nawaz, Jonathan Boyle, Longzhen Li and James Ferryman Computational Vision Group, School of Systems Engineering University of Reading,
CS231M Project Report - Automated Real-Time Face Tracking and Blending
CS231M Project Report - Automated Real-Time Face Tracking and Blending Steven Lee, [email protected] June 6, 2015 1 Introduction Summary statement: The goal of this project is to create an Android
Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report
Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 69 Class Project Report Junhua Mao and Lunbo Xu University of California, Los Angeles [email protected] and lunbo
Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall
Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical
Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability
Classification of Fingerprints Sarat C. Dass Department of Statistics & Probability Fingerprint Classification Fingerprint classification is a coarse level partitioning of a fingerprint database into smaller
How To Filter Spam Image From A Picture By Color Or Color
Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among
siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service
siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service Ahmad Pahlavan Tafti 1, Hamid Hassannia 2, and Zeyun Yu 1 1 Department of Computer Science, University of Wisconsin -Milwaukee,
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE Subodha Kumar University of Washington [email protected] Varghese S. Jacob University of Texas at Dallas [email protected]
Strategic Online Advertising: Modeling Internet User Behavior with
2 Strategic Online Advertising: Modeling Internet User Behavior with Patrick Johnston, Nicholas Kristoff, Heather McGinness, Phuong Vu, Nathaniel Wong, Jason Wright with William T. Scherer and Matthew
Parallel Computing of Kernel Density Estimates with MPI
Parallel Computing of Kernel Density Estimates with MPI Szymon Lukasik Department of Automatic Control, Cracow University of Technology, ul. Warszawska 24, 31-155 Cracow, Poland [email protected]
Edge tracking for motion segmentation and depth ordering
Edge tracking for motion segmentation and depth ordering P. Smith, T. Drummond and R. Cipolla Department of Engineering University of Cambridge Cambridge CB2 1PZ,UK {pas1001 twd20 cipolla}@eng.cam.ac.uk
MVA ENS Cachan. Lecture 2: Logistic regression & intro to MIL Iasonas Kokkinos [email protected]
Machine Learning for Computer Vision 1 MVA ENS Cachan Lecture 2: Logistic regression & intro to MIL Iasonas Kokkinos [email protected] Department of Applied Mathematics Ecole Centrale Paris Galen
A Reliability Point and Kalman Filter-based Vehicle Tracking Technique
A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video
Face Recognition in Low-resolution Images by Using Local Zernike Moments
Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS Norbert Buch 1, Mark Cracknell 2, James Orwell 1 and Sergio A. Velastin 1 1. Kingston University, Penrhyn Road, Kingston upon Thames, KT1 2EE,
Local features and matching. Image classification & object localization
Overview Instance level search Local features and matching Efficient visual recognition Image classification & object localization Category recognition Image classification: assigning a class label to
Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object
Making Sense of the Mayhem: Machine Learning and March Madness
Making Sense of the Mayhem: Machine Learning and March Madness Alex Tran and Adam Ginzberg Stanford University [email protected] [email protected] I. Introduction III. Model The goal of our research
Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.
Predict Influencers in the Social Network
Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, [email protected] Department of Electrical Engineering, Stanford University Abstract Given two persons
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM Amol Ambardekar, Mircea Nicolescu, and George Bebis Department of Computer Science and Engineering University
Randomized Trees for Real-Time Keypoint Recognition
Randomized Trees for Real-Time Keypoint Recognition Vincent Lepetit Pascal Lagger Pascal Fua Computer Vision Laboratory École Polytechnique Fédérale de Lausanne (EPFL) 1015 Lausanne, Switzerland Email:
Detecting and Tracking Moving Objects for Video Surveillance
IEEE Proc. Computer Vision and Pattern Recognition Jun. 3-5, 1999. Fort Collins CO Detecting and Tracking Moving Objects for Video Surveillance Isaac Cohen Gérard Medioni University of Southern California
PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS
PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUM OF REFERENCE SYMBOLS Benjamin R. Wiederholt The MITRE Corporation Bedford, MA and Mario A. Blanco The MITRE
Automated Process for Generating Digitised Maps through GPS Data Compression
Automated Process for Generating Digitised Maps through GPS Data Compression Stewart Worrall and Eduardo Nebot University of Sydney, Australia {s.worrall, e.nebot}@acfr.usyd.edu.au Abstract This paper
Canny Edge Detection
Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties
The Artificial Prediction Market
The Artificial Prediction Market Adrian Barbu Department of Statistics Florida State University Joint work with Nathan Lay, Siemens Corporate Research 1 Overview Main Contributions A mathematical theory
Binary Image Scanning Algorithm for Cane Segmentation
Binary Image Scanning Algorithm for Cane Segmentation Ricardo D. C. Marin Department of Computer Science University Of Canterbury Canterbury, Christchurch [email protected] Tom
Removing Moving Objects from Point Cloud Scenes
1 Removing Moving Objects from Point Cloud Scenes Krystof Litomisky [email protected] Abstract. Three-dimensional simultaneous localization and mapping is a topic of significant interest in the research
Generating Random Numbers Variance Reduction Quasi-Monte Carlo. Simulation Methods. Leonid Kogan. MIT, Sloan. 15.450, Fall 2010
Simulation Methods Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Simulation Methods 15.450, Fall 2010 1 / 35 Outline 1 Generating Random Numbers 2 Variance Reduction 3 Quasi-Monte
MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results
154 L. KRASULA, M. KLÍMA, E. ROGARD, E. JEANBLANC, MATLAB BASED APPLICATIONS PART II: EXPERIMENTAL RESULTS MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental
Robust Tracking Using Local Sparse Appearance Model and K-Selection
Robust Tracking Using Local Sparse Appearance Model and K-Selection Baiyang Liu 1 Junzhou Huang 1 1 Rutgers, The State University of New Jersey Piscataway, NJ, 08854 baiyang, jzhuang, [email protected]
Real-Time Tracking of Pedestrians and Vehicles
Real-Time Tracking of Pedestrians and Vehicles N.T. Siebel and S.J. Maybank. Computational Vision Group Department of Computer Science The University of Reading Reading RG6 6AY, England Abstract We present
Automatic Labeling of Lane Markings for Autonomous Vehicles
Automatic Labeling of Lane Markings for Autonomous Vehicles Jeffrey Kiske Stanford University 450 Serra Mall, Stanford, CA 94305 [email protected] 1. Introduction As autonomous vehicles become more popular,
An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network
Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal
A Literature Review on Different models for Human and Vehicle Tracking
A Literature Review on Different models for Human and Vehicle Tracking Prof. A.P. Bodkhe 1, Prof. S.A. Nirmal 2, Snehal A. Thakre 3 Professor, Dept. of Electronics & Telecommunication, P.R.M.I.T & R, Badnera,
Big Data - Lecture 1 Optimization reminders
Big Data - Lecture 1 Optimization reminders S. Gadat Toulouse, Octobre 2014 Big Data - Lecture 1 Optimization reminders S. Gadat Toulouse, Octobre 2014 Schedule Introduction Major issues Examples Mathematics
3D Human Face Recognition Using Point Signature
3D Human Face Recognition Using Point Signature Chin-Seng Chua, Feng Han, Yeong-Khing Ho School of Electrical and Electronic Engineering Nanyang Technological University, Singapore 639798 [email protected]
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - [email protected]
Are we ready for Autonomous Driving? The KITTI Vision Benchmark Suite
Are we ready for Autonomous Driving? The KITTI Vision Benchmark Suite Philip Lenz 1 Andreas Geiger 2 Christoph Stiller 1 Raquel Urtasun 3 1 KARLSRUHE INSTITUTE OF TECHNOLOGY 2 MAX-PLANCK-INSTITUTE IS 3
More Local Structure Information for Make-Model Recognition
More Local Structure Information for Make-Model Recognition David Anthony Torres Dept. of Computer Science The University of California at San Diego La Jolla, CA 9093 Abstract An object classification
Advanced Ensemble Strategies for Polynomial Models
Advanced Ensemble Strategies for Polynomial Models Pavel Kordík 1, Jan Černý 2 1 Dept. of Computer Science, Faculty of Information Technology, Czech Technical University in Prague, 2 Dept. of Computer
A Study on M2M-based AR Multiple Objects Loading Technology using PPHT
A Study on M2M-based AR Multiple Objects Loading Technology using PPHT Sungmo Jung, Seoksoo Kim * Department of Multimedia Hannam University 133, Ojeong-dong, Daedeok-gu, Daejeon-city Korea [email protected],
Illumination-Invariant Tracking via Graph Cuts
Illumination-Invariant Tracking via Graph Cuts Daniel Freedman and Matthew W. Turek Computer Science Department, Rensselaer Polytechnic Institute, Troy, NY 12180 Abstract Illumination changes are a ubiquitous
Maximum Likelihood Estimation of ADC Parameters from Sine Wave Test Data. László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár
Maximum Lielihood Estimation of ADC Parameters from Sine Wave Test Data László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár Dept. of Measurement and Information Systems Budapest University
Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA
Are Image Quality Metrics Adequate to Evaluate the Quality of Geometric Objects? Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA ABSTRACT
