中文
相关论文

相关论文: DCDet: Dynamic Cross-based 3D Object Detector

200 篇论文

Label assignment (LA), which aims to assign each training sample a positive (pos) and a negative (neg) loss weight, plays an important role in object detection. Existing LA methods mostly focus on the design of pos weighting function, while…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Shuai Li , Chenhang He , Ruihuang Li , Lei Zhang

Evaluating object detection models in deployment is challenging because ground-truth annotations are rarely available. We introduce the Cumulative Consensus Score (CCS), a label-free monitoring signal for continuous evaluation and…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Avinaash Manoharan , Xiangyu Yin , Domenik Helm , Chih-Hong Cheng

Working with annotated data is the cornerstone of supervised learning. Nevertheless, providing labels to instances is a task that requires significant human effort. Several critical real-world applications make things more complicated…

计算机视觉与模式识别 · 计算机科学 2025-09-10 Erencem Ozbey , Dimitrios I. Diochnos

The development of autonomous vehicles provides an opportunity to have a complete set of camera sensors capturing the environment around the car. Thus, it is important for object detection and tracking to address new challenges, such as…

计算机视觉与模式识别 · 计算机科学 2022-04-21 Pha Nguyen , Kha Gia Quach , Chi Nhan Duong , Ngan Le , Xuan-Bac Nguyen , Khoa Luu

Based on the Distributed Convolutional Neural Network(DisCNN), a straightforward object detection method is proposed. The modules of the output vector of a DisCNN with respect to a specific positive class are positively monotonic with the…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Liang Sun

This paper focuses on two crucial issues in domain-adaptive lane detection, i.e., how to effectively learn discriminative features and transfer knowledge across domains. Existing lane detection methods usually exploit a pixel-wise…

计算机视觉与模式识别 · 计算机科学 2024-07-19 Kunyang Zhou , Yunjian Feng , Jun Li

In video-based emotion recognition, audio and visual modalities are often expected to have a complementary relationship, which is widely explored using cross-attention. However, they may also exhibit weak complementary relationships,…

计算机视觉与模式识别 · 计算机科学 2024-03-29 R. Gnana Praveen , Jahangir Alam

Object detection from 3D point clouds remains a challenging task, though recent studies pushed the envelope with the deep learning techniques. Owing to the severe spatial occlusion and inherent variance of point density with the distance to…

计算机视觉与模式识别 · 计算机科学 2020-06-09 Liang Du , Xiaoqing Ye , Xiao Tan , Jianfeng Feng , Zhenbo Xu , Errui Ding , Shilei Wen

Estimating accurate 3D locations of objects from monocular images is a challenging problem because of lacking depth. Previous work shows that utilizing the object's keypoint projection constraints to estimate multiple depth candidates…

计算机视觉与模式识别 · 计算机科学 2022-09-28 Yingyan Li , Yuntao Chen , Jiawei He , Zhaoxiang Zhang

Service robots, in general, have to work independently and adapt to the dynamic changes happening in the environment in real-time. One important aspect in such scenarios is to continually learn to recognize newer object categories when they…

计算机视觉与模式识别 · 计算机科学 2021-03-17 Sudhakaran Jain , Hamidreza Kasaei

Recent advances in deep learning have led to the development of accurate and efficient models for various computer vision applications such as classification, segmentation, and detection. However, learning highly accurate models relies on…

计算机视觉与模式识别 · 计算机科学 2021-07-06 Poojan Oza , Vishwanath A. Sindagi , Vibashan VS , Vishal M. Patel

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 a representation…

机器学习 · 计算机科学 2023-10-12 Yiyuan Yang , Chaoli Zhang , Tian Zhou , Qingsong Wen , Liang Sun

In this paper, we tackle the domain adaptive object detection problem, where the main challenge lies in significant domain gaps between source and target domains. Previous work seeks to plainly align image-level and instance-level shifts to…

计算机视觉与模式识别 · 计算机科学 2020-03-23 Chang-Dong Xu , Xing-Ran Zhao , Xin Jin , Xiu-Shen Wei

Recently, DEtection TRansformer (DETR), an end-to-end object detection pipeline, has achieved promising performance. However, it requires large-scale labeled data and suffers from domain shift, especially when no labeled data is available…

计算机视觉与模式识别 · 计算机科学 2022-08-17 Jinze Yu , Jiaming Liu , Xiaobao Wei , Haoyi Zhou , Yohei Nakata , Denis Gudovskiy , Tomoyuki Okuno , Jianxin Li , Kurt Keutzer , Shanghang Zhang

Cell counting remains a fundamental yet challenging task in medical and biological research due to the diverse morphology of cells, their dense distribution, and variations in image quality. We present DLA-Count, a breakthrough approach to…

计算机视觉与模式识别 · 计算机科学 2025-03-18 Yuqing Yan , Yirui Wu

In computer vision, traditional ensemble learning methods exhibit either a low training efficiency or the limited performance to enhance the reliability of deep neural networks. In this paper, we propose a lightweight, loss-function-free,…

计算机视觉与模式识别 · 计算机科学 2024-08-09 Jiaqi Wu , Junbiao Pang , Qingming Huang

Object detection and classification of traffic signs in street-view imagery is an essential element for asset management, map making and autonomous driving. However, some traffic signs occur rarely and consequently, they are difficult to…

计算机视觉与模式识别 · 计算机科学 2018-09-06 Clint Sebastian , Ries Uittenbogaard , Julien Vijverberg , Bas Boom , Peter H. N. de With

Cross-domain pedestrian detection aims to generalize pedestrian detectors from one label-rich domain to another label-scarce domain, which is crucial for various real-world applications. Most recent works focus on domain alignment to train…

计算机视觉与模式识别 · 计算机科学 2023-09-19 Yancheng Cai , Bo Zhang , Baopu Li , Tao Chen , Hongliang Yan , Jingdong Zhang , Jiahao Xu

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a…

计算机视觉与模式识别 · 计算机科学 2018-02-08 Tsung-Yi Lin , Priya Goyal , Ross Girshick , Kaiming He , Piotr Dollár

One-to-one label assignment in object detection has successfully obviated the need for non-maximum suppression (NMS) as postprocessing and makes the pipeline end-to-end. However, it triggers a new dilemma as the widely used sparse queries…

计算机视觉与模式识别 · 计算机科学 2023-07-06 Shilong Zhang , Xinjiang Wang , Jiaqi Wang , Jiangmiao Pang , Chengqi Lyu , Wenwei Zhang , Ping Luo , Kai Chen