paper-with-me

홈 › Papers

Adapting Vision Foundation Models for Plant Phenotyping

2023-10-01 · ICCV 2023 10 · Feng Chen, Mario Valerio Giuffrida, Sotirios A. Tsaftaris

Foundation models are large models pre-trained on tremendous amount of data. They can be typically adapted to diverse downstream tasks with minimal effort. However, as foundation models are usually pre-trained on images or texts sourced from the Internet, their performance in specialized domains, such as plant phenotyping, comes into question. In addition, fully fine-tuning foundation models is time-consuming and requires high computational power. This paper investigates the efficient adaptation of foundation models for plant phenotyping settings and tasks. We perform extensive experiments on fine-tuning three foundation models, MAE, DINO, and DINOv2 on three essential plant phenotyping tasks: leaf counting, instance segmentation, and disease classification. In particular, the pretrained backbones are kept frozen, while two distinct finetuning methods are evaluated, namely adapter tuning (using LoRA) and decoder tuning. The experimental results show that a foundation model can be efficiently adapted to multiple plant phenotyping tasks, yielding similar performance as the state-of-the-art (SoTA) models specifically designed or trained for each task. Despite exhibiting great transferability over different tasks, the fine-tuned foundation models perform slightly worse than the SoTA task-specific models in some scenarios, which requires further investigation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderInstance SegmentationPlant PhenotypingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

SPROUT: A Scalable Diffusion Foundation Model for Agricultural Vision

2026-03-29 · Shuai Xiang, Wei Guo, James Burridge, Shouyang Liu 외 arxiv

Image-based plant phenotyping depends on dense structural understanding of crops, yet pixel-level annotation remains expensive across species, organs, growth stages, and field conditions. General-purpose vision foundatio…

The Turning Point of 3D Plant Phenotyping: 3D Foundation Models Enable Minute-to-Second Cross-Crop Reconstruction and Beyond

2026-07-02 · Hanyue Jia, Wei Zhou, Wenbo Zhou, Yanan Li 외 arxiv

3D plant phenotyping is notoriously known to be procedure-complicated and of low throughput due to the extensive multi-view imaging, the fragile 3D reconstruction pipeline, and the additional cost from reconstructed geom…

3D Reconstruction

From UAV Imagery to Agronomic Reasoning: A Multimodal LLM Benchmark for Plant Phenotyping

2026-04-10 · Yu Wu, Guangzeng Han, Ibra Niang Niang, Francia Ravelombola 외 arxiv

To improve crop genetics, high-throughput, effective and comprehensive phenotyping is a critical prerequisite. While such tasks were traditionally performed manually, recent advances in multimodal foundation models, espe…

Multimodal Reasoning

Computer Vision with Deep Learning for Plant Phenotyping in Agriculture: A Survey

2020-06-18 · Akshay L Chandra, Sai Vikas Desai, Wei Guo, Vineeth N. Balasubramanian

In light of growing challenges in agriculture with ever growing food demand across the world, efficient crop management techniques are necessary to increase crop yield. Precision agriculture techniques allow the stakehol…

ManagementPlant Phenotyping

Towards scalable organ level 3D plant segmentation: Bridging the data algorithm computing gap

2025-09-08 · Ruiming Du, Guangxun Zhai, Tian Qiu, Yu Jiang arxiv

The precise characterization of plant morphology provides valuable insights into plant environment interactions and genetic evolution. A key technology for extracting this information is 3D segmentation, which delineates…

Synthetic Data GenerationInstance SegmentationPoint Clouds