paper-with-me

홈 › Papers

Saliency-Aware Neural Architecture Search

2022-11-01 · NIPS 2022 11 · Ramtin Hosseini, Pengtao Xie

Recently a wide variety of NAS methods have been proposed and achieved considerable success in automatically identifying highly-performing architectures of neural networks for the sake of reducing the reliance on human experts. Existing NAS methods ignore the fact that different input data elements (e.g., image pixels) have different importance (or saliency) in determining the prediction outcome. They treat all data elements as being equally important and therefore lead to suboptimal performance. To address this problem, we propose an end-to-end framework which dynamically detects saliency of input data, reweights data using saliency maps, and searches architectures on saliency-reweighted data. Our framework is based on four-level optimization, which performs four learning stages in a unified way. At the first stage, a model is trained with its architecture tentatively fixed. At the second stage, saliency maps are generated using the trained model. At the third stage, the model is retrained on saliency-reweighted data. At the fourth stage, the model is evaluated on a validation set and the architecture is updated by minimizing the validation loss. Experiments on several datasets demonstrate the effectiveness of our framework

📄 PDF Abstract BibTeX

Code (1)

leopard-ai/betty pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

iNAS: Integral NAS for Device-Aware Salient Object Detection

2021-01-01 · ICCV 2021 10 · Yu-Chao Gu, Shang-Hua Gao, Xu-Sheng Cao, Peng Du 외

Existing salient object detection (SOD) models usually focus on either backbone feature extractors or saliency heads, ignoring their relations. A powerful backbone could still achieve sub-optimal performance with a w…

CPUNeural Architecture SearchObjectobject-detection+2

Saliency-Aware Model Merging

2026-05-30 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn arxiv

Model merging aims to consolidate multiple task-specific models fine-tuned on different datasets into a unified architecture that performs cross-domain proficiency. Current data-free model merging methods often struggle …

Test-time Adaptation

Tidying Deep Saliency Prediction Architectures

2020-03-10 · Navyasri Reddy, Samyak Jain, Pradeep Yarlagadda, Vineet Gandhi

Learning computational models for visual attention (saliency estimation) is an effort to inch machines/robots closer to human visual cognitive abilities. Data-driven efforts have dominated the landscape since the introdu…

DecoderPredictionSaliency Prediction

Paying More Attention to Saliency: Image Captioning with Saliency and Context Attention

2017-06-26 · Marcella Cornia, Lorenzo Baraldi, Giuseppe Serra, Rita Cucchiara

Image captioning has been recently gaining a lot of attention thanks to the impressive achievements shown by deep captioning architectures, which combine Convolutional Neural Networks to extract image representations, an…

Image CaptioningSaliency Prediction

SalNAS: Efficient Saliency-prediction Neural Architecture Search with self-knowledge distillation

2024-07-29 · Chakkrit Termritthikun, Ayaz Umer, Suwichaya Suwanwimolkul, Feng Xia 외

Recent advancements in deep convolutional neural networks have significantly improved the performance of saliency prediction. However, the manual configuration of the neural network architectures requires domain knowledg…

DecoderKnowledge DistillationNeural Architecture SearchPrediction+2