paper-with-me

Papers

MAE-DET: Revisiting Maximum Entropy Principle in Zero-Shot NAS for Efficient Object Detection

2021-11-26 · Zhenhong Sun, Ming Lin, Xiuyu Sun, Zhiyu Tan, Hao Li, Rong Jin

In object detection, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Architecture Search (NAS). However, existing NAS methods for object detection require hundreds to thousands of GPU hours of searching, making them impractical in fast-paced research and development. In this work, we propose a novel zero-shot NAS method to address this issue. The proposed method, named MAE-DET, automatically designs efficient detection backbones via the Maximum Entropy Principle without training network parameters, reducing the architecture design cost to nearly zero yet delivering the state-of-the-art (SOTA) performance. Under the hood, MAE-DET maximizes the differential entropy of detection backbones, leading to a better feature extractor for object detection under the same computational budgets. After merely one GPU day of fully automatic design, MAE-DET innovates SOTA detection backbones on multiple detection benchmark datasets with little human intervention. Comparing to ResNet-50 backbone, MAE-DET is $+2.0\%$ better in mAP when using the same amount of FLOPs/parameters, and is $1.54$ times faster on NVIDIA V100 at the same mAP. Code and pre-trained models are available at https://github.com/alibaba/lightweight-neuralarchitecture-search.

📄 PDF Abstract BibTeX arXiv:2111.13336

Code (1)

alibaba/lightweight-neural-architecture-search 공식 구현 pytorch

Tasks

GPUNeural Architecture SearchObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Notes on Generalizing the Maximum Entropy Principle to Uncertain Data

2021-09-09 · Kenneth Bogert

The principle of maximum entropy is a broadly applicable technique for computing a distribution with the least amount of information possible constrained to match empirical data, for instance, feature expectations. We se…

IRL with Partial Observations using the Principle of Uncertain Maximum Entropy

2022-08-15 · Kenneth Bogert, Yikang Gui, Prashant Doshi

The principle of maximum entropy is a broadly applicable technique for computing a distribution with the least amount of information possible while constrained to match empirically estimated feature expectations. However…

Revisiting Maximum Entropy Inverse Reinforcement Learning: New Perspectives and Algorithms

2020-12-01 · Aaron J. Snoswell, Surya P. N. Singh, Nan Ye

We provide new perspectives and inference algorithms for Maximum Entropy (MaxEnt) Inverse Reinforcement Learning (IRL), which provides a principled method to find a most non-committal reward function consistent with give…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Approximate maximum entropy principles via Goemans-Williamson with applications to provable variational methods

2016-07-12 · NeurIPS 2016 12 · Yuanzhi Li, Andrej Risteski

The well known maximum-entropy principle due to Jaynes, which states that given mean parameters, the maximum entropy distribution matching them is in an exponential family, has been very popular in machine learning due t…

Maximum Entropy of Random Permutation Set

2021-12-16 · Jixiang Deng, Yong Deng

Recently, a new type of set, named as random permutation set (RPS), is proposed by considering all the permutations of elements in a certain set. For measuring the uncertainty of RPS, the entropy of RPS is presented. How…