Feng Chen, Mario Valerio Giuffrida, Sotirios A. Tsaftaris

CVPPA Workshop (2023)

Feng Chen, Mario Valerio Giuffrida, Sotirios A. Tsaftaris (2023) “Adapting Vision Foundation Models for Plant Phenotyping,” CVPPA workshop at ICCV.

wp-content/uploads/2020/10/tex.png
Get Paper
Conference Poster
@InProceedings{Chen_2023_ICCV,
    author    = {Chen, Feng and Giuffrida, Mario Valerio and Tsaftaris, Sotirios A.},
    title     = {Adapting Vision Foundation Models for Plant Phenotyping},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
    month     = {October},
    year      = {2023},
    pages     = {604-613}
}

Abstract

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 pre-trained backbones are kept frozen, while two distinct fine-tuning 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