paper-with-me

Papers

Towards Generalized Few-Shot Open-Set Object Detection

2022-10-28 · Binyi Su, Hua Zhang, Jingzhi Li, Zhong Zhou

Open-set object detection (OSOD) aims to detect the known categories and reject unknown objects in a dynamic world, which has achieved significant attention. However, previous approaches only consider this problem in data-abundant conditions, while neglecting the few-shot scenes. In this paper, we seek a solution for the generalized few-shot open-set object detection (G-FOOD), which aims to avoid detecting unknown classes as known classes with a high confidence score while maintaining the performance of few-shot detection. The main challenge for this task is that few training samples induce the model to overfit on the known classes, resulting in a poor open-set performance. We propose a new G-FOOD algorithm to tackle this issue, named \underline{F}ew-sh\underline{O}t \underline{O}pen-set \underline{D}etector (FOOD), which contains a novel class weight sparsification classifier (CWSC) and a novel unknown decoupling learner (UDL). To prevent over-fitting, CWSC randomly sparses parts of the normalized weights for the logit prediction of all classes, and then decreases the co-adaptability between the class and its neighbors. Alongside, UDL decouples training the unknown class and enables the model to form a compact unknown decision boundary. Thus, the unknown objects can be identified with a confidence probability without any threshold, prototype, or generation. We compare our method with several state-of-the-art OSOD methods in few-shot scenes and observe that our method improves the F-score of unknown classes by 4.80\%-9.08\% across all shots in VOC-COCO dataset settings \footnote[1]{The source code is available at \url{https://github.com/binyisu/food}}.

📄 PDF Abstract BibTeX arXiv:2210.15996

Code (2)

binyisu/food 공식 구현 pytorch
binyisu/fsosod 공식 구현

Tasks

Few Shot Open Set Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Towards 3D Objectness Learning in an Open World

2025-10-20 · Taichi Liu, Zhenyu Wang, Ruofeng Liu, Guang Wang 외 arxiv

Recent advancements in 3D object detection and novel category detection have made significant progress, yet research on learning generalized 3D objectness remains insufficient. In this paper, we delve into learning open-…

3D Object Detection

Open-Vocabulary One-Stage Detection with Hierarchical Visual-Language Knowledge Distillation

2022-03-20 · CVPR 2022 1 · Zongyang Ma, Guan Luo, Jin Gao, Liang Li 외

Open-vocabulary object detection aims to detect novel object categories beyond the training set. The advanced open-vocabulary two-stage detectors employ instance-level visual-to-visual knowledge distillation to align the…

Knowledge DistillationLanguage ModellingObjectobject-detection+3

Generalized Few-Shot Out-of-Distribution Detection

2025-08-07 · Pinxuan Li, Bing Cao, Changqing Zhang, Qinghua Hu arxiv

Few-shot Out-of-Distribution (OOD) detection has emerged as a critical research direction in machine learning for practical deployment. Most existing Few-shot OOD detection methods suffer from insufficient generalization…

Out-of-Distribution DetectionFew-Shot LearningGeneral Knowledge

From Dataset to Real-world: General 3D Object Detection via Generalized Cross-domain Few-shot Learning

2025-03-08 · Shuangzhi Li, Junlong Shen, Lei Ma, Xingyu Li

LiDAR-based 3D object detection datasets have been pivotal for autonomous driving, yet they cover a limited range of objects, restricting the model's generalization across diverse deployment environments. To address this…

3D Object DetectionAutonomous DrivingCross-Domain Few-Shotcross-domain few-shot learning+4

Point Segment and Count: A Generalized Framework for Object Counting

2024-01-01 · CVPR 2024 1 · Zhizhong Huang, Mingliang Dai, Yi Zhang, Junping Zhang 외

Class-agnostic object counting aims to count all objects in an image with respect to example boxes or class names a.k.a few-shot and zero-shot counting. In this paper we propose a generalized framework for both few-s…

Few-shot Object Counting and DetectionKnowledge DistillationObjectObject Counting+2