Skip to main content
Top
Published in: International Journal of Computer Vision 3/2013

01-07-2013

Training Effective Node Classifiers for Cascade Classification

Authors: Chunhua Shen, Peng Wang, Sakrapee Paisitkriangkrai, Anton van den Hengel

Published in: International Journal of Computer Vision | Issue 3/2013

Log in

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

Cascade classifiers are widely used in real-time object detection. Different from conventional classifiers that are designed for a low overall classification error rate, a classifier in each node of the cascade is required to achieve an extremely high detection rate and moderate false positive rate. Although there are a few reported methods addressing this requirement in the context of object detection, there is no principled feature selection method that explicitly takes into account this asymmetric node learning objective. We provide such an algorithm here. We show that a special case of the biased minimax probability machine has the same formulation as the linear asymmetric classifier (LAC) of Wu et al. (linear asymmetric classifier for cascade detectors, 2005). We then design a new boosting algorithm that directly optimizes the cost function of LAC. The resulting totally-corrective boosting algorithm is implemented by the column generation technique in convex optimization. Experimental results on object detection verify the effectiveness of the proposed boosting algorithm as a node classifier in cascade object detection, and show performance better than that of the current state-of-the-art.

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Appendix
Available only for authorised users
Footnotes
1
In our object detection experiment, we found that this assumption can always be satisfied.
 
2
Since the multi-exit cascade makes use of all previous weak classifiers in earlier nodes, it would meet the Gaussianity requirement better than the conventional cascade classifier.
 
3
To train a complete \(22\)-node cascade and choose the best \( \theta \) on cross-validation data may give better detection rates.
 
4
Our implementation is in C++ and only the weak classifier training part is parallelized using OpenMP.
 
5
Covariance features capture the relationship between different image statistics and have been shown to perform well in our previous experiments. However, other discriminative features can also be used here instead, e.g., Haar-like features, local binary pattern (LBP) (Mu et al. 2008) and self-similarity of low-level features (CSS) (Walk et al. 2010).
 
6
Here \(({\varvec{\mu }}, {\varvec{\varSigma }})_\mathrm{S}\) denotes the family of distributions in \( ( {\varvec{\mu }}, {\varvec{\varSigma }}) \) that are also symmetric about the mean \( {\varvec{\mu }}.\) \(({\varvec{\mu }}, {\varvec{\varSigma }})_\mathrm{SU}\) denotes the family of distributions in \( ( {\varvec{\mu }}, {\varvec{\varSigma }}) \) that are additionally symmetric and linear unimodal about \( {\varvec{\mu }}.\)
 
