paper-with-me

Papers

TreeFormer: a Semi-Supervised Transformer-based Framework for Tree Counting from a Single High Resolution Image

2023-07-12 · Hamed Amini Amirkolaee, Miaojing Shi, Mark Mulligan

Automatic tree density estimation and counting using single aerial and satellite images is a challenging task in photogrammetry and remote sensing, yet has an important role in forest management. In this paper, we propose the first semisupervised transformer-based framework for tree counting which reduces the expensive tree annotations for remote sensing images. Our method, termed as TreeFormer, first develops a pyramid tree representation module based on transformer blocks to extract multi-scale features during the encoding stage. Contextual attention-based feature fusion and tree density regressor modules are further designed to utilize the robust features from the encoder to estimate tree density maps in the decoder. Moreover, we propose a pyramid learning strategy that includes local tree density consistency and local tree count ranking losses to utilize unlabeled images into the training process. Finally, the tree counter token is introduced to regulate the network by computing the global tree counts for both labeled and unlabeled images. Our model was evaluated on two benchmark tree counting datasets, Jiangsu, and Yosemite, as well as a new dataset, KCL-London, created by ourselves. Our TreeFormer outperforms the state of the art semi-supervised methods under the same setting and exceeds the fully-supervised methods using the same number of labeled images. The codes and datasets are available at https://github.com/HAAClassic/TreeFormer.

📄 PDF Abstract BibTeX arXiv:2307.06118

Code (1)

haaclassic/treeformer 공식 구현 pytorch

Tasks

DecoderDensity Estimation

Similar Papers 제목 키워드 기반

AdaTreeFormer: Few Shot Domain Adaptation for Tree Counting from a Single High-Resolution Image

2024-02-05 · Hamed Amini Amirkolaee, Miaojing Shi, Lianghua He, Mark Mulligan

The process of estimating and counting tree density using only a single aerial or satellite image is a difficult task in the fields of photogrammetry and remote sensing. However, it plays a crucial role in the management…

Domain Adaptation

TabTreeFormer: Tabular Data Generation Using Hybrid Tree-Transformer

2025-01-02 · Jiayu Li, Bingyin Zhao, Zilong Zhao, Uzair Javaid 외

Transformers have shown impressive results in tabular data generation. However, they lack domain-specific inductive biases which are critical for preserving the intrinsic characteristics of tabular data. They also suffer…

BenchmarkingQuantizationTabular Data Generation

Treeformer: Dense Gradient Trees for Efficient Attention Computation

2022-08-18 · Lovish Madaan, Srinadh Bhojanapalli, Himanshu Jain, Prateek Jain

Standard inference and training with transformer based architectures scale quadratically with input sequence length. This is prohibitively large for a variety of applications especially in web-page translation, query-ans…

Retrieval

Forming Trees with Treeformers

2022-07-14 · Nilay Patel, Jeffrey Flanigan

Human language is known to exhibit a nested, hierarchical structure, allowing us to form complex sentences out of smaller pieces. However, many state-of-the-art neural networks models such as Transformers have no explici…

Abstractive Text SummarizationInductive BiasMachine TranslationNatural Language Understanding+1

TreeFormer: Single-view Plant Skeleton Estimation via Tree-constrained Graph Generation

2024-11-25 · Xinpeng Liu, Hiroaki Santo, Yosuke Toda, Fumio Okura

Accurate estimation of plant skeletal structure (e.g., branching structure) from images is essential for smart agriculture and plant science. Unlike human skeletons with fixed topology, plant skeleton estimation presents…

Graph Generation