paper-with-me

Papers

On the Learning with Augmented Class via Forests

2025-05-14 · Fan Xu, Wuyang Chen, Wei Gao

Decision trees and forests have achieved successes in various real applications, most working with all testing classes known in training data. In this work, we focus on learning with augmented class via forests, where an augmented class may appear in testing data yet not in training data. We incorporate information of augmented class into trees' splitting, i.e., a new splitting criterion, called augmented Gini impurity, is introduced to exploit some unlabeled data from testing distribution. We then develop the approach named Learning with Augmented Class via Forests (LACForest), which constructs shallow forests based on the augmented Gini impurity and then splits forests with pseudo-labeled augmented instances for better performance. We also develop deep neural forests with a novel optimization objective based on our augmented Gini impurity, so as to utilize the representation power of neural networks for forests. Theoretically, we present the convergence analysis for augmented Gini impurity, and finally conduct experiments to verify the effectiveness of our approaches. The code is available at https://github.com/nju-xuf/LACForest/.

📄 PDF Abstract BibTeX arXiv:2505.09294

Code (1)

nju-xuf/lacforest 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Augmented Functional Random Forests: Classifier Construction and Unbiased Functional Principal Components Importance through Ad-Hoc Conditional Permutations

2024-08-23 · Fabrizio Maturo, Annamaria Porreca

This paper introduces a novel supervised classification strategy that integrates functional data analysis (FDA) with tree-based methods, addressing the challenges of high-dimensional data and enhancing the classification…

ClassificationFeature Importance

Getting Better from Worse: Augmented Bagging and a Cautionary Tale of Variable Importance

2020-03-07 · Lucas Mentch, Siyu Zhou

As the size, complexity, and availability of data continues to grow, scientists are increasingly relying upon black-box learning algorithms that can often provide accurate predictions with minimal a priori model specific…

Decision Forests, Convolutional Networks and the Models in-Between

2016-03-03 · Yani Ioannou, Duncan Robertson, Darko Zikic, Peter Kontschieder 외

This paper investigates the connections between two state of the art classifiers: decision forests (DFs, including decision jungles) and convolutional neural networks (CNNs). Decision forests are computationally efficien…

image-classificationImage ClassificationRepresentation Learning

On-the-Fly Adaptation of Regression Forests for Online Camera Relocalisation

2017-02-09 · CVPR 2017 7 · Tommaso Cavallari, Stuart Golodetz, Nicholas A. Lord, Julien Valentin 외

Camera relocalisation is an important problem in computer vision, with applications in simultaneous localisation and mapping, virtual/augmented reality and navigation. Common techniques either match the current image aga…

Camera Relocalizationregression

Probabilistic Wildfire Susceptibility from Remote Sensing Using Random Forests and SHAP

2025-11-12 · Udaya Bhasker Cheerala, Varun Teja Chirukuri, Venkata Akhil Kumar Gummadi, Jintu Moni Bhuyan 외 arxiv

Wildfires pose a significant global threat to ecosystems worldwide, with California experiencing recurring fires due to various factors, including climate, topographical features, vegetation patterns, and human activitie…