Browse > Article
http://dx.doi.org/10.3745/KTSDE.2016.5.1.13

Design of the 3D Object Recognition System with Hierarchical Feature Learning  

Kim, Joohee (경기대학교 컴퓨터과학과)
Kim, Dongha (경기대학교 컴퓨터과학과)
Kim, Incheol (경기대학교 컴퓨터과학과)
Publication Information
KIPS Transactions on Software and Data Engineering / v.5, no.1, 2016 , pp. 13-20 More about this Journal
Abstract
In this paper, we propose an object recognition system that can effectively find out its category, its instance name, and several attributes from the color and depth images of an object with hierarchical feature learning. In the preprocessing stage, our system transforms the depth images of the object into the surface normal vectors, which can represent the shape information of the object more precisely. In the feature learning stage, it extracts a set of patch features and image features from a pair of the color image and the surface normal vector through two-layered learning. And then the system trains a set of independent classification models with a set of labeled feature vectors and the SVM learning algorithm. Through experiments with UW RGB-D Object Dataset, we verify the performance of the proposed object recognition system.
Keywords
Feature Learning; RGB-D Images; Object Recognition; Attribute Recognition; Surface Normal Vector;
Citations & Related Records
연도 인용수 순위
  • Reference
1 D. Paulk, V. Metsis, C. McMurrough, and F. Makedon, "A supervised learning approach for fast object recognition from RGB-D data," Proc. of ACM Intl. Conf. on PErvasive Technologies Related to Assistive Environments, p.5, 2014.
2 Y. Cheng, X. Zhao, K. Huang, and T. Tan, "Semi-supervised Learning For RGB-D Object Recognition," Proc. of IEEE Intl. Conf. on Pattern Recognition, pp.2377-2382, 2014.
3 L. Bo, X. Ren, and D. Fox, "Learning hierarchical sparse features for RGB-(D) object recognition," International Journal of Robotics Research, Vol.33, No.4, pp.581-599, 2014.   DOI
4 C. H. Lampert, H. Nickisch, and S. Harmeling, "Attribute-based classification for zero-shot visual object categorization," Proc. of IEEE Trans. on Pattern Analysis and Machine Intelligence, Vol.36, pp.453-465. 2014.   DOI
5 A. Farhadi, I. Endres, D, Hoiem, and D. Forsyth, "Describing objects by their attributes," Proc. of IEEE Intl. Conf. on Computer Vision and Pattern Recognition, pp.1778-1785, 2009.
6 D. Lowe, "Distinctive image features from scale-invariant keypoints," International Journal of Computer Vision, Vol.60, No.2, pp.91-110, 2004.   DOI
7 N. Dalal, and B. Triggs, "Histograms of oriented gradients for human detection," Proc. of IEEE Conf. Computer Vision and Pattern Recognition, Vol.1, pp.886-893, 2005.
8 R. B. Rusu, N. Blodow, and M. Beetz, "Fast point feature histograms (FPFH) for 3D registration," Proc. of IEEE Intl. Conf. on Robotics and Automation, pp.3212-3217, 2009.
9 S. Lawrence, C. L. Giles, A. C. Tsoi, and A. D. Back, "Face recognition: A convolutional neural-network approach," IEEE Transactions on Neural Networks, Vol.8, No.1, pp.98-113, 1997.   DOI
10 L. Bo, X. Ren, and D. Fox, "Hierarchical matching pursuit for image classification: architecture and fast algorithms," Advances in Neural Iinformation Processing Systems, pp. 2115-2123, 2011.
11 L. Bo, X. Ren, and D. Fox, "Kernel descriptors for visual recognition," Proc. of Neural Information Processing Systems, pp.244-252, 2010.
12 N. Silberman and R. Fergus, "Indoor scene segmentation using a structured light sensor," Proc. of IEEE Intl. Conf. on Computer Vision, pp.601-608, 2011.
13 R. B. Rusu, A. Holzbach, M. Beetz, and G. Bradski, "Detecting and segmenting objects for mobile manipulation," Proc. of IEEE Intl. Conf. on Computer Vision, pp.47-54, 2009.
14 R. Girshick, J. Donahue, T. Darrell, and J. Malik, "Rich feature hierarchies for accurate object detection and semantic segmentation," Proc. of IEEE Conf. Computer Vision and Pattern Recognition, pp.580-587, 2014.
15 K. Lai, L. Bo, X. Ren, and D. Fox, "A large-scale hierarchical multi-view rgb-d object dataset," Proc. of IEEE Intl. Conf. on Robotics and Automation, pp.1817-1824, 2011.
16 LIBSVM [Internet], http://www.csie.ntu.edu.tw/-cjlin/libsvm/.