Literature
go back to reference Agarwal, S., Awan, A., & Roth, D. (2004). Learning to detect objects in images via a sparse, part-based representation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 26(11), 1475–1490.CrossRef Agarwal, S., Awan, A., & Roth, D. (2004). Learning to detect objects in images via a sparse, part-based representation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 26(11), 1475–1490.CrossRef
go back to reference Aldavert, D., Ramisa, A., Toledo, R., & Lopez de Mantaras, R. (2010). Fast and robust object segmentation with the integral linear classifier. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE. Aldavert, D., Ramisa, A., Toledo, R., & Lopez de Mantaras, R. (2010). Fast and robust object segmentation with the integral linear classifier. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE.
go back to reference Beck, A., & Teboulle, M. (2003). Mirror descent and nonlinear projected subgradient methods for convex optimization. Operations Research Letters, 31(3), 167–175.MathSciNetMATHCrossRef Beck, A., & Teboulle, M. (2003). Mirror descent and nonlinear projected subgradient methods for convex optimization. Operations Research Letters, 31(3), 167–175.MathSciNetMATHCrossRef
go back to reference Bi, J., Periaswamy, S., Okada, K., Kubota, T., Fung, G., & Salganicoff, M., et al. (2006). Computer aided detection via asymmetric cascade of sparse hyperplane classifiers. In Proceedings of ACM International Conference Discovery & Data Mining (pp. 837–844). Philadelphia, PA: ACM Press. Bi, J., Periaswamy, S., Okada, K., Kubota, T., Fung, G., & Salganicoff, M., et al. (2006). Computer aided detection via asymmetric cascade of sparse hyperplane classifiers. In Proceedings of ACM International Conference Discovery & Data Mining (pp. 837–844). Philadelphia, PA: ACM Press.
go back to reference Bourdev, L., & Brandt, J. (2005). Robust object detection via soft cascade. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 236–243). San Diego, CA: IEEE. Bourdev, L., & Brandt, J. (2005). Robust object detection via soft cascade. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 236–243). San Diego, CA: IEEE.
go back to reference Boyd, S., & Vandenberghe, L. (2004). Convex optimization. Cambridge: Cambridge University Press.MATH Boyd, S., & Vandenberghe, L. (2004). Convex optimization. Cambridge: Cambridge University Press.MATH
go back to reference Brubaker, S. C., Wu, J., Sun, J., Mullin, M. D., & Rehg, J. M. (2008). On the design of cascades of boosted ensembles for face detection. International Journal of Computer Vision, 77(1–3), 65–86.CrossRef Brubaker, S. C., Wu, J., Sun, J., Mullin, M. D., & Rehg, J. M. (2008). On the design of cascades of boosted ensembles for face detection. International Journal of Computer Vision, 77(1–3), 65–86.CrossRef
go back to reference Collins, M., Globerson, A., Koo, T., Carreras, X., & Bartlett, P. L. (2008). Exponentiated gradient algorithms for conditional random fields and max-margin Markov networks. Journal of Machine Learning Research, 9, 1775–1822.MathSciNetMATH Collins, M., Globerson, A., Koo, T., Carreras, X., & Bartlett, P. L. (2008). Exponentiated gradient algorithms for conditional random fields and max-margin Markov networks. Journal of Machine Learning Research, 9, 1775–1822.MathSciNetMATH
go back to reference Dalal, N., & Triggs, B. (2005). Histograms of oriented gradients for human detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Vol. 1, pp. 886–893). San Diego, CA: IEEE. Dalal, N., & Triggs, B. (2005). Histograms of oriented gradients for human detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Vol. 1, pp. 886–893). San Diego, CA: IEEE.
go back to reference Demiriz, A., Bennett, K. P., & Shawe-Taylor, J. (2002). Linear programming boosting via column generation. Machine Learning, 46(1–3), 225–254.MATHCrossRef Demiriz, A., Bennett, K. P., & Shawe-Taylor, J. (2002). Linear programming boosting via column generation. Machine Learning, 46(1–3), 225–254.MATHCrossRef
go back to reference Dollár, P., Babenko, B., Belongie, S., Perona, P., & Tu, Z. (2008). Multiple component learning for object detection. In Proceedings of European Conference on Computer Vision (pp. 211–224). Marseille, France: ECCV. Dollár, P., Babenko, B., Belongie, S., Perona, P., & Tu, Z. (2008). Multiple component learning for object detection. In Proceedings of European Conference on Computer Vision (pp. 211–224). Marseille, France: ECCV.
go back to reference Dollár, P., Wojek, C., Schiele, B., & Perona, P. (2012). Pedestrian detection: An evaluation of the state of the art. IEEE Transactions on Pattern Analysis and Machine Intelligence, 34(4), 743–761. Dollár, P., Wojek, C., Schiele, B., & Perona, P. (2012). Pedestrian detection: An evaluation of the state of the art. IEEE Transactions on Pattern Analysis and Machine Intelligence, 34(4), 743–761.
go back to reference Dundar, M., & Bi, J. (2007). Joint optimization of cascaded classifiers for computer aided detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Minneapolis, MN: IEEE. Dundar, M., & Bi, J. (2007). Joint optimization of cascaded classifiers for computer aided detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Minneapolis, MN: IEEE.
go back to reference Enzweiler, M., Eigenstetter, A., Schiele, B., & Gavrila, D. M. (2010). Multi-cue pedestrian classification with partial occlusion handling. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE. Enzweiler, M., Eigenstetter, A., Schiele, B., & Gavrila, D. M. (2010). Multi-cue pedestrian classification with partial occlusion handling. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE.
go back to reference Ess, A., Leibe, B., & Van Gool, L. (2007). Depth and appearance for mobile scene analysis. In Proceedings of International Conference on Computer Vision. Rio de Janeiro: ICCV. Ess, A., Leibe, B., & Van Gool, L. (2007). Depth and appearance for mobile scene analysis. In Proceedings of International Conference on Computer Vision. Rio de Janeiro: ICCV.
go back to reference Felzenszwalb, P., Girshick, R., McAllester, D., & Ramanan, D. (2010). Object detection with discriminatively trained part based models. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(9), 1627–1645.CrossRef Felzenszwalb, P., Girshick, R., McAllester, D., & Ramanan, D. (2010). Object detection with discriminatively trained part based models. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(9), 1627–1645.CrossRef
go back to reference Gehler, P., & Nowozin, S. (2009). On feature combination for multiclass object classification. In Proceedings of International Conference on Computer Vision. Rio de Janeiro: ICCV. Gehler, P., & Nowozin, S. (2009). On feature combination for multiclass object classification. In Proceedings of International Conference on Computer Vision. Rio de Janeiro: ICCV.
go back to reference Huang, K., Yang, H., King, I., Lyu, M., & Chan, L. (2004). The minimum error minimax probability machine. Journal of Machine Learning Research, 5, 1253–1286.MathSciNetMATH Huang, K., Yang, H., King, I., Lyu, M., & Chan, L. (2004). The minimum error minimax probability machine. Journal of Machine Learning Research, 5, 1253–1286.MathSciNetMATH
go back to reference Lanckriet, G. R. G., El Ghaoui, L., Bhattacharyya, C., & Jordan, M. I. (2002). A robust minimax approach to classification. Journal of Machine Learning Research, 3, 555–582. Lanckriet, G. R. G., El Ghaoui, L., Bhattacharyya, C., & Jordan, M. I. (2002). A robust minimax approach to classification. Journal of Machine Learning Research, 3, 555–582.
go back to reference Lazebnik, S., Schmid, C., & Ponce, J. (2006). Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. New York: IEEE. Lazebnik, S., Schmid, C., & Ponce, J. (2006). Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. New York: IEEE.
go back to reference Lefakis, L., & Fleuret, F. (2010). Joint cascade optimization using a product of boosted classifiers. In Advances in Neural Information Processing Systems. Vancouver: NIPS. Lefakis, L., & Fleuret, F. (2010). Joint cascade optimization using a product of boosted classifiers. In Advances in Neural Information Processing Systems. Vancouver: NIPS.
go back to reference Li, S. Z., & Zhang, Z. (2004). FloatBoost learning and statistical face detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 26(9), 1112–1123.CrossRef Li, S. Z., & Zhang, Z. (2004). FloatBoost learning and statistical face detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 26(9), 1112–1123.CrossRef
go back to reference Lin, Z., Hua, G., & Davis, L. S. (2009). Multiple instance feature for robust part-based object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 405–412). IEEE: Miami, FL. Lin, Z., Hua, G., & Davis, L. S. (2009). Multiple instance feature for robust part-based object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 405–412). IEEE: Miami, FL.
go back to reference Liu, C., & Shum, H.-Y. (2003) Kullback-Leibler boosting. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Vol. 1, pp. 587–594). Madison, Wisconsin: IEEE. Liu, C., & Shum, H.-Y. (2003) Kullback-Leibler boosting. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Vol. 1, pp. 587–594). Madison, Wisconsin: IEEE.
go back to reference Maji, S., Berg, A. C., & Malik, J. (2008). Classification using intersection kernel support vector machines is efficient. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE. Maji, S., Berg, A. C., & Malik, J. (2008). Classification using intersection kernel support vector machines is efficient. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE.
go back to reference Masnadi-Shirazi, H., & Vasconcelos, N. (2007). Asymmetric boosting. In Proceedings of International Conference on Machine Learning (pp. 609–619). IMLS: Corvalis, Oregon. Masnadi-Shirazi, H., & Vasconcelos, N. (2007). Asymmetric boosting. In Proceedings of International Conference on Machine Learning (pp. 609–619). IMLS: Corvalis, Oregon.
go back to reference Masnadi-Shirazi, H., & Vasconcelos, N. (2011). Cost-sensitive boosting. IEEE Transactions on Pattern Analysis and Machine Intelligence, 33(2), 294–309.CrossRef Masnadi-Shirazi, H., & Vasconcelos, N. (2011). Cost-sensitive boosting. IEEE Transactions on Pattern Analysis and Machine Intelligence, 33(2), 294–309.CrossRef
go back to reference Mu, Y., Yan, S., Liu, Y., Huang, T., & Zhou, B. (2008). Discriminative local binary patterns for human detection in personal album. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE. Mu, Y., Yan, S., Liu, Y., Huang, T., & Zhou, B. (2008). Discriminative local binary patterns for human detection in personal album. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE.
go back to reference Munder, S., & Gavrila, D. M. (2006). An experimental study on pedestrian classification. IEEE Transactions on Pattern Analysis and Machine Intelligence, 28(11), 1863–1868.CrossRef Munder, S., & Gavrila, D. M. (2006). An experimental study on pedestrian classification. IEEE Transactions on Pattern Analysis and Machine Intelligence, 28(11), 1863–1868.CrossRef
go back to reference Paisitkriangkrai, S., Shen, C., & Zhang, J. (2008). Fast pedestrian detection using a cascade of boosted covariance features. IEEE Transactions on Circuits and Systems for Video Technology, 18(8), 1140–1151. Paisitkriangkrai, S., Shen, C., & Zhang, J. (2008). Fast pedestrian detection using a cascade of boosted covariance features. IEEE Transactions on Circuits and Systems for Video Technology, 18(8), 1140–1151.
go back to reference Paisitkriangkrai, S., Shen, C., & Zhang, J. (2009). Efficiently training a better visual detector with sparse Eigenvectors. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Miami, Florida: IEEE. Paisitkriangkrai, S., Shen, C., & Zhang, J. (2009). Efficiently training a better visual detector with sparse Eigenvectors. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Miami, Florida: IEEE.
go back to reference Pham, M.-T., & Cham, T.-J. (2007a). Fast training and selection of Haar features using statistics in boosting-based face detection. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV. Pham, M.-T., & Cham, T.-J. (2007a). Fast training and selection of Haar features using statistics in boosting-based face detection. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV.
go back to reference Pham, M.-T., & Cham, T.-J. (2007b). Online learning asymmetric boosted classifiers for object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Minneapolis, MN: IEEE. Pham, M.-T., & Cham, T.-J. (2007b). Online learning asymmetric boosted classifiers for object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Minneapolis, MN: IEEE.
go back to reference Pham, M.-T., Hoang, V.-D. D., & Cham, T.-J. (2008). Detection with multi-exit asymmetric boosting. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, Alaska: IEEE. Pham, M.-T., Hoang, V.-D. D., & Cham, T.-J. (2008). Detection with multi-exit asymmetric boosting. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, Alaska: IEEE.
go back to reference Rätsch, G., Mika, S., Schölkopf, B., & Müller, K.-R. (2002). Constructing boosting algorithms from SVMs: An application to one-class classification. IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(9), 1184–1199.CrossRef Rätsch, G., Mika, S., Schölkopf, B., & Müller, K.-R. (2002). Constructing boosting algorithms from SVMs: An application to one-class classification. IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(9), 1184–1199.CrossRef
go back to reference Saberian, M., & Vasconcelos, N. (2012). Learning optimal embedded cascades. In IEEE Transactions on Pattern Analysis and Machine Intelligence. Colorado: TPAMI. Saberian, M., & Vasconcelos, N. (2012). Learning optimal embedded cascades. In IEEE Transactions on Pattern Analysis and Machine Intelligence. Colorado: TPAMI.
go back to reference Saberian, M. J., & Vasconcelos, N. (2010). Boosting classifer cascades. In Advances in Neural Information Processing Systems. Vancouver: NIPS. Saberian, M. J., & Vasconcelos, N. (2010). Boosting classifer cascades. In Advances in Neural Information Processing Systems. Vancouver: NIPS.
go back to reference Shen, C., & Li, H. (2010a). Boosting through optimization of margin distributions. IEEE Transanctions on Neural Networks, 21(4), 659–666.CrossRef Shen, C., & Li, H. (2010a). Boosting through optimization of margin distributions. IEEE Transanctions on Neural Networks, 21(4), 659–666.CrossRef
go back to reference Shen, C., Paisitkriangkrai, S., & Zhang, J. (2008). Face detection from few training examples. In Proceedings of the International Conference on Image Processing (pp. 2764–2767). IEEE: San Diego, California. Shen, C., Paisitkriangkrai, S., & Zhang, J. (2008). Face detection from few training examples. In Proceedings of the International Conference on Image Processing (pp. 2764–2767). IEEE: San Diego, California.
go back to reference Shen, C., Wang, P., & Li, H. (2010). LACBoost and FisherBoost: Optimally building cascade classifiers. In Proceedings of European Conference on Computer Vision, LNCS 6312. (Vol. 2, pp. 608–621). Crete Island, Greece: Springer. Shen, C., Wang, P., & Li, H. (2010). LACBoost and FisherBoost: Optimally building cascade classifiers. In Proceedings of European Conference on Computer Vision, LNCS 6312. (Vol. 2, pp. 608–621). Crete Island, Greece: Springer.
go back to reference Sochman, J., & Matas, J. (2005). Waldboost learning for time constrained sequential detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Diego: IEEE. Sochman, J., & Matas, J. (2005). Waldboost learning for time constrained sequential detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Diego: IEEE.
go back to reference Torralba, A., Murphy, K. P., & Freeman, W. T. (2007). Sharing visual features for multiclass and multiview object detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 29(5), 854–869.CrossRef Torralba, A., Murphy, K. P., & Freeman, W. T. (2007). Sharing visual features for multiclass and multiview object detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 29(5), 854–869.CrossRef
go back to reference Tu, H.-H., & Lin, H.-T. (2010). One-sided support vector regression for multiclass cost-sensitive classification. In Proceedings of the International Conference on Machine Learning. Haifa, Israel: ICML. Tu, H.-H., & Lin, H.-T. (2010). One-sided support vector regression for multiclass cost-sensitive classification. In Proceedings of the International Conference on Machine Learning. Haifa, Israel: ICML.
go back to reference Tuzel, O., Porikli, F., & Meer, P. (2008). Pedestrian detection via classification on Riemannian manifolds. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(10), 1713–1727.CrossRef Tuzel, O., Porikli, F., & Meer, P. (2008). Pedestrian detection via classification on Riemannian manifolds. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(10), 1713–1727.CrossRef
go back to reference Viola, P., & Jones, M. (2002). Fast and robust classification using asymmetric AdaBoost and a detector cascade. In Advances in Neural Information Processing Systems (pp. 1311–1318). Cambridge: MIT Press. Viola, P., & Jones, M. (2002). Fast and robust classification using asymmetric AdaBoost and a detector cascade. In Advances in Neural Information Processing Systems (pp. 1311–1318). Cambridge: MIT Press.
go back to reference Viola, P., & Jones, M. J. (2004). Robust real-time face detection. International Journal of Computer Vision, 57(2), 137–154.CrossRef Viola, P., & Jones, M. J. (2004). Robust real-time face detection. International Journal of Computer Vision, 57(2), 137–154.CrossRef
go back to reference Viola, P., Platt, J. C., & Zhang, C. (2005). Multiple instance boosting for object detection. In Advances in Neural Information Processing Systems (pp. 1417–1424). Vancouver, Canada: NIPS. Viola, P., Platt, J. C., & Zhang, C. (2005). Multiple instance boosting for object detection. In Advances in Neural Information Processing Systems (pp. 1417–1424). Vancouver, Canada: NIPS.
go back to reference Walk, S., Majer, N., Schindler, K., & Schiele, B. (2010). New features and insights for pedestrian detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE. Walk, S., Majer, N., Schindler, K., & Schiele, B. (2010). New features and insights for pedestrian detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, US: IEEE.
go back to reference Wang, P., Shen, C., Barnes, N., & Zheng, H. (2012). Fast and robust object detection using asymmetric totally-corrective boosting. IEEE Transactions on Neural Networks and Learning Systems, 23(1), 33–46.CrossRef Wang, P., Shen, C., Barnes, N., & Zheng, H. (2012). Fast and robust object detection using asymmetric totally-corrective boosting. IEEE Transactions on Neural Networks and Learning Systems, 23(1), 33–46.CrossRef
go back to reference Wang, W., Zhang, J., & Shen, C. (2010). Improved human detection and classification in thermal images. In Proceedings of the International Conference on Image Processing. Hong Kong: ICIP. Wang, W., Zhang, J., & Shen, C. (2010). Improved human detection and classification in thermal images. In Proceedings of the International Conference on Image Processing. Hong Kong: ICIP.
go back to reference Wang, X., Han, T. X., & Yan, S. (2007). An HOG-LBP human detector with partial occlusion handling. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV. Wang, X., Han, T. X., & Yan, S. (2007). An HOG-LBP human detector with partial occlusion handling. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV.
go back to reference Wojek, C., Walk, S., & Schiele, B. (2009). Multi-cue onboard pedestrian detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Miami: IEEE. Wojek, C., Walk, S., & Schiele, B. (2009). Multi-cue onboard pedestrian detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Miami: IEEE.
go back to reference Wu, B., & Nevatia, R. (2008). Optimizing discrimination-efficiency tradeoff in integrating heterogeneous local features for object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE. Wu, B., & Nevatia, R. (2008). Optimizing discrimination-efficiency tradeoff in integrating heterogeneous local features for object detection. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Anchorage, AK: IEEE.
go back to reference Wu, J., & Rehg, J. M. (2011). CENTRIST: A visual descriptor for scene categorization. IEEE Transactions on Pattern Analysis and Machine Intelligence, 33(8), 1489–1501.CrossRef Wu, J., & Rehg, J. M. (2011). CENTRIST: A visual descriptor for scene categorization. IEEE Transactions on Pattern Analysis and Machine Intelligence, 33(8), 1489–1501.CrossRef
go back to reference Wu, J., Rehg, J. M., & Mullin, M. D. (2003). Learning a rare event detection cascade by direct feature selection. In S. Thrun, L. Saul, & B. Schölkopf (Eds.), In Proceedings of Advances in Neural Information Processing Systems. Sierra Nevada: NIPS. Wu, J., Rehg, J. M., & Mullin, M. D. (2003). Learning a rare event detection cascade by direct feature selection. In S. Thrun, L. Saul, & B. Schölkopf (Eds.), In Proceedings of Advances in Neural Information Processing Systems. Sierra Nevada: NIPS.
go back to reference Wu, J., Mullin, M. D., & Rehg, J. M. (2005). Linear asymmetric classifier for cascade detectors. In Proceedings of the International Conference on Machine Learning (pp. 988–995). Bonn, Germany: IMLS. Wu, J., Mullin, M. D., & Rehg, J. M. (2005). Linear asymmetric classifier for cascade detectors. In Proceedings of the International Conference on Machine Learning (pp. 988–995). Bonn, Germany: IMLS.
go back to reference Wu, J., Brubaker, S. C., Mullin, M. D., & Rehg, J. M. (2008). Fast asymmetric learning for cascade face detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3), 369–382.CrossRef Wu, J., Brubaker, S. C., Mullin, M. D., & Rehg, J. M. (2008). Fast asymmetric learning for cascade face detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3), 369–382.CrossRef
go back to reference Xiao, R., Zhu, L., & Zhang, H.-J. (2003). Boosting chain learning for object detection. In Proceedings of International Conference on Computer Vision (pp. 709–715). Nice, France: ICCV. Xiao, R., Zhu, L., & Zhang, H.-J. (2003). Boosting chain learning for object detection. In Proceedings of International Conference on Computer Vision (pp. 709–715). Nice, France: ICCV.
go back to reference Xiao, R., Zhu, H., Sun, H., & Tang, X. (2007). Dynamic cascades for face detection. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV. Xiao, R., Zhu, H., Sun, H., & Tang, X. (2007). Dynamic cascades for face detection. In Proceedings of International Conference on Computer Vision. Rio de Janeiro, Brazil: ICCV.
go back to reference Yu, Y.-L., Li, Y., Schuurmans, D., & Szepesvári, C. (2009). A general projection property for distribution families. In Y. Bengio, D. Schuurmans, J. Lafferty, C. K. I. Williams, & A. Culotta (Eds.), Proceeding of Advances in Neural Information Processing Systems (pp. 2232–2240). Vancouver, Canada: NIPS. Yu, Y.-L., Li, Y., Schuurmans, D., & Szepesvári, C. (2009). A general projection property for distribution families. In Y. Bengio, D. Schuurmans, J. Lafferty, C. K. I. Williams, & A. Culotta (Eds.), Proceeding of Advances in Neural Information Processing Systems (pp. 2232–2240). Vancouver, Canada: NIPS.
go back to reference Zheng, Y., Shen, C., Hartley, R., & Huang, X. (2010). Pyramid center-symmetric local binary, trinary patterns for effective pedestrian detection. In Proceedings of Asian Conference on Computer Vision. Queenstown, New Zealand: ACCV. Zheng, Y., Shen, C., Hartley, R., & Huang, X. (2010). Pyramid center-symmetric local binary, trinary patterns for effective pedestrian detection. In Proceedings of Asian Conference on Computer Vision. Queenstown, New Zealand: ACCV.
go back to reference Zhu, Q., Avidan, S., Yeh, M.-C., & Cheng, K.-T. (2006). Fast human detection using a cascade of histograms of oriented gradients. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 1491–1498). New York: IEEE. Zhu, Q., Avidan, S., Yeh, M.-C., & Cheng, K.-T. (2006). Fast human detection using a cascade of histograms of oriented gradients. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition (pp. 1491–1498). New York: IEEE.
Metadata
Title
Training Effective Node Classifiers for Cascade Classification
Authors
Chunhua Shen
Peng Wang
Sakrapee Paisitkriangkrai
Anton van den Hengel
Publication date
01-07-2013
Publisher
Springer US
Published in
International Journal of Computer Vision / Issue 3/2013
Print ISSN: 0920-5691
Electronic ISSN: 1573-1405
DOI
https://doi.org/10.1007/s11263-013-0608-1

Other articles of this Issue 3/2013

International Journal of Computer Vision 3/2013 Go to the issue

OriginalPaper

Rotation Averaging

Premium Partner