<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>English Handwriting Recognition | Mobina Kashaniyan</title><link>https://mobinakashaniyan.github.io/tag/english-handwriting-recognition/</link><atom:link href="https://mobinakashaniyan.github.io/tag/english-handwriting-recognition/index.xml" rel="self" type="application/rss+xml"/><description>English Handwriting Recognition</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>https://mobinakashaniyan.github.io/media/logo_hu_49df124fc4898e21.png</url><title>English Handwriting Recognition</title><link>https://mobinakashaniyan.github.io/tag/english-handwriting-recognition/</link></image><item><title>LLM-Driven AutoML and AI Agents for Multilingual Handwritten OCR</title><link>https://mobinakashaniyan.github.io/post/llm-driven-automl-cross-lingual-handwritten-ocr/</link><pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate><guid>https://mobinakashaniyan.github.io/post/llm-driven-automl-cross-lingual-handwritten-ocr/</guid><description>&lt;h2 id="llm-driven-automl-for-handwritten-text-recognition"&gt;LLM-Driven AutoML for Handwritten Text Recognition&lt;/h2&gt;
&lt;p&gt;Handwritten text recognition (HTR), also known as handwritten OCR, remains a challenging problem in computer vision and document AI, particularly across different languages and writing systems.&lt;/p&gt;
&lt;p&gt;Arabic, Persian, and English handwriting differ substantially in character structure, stroke patterns, connectivity, and visual appearance. These differences make multilingual and cross-lingual OCR difficult to address with manually designed neural network architectures.&lt;/p&gt;
&lt;p&gt;In our paper, &lt;strong&gt;“LLM-Driven AutoML for Cross-Lingual Handwritten OCR: Closed-Loop Neural Architecture Search with GPT-5, GPT-4o, and Claude Sonnet 4,”&lt;/strong&gt; we investigate whether large language models can act as autonomous AutoML agents for designing handwritten text recognition systems.&lt;/p&gt;
&lt;h2 id="large-language-models-as-automl-agents"&gt;Large Language Models as AutoML Agents&lt;/h2&gt;
&lt;p&gt;Instead of manually selecting neural network architectures, preprocessing strategies, and model configurations, our framework uses large language models to propose, evaluate, and iteratively refine OCR architectures.&lt;/p&gt;
&lt;p&gt;GPT-5, GPT-4o, and Claude Sonnet 4 independently participate in a closed-loop neural architecture search process, allowing the system to explore and improve candidate architectures with limited human intervention.&lt;/p&gt;
&lt;p&gt;This connects several active research areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;large language model agents&lt;/li&gt;
&lt;li&gt;automated machine learning&lt;/li&gt;
&lt;li&gt;neural architecture search&lt;/li&gt;
&lt;li&gt;computer vision&lt;/li&gt;
&lt;li&gt;document intelligence&lt;/li&gt;
&lt;li&gt;handwritten text recognition&lt;/li&gt;
&lt;li&gt;multilingual AI&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="multilingual-and-cross-lingual-ocr"&gt;Multilingual and Cross-Lingual OCR&lt;/h2&gt;
&lt;p&gt;The framework is evaluated on &lt;strong&gt;Arabic, Persian, and English handwritten text recognition&lt;/strong&gt;, making the work relevant to multilingual OCR and low-resource language technologies.&lt;/p&gt;
&lt;p&gt;Arabic and Persian handwriting recognition are particularly important because many OCR systems and datasets remain concentrated on English and other high-resource languages.&lt;/p&gt;
&lt;p&gt;The proposed approach therefore explores whether LLM-driven automated model design can generalize across substantially different writing systems.&lt;/p&gt;
&lt;h2 id="closed-loop-neural-architecture-search"&gt;Closed-Loop Neural Architecture Search&lt;/h2&gt;
&lt;p&gt;Traditional neural architecture search can require substantial manual engineering or large computational search spaces.&lt;/p&gt;
&lt;p&gt;Our approach investigates an alternative in which LLM agents reason about experimental results and iteratively propose new neural architectures.&lt;/p&gt;
&lt;p&gt;This creates a closed-loop process:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;architecture generation → model training → evaluation → performance feedback → architecture refinement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The goal is to automate more of the model-development process while maintaining interpretable experimental iterations.&lt;/p&gt;
&lt;h2 id="applications-in-document-ai"&gt;Applications in Document AI&lt;/h2&gt;
&lt;p&gt;The work is relevant beyond handwritten OCR. Similar LLM-driven AutoML approaches could potentially support:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;document understanding&lt;/li&gt;
&lt;li&gt;historical document recognition&lt;/li&gt;
&lt;li&gt;multilingual document processing&lt;/li&gt;
&lt;li&gt;digitization of handwritten archives&lt;/li&gt;
&lt;li&gt;low-resource language technologies&lt;/li&gt;
&lt;li&gt;automated computer vision model design&lt;/li&gt;
&lt;li&gt;intelligent document processing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This research contributes to &lt;strong&gt;LLM-driven AutoML, handwritten text recognition, multilingual OCR, neural architecture search, document AI, LLM agents, low-resource language processing, and automated neural network design&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="ai-agents-for-automated-machine-learning"&gt;AI Agents for Automated Machine Learning&lt;/h2&gt;
&lt;p&gt;A central idea of this work is to use large language models as &lt;strong&gt;AI agents for AutoML&lt;/strong&gt;. Rather than treating an LLM only as a text generator, the framework gives the model an iterative role in neural architecture design.&lt;/p&gt;
&lt;p&gt;Each LLM agent can propose an OCR architecture, observe training and evaluation results, reason about model performance, and generate a refined architecture for the next iteration.&lt;/p&gt;
&lt;p&gt;This creates an agentic AI workflow:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI agent → architecture proposal → training → evaluation → feedback → architecture refinement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The framework therefore connects &lt;strong&gt;AI agents, LLM agents, agentic AI, AutoML, neural architecture search, and multilingual handwritten OCR&lt;/strong&gt; in a closed-loop model-design process.&lt;/p&gt;
&lt;h2 id="paper"&gt;Paper&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;LLM-Driven AutoML for Cross-Lingual Handwritten OCR: Closed-Loop Neural Architecture Search with GPT-5, GPT-4o, and Claude Sonnet 4&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mobina Kashaniyan, Amirhossein Ghassemi, Nasser Mozayani&lt;/p&gt;
&lt;p&gt;Published in &lt;strong&gt;2025 15th International Conference on Computer and Knowledge Engineering (ICCKE)&lt;/strong&gt;, IEEE.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DOI:&lt;/strong&gt; &lt;a href="https://doi.org/10.1109/ICCKE68588.2025.11273810" target="_blank" rel="noopener"&gt;https://doi.org/10.1109/ICCKE68588.2025.11273810&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PDF:&lt;/strong&gt; &lt;a href="https://mobinakashaniyan.github.io/papers/llm-driven-automl-cross-lingual-handwritten-ocr.pdf" target="_blank" rel="noopener"&gt;https://mobinakashaniyan.github.io/papers/llm-driven-automl-cross-lingual-handwritten-ocr.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IEEE Xplore:&lt;/strong&gt; &lt;a href="https://ieeexplore.ieee.org/abstract/document/11273810" target="_blank" rel="noopener"&gt;https://ieeexplore.ieee.org/abstract/document/11273810&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="keywords"&gt;Keywords&lt;/h2&gt;
&lt;p&gt;handwritten text recognition, HTR, handwritten OCR, optical character recognition, multilingual OCR, Persian OCR, Arabic OCR, Arabic handwriting recognition, Persian handwriting recognition, LLM-driven AutoML, neural architecture search, AutoML, document AI, document intelligence, LLM agents, multilingual AI, low-resource languages.&lt;/p&gt;</description></item></channel></rss>