arXiv:2504.02522cs.CV2025-04CVPR被引 10

Charm让ViT在图像审美评估中更好保留高分辨率细节。

Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment

  • 通过区域感知下采样,同时保留构图与多尺度信息
  • 在轻量ViT上实现最高8.1%的性能提升
  • 兼容预训练模型,适合图像质量评估场景

视觉变换器(ViTs)处理可变尺寸输入的能力常受计算复杂度和批处理限制。因此,ViTs通常在小尺寸固定图像上训练,这些图像通过降采样或裁剪获得。尽管降低了计算负担,但导致显著信息丢失,影响图像审美评估等任务。我们提出Charm,一种新型标记化方法,能同时保留构图、高分辨率、长宽比和多尺度信息。Charm优先保留特定区域的高分辨率细节,同时对其他区域进行降采样,使输入序列更短且固定,便于ViTs处理,同时引入关键信息。Charm设计兼容预训练的ViTs及其学习到的位置嵌入。通过提供多尺度输入并增加输入标记多样性,Charm提升了ViT在图像审美评估中的性能与泛化能力。我们避免裁剪或改变长宽比,以进一步保留信息。大量实验表明,在多个图像审美与质量评估数据集上,使用轻量级ViT主干网络时性能提升高达8.1%。代码与预训练模型已公开于https://github.com/FBehrad/Charm。

原文摘要 · Abstract (English)

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.

ViT图像评估多尺度高分辨率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。