LEMUR 2: Unlocking Neural Network Diversity for AI
Summary
LEMUR 2 introduces a large-scale dataset of over 14,000 neural network architectures and 750,000 training records across multimodal tasks, supporting NAS, AutoML, and deployment analysis.
View Cached Full Text
Cached at: 07/09/26, 07:45 AM
# LEMUR 2: Unlocking Neural Network Diversity for AI Source: [https://arxiv.org/html/2607.06839](https://arxiv.org/html/2607.06839) Tolgay Atinc Uzun∗, Waleed Khalid, Saif U Din, Sai Revanth Mulukuledu, Akashdeep Singh, Chandini Vysyaraju, Raghuvir Duvvuri, Avi Goyal, Yashkumar Rajeshbhai Lukhi, Muhammad A\. Hussain, Krunal Jesani, Usha Shrestha, Yash Mittal, Roman Kochnev, Pritam Kadam, Mohsin Ikram, Harsh R\. Moradiya, Alice Arslanian, Dmitry Ignatov†, Radu Timofte Computer Vision Chair, University of Würzburg, Germany ∗t\.atincuzun@gmail\.com,†dmytro\.ignatov@uni\-wuerzburg\.de [https://github\.com/ABrain\-One/NN\-Dataset](https://github.com/ABrain-One/NN-Dataset) ###### Abstract Existing NAS benchmarks \(e\.g\., NAS\-Bench, NATS\-Bench\) cover only narrow, task\-specific regions of the architectural design space and lack cross\-domain or deployment\-aware evaluation\. LEMUR 2 introduces a large\-scale, extensible framework unifying generative, evaluative, and deployment pipelines to unlock neural\-network diversity\. It comprises over 14,000 distinct architectures and more than 750,000 structured training records documenting model performance, hyperparameters, and task outcomes\. These models were produced through AST\-based code mutation, genetic and reinforcement\-learning evolution, generation of fractal architectures, and synthesis guided by a Large Language Model \(LLM\)\. This includes deep models generated with the retrieval\-augmented system NN\-RAG, which derived and used architectural motifs from over 900 PyTorch modules extracted from public repositories\. LEMUR 2 further employsNN\-VRandNN\-Litepipelines for automated deployment and latency benchmarking on heterogeneous mobile and Unity\-based VR platforms, providing real\-device performance metadata\. It spans multimodal tasks—image captioning, text\-to\-image synthesis, and language modeling—supporting cross\-domain analysis of architectural transferability\. By linking diverse architectures, tasks, and deployment data, LEMUR 2 provides the data foundation for LLM fine\-tuning and coupling diverse architectural origins with large\-scale, cross\-platform empirical validation\. This dataset defines a new basis for reproducible and data\-driven AI design, advancing the emerging paradigm of LLM\-driven AutoML and architectural generalization across modalities and hardware\. ## 1Introduction Neural networks underpin numerous breakthroughs in artificial intelligence, delivering state\-of\-the\-art results in fields such as computer vision and natural language processing\. Their growing complexity, however, has exposed the limits of manual design\. In response, the field is shifting toward a paradigm centered on creating and leveraging large\-scale, reusable collections of neural network models\. The goal of this shift is to replace manual intuition with data\-driven discovery, enabling researchers to identify latent patterns, structural regularities, and generalizable design principles from diverse model corpora\. Such model\-centric datasets are now critical resources for benchmarking, neural architecture analysis, meta\-learning, and automated machine learning\. Most publicly available neural architecture repositories are built around a single construction paradigm, typically exhaustive or near\-exhaustive enumeration of a fixed cell\-based search space\. This yields methodologically homogeneous collections that cover only a narrow region of the architectural design space and are not readily extensible to models obtained by other means\. At the same time, these repositories rarely provide an end\-to\-end path from architectural specification to task\-level evaluation and device\-level deployment, making it difficult to study accuracy\-latency trade\-offs or reuse models across modalities\. We propose multiple strategies that build on the LEMUR\[[15](https://arxiv.org/html/2607.06839#bib.bib17)\]dataset and accompanying pipeline to improve architectural diversity and operational integration\. To generate more models, we employ programmatic editing, reinforcement learning, evolution\-based search, fractal construction, retrieval\-augmented block extraction, and LLM\-driven synthesis\. On the deployment side, we provide NN\-Lite and NN\-VR for benchmarking, testing, and verification across multiple tasks on resource\-constrained targets under a shared protocol\. Statistics are available in the project repository111Github Repository:[https://github\.com/ABrain\-One/nn\-dataset](https://github.com/ABrain-One/nn-dataset)\. ### 1\.1Related Work In neural network research, datasets are the backbone of training, evaluation, and benchmarking\. There are plentiful datasets in image, text, and domain\-specific corpora\[[31](https://arxiv.org/html/2607.06839#bib.bib19)\]that provide large, labeled collections of data\. By contrast, resources that systematically capture the structures, configurations, and resulting performance of neural networks themselves are far less common\. Dataset of modelsThe closest line of work comes from the neural architecture search \(NAS\) community\. Benchmarks such as NAS\-Bench\-101\[[50](https://arxiv.org/html/2607.06839#bib.bib27)\]and its extension NAS\-Bench\-201\[[8](https://arxiv.org/html/2607.06839#bib.bib26)\]enumerate a fixed, small search space of convolutional cells and store their training and evaluation results to enable reproducible comparison of NAS algorithms\. NATS\-Bench\[[7](https://arxiv.org/html/2607.06839#bib.bib25)\]generalizes this idea to both topology and size spaces across multiple datasets, while TransNAS\-Bench\-101\[[9](https://arxiv.org/html/2607.06839#bib.bib28)\]expands it to several vision\-style tasks to study transferability\. NAS\-Bench\-NLP\[[24](https://arxiv.org/html/2607.06839#bib.bib29)\]moves beyond vision to language models, HW\-NAS\-Bench\[[29](https://arxiv.org/html/2607.06839#bib.bib30)\]adds hardware and latency measurements, and JAHS\-Bench\-201\[[2](https://arxiv.org/html/2607.06839#bib.bib31)\]couples architectures with hyperparameters for joint optimization\. AutoML Frameworks and Model RepositoriesAutoML frameworks such as AutoKeras\[[22](https://arxiv.org/html/2607.06839#bib.bib59)\]and TPOT\[[34](https://arxiv.org/html/2607.06839#bib.bib60)\]provide tooling for automated model selection and hyperparameter optimization but do not maintain large\-scale, curated repositories of architectures with performance metadata\. Similarly, model zoos like TensorFlow Hub\[[16](https://arxiv.org/html/2607.06839#bib.bib63)\]and PyTorch Hub\[[37](https://arxiv.org/html/2607.06839#bib.bib64)\]offer pre\-trained models but lack standardized evaluation across tasks and hardware, and they do not support systematic architecture generation or diversity analysis\. ### 1\.2Our Contribution This paper presents LEMUR 2, an extension of the original LEMUR\[[15](https://arxiv.org/html/2607.06839#bib.bib17)\]framework\. While LEMUR served as a repository for existing neural networks and their associated statistics, inspired by recent advancements in the use of LLMs across various domains\[[25](https://arxiv.org/html/2607.06839#bib.bib14),[14](https://arxiv.org/html/2607.06839#bib.bib61),[43](https://arxiv.org/html/2607.06839#bib.bib62)\], LEMUR 2 is designed to include generative systems that leverage existing data for the automated creation of new network architectures\[[11](https://arxiv.org/html/2607.06839#bib.bib15)\]as well as an assessment tool for testing on edge devices\[[6](https://arxiv.org/html/2607.06839#bib.bib16)\]and deployment on different platforms\. First, the dataset was expanded to over 14,000 models using several distinct, automated generation methodologies\. These methods include genetic algorithms, reinforcement learning\-based layer masking for network mutation, abstract syntax tree \(AST\) editing of model source code, and fractal\-inspired generation\. To facilitate dynamic collection, we also introduce NN\-RAG, a retrieval\-augmented system that extracts validated, self\-contained PyTorch\[[36](https://arxiv.org/html/2607.06839#bib.bib13)\]modules from external codebases, creating a library of over 900 reusable components\. The dataset is further enriched with metadata from a systematic evaluation of 6,000 data transformation pipelines, providing guidance on optimal data preprocessing\. The framework’s applicability is demonstrated through the inclusion of additional tasks, such as image captioning, text\-to\-text and text\-to\-image synthesis\. Second, to connect theoretical metrics with practical performance, we added deployment\-aware metadata\. We built NN\-Lite, an automated pipeline that converts, deploys, and benchmarks PyTorch models on the Android platform\. This system processed over 7,500 models, populating the LEMUR 2 database with their on\-device inference latencies, empirical measurements often absent from standard benchmarks\. This deployment analysis was extended to immersive applications with NN\-VR, a system for the automated conversion and performance evaluation of models within the Unity engine for virtual reality contexts\. Collectively, these contributions establish LEMUR 2 as a public research resource\. It provides a large\-scale architectural corpus, a set of generative methodologies, and multi\-platform deployment benchmarks that support research in automated AI design\. The empirical value of the LEMUR dataset, as demonstrated within the NNGPT project, is proved by its successful application to LLM\-guided generative synthesis, exploration of complex architectural structures, and improved generalization across multiple computer vision tasks\[[25](https://arxiv.org/html/2607.06839#bib.bib14),[13](https://arxiv.org/html/2607.06839#bib.bib67),[33](https://arxiv.org/html/2607.06839#bib.bib20),[45](https://arxiv.org/html/2607.06839#bib.bib66),[21](https://arxiv.org/html/2607.06839#bib.bib68),[48](https://arxiv.org/html/2607.06839#bib.bib69),[47](https://arxiv.org/html/2607.06839#bib.bib70),[17](https://arxiv.org/html/2607.06839#bib.bib77)\]\. Table 1:Comparison of prominent NAS benchmarks\. \#Entries denotes the number of distinct queryable model specifications released by the benchmark \(architectures, or architecture\+HP configurations\), each with stored trained or predicted metrics\. Multi\-Task indicates whether multiple datasets and/or multiple tasks are included within the benchmark’s domain\.CapabilitiesBenchmarkDomainSearch Space\#EntriesDatasetsTasksEvaluationMulti\-TaskNAS\-Bench\-101\[[50](https://arxiv.org/html/2607.06839#bib.bib27)\]VisionCell tabular423,624CIFAR\-10Image classificationTrained×\\timesNAS\-Bench\-201\[[8](https://arxiv.org/html/2607.06839#bib.bib26)\]VisionCell tabular15,625CIFAR\-10, CIFAR\-100, ImageNet16\-120Image classificationTrained✓NAS\-Bench\-301\[[46](https://arxiv.org/html/2607.06839#bib.bib71)\]VisionCell surrogate \(DARTS\)∼\\sim60,000CIFAR\-10Image classificationPredictive×\\timesNATS\-Bench\[[7](https://arxiv.org/html/2607.06839#bib.bib25)\]VisionTopology\+size tabular48,393CIFAR\-10, CIFAR\-100, ImageNet16\-120Image classificationTrained✓TransNAS\-Bench\[[9](https://arxiv.org/html/2607.06839#bib.bib28)\]VisionCell\+macro tabular7,352Taskonomy \(subset\)7 vision tasksTrained✓NAS\-Bench\-NLP\[[24](https://arxiv.org/html/2607.06839#bib.bib29)\]NLPRNN tabular14,322PTB; WikiText\-2 \(subset\)Language modelingTrained✓NAS\-Bench\-Graph\[[38](https://arxiv.org/html/2607.06839#bib.bib73)\]GraphGNN tabular26,206Cora, CiteSeer, PubMedCoauthor\-CS/Physics, Amazon\-Photo/Computersogbn\-arXiv, ogbn\-proteinsNode classificationTrained✓NAS\-Bench\-ASR\[[32](https://arxiv.org/html/2607.06839#bib.bib74)\]AudioASR cell tabular8,242TIMITSpeech recognitionTrained×\\timesHW\-NAS\-Bench\[[29](https://arxiv.org/html/2607.06839#bib.bib30)\]HardwareNB201 \+ FBNet \(HW\)15,625CIFAR\-10, CIFAR\-100, ImageNet16\-120HW cost \(latency\+energy; 6 devices\)Trained \+ Measured✓NAS\-Bench\-1Shot1\[[51](https://arxiv.org/html/2607.06839#bib.bib75)\]MethodOne\-shot tabular subsets399,048CIFAR\-10Image classificationTrained×\\timesJAHS\-Bench\-201\[[2](https://arxiv.org/html/2607.06839#bib.bib31)\]HPOArch\+HP surrogate270,000CIFAR\-10, Fashion\-MNIST, Colorectal HistologyImage classification \+ HPOPredictive✓LEMUR 2 \(Ours\)UniversalOpen code \(LLM\)\>\>14,000Multiple \(user\-defined\)Multi\-domainTrained✓ Standard Vision\(Tabular\)NAS\-Bench\-101NAS\-Bench\-201NATS\-BenchNew Domains& TasksTransNAS\-BenchNB\-Video, NB\-NLPNB\-Graph, NB\-ASRSurrogates &Continuous SpacesNAS\-Bench\-301JAHS\-Bench\-201Hardware\-AwareConstraintsHW\-NAS\-Bench\(Latency / Edge\)Methodology &FidelityNB\-1Shot1NAS\-Bench\-ZeroLEMUR 2Figure 1:Taxonomy of NAS benchmarks organized by their primary differentiating dimension\.LEMUR 2lies at the intersection, providing a unified generative framework that spans tabular evaluation, methodological abstractions, surrogate modeling, hardware awareness, and multi\-domain tasks\. ## 2Methodology We extend the LEMUR\[[15](https://arxiv.org/html/2607.06839#bib.bib17)\]corpus as a modular generation and integration framework built on the original experiment manager for task execution and result persistence\. Corpus access and downstream processing use thedatainterface, which exposes stored records as a fixed\-schema pandasDataFramefor uniform filtering and aggregation across tasks, datasets, metrics, architectures, epochs, accuracy, runtime, parameter counts, and transformation identifiers without direct database queries\. On this layer, self\-contained extension modules generate candidate model definitions or transformation programs with metadata and submit them to the standard LEMUR pipeline for evaluation\. These modules combine LLM\-based generation from natural\-language guidance with programmatic generators that produce valid variants faster and at lower cost, enabling scalable, heterogeneous expansion under a shared reporting format\. Architectural diversity in LEMUR 2 comes from combining heterogeneous generators and sources, so the corpus is not centered on a single backbone family\. For generators that operate by mutating a seed architecture, we instantiate them on a lightweight reference template supported by the generator to enable high\-throughput evaluation and controlled attribution of operator effects, while still producing many structurally distinct variants\. ### 2\.1Task Extensions #### 2\.1\.1Image Captioning NN\-Caption is an automated image\-captioning pipeline built on LEMUR in which an LLM, iteratively prompted with a baseline ResNet–LSTM captioner and code templates for the LEMURNetinterface \(\_\_init\_\_,train\_setup,learn,forward\), generates PyTorch encoder–decoder architectures that couple a convolutional image encoder with sequence decoders \(LSTM, GRU\[[5](https://arxiv.org/html/2607.06839#bib.bib38)\], Transformer\)\. Generated code is normalized, validated via Python’s abstract syntax tree, integrated into LEMUR, compiled, and trained on MS COCO\[[31](https://arxiv.org/html/2607.06839#bib.bib19)\], with caption quality evaluated using BLEU\-4\[[35](https://arxiv.org/html/2607.06839#bib.bib32)\]; in total, NN\-Caption contributes 357 captioning architectures to LEMUR 2\. #### 2\.1\.2Text\-to\-Image LEMUR includes a text\-to\-image pipeline spanning three generative families: a diffusion model \(UNet\-D\)\[[41](https://arxiv.org/html/2607.06839#bib.bib21),[18](https://arxiv.org/html/2607.06839#bib.bib24),[42](https://arxiv.org/html/2607.06839#bib.bib39)\], a GAN\[[52](https://arxiv.org/html/2607.06839#bib.bib22)\], and a CVAE\-GAN\[[23](https://arxiv.org/html/2607.06839#bib.bib23)\], all conditioned on natural\-language text within a unified training and evaluation framework\. For diffusion, a pre\-trained CLIP text encoder\[[39](https://arxiv.org/html/2607.06839#bib.bib42)\]provides embeddings that are fused with time\-step embeddings and injected into a multi\-scale U\-Net encoder–decoder with residual and attention blocks, optimized with a denoising diffusion objective\. The GAN uses a generator that fuses text representations with a convolutional upsampling stack and a discriminator operating on joint image–text pairs, whereas the CVAE\-GAN employs a conditional VAE whose decoder serves as the generator alongside an adversarial discriminator that promotes sharp outputs\. All models are trained on paired text–image data with architecture\-specific losses \(diffusion, adversarial, or variational plus adversarial\), and performance is quantified via CLIP\-based text–image similarity between generated images and their prompts\. #### 2\.1\.3Text\-to\-Text LEMUR is extended to natural language generation via a text\-to\-text pipeline for training and evaluating recurrent language models with standardized metrics\. A lightweight WikiText data loader tokenizes text into integer sequences and forms batched streams for truncated backpropagation through time\[[49](https://arxiv.org/html/2607.06839#bib.bib45)\], with context length, vocabulary size, and batching strategy configured via a shared dictionary\. Two recurrent baselines are instantiated: a stacked Elman RNN\[[10](https://arxiv.org/html/2607.06839#bib.bib46)\]with learned token embeddings,tanhactivations, and a linear next\-token decoder, and a stacked LSTM\[[19](https://arxiv.org/html/2607.06839#bib.bib47)\]with input, forget, and output gates that improve stability and long\-range dependency modeling\. Evaluation uses perplexity and BLEU, with all LEMUR metrics normalized to\[0,1\]\[0,1\]; BLEU is computed at corpus level with smoothednn\-gram precision on the validation set\. #### 2\.1\.4Mixture\-of\-Experts \(MoE\) Mixture\-of\-Experts architectures are integrated into LEMUR to study expert composition and routing strategies on CIFAR\-10\[[27](https://arxiv.org/html/2607.06839#bib.bib53)\]\. Eight variants are constructed in three stages: \(i\) homogeneous MoEs based on a single backbone type, \(ii\) AlexNet\-based MoEs, and \(iii\) a heterogeneous MoE combining multiple backbones\. Homogeneous configurations use identical expert architectures and a sparse routing mechanism\. For each input, a gating network selects the two experts with the highest scores \(top\-2 routing\), and only these experts are evaluated\. Heterogeneous configurations combine four different backbone architectures—AlexNet\[[26](https://arxiv.org/html/2607.06839#bib.bib48)\], AirNet\[[4](https://arxiv.org/html/2607.06839#bib.bib49)\], DenseNet\[[20](https://arxiv.org/html/2607.06839#bib.bib50)\], and BagNet\[[3](https://arxiv.org/html/2607.06839#bib.bib51)\]—and employ a soft routing strategy in which the gating network produces a weight for each expert\. The final prediction is obtained as a weighted aggregation of the experts’ outputs\. All MoE variants are trained and evaluated within the LEMUR framework using the standard CIFAR\-10 training protocol\. ### 2\.2Achieving Diversity #### 2\.2\.1AST\-Based Mutations An AST\-based mutation mechanism\[[47](https://arxiv.org/html/2607.06839#bib.bib70)\]generates structurally consistent architectural variants by modifying the source code of existing models while operating on the channel dimensions of convolutional and linear layers and preserving tensor\-shape compatibility\. A symbolic tracer built ontorch\.fx\[[40](https://arxiv.org/html/2607.06839#bib.bib52)\]constructs a computation graph whose nodes represent layers with explicit dataflow edges, and maintains a source map from each module instantiation to its file location\. Given a target layer, a planning component uses this graph to identify all dependent consumer layers and infer required input/output channel adjustments, including in architectures with residual connections\. The mutation plan is applied by parsing the implementation into an AST, locating the corresponding constructor calls via the recorded coordinates, and updating channel\-related arguments; the modified AST is then rendered back to source code, re\-imported, and each mutant is validated via instantiation and forward/backward passes on dummy inputs\. This procedure yields approximately 1000 additional architectures in the corpus\. #### 2\.2\.2Reinforcement Learning The LEMUR dataset is processed by programmatically parsing each network’s source code and identifying layer\-instantiation statements \(e\.g\.,nn\.Conv2d,nn\.Linear\) within the\_\_init\_\_method\. These code blocks are removed and replaced with placeholder tokens, while preserving the surrounding class structure, method signatures, and forward pass logic\. This produces a dataset of masked model skeletons paired with their complete source code as ground truth for training\. The reinforcement learning pipeline then iteratively refines architecture generation by completing these masked skeletons\. The LLM acts as a policy, generating code completions \(actions\) given the masked skeleton \(state\)\. Each generated model undergoes validation checks for compilation and tensor shape consistency via a dummy forward pass\. Successful models are trained for one mini\-epoch on CIFAR\-10 to measure accuracy\. A composite reward is calculated:−1\.0\-1\.0for validation failure,\+0\.2\+0\.2for each passed stage \(compilation, forward pass, training\), and\+1\.0×Δaccuracy\+1\.0\\times\\Delta accuracyfor improvement over baseline\. This reward updates the LLM’s policy using Group Relative Policy Optimization \(GRPO\)\[[44](https://arxiv.org/html/2607.06839#bib.bib54)\]\. Figure 2:Reinforcement Learning pipeline overview\. Using the data from LEMUR, the networks are masked to construct a training dataset\. By deriving the policy from LLM, generated sequences of models are assessed and rewarded\. #### 2\.2\.3Genetic Algorithm A genetic algorithm explores AlexNet\-style architectures on CIFAR\-10\[[27](https://arxiv.org/html/2607.06839#bib.bib53)\]using a parameterized representation that includes architectural and training hyperparameters\. Populations of candidate networks are evolved over generations via crossover and mutation on these parameter vectors; fitness is approximated by training each model for a small number of epochs and using validation accuracy for selection, with a checksum over the architecture description used to discard duplicates and maintain diversity\. Two search spaces are considered: one restricted to hyperparameters \(e\.g\., filter counts, kernel sizes, learning rate, dropout\), and one that additionally includes block\-level structural choices \(pooling type, activation function, batch normalization\)\. Across both spaces, the algorithm yields approximately 2,000 distinct AlexNet\-type architectures\. Figure 3:Genetic algorithm model pipeline overview\. #### 2\.2\.4Fractal\-Inspired Computational Architectures LEMUR includes a FractalNet\-style\[[28](https://arxiv.org/html/2607.06839#bib.bib55)\]generator\[[33](https://arxiv.org/html/2607.06839#bib.bib20)\]that constructs self\-similar, recursively defined multi\-column networks whose topology is governed by fractal depthNN\(recursion level\) and column width \(number of parallel pathways\), enabling balanced growth in depth and width\. The pipeline comprises \(i\) configuration generation, which systematically samples architectural blueprints via permutations of convolution, normalization, activation, and dropout layers; \(ii\) template\-based model instantiation, which programmatically realizes the specified recursive, multi\-column PyTorch architectures; and \(iii\) automated evaluation, which executes a standardized training and logging protocol\. To scale to over 1,200 unique architectures, training employs Automatic Mixed Precision \(AMP\) to accelerate computation with half\-precision arithmetic and gradient checkpointing to reduce GPU memory via recomputation of intermediate activations\. #### 2\.2\.5Retrieval\-Augmented Generation The NN\-RAG component\[[12](https://arxiv.org/html/2607.06839#bib.bib65),[13](https://arxiv.org/html/2607.06839#bib.bib67)\]constructs a library of reusable PyTorch modules by mining existing codebases\. It scans repositories for subclasses oftorch\.nn\.Modulethat implement aforward\(\)method and extracts them as self\-contained units that preserve the original imports and semantics\. Source files are parsed using LibCST\[[30](https://arxiv.org/html/2607.06839#bib.bib56)\], which maintains syntactic structure, formatting, and comments\. A scope\-sensitive dependency resolver computes, for each candidate module, the minimal transitive closure of required definitions \(such as auxiliary classes, functions, and constants\) without executing the code\. The resulting set of definitions is topologically ordered to ensure definition\-before\-use and is written out as an isolated module\. Each extracted module passes through a multi\-stage validation pipeline comprising abstract syntax tree parsing, bytecode compilation, and sandboxed execution to detect syntax and import\-time errors\. Valid modules are then integrated into LEMUR as reusable building blocks, with associated metadata linking them to their source repositories\. Figure 4:NN\-RAG pipeline overview\. #### 2\.2\.6Few\-Shot Architecture Prompting To improve the stability of LLM\-based architecture generation, we employ few\-shot prompting and deduplication\. Prompts include a small set of high\-performing LEMUR architectures as exemplars, together with a description of the target dataset, and the LLM is instructed to produce a new architecture consistent with the LEMUR interface; the number of exemplars is treated as a tunable parameter\. Each generated architecture is normalized into a canonical form and assigned a whitespace\-stripped MD5 hash, which serves as a database key for fast detection and removal of exact duplicates prior to training\. Non\-duplicate architectures are trained under the standard LEMUR protocol and their performance recorded\. For statistical analysis, evaluation metrics are aggregated in a dataset\-balanced manner by first computing performance per dataset and then averaging across datasets to avoid bias from uneven task coverage\. #### 2\.2\.7Data Transformations In line with prior work\[[1](https://arxiv.org/html/2607.06839#bib.bib10)\], and with the objective of diversifying data augmentation within the corpus using the implementation described in\[[45](https://arxiv.org/html/2607.06839#bib.bib66)\], transformation pipelines are generated and evaluated on the CIFAR\-10 dataset\. A fixed ResNet architecture is trained for a single epoch \(batch size 64, learning rate 0\.01, momentum 0\.9, dropout 0\.2\), and validation accuracy is recorded\. The first approach is LLM\-based: prompted with the desired interface and examples of Torchvision transforms, the model proposes augmentation functions as Python code, which are syntactically validated before integration\. The second approach is combinatorial: from a predefined set of Torchvision transforms, all pipelines with one, two, or three variable transforms are enumerated and extended by a fixed suffix \(Resize–ToTensor–Normalization\); variable transforms receive randomly sampled parameters\. This yields 6,000 unique augmentation pipelines, each evaluated under the same training protocol\. Figure 5:Overview of the brute\-force generation of augmentation pipelines by permuting a fixed set of transforms and appending a standard preprocessing suffix\. ### 2\.3Cross Domain Deployment and Testing #### 2\.3\.1NN\-VR The VR\-Ready Neural Network Verifier \(NN\-VR\) provides automated validation and deployment of pre\-trained LEMUR models in Unity\-based virtual reality environments\. Its architecture comprises \(i\) a Neural Network Parser that ingests ONNX exports and associated metadata from LEMUR and populates a Unity project configured with the Barracuda inference engine; \(ii\) a Compatibility Verifier that imports ONNX models, checks operator coverage and shader support, and profiles GPU memory under VR\-relevant settings; and \(iii\) an Automated Porting System that converts and optionally optimizes models, configures inference scenes, and records diagnostic logs\. Performance is evaluated against VR\-specific criteria: inference latency relative to an 11 ms\-per\-frame budget \(90 Hz\), additional memory overhead compared to standalone inference, and numerical consistency between Unity/Barracuda outputs and reference PyTorch predictions within a tight tolerance\. The pipeline is designed for scalable application to large collections of models exported from LEMUR\. Figure 6:NN\-VR pipeline #### 2\.3\.2NN\-Lite NN\-Lite\[[6](https://arxiv.org/html/2607.06839#bib.bib16)\]is an automated pipeline for deploying and benchmarking PyTorch models on the Android platform\. It provides an end\-to\-end workflow designed to evaluate models from the dataset, managing the process from model conversion to final reporting without manual intervention\. The pipeline executes a four\-stage process for each model\. First, PyTorch models are automatically converted to the TensorFlow Lite \(TFLite\) format\. This stage includes a custom wrapper to resolve the NCHW \(PyTorch\) to NHWC \(TFLite\) tensor layout disparity, ensuring compatibility and efficient memory usage\. Second, the system manages the lifecycle of an Android Virtual Device \(AVD\), including boot\-up and state monitoring\. Third, a lightweight Android application is deployed to the AVD to execute model inference and collect latency metrics\. Fourth, the pipeline retrieves these benchmark results and combines them with device analytics \(e\.g\., memory, CPU architecture\) into a structured JSON report\. The system is designed for large\-scale, continuous operation, with built\-in state management and failure recovery mechanisms\. In a documented 48\-hour session, the pipeline processed over 7,500 models from the LEMUR dataset\. The final stage of the process is statistical consolidation, where performance metrics like task\-level accuracy are aggregated with on\-device latency data\. This integration allows for a unified analysis of a model’s software performance and its on\-device execution characteristics\. ## 3Evaluation All computer vision experiments are run in the AI Linux Docker image222AI Linux:[https://hub\.docker\.com/r/abrainone/ai\-linux](https://hub.docker.com/r/abrainone/ai-linux)on NVIDIA GeForce RTX 3090/4090 GPUs with 24 GB memory, using a Kubernetes cluster and dedicated workstations\. We performed repeated evaluations under multiple training configurations for every supported task and its associated datasets\. Each evaluation run corresponds to a distinct hyperparameter setting, including batch size, number of training epochs, learning rate, momentum, dropout rate, and the selected data transformation pipeline\. Every run is logged together with its accuracy and runtime, which enables systematic comparison across configurations and supports analysis of model performance variability under the same task protocol\. Evaluations use bounded training schedules to keep compute comparable while sweeping many architectures and hyperparameter settings\. Metrics generally improve with additional optimization and data exposure, but convergence rates vary across configurations, so reported scores reflect compute\-budgeted performance rather than uniformly converged endpoints\. Accordingly, comparisons to fully trained baselines should use matched training horizons, and the results primarily quantify how efficiently each method converts compute into task performance\. ## 4Results Table[2](https://arxiv.org/html/2607.06839#S4.T2)summarizes the quantitative performance of the LEMUR 2 generative systems and deployment pipelines under bounded training budgets\. Across the evaluated settings, optimization\-guided generators produce the strongest and most consistent image\-classification results, while prompt\-based and programmatic mutation methods exhibit higher variance in both quality and reliability\. Best\-per\-run denotes the highest accuracy attained across all training epochs for a fixed hyperparameter configuration, allowing comparison of peak observed performance rather than final\-epoch values as seen in[10](https://arxiv.org/html/2607.06839#S4.F10),[7](https://arxiv.org/html/2607.06839#S4.F7)\. Overall, these generative mechanisms produce models that are competitive with existing manually crafted network baselines\. Within groups \(Fig\.[9](https://arxiv.org/html/2607.06839#S4.F9)\), evolutionary models attain the highest median accuracy, indicating a dense cluster of strong architectures\. LLM\-generated few\-shot models \(“alt\-”\) occasionally match the best groups at the top but have lower median accuracy and higher variance, while programmatic AST mutations \(“ast\-”\) yield the lowest median accuracy, consistent with the sensitivity of local channel edits to the choice of input model relative to global optimization strategies\. This behavior can be explained by considering the effective size of the search space\. Optimization\-based generators converge faster than pure random search because the objective function provides a direction that quickly focuses the search on promising regions, especially when the coverage is moderate and the landscape is relatively smooth\. As the problem becomes more complex and the search space grows, however, the landscape becomes increasingly rugged, making it harder for any method to consistently find high\-quality solutions\. The impact of architectural configuration, such as channel widths in the AST channel\-mutated AlexNet variants show different convergence properties when compared with the original AlexNet, despite being a relatively small modification, underscoring how sensitive convergence can be to seemingly minor configurational change\. Table 2:Quantitative summary of LEMUR 2 generative systems and deployment pipelines\.MethodPrefix\#DatasetMetricBest PerformanceSuccess RateBest / Notable ConfigurationGenetic Algorithmga\-2000CIFAR\-10Accuracy0\.8004100%Block\-level evolution \(pooling, act\., BN\)Few\-Shot LLM Promptingalt\-4033CIFAR\-10Accuracy0\.3874a—1 exemplar \(nn=1\) best on CIFAR\-10Fractal Networksfrac\-1258CIFAR\-10Accuracy0\.8018b97%Recursive multi\-column \+ AMPAST Channel Mutationast\-1129CIFAR\-100Accuracy0\.3110100%Non\-standard widths \+ Late\-stage exp\.Reinforcement Learning \(GRPO\)rl\-512CIFAR\-10Accuracy0\.6799a60%Masked skeleton completionNN\-RAGrag\-1289CIFAR\-10Accuracy0\.928173\.0%timm \+ torchvision \+ transformersData Augmentation \(Brute Force\)—6000CIFAR\-10Accuracy0\.6124a100%RandomPosterize \+ standard suffixData Augmentation \(LLM\-Gen\)—280CIFAR\-10Accuracy0\.5728a22%RRC \+ ColorJitter \+ Flip \+ BlurMixture\-of\-Expertsmoe\-8CIFAR\-10Accuracy0\.9390100%Homogeneous top\-2 routing \(MoEv7\)0\.9313100%Heterogeneous \(Alex\+Air\+Dense\+BagNet\)Image Captioning \(NN\-Caption\)C\*C357MS\-COCOBLEU\-40\.3170\>\>50%ResNet\-50 \+ Transformer decoder \(768\-dim\)Text\-to\-Imaget2i\-3—CLIP Score0\.2751100%CVAE\-GAN \+ CLIP enc\. \+ PatchGANNN\-Lite \(Android TFLite\)—7512—Latency DB—100% conversionNCHW→\\rightarrowNHWC wrapperNN\-VR \(Unity/Barracuda 90 Hz\)—10244—Frame Time—95\.0%Auto shader/memory optimization aTested on multiple datasets; the reported result corresponds to the dataset listed in theDatasetcolumn\.bEvaluated for 5 epochs\. ### 4\.1Task Extensions Image CaptioningIncreasing prompt complexity \(5–10 snippets\) reduced runnable generations from 80% to 50%\. The LLM explored diverse architectures \(e\.g\., ConvNeXt, EfficientNet, Transformers\); the best generated variant \(ResNet\-50 \+ Transformer\) yielded a score of BLEU\-4 = 0\.317 at 50 epochs\. In the longer training schedule, it can confidently compete with the baseline, \([Fig\.7](https://arxiv.org/html/2607.06839#S4.F7)\) approaching to the score of 0\.3246\. This highlights the trade\-off between accuracy and architectural diversity\. Figure 7:Best per\-run image captioning BLEU\-4 distributions\.Text\-to\-ImageMethods progressed from a UNet diffusion model \(CLIP 0\.17–0\.24\) and LSTM\-GAN \(≈\\approx0\.214\) to a complex CVAE\-GAN\. The final CVAE\-GAN, utilizing a CLIP encoder, PatchGAN discriminator, and adversarial losses, achieved the peak CLIP score of 0\.2751, prioritizing semantic alignment over photorealistic textures\. Mixture\-of\-ExpertsEvaluations on CIFAR\-10 showed a tuned homogeneous MoE achieving the highest accuracy \(93\.9%\)\. A heterogeneous variant combining AlexNet, AirNet, DenseNet, and BagNet experts reached 93\.13%, successfully outperforming all constituent backbones trained individually\. ### 4\.2Generative Systems Genetic AlgorithmA hyperparameter\-restricted search yielded 62\.76% test accuracy \(11×11 kernel\), whereas evolving block\-type structures \(pooling, activation, BN\) improved accuracy to 80\.04%\. The champion model utilized batch normalization, 3×3 convolutions, and mixed pooling, demonstrating the value of block\-level flexibility\. NN\-RAGFrom 1,289 candidate blocks sourced fromtimm,torchvision, andtransformers, 941 \(73\.0%\) passed execution checks\. The resulting library, tagged “rag\-” in LEMUR 2, includes executable attention, convolutional, and normalization modules\. Few\-Shot PromptingResults were non\-monotonic:n=3n=3exemplars achieved the highest balanced mean accuracy \(53\.1%\) considering all datasets and improved CIFAR\-100 performance by 11\.6pp \(p=0\.001p=0\.001\)\. Conversely,n=6n=6caused a 99\.8% failure rate due to context overflow\. Data TransformationThe best LLM\-generated pipeline achieved 57\.28% validation accuracy\. A combinatorial search of 6,000 pipelines identified a superior configuration using a singleRandomPosterizetransform, reaching 61\.24% accuracy and outperforming the generative approach\. Figure 8:Top 10 image classification models across the dataset\.Figure 9:Median accuracy per model group for image classification task on the CIFAR\-10 dataset\.Figure 10:The distribution of the Few\-Shot Architecture Prompting generated networks tested on MNIST\. ## 5Conclusion This system was developed to produce a large and architecturally diverse collection of neural networks with extensive performance records across multiple tasks and hardware platforms, resulting in over 14,000 distinct architectures and more than 750,000 structured training records documenting model architectures, training configurations, and task\-specific metrics such as accuracy\. For edge devices and cross\-domain coverage, NN\-Lite and NN\-VR automate model deployment and benchmarking while recording on\-device characteristics including inference latency and memory usage\. By mobilizing data at scale, the framework reveals patterns that indicate which network configurations and structures are effective, supporting automated development of next\-generation architectures\[[11](https://arxiv.org/html/2607.06839#bib.bib15)\]\. By formalizing dependency\-closed neural primitives, it also establishes a scalable methodology for “Neural Architecture Mining,” transforming disparate source code into a standardized, executable substrate for automated ML workflows\. Due to space constraints, further implementation details, ablation studies, and extended results are deferred to the supplementary material\. Acknowledgments\.This work was partially supported by the Alexander von Humboldt Foundation\. ## References - \[1\]\(2025\)AUGMENTGEST: can random data cropping augmentation boost gesture recognition performance?\.arXiv preprint arXiv:2506\.07216\.Cited by:[§2\.2\.7](https://arxiv.org/html/2607.06839#S2.SS2.SSS7.p1.1)\. - \[2\]A\. Bansal, D\. Stoll, M\. Janowski, A\. Zela, and F\. Hutter\(2022\)JAHS\-bench\-201: a foundation for research on joint architecture and hyperparameter search\.InProceedings of the 36th Conference on Neural Information Processing Systems \(NeurIPS 2022\) — Datasets & Benchmarks Track,Note:Available at GitHub:[https://github\.com/automl/jahs\_bench\_201](https://github.com/automl/jahs_bench_201)External Links:[Link](https://papers.neurips.cc/paper_files/paper/2022/file/fd78f2f65881c1c7ce47e26b040cf48f-Paper-Datasets_and_Benchmarks.pdf)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.15.1)\. - \[3\]W\. Brendel and M\. Bethge\(2019\)Approximating cnns with bag\-of\-local\-features models works surprisingly well on imagenet\.arXiv preprint arXiv:1904\.00760\.Cited by:[§2\.1\.4](https://arxiv.org/html/2607.06839#S2.SS1.SSS4.p2.1)\. - \[4\]E\. Chee and Z\. Wu\(2018\)Airnet: self\-supervised affine registration for 3d medical images using neural networks\.arXiv preprint arXiv:1810\.02583\.Cited by:[§2\.1\.4](https://arxiv.org/html/2607.06839#S2.SS1.SSS4.p2.1)\. - \[5\]J\. Chung, C\. Gulcehre, K\. Cho, and Y\. Bengio\(2014\)Empirical evaluation of gated recurrent neural networks on sequence modeling\.arXiv preprint arXiv:1412\.3555\.Cited by:[§2\.1\.1](https://arxiv.org/html/2607.06839#S2.SS1.SSS1.p1.1)\. - \[6\]S\. U\. Din, M\. A\. Hussain, M\. Ikram, D\. Ignatov, and R\. Timofte\(2025\-11\)AI on the edge: an automated pipeline for pytorch\-to\-android deployment and benchmarking\.Preprints\.External Links:[Document](https://dx.doi.org/10.20944/preprints202511.1831.v1),[Link](https://doi.org/10.20944/preprints202511.1831.v1)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1),[§2\.3\.2](https://arxiv.org/html/2607.06839#S2.SS3.SSS2.p1.1)\. - \[7\]X\. Dong, L\. Liu, K\. Musial, and B\. Gabrys\(2021\)NATS\-Bench: benchmarking nas algorithms for architecture topology and size\.IEEE Transactions on Pattern Analysis and Machine Intelligence \(TPAMI\)\.Note:doi:[10\.1109/TPAMI\.2021\.3054824](https://arxiv.org/html/2607.06839v1/10.1109/TPAMI.2021.3054824)External Links:[Document](https://dx.doi.org/10.1109/TPAMI.2021.3054824)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.10.1)\. - \[8\]X\. Dong and Y\. Yang\(2020\)NAS\-Bench\-201: extending the scope of reproducible neural architecture search\.InInternational Conference on Learning Representations \(ICLR\),External Links:[Link](https://openreview.net/forum?id=HJxyZkBKDr)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.9.1)\. - \[9\]Y\. Duan, X\. Chen, H\. Xu, Z\. Chen, X\. Liang, T\. Zhang, and Z\. Li\(2021\)Transnas\-bench\-101: improving transferability and generalizability of cross\-task neural architecture search\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 5251–5260\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.11.1)\. - \[10\]J\. L\. Elman\(1990\)Finding structure in time\.Cognitive Science14\(2\),pp\. 179–211\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1207/s15516709cog1402%5F1),[Link](https://onlinelibrary.wiley.com/doi/abs/10.1207/s15516709cog1402_1)Cited by:[§2\.1\.3](https://arxiv.org/html/2607.06839#S2.SS1.SSS3.p1.2)\. - \[11\]R\. K\. et al\.\(2025\)NNGPT: rethinking AutoML with large language models\.arXiv preprint arXiv:2511\.20333\.Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1),[§5](https://arxiv.org/html/2607.06839#S5.p1.1)\. - \[12\]W\. K\. et al\.\(2025\)A retrieval\-augmented generation approach to extracting algorithmic logic from neural networks\.arXiv preprint arXiv:2512\.04329\.Cited by:[§2\.2\.5](https://arxiv.org/html/2607.06839#S2.SS2.SSS5.p1.1)\. - \[13\]W\. K\. et al\.\(2026\)From memorization to creativity: llm as a designer of novel neural\-architectures\.arXiv preprintarXiv:2601\.02997\.External Links:[Link](https://arxiv.org/abs/2601.02997)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1),[§2\.2\.5](https://arxiv.org/html/2607.06839#S2.SS2.SSS5.p1.1)\. - \[14\]M\. Gado, T\. Taliee, M\. D\. Memon, D\. Ignatov, and R\. Timofte\(2025\)VIST\-gpt: ushering in the era of visual storytelling with llms?\.arXiv preprint arXiv:2504\.19267\.Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1)\. - \[15\]A\. T\. Goodarzi, R\. Kochnev, W\. Khalid, F\. Qin, T\. A\. Uzun, Y\. S\. Dhameliya, Y\. K\. Kathiriya, Z\. A\. Bentyn, D\. Ignatov, and R\. Timofte\(2025\)LEMUR Neural Network Dataset: Towards Seamless AutoML\.External Links:2504\.10552,[Link](https://arxiv.org/abs/2504.10552)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1),[§1](https://arxiv.org/html/2607.06839#S1.p3.1),[§2](https://arxiv.org/html/2607.06839#S2.p1.1)\. - \[16\]Google\(2018\)TensorFlow hub\.Note:[https://www\.tensorflow\.org/hub](https://www.tensorflow.org/hub)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p3.1)\. - \[17\]X\. Gu, D\. Ignatov, and R\. Timofte\(2026\)Resource\-efficient iterative llm\-based nas with feedback memory\.arXiv preprintarXiv:2603\.12091\.External Links:[Link](https://arxiv.org/abs/2603.12091)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1)\. - \[18\]J\. Ho, A\. Jain, and P\. Abbeel\(2020\)Denoising diffusion probabilistic models\.Advances in neural information processing systems33,pp\. 6840–6851\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\. - \[19\]S\. Hochreiter and J\. Schmidhuber\(1997\-11\)Long short\-term memory\.Neural Computation9\(8\),pp\. 1735–1780\.External Links:[Document](https://dx.doi.org/10.1162/neco.1997.9.8.1735)Cited by:[§2\.1\.3](https://arxiv.org/html/2607.06839#S2.SS1.SSS3.p1.2)\. - \[20\]G\. Huang, Z\. Liu, L\. Van Der Maaten, and K\. Q\. Weinberger\(2017\)Densely connected convolutional networks\.InProceedings of the IEEE conference on computer vision and pattern recognition,pp\. 4700–4708\.Cited by:[§2\.1\.4](https://arxiv.org/html/2607.06839#S2.SS1.SSS4.p2.1)\. - \[21\]K\. Jesani, D\. Ignatov, and R\. Timofte\(2025\)LLM as a neural architect: controlled generation of image captioning models under strict api contracts\.arXiv preprintarXiv:2512\.14706\.External Links:[Link](https://arxiv.org/abs/2512.14706)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1)\. - \[22\]H\. Jin, Q\. Song, and X\. Hu\(2019\)Auto\-keras: an efficient neural architecture search system\.InProceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining,pp\. 1946–1956\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p3.1)\. - \[23\]D\. P\. Kingma and M\. Welling\(2013\)Auto\-encoding variational bayes\.arXiv preprint arXiv:1312\.6114\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\. - \[24\]N\. Klyuchnikov, I\. Trofimov, E\. Artemova, M\. Salnikov, M\. Fedorov, A\. Filippov, and E\. Burnaev\(2022\)Nas\-bench\-nlp: neural architecture search benchmark for natural language processing\.IEEE Access10,pp\. 45736–45747\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.12.1)\. - \[25\]R\. Kochnev, A\. T\. Goodarzi, Z\. A\. Bentyn, D\. Ignatov, and R\. Timofte\(2025\)Optuna vs Code Llama: Are LLMs a New Paradigm for Hyperparameter Tuning?\.InProceedings of the IEEE/CVF International Conference on Computer Vision Workshops \(ICCVW\),pp\. 5664–5674\.Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1),[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1)\. - \[26\]A\. Krizhevsky, I\. Sutskever, and G\. E\. Hinton\(2012\)ImageNet classification with deep convolutional neural networks\.InAdvances in Neural Information Processing Systems,F\. Pereira, C\.J\. Burges, L\. Bottou, and K\.Q\. Weinberger \(Eds\.\),Vol\.25,pp\.\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf)Cited by:[§2\.1\.4](https://arxiv.org/html/2607.06839#S2.SS1.SSS4.p2.1)\. - \[27\]A\. Krizhevsky\(2009\)Learning multiple layers of features from tiny images\.Technical ReportUniversity of Toronto\.External Links:[Link](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf)Cited by:[§2\.1\.4](https://arxiv.org/html/2607.06839#S2.SS1.SSS4.p1.1),[§2\.2\.3](https://arxiv.org/html/2607.06839#S2.SS2.SSS3.p1.1)\. - \[28\]G\. Larsson, M\. Maire, and G\. Shakhnarovich\(2016\)Fractalnet: ultra\-deep neural networks without residuals\.arXiv preprint arXiv:1605\.07648\.Cited by:[§2\.2\.4](https://arxiv.org/html/2607.06839#S2.SS2.SSS4.p1.1)\. - \[29\]C\. Li, Z\. Yu, Y\. Fu, Y\. Zhang, Y\. Zhao, H\. You, Q\. Yu, Y\. Wang, and Y\. Lin\(2021\)Hw\-nas\-bench: hardware\-aware neural architecture search benchmark\.arXiv preprint arXiv:2103\.10584\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.14.1)\. - \[30\]LibCST developers\(2025\)LibCST: a concrete syntax tree parser and serializer library for python\.Note:[https://github\.com/Instagram/LibCST](https://github.com/Instagram/LibCST)Version 1\.8\.6, accessed November 14, 2025Cited by:[§2\.2\.5](https://arxiv.org/html/2607.06839#S2.SS2.SSS5.p2.1)\. - \[31\]T\. Lin, M\. Maire, S\. Belongie, J\. Hays, P\. Perona, D\. Ramanan, P\. Dollár, and C\. L\. Zitnick\(2014\)Microsoft coco: common objects in context\.InEuropean conference on computer vision,pp\. 740–755\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p1.1),[§2\.1\.1](https://arxiv.org/html/2607.06839#S2.SS1.SSS1.p1.1)\. - \[32\]A\. Mehrotra, L\. Dudziak,et al\.\(2021\)NAS\-bench\-asr: reproducible neural architecture search for speech recognition\.InICLR,Cited by:[Table 1](https://arxiv.org/html/2607.06839#S1.T1.4.4.4.2)\. - \[33\]Y\. Mittal, D\. Ignatov, and R\. Timofte\(2025\)Preparation of Fractal\-Inspired Computational Architectures for Advanced Large Language Model Analysis\.arXiv preprint arXiv:2511\.07329\.Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1),[§2\.2\.4](https://arxiv.org/html/2607.06839#S2.SS2.SSS4.p1.1)\. - \[34\]R\. S\. Olson and J\. H\. Moore\(2016\-24 Jun\)TPOT: a tree\-based pipeline optimization tool for automating machine learning\.InProceedings of the Workshop on Automatic Machine Learning,F\. Hutter, L\. Kotthoff, and J\. Vanschoren \(Eds\.\),Proceedings of Machine Learning Research, Vol\.64,New York, New York, USA,pp\. 66–74\.External Links:[Link](https://proceedings.mlr.press/v64/olson_tpot_2016.html)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p3.1)\. - \[35\]K\. Papineni, S\. Roukos, T\. Ward, and W\. Zhu\(2002\)BLEU: a method for automatic evaluation of machine translation\.InProceedings of the 40th Annual Meeting on Association for Computational Linguistics,ACL ’02,USA,pp\. 311–318\.External Links:[Link](https://doi.org/10.3115/1073083.1073135),[Document](https://dx.doi.org/10.3115/1073083.1073135)Cited by:[§2\.1\.1](https://arxiv.org/html/2607.06839#S2.SS1.SSS1.p1.1)\. - \[36\]A\. Paszke, S\. Gross, F\. Massa, A\. Lerer, J\. Bradbury, G\. Chanan, T\. Killeen, Z\. Lin, N\. Gimelshein, L\. Antiga, A\. Desmaison, A\. Köpf, E\. Yang, Z\. DeVito, M\. Raison, A\. Tejani, S\. Chilamkurthy, B\. Steiner, L\. Fang, J\. Bai, and S\. Chintala\(2019\)PyTorch: an imperative style, high\-performance deep learning library\.External Links:1912\.01703,[Link](https://arxiv.org/abs/1912.01703)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p2.1)\. - \[37\]PyTorch Foundation\(2019\)PyTorch hub\.Note:[https://pytorch\.org/hub](https://pytorch.org/hub)Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p3.1)\. - \[38\]Y\. Qin, Z\. Zhang, X\. Wang, Z\. Zhang, and W\. Zhu\(2022\)Nas\-bench\-graph: benchmarking graph neural architecture search\.Advances in neural information processing systems35,pp\. 54–69\.Cited by:[Table 1](https://arxiv.org/html/2607.06839#S1.T1.6.6.13.1)\. - \[39\]A\. Radford, J\. W\. Kim, C\. Hallacy, A\. Ramesh, G\. Goh, S\. Agarwal, G\. Sastry, A\. Askell, P\. Mishkin, J\. Clark,et al\.\(2021\)Learning transferable visual models from natural language supervision\.InInternational conference on machine learning,pp\. 8748–8763\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\. - \[40\]J\. Reed, Z\. DeVito, H\. He, A\. Ussery, and J\. Ansel\(2022\)Torch\. fx: practical program capture and transformation for deep learning in python\.Proceedings of Machine Learning and Systems4,pp\. 638–651\.Cited by:[§2\.2\.1](https://arxiv.org/html/2607.06839#S2.SS2.SSS1.p1.1)\. - \[41\]R\. Rombach, A\. Blattmann, D\. Lorenz, P\. Esser, and B\. Ommer\(2022\)High\-resolution image synthesis with latent diffusion models\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 10684–10695\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\. - \[42\]O\. Ronneberger, P\. Fischer, and T\. Brox\(2015\)U\-net: convolutional networks for biomedical image segmentation\.InInternational Conference on Medical image computing and computer\-assisted intervention,pp\. 234–241\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\. - \[43\]B\. Rupani, D\. Ignatov, and R\. Timofte\(2025\)Exploring the collaboration between vision models and llms for enhanced image classification\.Dimensions27\(1\)\.Note:doi:10\.13140/RG\.2\.2\.14615\.69284External Links:Link,[Document](https://dx.doi.org/10.13140/RG.2.2.14615.69284)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p1.1)\. - \[44\]Z\. Shao, P\. Wang, Q\. Zhu, R\. Xu, J\. Song, X\. Bi, H\. Zhang, M\. Zhang, Y\. Li, Y\. Wu,et al\.\(2024\)Deepseekmath: pushing the limits of mathematical reasoning in open language models\.arXiv preprint arXiv:2402\.03300\.Cited by:[§2\.2\.2](https://arxiv.org/html/2607.06839#S2.SS2.SSS2.p3.3)\. - \[45\]U\. Shrestha, D\. Ignatov, and R\. Timofte\(2026\)From brute force to semantic insight: performance\-guided data transformation design with llms\.arXiv preprintarXiv:2601\.03808\.External Links:[Link](https://arxiv.org/abs/2601.03808)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1),[§2\.2\.7](https://arxiv.org/html/2607.06839#S2.SS2.SSS7.p1.1)\. - \[46\]J\. Siems, L\. Zimmer, A\. Zela, J\. Lukasik, M\. Keuper, and F\. Hutter\(2020\)NAS\-bench\-301 and the case for surrogate benchmarks for neural architecture search\.InNeurIPS,Cited by:[Table 1](https://arxiv.org/html/2607.06839#S1.T1.3.3.3.3)\. - \[47\]T\. A\. Uzun, D\. Ignatov, and R\. Timofte\(2026\)Closed\-loop llm discovery of non\-standard channel priors in vision models\.arXiv preprintarXiv:2601\.08517\.External Links:[Link](https://arxiv.org/abs/2601.08517)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1),[§2\.2\.1](https://arxiv.org/html/2607.06839#S2.SS2.SSS1.p1.1)\. - \[48\]C\. Vysyaraju, R\. Duvvuri, A\. Goyal, D\. Ignatov, and R\. Timofte\(2025\)Enhancing llm\-based neural network generation: few\-shot prompting and efficient validation for automated architecture design\.arXiv preprintarXiv:2512\.24120\.External Links:[Link](https://arxiv.org/abs/2512.24120)Cited by:[§1\.2](https://arxiv.org/html/2607.06839#S1.SS2.p4.1)\. - \[49\]P\.J\. Werbos\(1990\)Backpropagation through time: what it does and how to do it\.Proceedings of the IEEE78\(10\),pp\. 1550–1560\.External Links:[Document](https://dx.doi.org/10.1109/5.58337)Cited by:[§2\.1\.3](https://arxiv.org/html/2607.06839#S2.SS1.SSS3.p1.2)\. - \[50\]C\. Ying, A\. Klein, E\. Christiansen, E\. Real, K\. Murphy, and F\. Hutter\(2019\)Nas\-bench\-101: towards reproducible neural architecture search\.InInternational conference on machine learning,pp\. 7105–7114\.Cited by:[§1\.1](https://arxiv.org/html/2607.06839#S1.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.06839#S1.T1.1.1.1.2)\. - \[51\]A\. Zela, J\. Siems, and F\. Hutter\(2020\)NAS\-bench\-1shot1: benchmarking and dissecting one\-shot neural architecture search\.InICLR,Cited by:[Table 1](https://arxiv.org/html/2607.06839#S1.T1.5.5.5.2)\. - \[52\]H\. Zhang, I\. Goodfellow, D\. Metaxas, and A\. Odena\(2019\)Self\-attention generative adversarial networks\.InInternational conference on machine learning,pp\. 7354–7363\.Cited by:[§2\.1\.2](https://arxiv.org/html/2607.06839#S2.SS1.SSS2.p1.1)\.
Similar Articles
@dair_ai: NEW paper from Meta: Agentic Discovery of Neural Architectures. This is a hot new area of research! Keep an eye on it.
Meta's new paper presents an agentic system that autonomously discovers neural architectures outperforming Llama 3.2 at 350M, 1B, and 3B scales within a 24-hour compute budget.
@sadhikesaven: Today, LLMs are no longer built from human data alone. They rely on other LLMs to generate training data, filter corpor…
ModSleuth is a new tool that traces the dependencies of modern LLMs, revealing that models like OLMo 3 and Nemotron 3 rely on hundreds of other models and datasets, highlighting the shift from human-only to AI-generated training data.
LiquidAI/LFM2.5-VL-3B · Hugging Face
LiquidAI releases LFM2.5-VL-3B, a 3B multimodal model for on-device deployment with improved OCR, grounding, and efficient inference, available in multiple formats including GGUF, ONNX, and MLX.
LiquidAI/LFM2.5-ColBERT-350M
LiquidAI releases LFM2.5-ColBERT-350M, a late-interaction multilingual retrieval model, along with a dense bi-encoder variant, both built on LFM2.5-350M-Base, supporting 11 languages and designed as drop-in replacements for RAG pipelines.
LiquidAI/LFM2.5-Embedding-350M
Liquid AI releases LFM2.5-Embedding-350M, a dense bi-encoder for multilingual retrieval supporting 11 languages, as a drop-in replacement for RAG pipelines.