使用弱分类器的集成学习实现移动机器人快速可靠的未知地形分类

Ensemble Learning With Weak Classifiers for Fast and Reliable Unknown Terrain Classification Using Mobile Robots

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2016
被引 39
ABS 3

中文导读

提出一种轻量级快速学习算法,利用多模态传感器数据和多个弱分类器集成,在砖、草、岩石、沙子和混凝土等五种地形上,相比单传感器SVM方法预测准确率最高提升63%,训练时间仅为其1/65。

Abstract

We propose a lightweight and fast learning algorithm for classifying the features of an unknown terrain that a robot is navigating in. Most of the existing research on unknown terrain classification by mobile robots relies on a single powerful classifier to correctly identify the terrain using sensor data from a single sensor like laser or camera. In contrast, our proposed approach uses multiple modalities of sensed data and multiple, weak but less-complex classifiers for classifying the terrain types. The classifiers are combined using an ensemble learning algorithm to improve the algorithm's training rate as compared to an individual classifier. Our algorithm was tested with data collected by navigating a four-wheeled, autonomous robot, called Explorer, over different terrains including brick, grass, rock, sand, and concrete. Our results show that our proposed approach performs better with up to 63% better prediction accuracy for some terrains as compared to a support vector machine (SVM)-based learning technique that uses sensor data from a single sensor. Despite using multiple classifiers, our algorithm takes only a fraction (1/65) of the time on average, as compared to the SVM technique.

移动机器人地形分类集成学习机器学习传感器融合