中文
相关论文

相关论文: Random Boxes Are Open-world Object Detectors

200 篇论文

Remote sensing object detection has made significant progress, but most studies still focus on closed-set detection, limiting generalization across diverse datasets. Open-vocabulary object detection (OVD) provides a solution by leveraging…

计算机视觉与模式识别 · 计算机科学 2025-03-24 Ziyue Huang , Yongchao Feng , Shuai Yang , Ziqi Liu , Qingjie Liu , Yunhong Wang

Active learning as a paradigm in deep learning is especially important in applications involving intricate perception tasks such as object detection where labels are difficult and expensive to acquire. Development of active learning methods…

计算机视觉与模式识别 · 计算机科学 2022-12-22 Tobias Riedlinger , Marius Schubert , Karsten Kahl , Hanno Gottschalk , Matthias Rottmann

Existing computer vision and object detection methods strongly rely on neural networks and deep learning. This active research area is used for applications such as autonomous driving, aerial photography, protection, and monitoring.…

计算机视觉与模式识别 · 计算机科学 2022-12-01 Imran Khan Mirani , Chen Tianhua , Malak Abid Ali Khan , Syed Muhammad Aamir , Waseef Menhaj

Object detection methods have witnessed impressive improvements in the last years thanks to the design of novel neural network architectures and the availability of large scale datasets. However, current methods have a significant…

计算机视觉与模式识别 · 计算机科学 2022-08-25 Dario Fontanel , Matteo Tarantino , Fabio Cermelli , Barbara Caputo

Accurately estimating the orientation of visual objects with compact rotated bounding boxes (RBoxes) has become a prominent demand, which challenges existing object detection paradigms that only use horizontal bounding boxes (HBoxes). To…

计算机视觉与模式识别 · 计算机科学 2025-02-14 Yi Yu , Xue Yang , Yansheng Li , Zhenjun Han , Feipeng Da , Junchi Yan

Learning to detect an object in an image from very few training examples - few-shot object detection - is challenging, because the classifier that sees proposal boxes has very little training data. A particularly challenging training regime…

计算机视觉与模式识别 · 计算机科学 2020-11-23 Weilin Zhang , Yu-Xiong Wang , David A. Forsyth

Most WSOD methods rely on traditional object proposals to generate candidate regions and are confronted with unstable training, which easily gets stuck in a poor local optimum. In this paper, we introduce a unified, high-capacity weakly…

计算机视觉与模式识别 · 计算机科学 2024-06-28 Liujuan Cao , Jianghang Lin , Zebo Hong , Yunhang Shen , Shaohui Lin , Chao Chen , Rongrong Ji

Object recognition from images means to automatically find object(s) of interest and to return their category and location information. Benefiting from research on deep learning, like convolutional neural networks~(CNNs) and generative…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Zhize Wu , Xiaofeng Wang , Tong Xu , Xuebin Yang , Le Zou , Lixiang Xu , Thomas Weise

We are motivated by the need for a generic object proposal generation algorithm which achieves good balance between object detection recall, proposal localization quality and computational efficiency. We propose a novel object proposal…

计算机视觉与模式识别 · 计算机科学 2017-05-23 Ziming Zhang , Yun Liu , Xi Chen , Yanjun Zhu , Ming-Ming Cheng , Venkatesh Saligrama , Philip H. S. Torr

Object detectors are usually trained with large amount of labeled data, which is expensive and labor-intensive. Pre-trained detectors applied to unlabeled dataset always suffer from the difference of dataset distribution, also called domain…

计算机视觉与模式识别 · 计算机科学 2020-09-21 Ganlong Zhao , Guanbin Li , Ruijia Xu , Liang Lin

Unsupervised and open-vocabulary 3D object detection has recently gained attention, particularly in autonomous driving, where reducing annotation costs and recognizing unseen objects are critical for both safety and scalability. However,…

计算机视觉与模式识别 · 计算机科学 2025-12-02 In-Jae Lee , Mungyeom Kim , Kwonyoung Ryu , Pierre Musacchio , Jaesik Park

3D point cloud understanding has made great progress in recent years. However, one major bottleneck is the scarcity of annotated real datasets, especially compared to 2D object detection tasks, since a large amount of labor is involved in…

计算机视觉与模式识别 · 计算机科学 2021-08-18 Yongming Rao , Benlin Liu , Yi Wei , Jiwen Lu , Cho-Jui Hsieh , Jie Zhou

Forward-looking sonar can capture high resolution images of underwater scenes, but their interpretation is complex. Generic object detection in such images has not been solved, specially in cases of small and unknown objects. In comparison,…

计算机视觉与模式识别 · 计算机科学 2017-09-11 Matias Valdenegro-Toro

Object detection methods trained on a fixed set of known classes struggle to detect objects of unknown classes in the open-world setting. Current fixes involve adding approximate supervision with pseudo-labels corresponding to candidate…

计算机视觉与模式识别 · 计算机科学 2024-10-11 Mısra Yavuz , Fatma Güney

Conventional open-world object detection (OWOD) problem setting first distinguishes known and unknown classes and then later incrementally learns the unknown objects when introduced with labels in the subsequent tasks. However, the current…

计算机视觉与模式识别 · 计算机科学 2024-04-15 Sahal Shaji Mullappilly , Abhishek Singh Gehlot , Rao Muhammad Anwer , Fahad Shahbaz Khan , Hisham Cholakkal

This paper proposes a simple yet powerful ensemble classifier, called Random Hyperboxes, constructed from individual hyperbox-based classifiers trained on the random subsets of sample and feature spaces of the training set. We also show a…

机器学习 · 计算机科学 2022-04-05 Thanh Tung Khuat , Bogdan Gabrys

Recently, significant progresses have been made in object detection on common benchmarks (i.e., Pascal VOC). However, object detection in real world is still challenging due to the serious data imbalance. Images in real world are dominated…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Dongming Yang , YueXian Zou , Jian Zhang , Ge Li

The problem of computing category agnostic bounding box proposals is utilized as a core component in many computer vision tasks and thus has lately attracted a lot of attention. In this work we propose a new approach to tackle this problem…

计算机视觉与模式识别 · 计算机科学 2016-06-15 Spyros Gidaris , Nikos Komodakis

Recent advances in object detection have benefited significantly from rapid developments in deep neural networks. However, neural networks suffer from the well-known issue of catastrophic forgetting, which makes continual or lifelong…

计算机视觉与模式识别 · 计算机科学 2020-09-03 Wang Zhou , Shiyu Chang , Norma Sosa , Hendrik Hamann , David Cox

Despite the remarkable accuracy of deep neural networks in object detection, they are costly to train and scale due to supervision requirements. Particularly, learning more object categories typically requires proportionally more bounding…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Alireza Zareian , Kevin Dela Rosa , Derek Hao Hu , Shih-Fu Chang