Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment
Fatemeh Behrad, Tinne Tuytelaars, Johan Wagemans
TL;DR
Charm addresses information loss in Vision Transformer-based image aesthetic assessment by introducing a two-scale tokenization that preserves aspect ratio, high-resolution regions, and multi-scale context. It adapts pre-trained ViT position embeddings and adds learnable scale embeddings, enabling fine-tuning without extra pretraining and achieving substantial accuracy gains with lightweight backbones. Across multiple IAA and IQA datasets, Charm delivers up to 8.1% SRCC, 7.5% PLCC, and 14.8% ACC improvements while reducing computational costs, illustrating strong practicality for resource-constrained scenarios. The approach is architecture-agnostic and acts as a plug-in to enhance ViT performance, with potential for further gains through extended patch strategies and multimodal integration.
Abstract
The capacity of Vision transformers (ViTs) to handle variable-sized inputs is often constrained by computational complexity and batch processing limitations. Consequently, ViTs are typically trained on small, fixed-size images obtained through downscaling or cropping. While reducing computational burden, these methods result in significant information loss, negatively affecting tasks like image aesthetic assessment. We introduce Charm, a novel tokenization approach that preserves Composition, High-resolution, Aspect Ratio, and Multi-scale information simultaneously. Charm prioritizes high-resolution details in specific regions while downscaling others, enabling shorter fixed-size input sequences for ViTs while incorporating essential information. Charm is designed to be compatible with pre-trained ViTs and their learned positional embeddings. By providing multiscale input and introducing variety to input tokens, Charm improves ViT performance and generalizability for image aesthetic assessment. We avoid cropping or changing the aspect ratio to further preserve information. Extensive experiments demonstrate significant performance improvements on various image aesthetic and quality assessment datasets (up to 8.1 %) using a lightweight ViT backbone. Code and pre-trained models are available at https://github.com/FBehrad/Charm.
