Patent Figure Classification using Large Vision-language Models
Sushil Awale, Eric Müller-Budack, Ralph Ewerth
TL;DR
The paper addresses the challenge of patent figure understanding to enable faceted patent retrieval by leveraging large vision-language models (LVLMs). It introduces two new datasets, PatFigVQA and PatFigCLS, and proposes a novel tournament-style multiple-choice classification approach to handle large label spaces in zero-shot and few-shot regimes. Through extensive experiments, the study shows that LVLMs can outperform CNN baselines on certain aspects (e.g., Type and USPC) and that the SemEq metric provides a more nuanced evaluation of semantic alignment between predicted and ground-truth concepts. The work demonstrates practical potential for improving patent figure analysis and retrieval, with public datasets and code enabling broader adoption and future LVLM-driven improvements in patent analytics.
Abstract
Patent figure classification facilitates faceted search in patent retrieval systems, enabling efficient prior art search. Existing approaches have explored patent figure classification for only a single aspect and for aspects with a limited number of concepts. In recent years, large vision-language models (LVLMs) have shown tremendous performance across numerous computer vision downstream tasks, however, they remain unexplored for patent figure classification. Our work explores the efficacy of LVLMs in patent figure visual question answering (VQA) and classification, focusing on zero-shot and few-shot learning scenarios. For this purpose, we introduce new datasets, PatFigVQA and PatFigCLS, for fine-tuning and evaluation regarding multiple aspects of patent figures~(i.e., type, projection, patent class, and objects). For a computational-effective handling of a large number of classes using LVLM, we propose a novel tournament-style classification strategy that leverages a series of multiple-choice questions. Experimental results and comparisons of multiple classification approaches based on LVLMs and Convolutional Neural Networks (CNNs) in few-shot settings show the feasibility of the proposed approaches.
