SEAL: Searching Expandable Architectures for Incremental Learning

15d ago · Global · primary source: export.arxiv.org

A new framework called SEAL applies neural architecture search to incremental learning, allowing models to expand only when necessary rather than at every new task, according to research posted on arXiv [1][2]. The work, led by Matteo Gambella, targets data-incremental learning, a scenario where disjoint data samples arrive sequentially and are not stored for future access [2]. SEAL adapts the model structure dynamically by expanding it only when a capacity estimation metric indicates it is required [2]. Stability is preserved through cross-distillation training after each expansion step [2]. The neural architecture search component jointly searches for both the architecture and the optimal expansion policy [2]. Existing neural architecture search-based approaches to incremental learning often expand the model at every task, making them impractical in resource-constrained environments [2]. SEAL was designed to address that limitation by allocating additional capacity only when required [2]. Experiments across multiple benchmarks demonstrated that SEAL reduces forgetting and enhances accuracy compared to prior methods [2]. The paper was submitted to arXiv on 15 May 2025 and revised twice, with the latest version posted on 23 June 2026 [1]. The submission sizes for the three versions were 6,576 KB, 6,245 KB, and 6,312 KB, respectively [1]. arXiv, which began on 14 August 1991, is an open-access repository of electronic preprints that are moderated but not peer-reviewed [9]. As of November 2024, the repository receives about 24,000 articles per month [9]. Incremental learning poses a key challenge: balancing plasticity, the ability to learn new tasks, and stability, the ability to preserve past knowledge [2]. Neural architecture search, a branch of automated machine learning, automates the design of deep neural network architectures and has shown success in static settings [2]. The SEAL framework represents an effort to bring that automation to dynamic, sequential learning environments without the resource bloat of earlier expansion-based methods [2].

research-paperregulationtool-release

Background sources we checked (10)
  • arxiv.org ↗ Incremental learning is a machine learning paradigm where a model learns from a sequential stream of tasks. This setting poses a key challenge: balancing plasticity (learning new tasks) and stability (preserving past knowledge). Neural Architecture Search (NAS), a branch of AutoM…
  • en.wikipedia.org ↗ In computer science and operations research, a memetic algorithm (MA) is an extension of an evolutionary algorithm (EA) that aims to accelerate the evolutionary search for the optimum. An EA is a metaheuristic that reproduces the basic principles of biological evolution as a comp…
  • en.wikipedia.org ↗ The timeline of historic inventions is a chronological list of particularly significant technological inventions and their inventors, where known. This page lists non-incremental inventions that are widely recognized by reliable sources as having had a direct impact on the cours…
  • en.wikipedia.org ↗ A prison, also known as a jail, gaol, penitentiary, detention center, correction center, correctional facility, or remand center, is a facility where people are imprisoned under the authority of the state, usually as punishment for various crimes. They may also be used to house t…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue