paper-with-me

홈 › Papers

On Network Design Spaces for Visual Recognition

2019-05-30 · ICCV 2019 10 · Ilija Radosavovic, Justin Johnson, Saining Xie, Wan-Yen Lo, Piotr Dollár

Over the past several years progress in designing better neural network architectures for visual recognition has been substantial. To help sustain this rate of progress, in this work we propose to reexamine the methodology for comparing network architectures. In particular, we introduce a new comparison paradigm of distribution estimates, in which network design spaces are compared by applying statistical techniques to populations of sampled models, while controlling for confounding factors like network complexity. Compared to current methodologies of comparing point and curve estimates of model families, distribution estimates paint a more complete picture of the entire design landscape. As a case study, we examine design spaces used in neural architecture search (NAS). We find significant statistical differences between recent NAS design space variants that have been largely overlooked. Furthermore, our analysis reveals that the design spaces for standard model families like ResNeXt can be comparable to the more complex ones used in recent NAS work. We hope these insights into distribution analysis will enable more robust progress toward discovering better networks for visual recognition.

📄 PDF Abstract BibTeX arXiv:1905.13214

Code (6)

Edge-AI-Acceleration-Lab/RBFleX-NAS pytorch
facebookresearch/nds
facebookresearch/pycls pytorch
feymanpriv/pymetric pytorch
tomomasayamasaki/RBFleX-NAS pytorch
tuggeluk/pycls pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Comparison of Embedded Spaces for Deep Learning Classification

2024-08-03 · Stefan Scholl

Embedded spaces are a key feature in deep learning. Good embedded spaces represent the data well to support classification and advanced techniques such as open-set recognition, few-short learning and explainability. This…

ClassificationDeep LearningOpen Set Learning

Learning to Structure an Image with Few Colors and Beyond

2022-08-17 · Yunzhong Hou, Liang Zheng, Stephen Gould

Color and structure are the two pillars that combine to give an image its meaning. Interested in critical structures for neural network recognition, we isolate the influence of colors by limiting the color space to just …

Image CompressionImitation LearningQuantization

Hierarchical Prototype Learning for Zero-Shot Recognition

2019-10-24 · Xingxing Zhang, Shupeng Gui, Zhenfeng Zhu, Yao Zhao 외

Zero-Shot Learning (ZSL) has received extensive attention and successes in recent years especially in areas of fine-grained object recognition, retrieval, and image captioning. Key to ZSL is to transfer knowledge from th…

AttributeImage CaptioningObject RecognitionRetrieval+1

MMIS: Multimodal Dataset for Interior Scene Visual Generation and Recognition

2024-07-08 · Hozaifa Kassab, Ahmed Mahmoud, Mohamed Bahaa, Ammar Mohamed 외

We introduce MMIS, a novel dataset designed to advance MultiModal Interior Scene generation and recognition. MMIS consists of nearly 160,000 images. Each image within the dataset is accompanied by its corresponding textu…

Image GenerationRepresentation LearningRetrievalScene Generation

CEZSAR: A Contrastive Embedding Method for Zero-Shot Action Recognition

2026-05-01 · Valter Estevam, Rayson Laroca, Helio Pedrini, David Menotti arxiv

This paper proposes a novel Zero-Shot Action Recognition~(ZSAR) method based on contrastive learning. In ZSAR, we aim to classify examples from classes that were missing during training. Two well-known problems remain in…

Zero-Shot Action RecognitionContrastive Learning