DOI QR코드

DOI QR Code

Raining Image Enhancement and Its Processing Acceleration for Better Human Detection

사람 인식을 위한 비 이미지 개선 및 고속화

  • Received : 2014.07.22
  • Accepted : 2014.09.22
  • Published : 2014.12.31

Abstract

This paper presents pedestrian recognition to improve performance for vehicle safety system or surveillance system. Pedestrian detection method using HOG (Histograms of Oriented Gradients) has showed 90% recognition rate. But if someone takes a picture in the rain, the image may be distorted by rain streaks and recognition rate goes down by 62%. To solve this problem, we applied image decomposition method using MCA (Morphological Component Analysis). In this case, rain removal method improves recognition rate from 62% to 70%. However, it is difficult to apply conventional image decomposition method using MCA on vehicle safety system or surveillance system as conventional method is too slow for real-time system. To alleviate this issue, we propose a rain removal method by using low-pass filter and DCT (Discrete Cosine Transform). The DCT helps separate the image into rain components. The image is removed rain components by Butterworth filtering. Experimental results show that our method achieved 90% of recognition rate. In addition, the proposed method had accelerated processing time to 17.8ms which is acceptable for real-time system.

Keywords

References

  1. H.K. Kim, "Lane detection for adaptive control of autonomous vehicle," IEMEK J. Embed. Sys. Appl. Vol. 4, No. 4, pp. 180-189, 2009 (in Korean).
  2. W.C. Jang, "Design and implementation of sensor network based autonomous vehicle control system," IEMEK J. Embed. Sys. Appl. Vol. 7, No. 5, pp. 247-253, 2012 (in Korean).
  3. S.H. Kim, "3D distance measurement of stereo images using web cams," IEMEK J. Embed. Sys. Appl. Vol. 3, No. 3, pp. 151-157 2008 (in Korean).
  4. C.H. Lee, "Investigation on the real-time environment recognition system based on stereo vision for moving object," IEMEK J. Embed. Sys. Appl. Vol. 3, No. 3, pp. 143-150 2008 (in Korean).
  5. G.Y. Jeong, "Efficient implementation of candidate region extractor for pedestrian detection system with stereo camera based on GP-GPU," IEMEK J. Embed. Sys. Appl. Vol. 8, No. 2, pp. 121-128, 2013 (in Korean).
  6. P. Dollar, "Pedestrian detection: an evaluation of the state of the art," IEEE Trans. Pattern Anal. Mach. Intell., Vol. 32, No. 4, pp. 743-761. 2012.
  7. D. Geronimo, "Survey on pedestrian detection for advanced driver assistance systems," IEEE Trans. Pattern Analysis and Machine intelligence, Vol. 32, No. 7, pp. 1239-1258, 2010. https://doi.org/10.1109/TPAMI.2009.122
  8. N. Dalal, "Histograms of oriented gradients for human detection," Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, 2005.
  9. M. Enzweiler, "Monocular pedestrian detection: Survey and experiments," IEEE Trans. Pattern Anal. Mach. Intell, Vol. 32, No. 12, pp. 2179-2195, 2009.
  10. K, Grag, "Detection and removal of rain from videos," Proceedings of IEEE CVPR,, Vol. 1, pp. 528-535 2004.
  11. P. Barnum, "Analysis of rain and snow in frequency space," International Journal of Computer Vision, Vol. 86, No. 2-3, pp. 256-274, 2009.
  12. L.W. Kang, "Automatic single-image-based rain streaks removal via image decomposition," IEEE Transcaction on Image Processing, Vol. 21, No. 4, pp. 1742-1755, 2012. https://doi.org/10.1109/TIP.2011.2179057
  13. C. Tomasi, "Bilateral filtering for gray and color images," Proceedings of IEEE International Conference on Computer Vision, pp. 839-846, 1998.
  14. J. Mairal, F. Bach, J. Ponce, G. Sapiro, "Online learning for matrix factorization and sparse coding," The Journal of Machine Learning Research, Vol. 11, pp. 19-60, 2010.
  15. K. Alsabti, "An efficient k-means clustering algorithm," Syracuse University, 1997.
  16. J. Sanders, CUDA by Example: An Introduction to General-Purpose GPU Programming, Addison-Wesley, 2010.
  17. J. Reinders, Intel Threading Building Blocks: Outfitting C++ for Multi-Core Processor Parallelism, O'REILLY, 2007.
  18. http://darkpgmr.tistory.com/53