paper-with-me

Papers

AGNAS: Attention-Guided Micro- and Macro-Architecture Search

2022-06-05 · International Conference on Machine Learning 2022 6 · Zihao Sun, Yu Hu, Shun Lu, Longxing Yang, Jilin Mei, Yinhe Han, Xiaowei Li

Micro- and macro-architecture search have emerged as two popular NAS paradigms recently. Existing methods leverage different search strategies for searching micro- and macro- architectures. When using architecture parameters to search for micro-structure such as normal cell and reduction cell, the architecture parameters can not fully reflect the corresponding operation importance. When searching for the macro-structure chained by pre-defined blocks, many sub-networks need to be sampled for evaluation, which is very time-consuming. To address the two issues, we propose a new search paradigm, that is, leverage the attention mechanism to guide the micro- and macro-architecture search, namely AGNAS. Specifically, we introduce an attention module and plug it behind each candidate operation or each candidate block. We utilize the attention weights to represent the importance of the relevant operations for the micro search or the importance of the relevant blocks for the macro search. Experimental results show that AGNAS can achieve 2.46% test error on CIFAR-10 in the DARTS search space, and 23.4% test error when directly searching on ImageNet in the ProxylessNAS search space. AGNAS also achieves optimal performance on NAS-Bench-201, outperforming state-of-the-art approaches

📄 PDF Abstract BibTeX

Code (1)

Sunzh1996/AGNAS pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…
Cutout Cutout is an image augmentation and regularization technique that randomly masks out square regions of input during training. and can be used to improve the robustness and…
DropPath Just as dropout prevents co-adaptation of activations, DropPath prevents co-adaptation of parallel paths in networks such as…
Adam 설명 없음
ProxylessNAS ProxylessNAS directly learns neural network architectures on the target task and target hardware without any proxy task. Additional contributions include: - Using a new…
DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

MaGNAS: A Mapping-Aware Graph Neural Architecture Search Framework for Heterogeneous MPSoC Deployment

2023-07-16 · Mohanad Odema, Halima Bouzidi, Hamza Ouarnoughi, Smail Niar 외

Graph Neural Networks (GNNs) are becoming increasingly popular for vision-based applications due to their intrinsic capacity in modeling structural and contextual relations between various parts of an image frame. On ano…

GPUGraph LearningNeural Architecture Search

SleepMaMi: A Universal Sleep Foundation Model for Integrating Macro- and Micro-structures

2026-02-07 · Keondo Park, Younghoon Na, Yourim Choi, Hyunwoo Ryu 외 arxiv

While the shift toward unified foundation models has revolutionized many deep learning domains, sleep medicine remains largely restricted to task-specific models that focus on localized micro-structure features. These ap…

Contrastive Learning

MMCAformer: Macro-Micro Cross-Attention Transformer for Traffic Speed Prediction with Microscopic Connected Vehicle Driving Behavior

2026-02-17 · Lei Han, Mohamed Abdel-Aty, Younggun Kim, Yang-Jun Joo 외 arxiv

Accurate speed prediction is crucial for proactive traffic management to enhance traffic efficiency and safety. Existing studies have primarily relied on aggregated, macroscopic traffic flow data to predict future traffi…

Mesoscopic Insights: Orchestrating Multi-scale & Hybrid Architecture for Image Manipulation Localization

2024-12-18 · Xuekang Zhu, Xiaochen Ma, Lei Su, Zhuohang Jiang 외

The mesoscopic level serves as a bridge between the macroscopic and microscopic worlds, addressing gaps overlooked by both. Image manipulation localization (IML), a crucial technique to pursue truth from fake images, has…

Image ManipulationImage Manipulation Localization

Efficient Neural Architecture Search for Emotion Recognition

2023-03-23 · Monu Verma, Murari Mandal, Satish Kumar Reddy, Yashwanth Reddy Meedimale 외

Automated human emotion recognition from facial expressions is a well-studied problem and still remains a very challenging task. Some efficient or accurate deep learning models have been presented in the literature. Howe…

Emotion RecognitionFacial Expression RecognitionMicro Expression RecognitionMicro-Expression Recognition+1