Vision Transformers and Convolutional Neural Networks for Land Use Scene Classification
A new research paper compares the effectiveness of Vision Transformers (ViTs) and Convolutional Neural Networks (CNNs) for land use scene classification using remote sensing imagery. The study evaluated AlexNet and ViT on the UC Merced Land Use and EuroSAT datasets, analyzing metrics like accuracy, precision, recall, and F1-score. Results indicate that CNNs are more robust with limited data and strong local textures, while ViTs excel at capturing global spatial relationships with sufficient training data, though they require more computational resources. AI
IMPACT Provides insights for selecting appropriate deep learning models for remote sensing land use classification tasks.