CVNov 9, 2016

Node-Adapt, Path-Adapt and Tree-Adapt:Model-Transfer Domain Adaptation for Random Forest

arXiv:1611.02886v1
Originality Incremental advance
AI Analysis

This addresses domain shift in image-based object detection for applications like pedestrian detection, offering a practical solution without needing source data, though it is incremental as it builds on existing RF-DA methods.

The authors tackled domain adaptation for Random Forest classifiers when source-domain data is unavailable, proposing three methods (Node-Adapt, Path-Adapt, Tree-Adapt) that only require a pre-trained model and few target samples, achieving significant domain adaptation in pedestrian detection benchmarks.

Random Forest (RF) is a successful paradigm for learning classifiers due to its ability to learn from large feature spaces and seamlessly integrate multi-class classification, as well as the achieved accuracy and processing efficiency. However, as many other classifiers, RF requires domain adaptation (DA) provided that there is a mismatch between the training (source) and testing (target) domains which provokes classification degradation. Consequently, different RF-DA methods have been proposed, which not only require target-domain samples but revisiting the source-domain ones, too. As novelty, we propose three inherently different methods (Node-Adapt, Path-Adapt and Tree-Adapt) that only require the learned source-domain RF and a relatively few target-domain samples for DA, i.e. source-domain samples do not need to be available. To assess the performance of our proposals we focus on image-based object detection, using the pedestrian detection problem as challenging proof-of-concept. Moreover, we use the RF with expert nodes because it is a competitive patch-based pedestrian model. We test our Node-, Path- and Tree-Adapt methods in standard benchmarks, showing that DA is largely achieved.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes