paper-with-me

Papers

Meta-prediction Model for Distillation-Aware NAS on Unseen Datasets

2023-05-26 · Hayeon Lee, Sohyun An, Minseon Kim, Sung Ju Hwang

Distillation-aware Neural Architecture Search (DaNAS) aims to search for an optimal student architecture that obtains the best performance and/or efficiency when distilling the knowledge from a given teacher model. Previous DaNAS methods have mostly tackled the search for the neural architecture for fixed datasets and the teacher, which are not generalized well on a new task consisting of an unseen dataset and an unseen teacher, thus need to perform a costly search for any new combination of the datasets and the teachers. For standard NAS tasks without KD, meta-learning-based computationally efficient NAS methods have been proposed, which learn the generalized search process over multiple tasks (datasets) and transfer the knowledge obtained over those tasks to a new task. However, since they assume learning from scratch without KD from a teacher, they might not be ideal for DaNAS scenarios. To eliminate the excessive computational cost of DaNAS methods and the sub-optimality of rapid NAS methods, we propose a distillation-aware meta accuracy prediction model, DaSS (Distillation-aware Student Search), which can predict a given architecture's final performances on a dataset when performing KD with a given teacher, without having actually to train it on the target task. The experimental results demonstrate that our proposed meta-prediction model successfully generalizes to multiple unseen datasets for DaNAS tasks, largely outperforming existing meta-NAS methods and rapid NAS baselines. Code is available at https://github.com/CownowAn/DaSS

📄 PDF Abstract BibTeX arXiv:2305.16948

Code (1)

cownowan/dass 공식 구현 pytorch

Tasks

Meta-LearningNeural Architecture Search

Similar Papers 제목 키워드 기반

Shape-aware Meta-learning for Generalizing Prostate MRI Segmentation to Unseen Domains

2020-07-04 · Quande Liu, Qi Dou, Pheng-Ann Heng

Model generalization capacity at domain shift (e.g., various imaging protocols and scanners) is crucial for deep learning methods in real-world clinical deployment. This paper tackles the challenging problem of domain ge…

Domain GeneralizationMeta-LearningMRI segmentation

Few-Shot Inductive Learning on Temporal Knowledge Graphs using Concept-Aware Information

2022-11-15 · Zifeng Ding, Jingpei Wu, Bailan He, Yunpu Ma 외

Knowledge graph completion (KGC) aims to predict the missing links among knowledge graph (KG) entities. Though various methods have been developed for KGC, most of them can only deal with the KG entities seen in the trai…

Inductive LearningKnowledge Graph CompletionKnowledge GraphsLink Prediction+2

Positive Pair Distillation Considered Harmful: Continual Meta Metric Learning for Lifelong Object Re-Identification

2022-10-04 · Kai Wang, Chenshen Wu, Andy Bagdanov, Xialei Liu 외

Lifelong object re-identification incrementally learns from a stream of re-identification tasks. The objective is to learn a representation that can be applied to all tasks and that generalizes to previously unseen re-id…

Knowledge DistillationMetric LearningVehicle Re-Identification

Intervention-Aware Multiscale Representation Learning from Imaging Phenomics and Perturbation Transcriptomics

2026-04-19 · Jiayuan Chen, Ruoqi Liu, Zishan Gu, Ping Zhang arxiv

Microscopy-based phenotypic profiling is scalable for drug discovery but lacks the mechanistic depth of transcriptomics, which remains costly and scarce. Existing multimodal approaches either use images to support other …

Representation LearningDrug Discovery

MGDD: A Meta Generator for Fast Dataset Distillation

2023-09-21 · NeurIPS 2023 11

Existing dataset distillation (DD) techniques typically rely on iterative strategies to synthesize condensed datasets, where datasets before and after distillation are forward and backward through neural networks a massi…