paper-with-me

홈 › Papers

DiNo and RanBu: Lightweight Predictions from Shallow Random Forests

2025-10-23 · Tiago Mendonça dos Santos, Rafael Izbicki, Luís Gustavo Esteves arxiv

Random Forest ensembles are a strong baseline for tabular prediction tasks, but their reliance on hundreds of deep trees often results in high inference latency and memory demands, limiting deployment in latency-sensitive or resource-constrained environments. We introduce DiNo (Distance with Nodes) and RanBu (Random Bushes), two shallow-forest methods that convert a small set of depth-limited trees into efficient, distance-weighted predictors. DiNo measures cophenetic distances via the most recent common ancestor of observation pairs, while RanBu applies kernel smoothing to Breiman's classical proximity measure. Both approaches operate entirely after forest training: no additional trees are grown, and tuning of the single bandwidth parameter $h$ requires only lightweight matrix-vector operations. Across three synthetic benchmarks and 25 public datasets, RanBu matches or exceeds the accuracy of full-depth random forests-particularly in high-noise settings-while reducing training plus inference time by up to 95\%. DiNo achieves the best bias-variance trade-off in low-noise regimes at a modest computational cost. Both methods extend directly to quantile regression, maintaining accuracy with substantial speed gains. The implementation is available as an open-source R/C++ package at https://github.com/tiagomendonca/dirf. We focus on structured tabular random samples (i.i.d.), leaving extensions to other modalities for future work.

📄 PDF Abstract BibTeX arXiv:2510.23624

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DINO-BOLDNet: A DINOv3-Guided Multi-Slice Attention Network for T1-to-BOLD Generation

2025-12-09 · Jianwei Wang, Qing Wang, Menglan Ruan, Rongjun Ge 외 arxiv

Generating BOLD images from T1w images offers a promising solution for recovering missing BOLD information and enabling downstream tasks when BOLD images are corrupted or unavailable. Motivated by this, we propose DINO-B…

DecoDINO: 3D Human-Scene Contact Prediction with Semantic Classification

2025-10-27 · Lukas Bierling, Davide Pasero, Fleur Dolmans, Helia Ghasemi 외 arxiv

Accurate vertex-level contact prediction between humans and surrounding objects is a prerequisite for high fidelity human object interaction models used in robotics, AR/VR, and behavioral simulation. DECO was the first i…

Training Frozen Feature Pyramid DINOv2 for Eyelid Measurements with Infinite Encoding and Orthogonal Regularization

2025-04-01 · Chun-Hung Chen

Accurate measurement of eyelid parameters such as Margin Reflex Distances (MRD1, MRD2) and Levator Function (LF) is critical in oculoplastic diagnostics but remains limited by manual, inconsistent methods. This study eva…

Self-Supervised Learning

SegDINO: An Efficient Design for Medical and Natural Image Segmentation with DINO-V3

2025-08-31 · Sicheng Yang, Hongqiu Wang, Zhaohu Xing, Sixiang Chen 외 arxiv

The DINO family of self-supervised vision models has shown remarkable transferability, yet effectively adapting their representations for segmentation remains challenging. Existing approaches often rely on heavy decoders…

Image Segmentation

DUET-DINO: Simultaneous Cross-View World Modeling for Latent Planning in Robot Manipulation

2026-09-09 · Nisarga Nilavadi, Ralf Römer, Moritz Reuss, Michael Krawez 외 arxiv

Action-conditioned latent world models predict future visual representations, enabling zero-shot goal-conditioned robot planning and control. However, their predictions for fine-grained spatial and rotational actions are…

Robot Manipulation