paper-with-me

홈 › Papers

BLIP-Adapter: Parameter-Efficient Transfer Learning for Mobile Screenshot Captioning

2023-09-26 · Ching-Yu Chiang, I-Hua Chang, Shih-wei Liao

This study aims to explore efficient tuning methods for the screenshot captioning task. Recently, image captioning has seen significant advancements, but research in captioning tasks for mobile screens remains relatively scarce. Current datasets and use cases describing user behaviors within product screenshots are notably limited. Consequently, we sought to fine-tune pre-existing models for the screenshot captioning task. However, fine-tuning large pre-trained models can be resource-intensive, requiring considerable time, computational power, and storage due to the vast number of parameters in image captioning models. To tackle this challenge, this study proposes a combination of adapter methods, which necessitates tuning only the additional modules on the model. These methods are originally designed for vision or language tasks, and our intention is to apply them to address similar challenges in screenshot captioning. By freezing the parameters of the image caption models and training only the weights associated with the methods, performance comparable to fine-tuning the entire model can be achieved, while significantly reducing the number of parameters. This study represents the first comprehensive investigation into the effectiveness of combining adapters within the context of the screenshot captioning task. Through our experiments and analyses, this study aims to provide valuable insights into the application of adapters in vision-language models and contribute to the development of efficient tuning techniques for the screenshot captioning task. Our study is available at https://github.com/RainYuGG/BLIP-Adapter

📄 PDF Abstract BibTeX arXiv:2309.14774

Code (1)

rainyugg/blip-adapter 공식 구현 pytorch

Tasks

Image CaptioningTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

ContextBLIP: Doubly Contextual Alignment for Contrastive Image Retrieval from Linguistically Complex Descriptions

2024-05-29 · Honglin Lin, Siyu Li, Guoshun Nan, Chaoyue Tang 외

Image retrieval from contextual descriptions (IRCD) aims to identify an image within a set of minimally contrastive candidates based on linguistically complex text. Despite the success of VLMs, they still significantly l…

Image RetrievalRetrieval

ScreenSeg: On-Device Screenshot Layout Analysis

2021-04-16 · Manoj Goyal, Rachit S Munjal, Sukumar Moharana, Deepak Garg 외

We propose a novel end-to-end solution that performs a Hierarchical Layout Analysis of screenshots and document images on resource constrained devices like mobilephones. Our approach segments entities like Grid, Image, T…

Image RetrievalStyle Transfer

ScreenQA: Large-Scale Question-Answer Pairs over Mobile App Screenshots

2022-09-16 · Yu-Chung Hsiao, Fedir Zubach, Gilles Baechler, Srinivas Sunkara 외

We introduce ScreenQA, a novel benchmarking dataset designed to advance screen content understanding through question answering. The existing screen datasets are focused either on low-level structural and component under…

BenchmarkingQuestion AnsweringReading ComprehensionTransfer Learning

Classification of Industrial Control Systems screenshots using Transfer Learning

2020-05-20 · Pablo Blanco Medina, Eduardo Fidalgo Fernandez, Enrique Alegre, Francisco Jáñez Martino 외

Industrial Control Systems depend heavily on security and monitoring protocols. Several tools are available for this purpose, which scout vulnerabilities and take screenshots from various control panels for later analysi…

ClassificationCPUGeneral ClassificationGPU+1

CAPED: Context-Aware Privacy Exposure Defense for Mobile GUI Agents

2026-06-10 · Siyu Shen, Fenghao Xu, Wenrui Diao, Kehuan Zhang arxiv

Screenshot-based mobile GUI agents can operate ordinary smartphone apps through the same visual interface as a human user, but this capability also turns every screen observation into a privacy boundary. During normal ta…