🤖 AI Summary
This study addresses the challenges of low computational efficiency and poor model scalability in pixel-level cross-temporal classification for high-resolution vegetation monitoring. To this end, the authors systematically optimize the Vision Transformer architecture and, for the first time, demonstrate its efficiency and scalability in vegetation phenology monitoring. Through comprehensive design explorations across seven dimensions—including data normalization, spectral ordering, boundary handling, spatial windowing, tokenization strategy, positional encoding, and feature aggregation—and supported by multidimensional ablation studies, the proposed method is validated on UAV and ground-based imagery from the Brazilian Cerrado biome. Compared to multi-temporal CNN baselines, the approach reduces FLOPs by an order of magnitude while maintaining competitive classification performance, and its parameter count remains constant regardless of sequence length, making it well-suited for resource-constrained phenological monitoring scenarios.
📝 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ó (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.