Efficient Spatio-Temporal Vegetation Pixel Classification with Vision Transformers

arXiv cs.CV / 5/4/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses computational challenges in classifying vegetation pixels over time using UAV and near-surface imagery for plant phenology monitoring.
  • It proposes an optimized Vision Transformer (ViT) approach for efficient spatio-temporal vegetation pixel classification, validated on two Brazilian Cerrado datasets.
  • A comprehensive ablation study evaluates seven design choices (normalization, spectral arrangement, boundary handling, spatial window design, tokenization, positional encoding, and feature aggregation).
  • Results show the ViT substantially improves computational efficiency by reducing FLOPs by about an order of magnitude while keeping parameter complexity constant as time-series length increases.
  • The study concludes that ViTs provide a scalable solution for resource-constrained phenological monitoring systems compared with CNN baselines that scale poorly with longer sequences.

Abstract

Plant phenology-the study of recurrent life cycle events-is essential for understanding ecosystem dynamics and their responses to climate change impacts. While Unmanned Aerial Vehicles (UAVs) and near-surface cameras enable high-resolution monitoring, identifying plant species across time remains computationally challenging. State-of-the-art approaches, specifically Multi-Temporal Convolutional Networks (CNNs), rely on rigid multi-branch architectures that scale poorly with longer time series and require large spatial context windows. In this paper, we present an extensive study on optimizing Vision Transformers (ViTs) for efficient spatio-temporal vegetation pixel classification. We conducted a comprehensive ablation study analyzing seven key design dimensions, including: (i) data normalization; (ii) spectral arrangement; (iii) boundary handling; (iv) spatial context window shape and size; (v) tokenization strategies; (vi) positional encoding; and (vii) feature aggregation strategies. Our method was evaluated on two datasets from the Brazilian Cerrado biome, Serra do Cip\'o (aerial imagery) and Itirapina (near-surface imagery). Experimental results demonstrate that our ViT approach offers a substantial improvement in computational efficiency while maintaining competitive classification performance. Notably, our ViT reduces Floating Point Operations (FLOPs) by an order of magnitude and maintains constant parameter complexity regardless of the time series length, whereas the CNN baseline scales linearly. Our findings confirm that ViTs are a robust, scalable solution for resource-constrained phenological monitoring systems.