paper-with-me

Papers

CATCH: Context-based Meta Reinforcement Learning for Transferrable Architecture Search

2020-07-18 · ECCV 2020 8 · Xin Chen, Yawen Duan, Zewei Chen, Hang Xu, Zihao Chen, Xiaodan Liang, Tong Zhang, Zhenguo Li

Neural Architecture Search (NAS) achieved many breakthroughs in recent years. In spite of its remarkable progress, many algorithms are restricted to particular search spaces. They also lack efficient mechanisms to reuse knowledge when confronting multiple tasks. These challenges preclude their applicability, and motivate our proposal of CATCH, a novel Context-bAsed meTa reinforcement learning (RL) algorithm for transferrable arChitecture searcH. The combination of meta-learning and RL allows CATCH to efficiently adapt to new tasks while being agnostic to search spaces. CATCH utilizes a probabilistic encoder to encode task properties into latent context variables, which then guide CATCH's controller to quickly "catch" top-performing networks. The contexts also assist a network evaluator in filtering inferior candidates and speed up learning. Extensive experiments demonstrate CATCH's universality and search efficiency over many other widely-recognized algorithms. It is also capable of handling cross-domain architecture search as competitive networks on ImageNet, COCO, and Cityscapes are identified. This is the first work to our knowledge that proposes an efficient transferrable NAS solution while maintaining robustness across various settings.

📄 PDF Abstract BibTeX arXiv:2007.09380

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningMeta Reinforcement LearningNeural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Just-in-time and distributed task representations in language models

2025-08-28 · Yuxuan Li, Declan Campbell, Stephanie C. Y. Chan, Andrew Kyle Lampinen arxiv

Many of language models' impressive capabilities originate from their in-context learning: based on instructions or examples, they can infer and perform new tasks without weight updates. In this work, we investigate when…

Harden and Catch for Just-in-Time Assured LLM-Based Software Testing: Open Research Challenges

2025-04-23 · Mark Harman, Peter O'Hearn, Shubho Sengupta

Despite decades of research and practice in automated software testing, several fundamental concepts remain ill-defined and under-explored, yet offer enormous potential real-world impact. We show that these concepts rais…

software testing

Probing, Generalization and Application of Metaphorical Knowledge in Pre-trained Language Models

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Human languages are full of metaphorical expressions. Metaphors help people understand the world by connecting new concepts and domains to more familiar ones. Large pre-trained language models (PLMs) are therefore assume…

Just-in-Time Catching Test Generation at Meta

2026-01-30 · Matthew Becker, Yifei Chen, Nicholas Cochran, Pouyan Ghasemi 외 arxiv

We report on Just-in-Time catching test generation at Meta, designed to prevent bugs in large scale backend systems of hundreds of millions of line of code. Unlike traditional hardening tests, which pass at generation ti…

Agile Interception of a Flying Target using Competitive Reinforcement Learning

2026-03-17 · Timothée Gavin, Simon Lacroix, Murat Bronz arxiv

This article presents a solution to intercept an agile drone by another agile drone carrying a catching net. We formulate the interception as a Competitive Reinforcement Learning problem, where the interceptor and the ta…

Reinforcement Learning