Search papers, labs, and topics across Lattice.
This paper tackles the challenge of counting individual trees in satellite imagery, a task complicated by ambiguous crown boundaries in dense forests and the high cost of manual annotations. By framing tree counting as a spatial density matching problem and employing Unbalanced Optimal Transport, the authors develop a method that effectively combines precise localization of isolated trees with robust density estimation in dense areas. Their approach, validated on the TinyTrees benchmark with over 215 million tree annotations, significantly outperforms existing methods, showcasing the potential of reliability-aware supervision in large-scale environmental monitoring.
Unbalanced Optimal Transport enables accurate tree counting from noisy satellite data, outperforming traditional methods in dense forest environments.
Counting individual trees is a fundamental task for environmental monitoring, yet remains largely unexplored with satellite imagery. At these resolutions, isolated trees may still be identifiable, but crown boundaries become ambiguous in dense forests, making the notion of an individual tree inherently ill-defined. Moreover, large-scale manual annotations of individual trees are prohibitively expensive. While scalable supervision can be derived from airborne LiDAR, the resulting annotations are noisy and difficult to exploit effectively. We address these challenges by formulating tree counting as a spatial density matching problem supervised through Unbalanced Optimal Transport. This formulation naturally accommodates both precise localization of isolate trees and robust density estimation in dense forests. We further introduce a self-correction mechanism that leverages transport residuals to progressively refine noisy supervision during training. We evaluate our approach on TinyTrees, a new benchmark spanning three continents and three satellite sensors, comprising over 215 million tree annotations (including 773K manually verified instances) across 23,000 sq.km. Our method consistently outperforms detection-based, regression-based, and transport-based distribution-matching baselines, demonstrating the effectiveness of unbalanced transport and reliability-aware supervision for large-scale tree counting from satellite imagery. Code, data and models are available at https://github.com/dgominski/treematch.