[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-82197-en":3,"doc-seo-82197-105":29,"detail-sidebar-cat-0-en-105":90},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":11,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":13,"seo_description":14,"update_tm":27,"read_time":28},82197,2336464648746,"Skyler","https://ap-avatar.wpscdn.com/davatar_276721f389ce27ea32af1340a28f341c",8,"Research & Report","Integrating Large Language Models and Graph Convolutional Networks for Semi-Supervised Image Classification","Growing image availability increases the need for effective organization, yet labeling large-scale datasets is costly and time-consuming, motivating semi-supervised learning that exploits labeled and unlabeled samples. Graph Convolutional Networks (GCNs) can propagate label information on data graphs, but image graphs lack predefined structure and are usually built from noisy visual feature proximity. This work refines kNN and reciprocal kNN edges by using a VLM to generate textual descriptions and an LLM to score semantic similarity for pruning. Experiments on Corel5k show improved classification accuracy and release accompanying code.","arXiv :2607 .09104v1 [ cs .CV] 10 Jul 2026  \nIntegrating Large Language Models and Graph Convolutional Networks for Semi-Supervised Image Classification  \nCamila Piscioneri Magalhães 1 , Lucas Pascotti Valem 1  \n1 Institute of Mathematics and Computer Science (ICMC)  \nUniversity of São Paulo (USP)  \nSão Carlos – SP – Brazil  \n[piscioneri@usp.br](piscioneri@usp.br) , [lucas@icmc.usp.br](lucas@icmc.usp.br)  \nPreprint. Accepted at the Workshop de Trabalhos de Alunos de Graduação (WTAG) of the Brazilian Symposium on Databases (SBBD 2026) .  \nAbstract. While the growing availability of image data has driven significant advances, labeling datasets remains costly and time-consuming. Therefore, semi-supervised approaches such as Graph Convolutional Networks (GCNs), which learn from both labeled and unlabeled data, have emerged as a promis ing solution. One of the primary challenges in applying GCNs to image clas sification is graph construction, since, unlike in citation networks or similar domains, images typically do not come with a predefined structural represen tation. For visual data, most studies construct graphs based on the similar ity between feature vectors from pretrained deep learning backbones, typically by employing kNN or reciprocal kNN algorithms. Although Large Language Models (LLMs) have shown remarkable capability in capturing high-level semantics, their integration with GCNs for image classification remains under explored. Aiming to fill this gap, our approach uses a Vision Language Model (VLM) to generate textual image descriptions, which are then processed by an LLM to estimate semantic similarity scores between connected images. These scores guide the pruning of edges in kNN and reciprocal kNN graphs, filtering out semantically irrelevant neighbors. Experimental results reveal that leveraging LLMs for graph refinement can improve classification accuracy, particularly for kNN graphs and some backbones. The source code is publicly available at [gcnllm.lucasvalem.com](gcnllm.lucasvalem.com).  \n1. Introduction  \nThe volume of image data being produced and stored has grown dramatically in recent years, driven by applications in areas such as healthcare, security, and social media [Uelwer et al. 2025, Ghosh et al. 2024] . Organizing, indexing, and classifying these large image collections is a central problem for modern data management systems. While collecting images has become inexpensive, labeling them remains costly and timeconsuming, as it typically depends on specialized human effort [Uelwer et al. 2025] . This limitation motivates methods that learn effectively from collections in which only a small fraction of the samples is labeled.  \nIn this scenario, semi-supervised methods, which learn jointly from labeled and unlabeled data, have emerged as a promising direction. Among them, Graph Convolutional Networks (GCNs) [Wu et al. 2019] stand out by representing samples as  \nnodes of a graph and propagating label information through the connections between them, allowing the few available labels to guide the classification of the unlabeled ones [Müller et al. 2024] .  \nA key obstacle when applying GCNs to image classification is that, unlike citation networks and other naturally graph-structured domains, image collections usually do not come with a predefined graph: it must be constructed from the data itself. Most approaches build this graph from the similarity between feature vectors extracted by pretrained deep networks, typically using kNN or reciprocal kNN graphs [Müller et al. 2024] . However, how to model an effective graph remains an open research challenge, since proximity in the visual feature space does not always reflect semantic relationships and may introduce noisy connections that degrade classification.  \nRecently, Large Language Models (LLMs) have shown a remarkable ability to capture high-level semantics from text [Li et al. 2024, Ghosh et al. 2024], yet their use to support graph construction for","cbCaivnO07IbQ2tZ","https://ap.wps.com/l/cbCaivnO07IbQ2tZ","pdf",743516,2,1,"English","en",105,"# Introduction\n# Proposed Approach\n## Dataset and Feature Extraction\n## Graph Modeling","[{\"question\":\"Why is semi-supervised image classification needed in this work?\",\"answer\":\"Labeling images at scale is expensive and time-consuming, so the work focuses on methods that learn from both labeled and unlabeled data to reduce labeling requirements.\"},{\"question\":\"What is the main challenge in applying GCNs to image classification?\",\"answer\":\"Unlike citation networks, image collections do not come with an inherent graph structure, so the graph must be constructed from the data and naive similarity connections can be noisy.\"},{\"question\":\"How do the proposed VLM and LLM improve the graph used by the GCN?\",\"answer\":\"A Vision Language Model generates textual descriptions for images, and an LLM estimates semantic similarity between connected images. These scores prune edges in kNN and reciprocal kNN graphs to remove semantically irrelevant neighbors.\"}]",1784178756,20,{"code":4,"msg":30,"data":31},"ok",{"site_id":24,"language":23,"slug":32,"title":13,"keywords":33,"description":14,"schema_data":34,"social_meta":85,"head_meta":87,"extra_data":89,"updated_unix":27},"integrating-large-language-models-and-graph-convolutional-networks-for-semi-supervised-image-classification","",{"@graph":35,"@context":84},[36,52,67],{"@type":37,"itemListElement":38},"BreadcrumbList",[39,43,46,49],{"item":40,"name":41,"@type":42,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":44,"name":45,"@type":42,"position":20},"https://docshare.wps.com/document/","Document",{"item":47,"name":12,"@type":42,"position":48},"https://docshare.wps.com/document/research-report/",3,{"item":50,"name":13,"@type":42,"position":51},"https://docshare.wps.com/document/integrating-large-language-models-and-graph-convolutional-networks-for-semi-supervised-image-classification/82197/",4,{"url":50,"name":13,"@type":53,"author":54,"headline":13,"publisher":56,"fileFormat":59,"inLanguage":23,"description":14,"dateModified":60,"datePublished":61,"encodingFormat":59,"isAccessibleForFree":62,"interactionStatistic":63},"DigitalDocument",{"name":9,"@type":55},"Person",{"url":40,"name":57,"@type":58},"DocShare","Organization","application/pdf","2026-07-21","2026-07-16",true,{"@type":64,"interactionType":65,"userInteractionCount":20},"InteractionCounter",{"@type":66},"ViewAction",{"@type":68,"mainEntity":69},"FAQPage",[70,76,80],{"name":71,"@type":72,"acceptedAnswer":73},"Why is semi-supervised image classification needed in this work?","Question",{"text":74,"@type":75},"Labeling images at scale is expensive and time-consuming, so the work focuses on methods that learn from both labeled and unlabeled data to reduce labeling requirements.","Answer",{"name":77,"@type":72,"acceptedAnswer":78},"What is the main challenge in applying GCNs to image classification?",{"text":79,"@type":75},"Unlike citation networks, image collections do not come with an inherent graph structure, so the graph must be constructed from the data and naive similarity connections can be noisy.",{"name":81,"@type":72,"acceptedAnswer":82},"How do the proposed VLM and LLM improve the graph used by the GCN?",{"text":83,"@type":75},"A Vision Language Model generates textual descriptions for images, and an LLM estimates semantic similarity between connected images. These scores prune edges in kNN and reciprocal kNN graphs to remove semantically irrelevant neighbors.","https://schema.org",{"og:url":50,"og:type":86,"og:title":13,"og:site_name":57,"og:description":14},"article",{"robots":88,"canonical":50},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":91},[92,96,100,104,109,114,119,122,126,129,133],{"id":21,"doc_module":4,"doc_module_name":45,"category_name":93,"show_sort_weight":94,"slug":95},"Story & Novel",90,"story-novel",{"id":20,"doc_module":4,"doc_module_name":45,"category_name":97,"show_sort_weight":98,"slug":99},"Literature",80,"literature",{"id":51,"doc_module":4,"doc_module_name":45,"category_name":101,"show_sort_weight":102,"slug":103},"Exam",70,"exam",{"id":105,"doc_module":4,"doc_module_name":45,"category_name":106,"show_sort_weight":107,"slug":108},5,"Comic",60,"comic",{"id":110,"doc_module":4,"doc_module_name":45,"category_name":111,"show_sort_weight":112,"slug":113},6,"Technology",50,"technology",{"id":115,"doc_module":4,"doc_module_name":45,"category_name":116,"show_sort_weight":117,"slug":118},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":45,"category_name":12,"show_sort_weight":120,"slug":121},30,"research-report",{"id":123,"doc_module":4,"doc_module_name":45,"category_name":124,"show_sort_weight":28,"slug":125},9,"Religion & Spirituality","religion-spirituality",{"id":28,"doc_module":4,"doc_module_name":45,"category_name":127,"show_sort_weight":28,"slug":128},"World Cup","world-cup",{"id":130,"doc_module":4,"doc_module_name":45,"category_name":131,"show_sort_weight":130,"slug":132},10,"Lifestyle","lifestyle",{"id":134,"doc_module":4,"doc_module_name":45,"category_name":135,"show_sort_weight":105,"slug":136},19,"General","general"]