A Dynamic Dual-Processing Object Detection Framework Inspired by the Brain's Recognition Mechanism
There are two main approaches to object detection: CNN-based and Transformer-based. The former views object detection as a dense local matching problem, while the latter sees it as a sparse global retrieval problem. Research in neuroscience has shown that the recognition decision in the brain is based on two processes, namely familiarity and recollection. Based on this biological support, we propose an efficient and effective dual-processing object detection framework. It integrates CNN- and Transformer-based detectors into a comprehensive object detection system consisting of a shared backbone, an efficient dual-stream encoder, and a dynamic dual-decoder. To better integrate local and global features, we design a search space for the CNN-Transformer dual-stream encoder to find the optimal fusion solution. To enable better coordination between the CNN- and Transformer-based decoders, we provide the dual-decoder with a selective mask. This mask dynamically chooses the more advantageous decoder for each position in the image based on high-level representation. As demonstrated by extensive experiments, our approach shows flexibility and effectiveness in prompting the mAP of the various source detectors by 3.0 3.7 without increasing FLOPs.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderObjectobject-detectionObject DetectionRetrievalSimilar Papers 제목 키워드 기반
Object DGCNN: 3D Object Detection using Dynamic Graphs
3D object detection often involves complicated training and testing pipelines, which require substantial domain knowledge about individual datasets. Inspired by recent non-maximum suppression-free 2D object detection mod…
2D Object Detection3D Object DetectionAutonomous DrivingKnowledge Distillation+3A Dual-Branch Collaborative Framework for Joint Optimization of Underwater Image Enhancement and Object Detection
Due to wavelength dependent light absorption and scattering, underwater images usually suffer from color distortion and blurred details, which limits underwater object detection performance. Existing underwater image enh…
Image EnhancementObject DetectionRelationRS: Relationship Representation Network for Object Detection in Aerial Images
Object detection is a basic and important task in the field of aerial image processing and has gained much attention in computer vision. However, previous aerial image object detection approaches have insufficient use of…
Objectobject-detectionObject DetectionObject Detection In Aerial ImagesEdge-Enabled Collaborative Object Detection for Real-Time Multi-Vehicle Perception
Accurate and reliable object detection is critical for ensuring the safety and efficiency of Connected Autonomous Vehicles (CAVs). Traditional on-board perception systems have limited accuracy due to occlusions and blind…
Autonomous DrivingAutonomous VehiclesEdge-computingObject+2Dual-R-DETR: Resolving Query Competition with Pairwise Routing in Transformer Decoders
Detection Transformers (DETR) formulate object detection as a set prediction problem and enable end-to-end training without post-processing. However, object queries in DETR interact through symmetric self-attention, whic…
Object Detection