English
Related papers

Related papers: OW-DETR: Open-world Detection Transformer

200 papers

We present an architecture and a training recipe that adapts pre-trained open-world image models to localization in videos. Understanding the open visual world (without being constrained by fixed label spaces) is crucial for many real-world…

Computer Vision and Pattern Recognition · Computer Science 2023-08-23 Georg Heigold , Matthias Minderer , Alexey Gritsenko , Alex Bewley , Daniel Keysers , Mario Lučić , Fisher Yu , Thomas Kipf

Object detection is a crucial task in computer vision that aims to identify and localize objects in images or videos. The recent advancements in deep learning and Convolutional Neural Networks (CNNs) have significantly improved the…

Computer Vision and Pattern Recognition · Computer Science 2023-04-12 Hrishitva Patel

This paper presents a novel framework for unsupervised anomaly detection on masked objects called ODDObjects, which stands for Out-of-Distribution Detection on Objects. ODDObjects is designed to detect anomalies of various categories using…

Computer Vision and Pattern Recognition · Computer Science 2021-04-27 Ricky Ma

Object detection has advanced significantly in the closed-set setting, but real-world deployment remains limited by two challenges: poor generalization to unseen categories and insufficient robustness under adverse conditions. Prior…

Computer Vision and Pattern Recognition · Computer Science 2025-12-16 Siheng Wang , Zhengdao Li , Yanshu Li , Canran Xiao , Haibo Zhan , Zhengtao Yao , Xuzhi Zhang , Jiale Kang , Linshan Li , Weiming Liu , Zhikang Dong , Jifeng Shen , Junhao Dong , Qiang Sun , Piotr Koniusz

Open-world (OW) recognition and detection models show strong zero- and few-shot adaptation abilities, inspiring their use as initializations in continual learning methods to improve performance. Despite promising results on seen classes,…

Computer Vision and Pattern Recognition · Computer Science 2024-12-24 Bowen Dong , Zitong Huang , Guanglei Yang , Lei Zhang , Wangmeng Zuo

Current perception models have achieved remarkable success by leveraging large-scale labeled datasets, but still face challenges in open-world environments with novel objects. To address this limitation, researchers introduce open-set…

Computer Vision and Pattern Recognition · Computer Science 2025-05-27 Zhiwei Lin , Yongtao Wang

We develop a deep learning algorithm for contour detection with a fully convolutional encoder-decoder network. Different from previous low-level edge detection, our algorithm focuses on detecting higher-level object contours. Our network is…

Computer Vision and Pattern Recognition · Computer Science 2016-03-16 Jimei Yang , Brian Price , Scott Cohen , Honglak Lee , Ming-Hsuan Yang

Source-Free Object Detection (SFOD) enables knowledge transfer from a source domain to an unsupervised target domain for object detection without access to source data. Most existing SFOD approaches are either confined to conventional…

Computer Vision and Pattern Recognition · Computer Science 2025-10-14 Huizai Yao , Sicheng Zhao , Shuo Lu , Hui Chen , Yangyang Li , Guoping Liu , Tengfei Xing , Chenggang Yan , Jianhua Tao , Guiguang Ding

Object detection is an important task in computer vision, which aims to detect the objects of interest. through the given category list or query images. In this work, we propose a new problem of language-visual-complementary open-set object…

Computer Vision and Pattern Recognition · Computer Science 2026-05-28 Yupeng Zhang , Ruize Han , Wei Feng , Song Wang , Liang Wan

Object identification is one of the most fundamental and difficult issues in computer vision. It aims to discover object instances in real pictures from a huge number of established categories. In recent years, deep learning-based object…

Computer Vision and Pattern Recognition · Computer Science 2022-03-03 Venkata Beri

Unsupervised object discovery (UOD) refers to the task of discriminating the whole region of objects from the background within a scene without relying on labeled datasets, which benefits the task of bounding-box-level localization and…

Computer Vision and Pattern Recognition · Computer Science 2023-07-10 Yunqiu Lv , Jing Zhang , Nick Barnes , Yuchao Dai

