中文
相关论文

相关论文: Incremental Few-Shot Object Detection

200 篇论文

Object detection in remote sensing images relies on a large amount of labeled data for training. However, the increasing number of new categories and class imbalance make exhaustive annotation impractical. Few-shot object detection (FSOD)…

计算机视觉与模式识别 · 计算机科学 2023-11-17 Nanqing Liu , Xun Xu , Turgay Celik , Zongxin Gan , Heng-Chao Li

Few-shot object detection (FSOD) aims to strengthen the performance of novel object detection with few labeled samples. To alleviate the constraint of few samples, enhancing the generalization ability of learned features for novel objects…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Aming Wu , Yahong Han , Linchao Zhu , Yi Yang

Few-shot Open-set Object Detection (FOOD) poses a challenge in many open-world scenarios. It aims to train an open-set detector to detect known objects while rejecting unknowns with scarce training samples. Existing FOOD methods are subject…

计算机视觉与模式识别 · 计算机科学 2025-05-22 Zhaowei Wu , Binyi Su , Qichuan Geng , Hua Zhang , Zhong Zhou

Few-shot object detection (FSOD) is a challenging problem aimed at detecting novel concepts from few exemplars. Existing approaches to FSOD all assume abundant base labels to adapt to novel objects. This paper studies the new task of…

计算机视觉与模式识别 · 计算机科学 2024-02-15 Phi Vu Tran

Despite significant success of deep learning in object detection tasks, the standard training of deep neural networks requires access to a substantial quantity of annotated images across all classes. Data annotation is an arduous and…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Zeyu Shangguan , Mohammad Rostami

The objective of few-shot object detection (FSOD) is to detect novel objects with few training samples. The core challenge of this task is how to construct a generalized feature space for novel categories with limited data on the basis of…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Ruoyu Chen , Hua Zhang , Jingzhi Li , Li Liu , Zhen Huang , Xiaochun Cao

Object detection as a subfield within computer vision has achieved remarkable progress, which aims to accurately identify and locate a specific object from images or videos. Such methods rely on large-scale labeled training samples for each…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Zhimeng Xin , Shiming Chen , Tianxu Wu , Yuanjie Shao , Weiping Ding , Xinge You

Methods for object detection and segmentation rely on large scale instance-level annotations for training, which are difficult and time-consuming to collect. Efforts to alleviate this look at varying degrees and quality of supervision.…

计算机视觉与模式识别 · 计算机科学 2021-03-05 Siddhesh Khandelwal , Raghav Goyal , Leonid Sigal

Incremental Few-Shot Semantic Segmentation (iFSS) tackles a task that requires a model to continually expand its segmentation capability on novel classes using only a few annotated examples. Typical incremental approaches encounter a…

计算机视觉与模式识别 · 计算机科学 2024-10-18 Wenbo Xu , Yanan Wu , Haoran Jiang , Yang Wang , Qiang Wu , Jian Zhang

Most object-level mapping systems in use today make use of an upstream learned object instance segmentation model. If we want to teach them about a new object or segmentation class, we need to build a large dataset and retrain the system.…

计算机视觉与模式识别 · 计算机科学 2023-11-07 Nicolas Gorlo , Kenneth Blomqvist , Francesco Milano , Roland Siegwart

Few-shot object detection (FSOD) aims to achieve object detection only using a few novel class training data. Most of the existing methods usually adopt a transfer-learning strategy to construct the novel class distribution by transferring…

计算机视觉与模式识别 · 计算机科学 2024-01-01 Hefei Mei , Taijin Zhao , Shiyuan Tang , Heqian Qiu , Lanxiao Wang , Minjian Zhang , Fanman Meng , Hongliang Li

Incremental Few-Shot (IFS) segmentation aims to learn new categories over time from only a few annotations. Although widely studied in 2D, it remains underexplored for 3D point clouds. Existing methods suffer from catastrophic forgetting or…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Vishal Thengane , Zhaochong An , Tianjin Huang , Son Lam Phung , Abdesselam Bouzerdoum , Lu Yin , Na Zhao , Xiatian Zhu

The continual appearance of new objects in the visual world poses considerable challenges for current deep learning methods in real-world deployments. The challenge of new task learning is often exacerbated by the scarcity of data for the…

计算机视觉与模式识别 · 计算机科学 2022-08-02 Can Peng , Kun Zhao , Tianren Wang , Meng Li , Brian C. Lovell

Few-shot object detection (FSOD) has thrived in recent years to learn novel object classes with limited data by transferring knowledge gained on abundant base classes. FSOD approaches commonly assume that both the scarcely provided examples…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Karim Guirguis , George Eskandar , Matthias Kayser , Bin Yang , Juergen Beyerer

Deep learning has achieved remarkable success in object recognition tasks through the availability of large scale datasets like ImageNet. However, deep learning systems suffer from catastrophic forgetting when learning incrementally without…

机器人学 · 计算机科学 2022-04-22 Ali Ayub , Alan R. Wagner

Few-shot object detection aims at detecting objects with few annotated examples, which remains a challenging research problem yet to be explored. Recent studies have shown the effectiveness of self-learned top-down attention mechanisms in…

计算机视觉与模式识别 · 计算机科学 2024-10-30 Xianyu Chen , Ming Jiang , Qi Zhao

Few-shot object detection (FSOD) aims to classify and detect few images of novel categories. Existing meta-learning methods insufficiently exploit features between support and query images owing to structural limitations. We propose a…

计算机视觉与模式识别 · 计算机科学 2022-12-15 Dongwoo Park , Jong-Min Lee

In visual recognition tasks, few-shot learning requires the ability to learn object categories with few support examples. Its re-popularity in light of the deep learning development is mainly in image classification. This work focuses on…

计算机视觉与模式识别 · 计算机科学 2022-07-29 Miao Zhang , Miaojing Shi , Li Li

In recent years, there are many applications of object detection in remote sensing field, which demands a great number of labeled data. However, in many cases, data is extremely rare. In this paper, we proposed a few-shot object detector…

计算机视觉与模式识别 · 计算机科学 2020-09-04 Zixuan Xiao , Ping Zhong , Yuan Quan , Xuping Yin , Wei Xue

Few-shot object detection (FSOD) seeks to detect novel categories with limited data by leveraging prior knowledge from abundant base data. Generalized few-shot object detection (G-FSOD) aims to tackle FSOD without forgetting previously seen…

计算机视觉与模式识别 · 计算机科学 2022-04-12 Karim Guirguis , Ahmed Hendawy , George Eskandar , Mohamed Abdelsamad , Matthias Kayser , Juergen Beyerer