paper-with-me

홈 › Papers

HR-NAS: Searching Efficient High-Resolution Neural Architectures with Lightweight Transformers

2021-06-11 · CVPR 2021 1 · Mingyu Ding, Xiaochen Lian, Linjie Yang, Peng Wang, Xiaojie Jin, Zhiwu Lu, Ping Luo

High-resolution representations (HR) are essential for dense prediction tasks such as segmentation, detection, and pose estimation. Learning HR representations is typically ignored in previous Neural Architecture Search (NAS) methods that focus on image classification. This work proposes a novel NAS method, called HR-NAS, which is able to find efficient and accurate networks for different tasks, by effectively encoding multiscale contextual information while maintaining high-resolution representations. In HR-NAS, we renovate the NAS search space as well as its searching strategy. To better encode multiscale image contexts in the search space of HR-NAS, we first carefully design a lightweight transformer, whose computational complexity can be dynamically changed with respect to different objective functions and computation budgets. To maintain high-resolution representations of the learned networks, HR-NAS adopts a multi-branch architecture that provides convolutional encoding of multiple feature resolutions, inspired by HRNet. Last, we proposed an efficient fine-grained search strategy to train HR-NAS, which effectively explores the search space, and finds optimal architectures given various tasks and computation resources. HR-NAS is capable of achieving state-of-the-art trade-offs between performance and FLOPs for three dense prediction tasks and an image classification task, given only small computational budgets. For example, HR-NAS surpasses SqueezeNAS that is specially designed for semantic segmentation while improving efficiency by 45.9%. Code is available at https://github.com/dingmyu/HR-NAS

📄 PDF Abstract BibTeX arXiv:2106.06560

Code (1)

dingmyu/HR-NAS 공식 구현 pytorch

Tasks

image-classificationImage ClassificationNeural Architecture SearchPose EstimationSemantic SegmentationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
HRNet HRNet, or High-Resolution Net, is a general purpose convolutional neural network for tasks like semantic segmentation, object detection and image classification. It is…

Similar Papers 제목 키워드 기반

Towards Light Weight Object Detection System

2022-10-08 · Dharma KC, Venkata Ravi Kiran Dayana, Meng-Lin Wu, Venkateswara Rao Cherukuri 외

Transformers are a popular choice for classification tasks and as backbones for object detection tasks. However, their high latency brings challenges in their adaptation to lightweight object detection systems. We presen…

Objectobject-detectionObject Detection

2D Representation for Unguided Single-View 3D Super-Resolution in Real-Time

2025-11-11 · Ignasi Mas, Ivan Huerta, Ramon Morros, Javier Ruiz-Hidalgo arxiv

We introduce 2Dto3D-SR, a versatile framework for real-time single-view 3D super-resolution that eliminates the need for high-resolution RGB guidance. Our framework encodes 3D data from a single viewpoint into a structur…

Image Super-Resolution

Pre-training of Lightweight Vision Transformers on Small Datasets with Minimally Scaled Images

2024-02-06 · Jen Hong Tan

Can a lightweight Vision Transformer (ViT) match or exceed the performance of Convolutional Neural Networks (CNNs) like ResNet on small datasets with small image resolutions? This report demonstrates that a pure ViT can …

Image Classification

AutoPose: Searching Multi-Scale Branch Aggregation for Pose Estimation

2020-08-16 · Xinyu Gong, Wuyang Chen, Yifan Jiang, Ye Yuan 외

We present AutoPose, a novel neural architecture search(NAS) framework that is capable of automatically discovering multiple parallel branches of cross-scale connections towards accurate and high-resolution 2D human pose…

2D Human Pose EstimationGPUNeural Architecture SearchPose Estimation

Multi-Scale Visual Prompting for Lightweight Small-Image Classification

2025-12-03 · Salim Khazem arxiv

Visual prompting has recently emerged as an efficient strategy to adapt vision models using lightweight, learnable parameters injected into the input space. However, prior work mainly targets large Vision Transformers an…

Image Classification