Recent developments for Semi-Supervised Object Detection (SSOD) have shown the promise of leveraging unlabeled data to improve an object detector. However, thus far these methods have assumed that the unlabeled data does not contain…

Computer Vision and Pattern Recognition · Computer Science 2022-08-30 Yen-Cheng Liu , Chih-Yao Ma , Xiaoliang Dai , Junjiao Tian , Peter Vajda , Zijian He , Zsolt Kira

Transformers have been widely used in numerous vision problems especially for visual recognition and detection. Detection transformers are the first fully end-to-end learning systems for object detection, while vision transformers are the…

Computer Vision and Pattern Recognition · Computer Science 2022-04-19 Hwanjun Song , Deqing Sun , Sanghyuk Chun , Varun Jampani , Dongyoon Han , Byeongho Heo , Wonjae Kim , Ming-Hsuan Yang

Accurate depth information is crucial for enhancing the performance of multi-view 3D object detection. Despite the success of some existing multi-view 3D detectors utilizing pixel-wise depth supervision, they overlook two significant…

Computer Vision and Pattern Recognition · Computer Science 2024-07-16 Jinghua Hou , Tong Wang , Xiaoqing Ye , Zhe Liu , Shi Gong , Xiao Tan , Errui Ding , Jingdong Wang , Xiang Bai

A desirable open world recognition (OWR) system requires performing three tasks: (1) Open set recognition (OSR), i.e., classifying the known (classes seen during training) and rejecting the unknown (unseen$/$novel classes) online; (2)…

Computer Vision and Pattern Recognition · Computer Science 2023-08-15 Fulin Gao , Weimin Zhong , Zhixing Cao , Xin Peng , Zhi Li

In this paper, we present a light-weight detection transformer, LW-DETR, which outperforms YOLOs for real-time object detection. The architecture is a simple stack of a ViT encoder, a projector, and a shallow DETR decoder. Our approach…

Computer Vision and Pattern Recognition · Computer Science 2024-06-06 Qiang Chen , Xiangbo Su , Xinyu Zhang , Jian Wang , Jiahui Chen , Yunpeng Shen , Chuchu Han , Ziliang Chen , Weixiang Xu , Fanrong Li , Shan Zhang , Kun Yao , Errui Ding , Gang Zhang , Jingdong Wang

Unsupervised 3D object detection leverages heuristic algorithms to discover potential objects, offering a promising route to reduce annotation costs in autonomous driving. Existing approaches mainly generate pseudo labels and refine them…

Computer Vision and Pattern Recognition · Computer Science 2025-12-08 Xusheng Guo , Wanfa Zhang , Shijia Zhao , Qiming Xia , Xiaolong Xie , Mingming Wang , Hai Wu , Chenglu Wen

LiDAR-based 3D object detection has become an essential part of automated driving due to its ability to localize and classify objects precisely in 3D. However, object detectors face a critical challenge when dealing with unknown foreground…

Computer Vision and Pattern Recognition · Computer Science 2024-04-25 Michael Kösel , Marcel Schreiber , Michael Ulrich , Claudius Gläser , Klaus Dietmayer

Open-World Recognition (OWR) is an emerging field that makes a machine learning model competent in rejecting the unknowns, managing them, and incrementally adding novel samples to the base knowledge. However, this broad objective is not…

Computer Vision and Pattern Recognition · Computer Science 2023-12-12 Gusti Ahmad Fanshuri Alfarisy , Owais Ahmed Malik , Ong Wee Hong

Based on analyzing the character of cascaded decoder architecture commonly adopted in existing DETR-like models, this paper proposes a new decoder architecture. The cascaded decoder architecture constrains object queries to update in the…

Computer Vision and Pattern Recognition · Computer Science 2025-03-04 Zhixiong Nan , Xianghong Li , Jifeng Dai , Tao Xiang
‹ Prev 1 4 5 6 7 8 10 Next ›