PatentLMM: Large Multimodal Model for Generating Descriptions for Patent Figures
Shreya Shukla, Nakul Sharma, Manish Gupta, Anand Mishra
TL;DR
This work tackles the challenge of automatically generating descriptions for patent figures by introducing PatentDesc-355K, a large-scale patent figure dataset with brief and detailed descriptions, and PatentLMM, a two-component multimodal model. PatentLMM combines a patent-focused vision encoder (PatentMME) with a domain-adapted language model (PatentLLaMA), trained with specialized losses to capture patent-specific structural cues. Empirical results show substantial improvements over strong baselines in both brief and detailed description generation, validating the benefits of domain-specific pretraining and architecture. The research enables faster, more accurate patent document understanding and drafting, with public release of code and data guiding future work in multilingual patents and grounded, cross-figure reasoning.
Abstract
Writing comprehensive and accurate descriptions of technical drawings in patent documents is crucial to effective knowledge sharing and enabling the replication and protection of intellectual property. However, automation of this task has been largely overlooked by the research community. To this end, we introduce PatentDesc-355K, a novel large-scale dataset containing ~355K patent figures along with their brief and detailed textual descriptions extracted from more than 60K US patent documents. In addition, we propose PatentLMM - a novel multimodal large language model specifically tailored to generate high-quality descriptions of patent figures. Our proposed PatentLMM comprises two key components: (i) PatentMME, a specialized multimodal vision encoder that captures the unique structural elements of patent figures, and (ii) PatentLLaMA, a domain-adapted version of LLaMA fine-tuned on a large collection of patents. Extensive experiments demonstrate that training a vision encoder specifically designed for patent figures significantly boosts the performance, generating coherent descriptions compared to fine-tuning similar-sized off-the-shelf multimodal models. PatentDesc-355K and PatentLMM pave the way for automating the understanding of patent figures, enabling efficient knowledge sharing and faster drafting of patent documents. We make the code and data publicly available.
