中文
相关论文

相关论文: RiO-DETR: DETR for Real-time Oriented Object Detec…

200 篇论文

6D pose estimation is the task of predicting the translation and orientation of objects in a given input image, which is a crucial prerequisite for many robotics and augmented reality applications. Lately, the Transformer Network…

计算机视觉与模式识别 · 计算机科学 2021-09-24 Arash Amini , Arul Selvam Periyasamy , Sven Behnke

Recent research on universal object detection aims to introduce language in a SoTA closed-set detector and then generalize the open-set concepts by constructing large-scale (text-region) datasets for training. However, these methods face…

计算机视觉与模式识别 · 计算机科学 2024-12-16 Qibo Chen , Weizhong Jin , Jianyue Ge , Mengdi Liu , Yuchao Yan , Jian Jiang , Li Yu , Xuanjiang Guo , Shuchang Li , Jianzhong Chen

Small object detection in complex scenes exposes a fundamental tension in neural network design: backbone attention distributes computation uniformly regardless of content, pyramid necks inflate activation magnitudes during upsampling…

计算机视觉与模式识别 · 计算机科学 2026-05-25 Bo Gao , Jingcheng Tong , Xingsheng Chen , Han Yu , Zichen Li

Out-of-distribution (OOD) detection is crucial for ensuring the reliability of deep learning models. Existing methods mostly focus on regular entangled representations to discriminate in-distribution (ID) and OOD data, neglecting the rich…

计算机视觉与模式识别 · 计算机科学 2026-05-11 Boyang Dai , Chaoqi Chen , Yizhou Yu

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, we present Siamese…

计算机视觉与模式识别 · 计算机科学 2023-04-03 Zeren Chen , Gengshi Huang , Wei Li , Jianing Teng , Kun Wang , Jing Shao , Chen Change Loy , Lu Sheng

Recently, DETR and Deformable DETR have been proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance as previous complex hand-crafted detectors. However, their performance on…

计算机视觉与模式识别 · 计算机科学 2021-05-25 Lu He , Qianyu Zhou , Xiangtai Li , Li Niu , Guangliang Cheng , Xiao Li , Wenxuan Liu , Yunhai Tong , Lizhuang Ma , Liqing Zhang

Detection Transformers (DETR) are renowned object detection pipelines, however computationally efficient multiscale detection using DETR is still challenging. In this paper, we propose a Cross-Resolution Encoding-Decoding (CRED) mechanism…

计算机视觉与模式识别 · 计算机科学 2024-10-08 Ashish Kumar , Jaesik Park

Although DETR-based 3D detectors can simplify the detection pipeline and achieve direct sparse predictions, their performance still lags behind dense detectors with post-processing for 3D object detection from point clouds. DETRs usually…

计算机视觉与模式识别 · 计算机科学 2022-12-15 Benjin Zhu , Zhe Wang , Shaoshuai Shi , Hang Xu , Lanqing Hong , Hongsheng Li

Detection Transformer-based methods have achieved significant advancements in general object detection. However, challenges remain in effectively detecting small objects. One key difficulty is that existing encoders struggle to efficiently…

计算机视觉与模式识别 · 计算机科学 2025-04-17 Huaxiang Zhang , Hao Zhang , Aoran Mei , Zhongxue Gan , Guo-Niu Zhu

Deploying reinforcement learning (RL) in safety-critical settings is constrained by brittleness under distribution shift. We study out-of-distribution (OOD) detection for RL time series and introduce DEEDEE, a two-statistic detector that…

机器学习 · 计算机科学 2025-10-27 Tala Aljaafari , Varun Kanade , Philip Torr , Christian Schroeder de Witt

This work examines the reproducibility and benchmarking of state-of-the-art real-time object detection models. As object detection models are often used in real-world contexts, such as robotics, where inference time is paramount, simply…

计算机视觉与模式识别 · 计算机科学 2025-09-05 Pierre-Luc Asselin , Vincent Coulombe , William Guimont-Martin , William Larrivée-Hardy

Coastal pollution is a pressing global environmental issue, necessitating scalable and automated solutions for monitoring and management. This study investigates the efficacy of the Real-Time Detection Transformer (RT-DETR), a…

计算机视觉与模式识别 · 计算机科学 2025-08-22 Miftahul Huda , Arsyiah Azahra , Putri Maulida Chairani , Dimas Rizky Ramadhani , Nabila Azhari , Ade Lailani

Rotated object detection aims to identify and locate objects in images with arbitrary orientation. In this scenario, the oriented directions of objects vary considerably across different images, while multiple orientations of objects exist…

计算机视觉与模式识别 · 计算机科学 2023-09-22 Yifan Pu , Yiru Wang , Zhuofan Xia , Yizeng Han , Yulin Wang , Weihao Gan , Zidong Wang , Shiji Song , Gao Huang

In the field of remote sensing, we often utilize oriented bounding boxes (OBB) to bound the objects. This approach significantly reduces the overlap among dense detection boxes and minimizes the inclusion of background content within the…

计算机视觉与模式识别 · 计算机科学 2023-09-18 Jianghu Shen , Xiaojun Wu

To achieve accurate 3D object detection at a low cost for autonomous driving, many multi-camera methods have been proposed and solved the occlusion problem of monocular approaches. However, due to the lack of accurate estimated depth,…

计算机视觉与模式识别 · 计算机科学 2023-02-06 Ching-Yu Tseng , Yi-Rong Chen , Hsin-Ying Lee , Tsung-Han Wu , Wen-Chin Chen , Winston H. Hsu

Oriented object detection is a challenging task in aerial images since the objects in aerial images are displayed in arbitrary directions and are frequently densely packed. The mainstream detectors describe rotating objects using a…

计算机视觉与模式识别 · 计算机科学 2021-11-09 Xinyi Yu , Mi Lin , Jiangping Lu , Linlin Ou

We present a conceptually simple, efficient, and general framework for localization problems in DETR-like models. We add plugins to well-trained models instead of inefficiently designing new models and training them from scratch. The…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Yiqun Chen , Qiang Chen , Peize Sun , Shoufa Chen , Jingdong Wang , Jian Cheng

The DEtection TRansformer (DETR) is a powerful end-to-end object detector, yet its one-to-one matching strategy suffers from slow convergence and low recall. A common approach to address this issue is to use one-to-many label assignment to…

计算机视觉与模式识别 · 计算机科学 2026-05-25 Chanho Lee , Seunghee Koh , Yunho Jeon , Junmo Kim

The objective of augmented reality (AR) is to add digital content to natural images and videos to create an interactive experience between the user and the environment. Scene analysis and object recognition play a crucial role in AR, as…

计算机视觉与模式识别 · 计算机科学 2024-11-12 Vladislav Li , Barbara Villarini , Jean-Christophe Nebel , Thomas Lagkas , Panagiotis Sarigiannidis , Vasileios Argyriou

Accurate, robust, and real-time LiDAR-based odometry (LO) is imperative for many applications like robot navigation, globally consistent 3D scene map reconstruction, or safe motion-planning. Though LiDAR sensor is known for its precise…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Sk Aziz Ali , Djamila Aouada , Gerd Reis , Didier Stricker
‹ 上一页 1 8 9 10 下一页 ›