PET-DINO: Unifying Visual Cues into Grounding DINO with Prompt-Enriched Training

arXiv cs.CV / 4/2/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • PET-DINO(arXiv:2604.00503v1)は、オープンセット物体検出においてテキスト表現と複雑な視覚概念のアラインメント課題、さらに希少カテゴリにおける画像—テキスト対データ不足を同時に扱う汎用検出器を提案しています。
  • PET-DINOは「テキストプロンプト」と「視覚プロンプト」の両方を扱える設計で、Alignment-Friendly Visual Prompt Generation(AFVPG)モジュールによりテキスト表現ガイダンスの限界を補い、開発サイクルの短縮を狙っています。
  • 学習戦略として、Iteration単位で複数のプロンプト経路を同時に扱うIntra-Batch Parallel Prompting(IBP)と、全学習を通じて動的メモリに基づきプロンプトを調整するDynamic Memory-Driven Prompting(DMD)を導入しています。
  • 実験では、複数のプロンプトベース検出プロトコルに対してゼロショット物体検出で競争力のある性能を示し、設計思想とプロンプト強化学習が汎用検出器の有効性に寄与すると報告しています。

Abstract

Open-Set Object Detection (OSOD) enables recognition of novel categories beyond fixed classes but faces challenges in aligning text representations with complex visual concepts and the scarcity of image-text pairs for rare categories. This results in suboptimal performance in specialized domains or with complex objects. Recent visual-prompted methods partially address these issues but often involve complex multi-modal designs and multi-stage optimizations, prolonging the development cycle. Additionally, effective training strategies for data-driven OSOD models remain largely unexplored. To address these challenges, we propose PET-DINO, a universal detector supporting both text and visual prompts. Our Alignment-Friendly Visual Prompt Generation (AFVPG) module builds upon an advanced text-prompted detector, addressing the limitations of text representation guidance and reducing the development cycle. We introduce two prompt-enriched training strategies: Intra-Batch Parallel Prompting (IBP) at the iteration level and Dynamic Memory-Driven Prompting (DMD) at the overall training level. These strategies enable simultaneous modeling of multiple prompt routes, facilitating parallel alignment with diverse real-world usage scenarios. Comprehensive experiments demonstrate that PET-DINO exhibits competitive zero-shot object detection capabilities across various prompt-based detection protocols. These strengths can be attributed to inheritance-based philosophy and prompt-enriched training strategies, which play a critical role in building an effective generic object detector. Project page: https://fuweifuvtoo.github.io/pet-dino.