paper-with-me

홈 › Papers

Patch-based Selection and Refinement for Early Object Detection

2023-11-03 · Tianyi Zhang, Kishore Kasichainula, Yaoxin Zhuo, Baoxin Li, Jae-sun Seo, Yu Cao

Early object detection (OD) is a crucial task for the safety of many dynamic systems. Current OD algorithms have limited success for small objects at a long distance. To improve the accuracy and efficiency of such a task, we propose a novel set of algorithms that divide the image into patches, select patches with objects at various scales, elaborate the details of a small object, and detect it as early as possible. Our approach is built upon a transformer-based network and integrates the diffusion model to improve the detection accuracy. As demonstrated on BDD100K, our algorithms enhance the mAP for small objects from 1.03 to 8.93, and reduce the data volume in computation by more than 77\%. The source code is available at \href{https://github.com/destiny301/dpr}{https://github.com/destiny301/dpr}

📄 PDF Abstract BibTeX arXiv:2311.02274

Code (1)

destiny301/dpr 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Patch Refinement -- Localized 3D Object Detection

2019-10-09 · Johannes Lehner, Andreas Mitterecker, Thomas Adler, Markus Hofmarcher 외

We introduce Patch Refinement a two-stage model for accurate 3D object detection and localization from point cloud data. Patch Refinement is composed of two independently trained Voxelnet-based networks, a Region Proposa…

3D Object DetectionObjectobject-detectionObject Detection+1

Revisiting Token Compression for Accelerating ViT-based Sparse Multi-View 3D Object Detectors

2026-04-16 · Mingqian Ji, Shanshan Zhang, Jian Yang arxiv

Vision Transformer (ViT)-based sparse multi-view 3D object detectors have achieved remarkable accuracy but still suffer from high inference latency due to heavy token processing. To accelerate these models, token compres…

The Translucent Patch: A Physical and Universal Attack on Object Detectors

2020-12-23 · CVPR 2021 1 · Alon Zolfi, Moshe Kravchik, Yuval Elovici, Asaf Shabtai

Physical adversarial attacks against object detectors have seen increasing success in recent years. However, these attacks require direct access to the object of interest in order to apply a physical patch. Furthermore, …

Autonomous DrivingObjectobject-detectionObject Detection

A Two-Fold Patch Selection Approach for Improved 360-Degree Image Quality Assessment

2024-12-17 · Abderrezzaq Sendjasni, Seif-Eddine Benkabou, Mohamed-Chaker Larabi

This article presents a novel approach to improving the accuracy of 360-degree perceptual image quality assessment (IQA) through a two-fold patch selection process. Our methodology combines visual patch selection with em…

Image Quality Assessment

Multi-patch Feature Pyramid Network for Weakly Supervised Object Detection in Optical Remote Sensing Images

2021-08-18 · Pourya Shamsolmoali, Jocelyn Chanussot, Masoumeh Zareapoor, Huiyu Zhou 외

Object detection is a challenging task in remote sensing because objects only occupy a few pixels in the images, and the models are required to simultaneously learn object locations and detection. Even though the establi…

Objectobject-detectionObject DetectionWeakly Supervised Object Detection