中文
相关论文

相关论文: TFCounter:Polishing Gems for Training-Free Object …

200 篇论文

Conventional methods for object detection typically require a substantial amount of training data and preparing such high-quality training data is very labor-intensive. In this paper, we propose a novel few-shot object detection network…

计算机视觉与模式识别 · 计算机科学 2020-05-12 Qi Fan , Wei Zhuo , Chi-Keung Tang , Yu-Wing Tai

Object detection is a critical field in computer vision focusing on accurately identifying and locating specific objects in images or videos. Traditional methods for object detection rely on large labeled training datasets for each object…

计算机视觉与模式识别 · 计算机科学 2024-08-27 Vishal Chudasama , Hiran Sarkar , Pankaj Wasnik , Vineeth N Balasubramanian , Jayateja Kalla

Object counting is a hot topic in computer vision, which aims to estimate the number of objects in a given image. However, most methods only count objects of a single category for an image, which cannot be applied to scenes that need to…

计算机视觉与模式识别 · 计算机科学 2024-01-22 Junyu Gao , Liangliang Zhao , Xuelong Li

In this paper, we propose a multiple object tracker, called MF-Tracker, that integrates multiple classical features (spatial distances and colours) and modern features (detection labels and re-identification features) in its tracking…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Hui-Lee Ooi , Guillaume-Alexandre Bilodeau , Nicolas Saunier

Existing models often leverage co-occurrences between objects and their context to improve recognition accuracy. However, strongly relying on context risks a model's generalizability, especially when typical co-occurrence patterns are…

计算机视觉与模式识别 · 计算机科学 2020-05-07 Krishna Kumar Singh , Dhruv Mahajan , Kristen Grauman , Yong Jae Lee , Matt Feiszli , Deepti Ghadiyaram

Multiple datasets and open challenges for object detection have been introduced in recent years. To build more general and powerful object detection systems, in this paper, we construct a new large-scale benchmark termed BigDetection. Our…

计算机视觉与模式识别 · 计算机科学 2022-03-25 Likun Cai , Zhi Zhang , Yi Zhu , Li Zhang , Mu Li , Xiangyang Xue

Deep learning methods typically require vast amounts of training data to reach their full potential. While some publicly available datasets exists, domain specific data always needs to be collected and manually labeled, an expensive, time…

计算机视觉与模式识别 · 计算机科学 2019-02-27 Stefan Hinterstoisser , Olivier Pauly , Hauke Heibel , Martina Marek , Martin Bokeloh

Object detection is an algorithm that recognizes and locates the objects in the image and has a wide range of applications in the visual understanding of complex urban scenes. Existing object detection benchmarks mainly focus on a single…

计算机视觉与模式识别 · 计算机科学 2022-03-14 Yaowei Wang , Zhouxin Yang , Rui Liu , Deng Li , Yuandu Lai , Leyuan Fang , Yahong Han

Existing text-to-image diffusion models, while excelling at subject synthesis, exhibit a persistent foreground bias that treats the background as a passive and under-optimized byproduct. This imbalance compromises global scene coherence and…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Yang Deng , David Mould , Paul L. Rosin , Yu-Kun Lai

Monocular 3D object detection aims to localize 3D bounding boxes in an input single 2D image. It is a highly challenging problem and remains open, especially when no extra information (e.g., depth, lidar and/or multi-frames) can be…

计算机视觉与模式识别 · 计算机科学 2021-12-10 Xianpeng Liu , Nan Xue , Tianfu Wu

Previous work on novel object detection considers zero or few-shot settings where none or few examples of each category are available for training. In real world scenarios, it is less practical to expect that 'all' the novel classes are…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Shafin Rahman , Salman Khan , Nick Barnes , Fahad Shahbaz Khan

Few-shot object detection, learning to adapt to the novel classes with a few labeled data, is an imperative and long-lasting problem due to the inherent long-tail distribution of real-world data and the urgent demands to cut costs of data…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Leng Jiaxu , Chen Taiyue , Gao Xinbo , Yu Yongtao , Wang Ye , Gao Feng , Wang Yue

Acquiring fine-grained object detection annotations in unconstrained images is time-consuming, expensive, and prone to noise, especially in crowdsourcing scenarios. Most prior object detection methods assume accurate annotations; A few…

计算机视觉与模式识别 · 计算机科学 2024-07-12 Zhi Qin Tan , Olga Isupova , Gustavo Carneiro , Xiatian Zhu , Yunpeng Li

Training image-based object detectors presents formidable challenges, as it entails not only the complexities of object detection but also the added intricacies of precisely localizing objects within potentially diverse and noisy…

计算机视觉与模式识别 · 计算机科学 2024-02-22 Chandan Kumar , Jansel Herrera-Gerena , John Just , Matthew Darr , Ali Jannesari

The existing zero-shot detection approaches project visual features to the semantic domain for seen objects, hoping to map unseen objects to their corresponding semantics during inference. However, since the unseen objects are never…

计算机视觉与模式识别 · 计算机科学 2020-10-20 Nasir Hayat , Munawar Hayat , Shafin Rahman , Salman Khan , Syed Waqas Zamir , Fahad Shahbaz Khan

Recent advances in self-supervised visual representation learning have paved the way for unsupervised methods tackling tasks such as object discovery and instance segmentation. However, discovering objects in an image with no supervision is…

计算机视觉与模式识别 · 计算机科学 2023-03-30 Oriane Siméoni , Chloé Sekkat , Gilles Puy , Antonin Vobecky , Éloi Zablocki , Patrick Pérez

One fundamental challenge in building an instance segmentation model for a large number of classes in complex scenes is the lack of training examples, especially for rare objects. In this paper, we explore the possibility to increase the…

计算机视觉与模式识别 · 计算机科学 2022-10-06 Cheng Zhang , Tai-Yu Pan , Tianle Chen , Jike Zhong , Wenjin Fu , Wei-Lun Chao

Object perception is a fundamental sub-field of Computer Vision, covering a multitude of individual areas and having contributed high-impact results. While Machine Learning has been traditionally applied to address related problems, recent…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Filippos Gouidis , Alexandros Vassiliades , Theodore Patkos , Antonis Argyros , Nick Bassiliades , Dimitris Plexousakis

Counting objects is a fundamental but challenging problem. In this paper, we propose diffusion-based, geometry-free, and learning-free methodologies to count the number of objects in images. The main idea is to represent each object by a…

计算机视觉与模式识别 · 计算机科学 2022-11-08 Mengyi Tang , Maryam Yashtini , Sung Ha Kang

Object tracking can be formulated as "finding the right object in a video". We observe that recent approaches for class-agnostic tracking tend to focus on the "finding" part, but largely overlook the "object" part of the task, essentially…

计算机视觉与模式识别 · 计算机科学 2019-10-28 Achal Dave , Pavel Tokmakov , Cordelia Schmid , Deva Ramanan