paper-with-me

Papers

Model LEGO: Creating Models Like Disassembling and Assembling Building Blocks

2022-03-25 · Jiacong Hu, Jing Gao, Jingwen Ye, Yang Gao, Xingen Wang, Zunlei Feng, Mingli Song

With the rapid development of deep learning, the increasing complexity and scale of parameters make training a new model increasingly resource-intensive. In this paper, we start from the classic convolutional neural network (CNN) and explore a paradigm that does not require training to obtain new models. Similar to the birth of CNN inspired by receptive fields in the biological visual system, we draw inspiration from the information subsystem pathways in the biological visual system and propose Model Disassembling and Assembling (MDA). During model disassembling, we introduce the concept of relative contribution and propose a component locating technique to extract task-aware components from trained CNN classifiers. For model assembling, we present the alignment padding strategy and parameter scaling strategy to construct a new model tailored for a specific task, utilizing the disassembled task-aware components. The entire process is akin to playing with LEGO bricks, enabling arbitrary assembly of new models, and providing a novel perspective for model creation and reuse. Extensive experiments showcase that task-aware components disassembled from CNN classifiers or new models assembled using these components closely match or even surpass the performance of the baseline, demonstrating its promising results for model reuse. Furthermore, MDA exhibits diverse potential applications, with comprehensive experiments exploring model decision route analysis, model compression, knowledge distillation, and more. The code is available at https://github.com/jiaconghu/Model-LEGO.

📄 PDF Abstract BibTeX arXiv:2203.13453

Code (1)

jiaconghu/model-lego 공식 구현 pytorch

Tasks

Incremental LearningKnowledge DistillationModel CompressionTransfer Learning

Similar Papers 제목 키워드 기반

Merging LoRAs like Playing LEGO: Pushing the Modularity of LoRA to Extremes Through Rank-Wise Clustering

2024-09-24 · Ziyu Zhao, Tao Shen, Didi Zhu, Zexi Li 외

Low-Rank Adaptation (LoRA) has emerged as a popular technique for fine-tuning large language models (LLMs) to various domains due to its modular design and widespread availability on platforms like Huggingface. This modu…

Learning to Build by Building Your Own Instructions

2024-10-01 · Aaron Walsman, Muru Zhang, Adam Fishman, Ali Farhadi 외

Structural understanding of complex visual objects is an important unsolved component of artificial intelligence. To study this, we develop a new technique for the recently proposed Break-and-Make problem in LTRON where …

Imitation Learning

Break and Make: Interactive Structural Understanding Using LEGO Bricks

2022-07-27 · Aaron Walsman, Muru Zhang, Klemen Kotar, Karthik Desingh 외

Visual understanding of geometric structures with complex spatial relationships is a fundamental component of human intelligence. As children, we learn how to reason about structure not only from observation, but also by…

Disassembling Object Representations without Labels

2020-04-03 · Zunlei Feng, Xinchao Wang, Yongming He, Yike Yuan 외

In this paper, we study a new representation-learning task, which we termed as disassembling object representations. Given an image featuring multiple objects, the goal of disassembling is to acquire a latent representat…

General ClassificationGenerative Adversarial NetworkObjectRepresentation Learning+1

One-sample Guided Object Representation Disassembling

2020-12-01 · NeurIPS 2020 12 · Zunlei Feng, Yongming He, Xinchao Wang, Xin Gao 외

The ability to disassemble the features of objects and background is crucial for many machine learning tasks, including image classification, image editing, visual concepts learning, and so on. However, existing (semi-)s…

Data Augmentationimage-classificationImage ClassificationObject