← Latest papers
🤖 machine learning

LEMUR 2: Unlocking Neural Network Diversity for AI

LEMUR 2 introduces a large-scale, extensible framework that unifies generative, evaluative, and deployment pipelines to produce over 14,000 diverse neural architectures with comprehensive performance metadata, thereby establishing a new foundation for reproducible, data-driven AI design and LLM-driven AutoML across multimodal tasks and heterogeneous hardware.

Original authors: 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
Published 2026-07-09
📖 5 min read🧠 Deep dive

Original authors: 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

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build the perfect house. For years, architects (AI researchers) have been designing these houses by hand, one brick at a time. They have a few standard blueprints they like to use, but they haven't really explored what happens if you mix and match bricks from different eras, or if you try to build a house that works equally well in a desert, a rainforest, or a snowy mountain.

LEMUR 2 is a massive new project that changes the game. Instead of just looking at a few favorite blueprints, the researchers built a giant, automated "construction factory" that churns out over 14,000 unique neural network designs (the "houses") and tests them all.

Here is how they did it, using simple analogies:

1. The Construction Crew (How they made the models)

The team didn't just draw one blueprint and copy it. They used six different "crews" to generate these 14,000 designs, ensuring the collection is incredibly diverse:

  • The Genetic Engineers (Evolution): Imagine a population of digital creatures. The computer lets them "breed" and "mutate" over many generations, keeping the strongest designs and discarding the weak ones. This found about 2,000 new, strong architectures.
  • The Code Mutators (AST Editing): Think of this as a robot that takes an existing house blueprint and changes the width of the hallways or the size of the windows. It tweaks the code slightly to see if the house still stands.
  • The Fractal Builders: These builders use a mathematical pattern where a small design repeats itself over and over to create a complex, self-similar structure (like a fern leaf or a snowflake).
  • The Scavengers (NN-RAG): This is like a robot that goes through a massive library of public code (like a giant online hardware store), finds useful pre-made parts (like a specific type of door or window), and checks if they work before adding them to its toolbox. They found over 900 reusable parts this way.
  • The AI Architects (LLM & Reinforcement Learning): They asked a super-smart AI (a Large Language Model) to write new blueprints from scratch. Sometimes they gave it a few examples of good houses to copy (Few-Shot), and other times they let the AI try to build a house, failed, got a "scolding" (negative reward), and tried again until it got it right (Reinforcement Learning).
  • The Data Mixers: They also tested 6,000 different ways to "prepare the ingredients" (data augmentation) before cooking the meal, to see which recipe made the model taste best.

2. The Testing Grounds (What they tested)

In the past, most tests only looked at how well a model could identify a cat or a dog in a photo. LEMUR 2 is much broader. They tested these 14,000 models on:

  • Describing pictures: Making the AI write a sentence about a photo.
  • Drawing pictures: Making the AI create an image from a text description.
  • Writing text: Making the AI predict the next word in a story.
  • Mixing experts: Creating a "team" of different small models that vote on the answer, rather than relying on just one big model.

3. The Real-World Stress Test (Deployment)

This is the paper's biggest innovation. Usually, researchers test models on giant, super-fast computers in a lab. LEMUR 2 asks: "Does this model actually work on a real phone or in a Virtual Reality headset?"

  • NN-Lite (The Phone Test): They took thousands of models and tried to shrink them down to run on an Android phone. They measured how fast the phone could "think" using these models.
  • NN-VR (The VR Test): They tried to run these models inside a Virtual Reality game engine (Unity). They checked if the model was fast enough to keep up with a 90Hz VR headset (which means the model has to think 90 times a second, or the user gets motion sickness).

4. The Result: A Massive Library

The final output is a giant database containing:

  • 14,000+ distinct model designs.
  • 750,000+ training records (like a logbook for every single test run).
  • Real-world speed data from phones and VR headsets.

Why does this matter?

Think of previous AI research as having a small box of Lego bricks. You could build a few cool things, but you were limited by the bricks you had.

LEMUR 2 dumps a warehouse full of different Lego bricks, different building instructions, and even instructions on how to build a Lego castle that fits inside a tiny backpack (mobile phone) or a helmet (VR).

By having this massive, diverse library, researchers can now use AI to design better AI. Instead of a human guessing which blueprint is best, they can use this data to train a "Master Architect" (a Large Language Model) to understand what makes a neural network work, leading to smarter, faster, and more efficient AI in the future.

In short: They built a massive, automated factory to create and test thousands of different AI brains, not just to see how smart they are, but to see if they can actually run on the devices we use every day.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →