paper-with-me

Papers

DCDet: Dynamic Cross-based 3D Object Detector

2024-01-14 · Shuai Liu, Boyang Li, Zhiyu Fang, Kai Huang

Recently, significant progress has been made in the research of 3D object detection. However, most prior studies have focused on the utilization of center-based or anchor-based label assignment schemes. Alternative label assignment strategies remain unexplored in 3D object detection. We find that the center-based label assignment often fails to generate sufficient positive samples for training, while the anchor-based label assignment tends to encounter an imbalanced issue when handling objects of varying scales. To solve these issues, we introduce a dynamic cross label assignment (DCLA) scheme, which dynamically assigns positive samples for each object from a cross-shaped region, thus providing sufficient and balanced positive samples for training. Furthermore, to address the challenge of accurately regressing objects with varying scales, we put forth a rotation-weighted Intersection over Union (RWIoU) metric to replace the widely used L1 metric in regression loss. Extensive experiments demonstrate the generality and effectiveness of our DCLA and RWIoU-based regression loss. The Code will be available at https://github.com/Say2L/DCDet.git.

📄 PDF Abstract BibTeX arXiv:2401.07240

Code (1)

say2l/dcdet 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

DCdetector: Dual Attention Contrastive Representation Learning for Time Series Anomaly Detection

2023-06-17 · Yiyuan Yang, Chaoli Zhang, Tian Zhou, Qingsong Wen 외

Time series anomaly detection is critical for a wide range of applications. It aims to identify deviant samples from the normal sample distribution in time series. The most fundamental challenge for this task is to learn…

Anomaly DetectionContrastive LearningRepresentation LearningTime Series+1

DCDetector: An IoT terminal vulnerability mining system based on distributed deep ensemble learning under source code representation

2022-11-29 · Wen Zhou

Context: The IoT system infrastructure platform facility vulnerability attack has become the main battlefield of network security attacks. Most of the traditional vulnerability mining methods rely on vulnerability detect…

Ensemble LearningSentenceVulnerability Detection

MAAT: Mamba Adaptive Anomaly Transformer with association discrepancy for time series

2025-02-11 · Abdellah Zakaria Sellam, Ilyes Benaissa, Abdelmalik Taleb-Ahmed, Luigi Patrono 외

Anomaly detection in time series is essential for industrial monitoring and environmental sensing, yet distinguishing anomalies from complex patterns remains challenging. Existing methods like the Anomaly Transformer and…

Anomaly DetectionAnomaly LocalizationMambaTime Series+1

Object as Query: Lifting any 2D Object Detector to 3D Detection

2023-01-06 · ICCV 2023 1 · Zitian Wang, Zehao Huang, Jiahui Fu, Naiyan Wang 외

3D object detection from multi-view images has drawn much attention over the past few years. Existing methods mainly establish 3D representations from multi-view images and adopt a dense detection head for object detecti…

3D Object DetectionObjectobject-detectionObject Detection

DyRA: Portable Dynamic Resolution Adjustment Network for Existing Detectors

2023-11-28 · Daeun Seo, Hoeseok Yang, Hyungshin Kim

Achieving constant accuracy in object detection is challenging due to the inherent variability of object sizes. One effective approach to this problem involves optimizing input resolution, referred to as a multi-resoluti…

Objectobject-detectionObject DetectionRobust Object Detection