paper-with-me

Papers

A Dynamic Dual-Processing Object Detection Framework Inspired by the Brain's Recognition Mechanism

2023-01-01 · ICCV 2023 1 · Minying Zhang, Tianpeng Bu, Lulu Hu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderObjectobject-detectionObject DetectionRetrieval

Similar Papers 제목 키워드 기반

Object DGCNN: 3D Object Detection using Dynamic Graphs

2021-10-13 · NeurIPS 2021 12 · Yue Wang, Justin Solomon

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+3

A Dual-Branch Collaborative Framework for Joint Optimization of Underwater Image Enhancement and Object Detection

2026-06-14 · Liyuan Cao, Zheng Liu, Guanghao Liao, Yonghui Yang 외 arxiv

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 Detection

RelationRS: Relationship Representation Network for Object Detection in Aerial Images

2021-10-13 · Zhiming Liu, Xuefei Zhang, Chongyang Liu, Hao Wang 외

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 Images

Edge-Enabled Collaborative Object Detection for Real-Time Multi-Vehicle Perception

2025-06-06 · Everett Richards, Bipul Thapa, Lena Mashayekhy

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+2

Dual-R-DETR: Resolving Query Competition with Pairwise Routing in Transformer Decoders

2025-12-15 · Ye Zhang, Qi Chen, Wenyou Huang, Rui Liu 외 arxiv

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