Related Experiment Video
Updated: May 24, 2025

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
451
NAS-PED: Neural Architecture Search for Pedestrian Detection
Summary
This study introduces NAS-PED, a novel Neural Architecture Search (NAS) framework for pedestrian detection. It automatically designs hybrid Convolutional Neural Networks (CNN) and Vision Transformers (ViT) backbones, improving performance in crowded scenes.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Machine Learning
Background:
- Pedestrian detection in crowded scenes faces challenges like occlusion and dense boundary prediction.
- Convolutional Neural Networks (CNNs) excel at local features, while Vision Transformers (ViTs) capture global dependencies.
- Combining CNNs and ViTs is beneficial, but manual design is resource-intensive.
Purpose of the Study:
- To propose the first Neural Architecture Search (NAS) framework, NAS-PED, for automatically designing hybrid CNN-ViT backbones for crowded pedestrian detection.
- To address the limitations of individual CNNs and ViTs in handling occlusion and local feature details in dense pedestrian scenarios.
Main Methods:
- Developed NAS-PED, a framework that unifies transformers and convolutions for an unconstrained hybrid network search space.
- Introduced an information bottleneck-based NAS objective function to optimize information extraction during the search process.
- Formulated transformers and convolutions with various kernel sizes in a compatible format for diverse hybrid network exploration.
Main Results:
- NAS-PED achieved significant improvements on CrowdHuman, CityPersons, and EuroCity Persons datasets.
- Demonstrated absolute gains of 4.0% MR and 1.9% AP over state-of-the-art methods on CrowdHuman.
- The searched backbones consistently improved performance across subsets and outperformed large language-image pre-trained models on CityPersons and EuroCity Persons.
Conclusions:
- NAS-PED effectively automates the design of hybrid CNN-ViT architectures for crowded pedestrian detection.
- The proposed NAS framework offers a more efficient approach to developing robust pedestrian detection systems.
- The method shows strong generalization capabilities across diverse datasets and challenging scenarios.
Related Concept Videos
Parallel Processing
143
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
143
Vision
52.9K
Vision is the result of light being detected and transduced into neural signals by the retina of the eye. This information is then further analyzed and interpreted by the brain. First, light enters the front of the eye and is focused by the cornea and lens onto the retina—a thin sheet of neural tissue lining the back of the eye. Because of refraction through the convex lens of the eye, images are projected onto the retina upside-down and reversed.
52.9K

