Weak-to-Strong Compositional Learning from Generative Models for Language-based Object Detection
Kwanyong Park, Kuniaki Saito, Donghyun Kim
TL;DR
The paper addresses the challenge of compositional understanding in language-based object detection by introducing Weak-to-Strong Compositional Learning (WSCL), which leverages generative foundation models to automatically create dense synthetic <image, description, bounding box> triplets. A two-stage approach combines dense triplet generation (via LLMs and diffusion, with weak-to-strong pseudo bounding boxes) and compositional contrastive learning that enforces description-awareness and textural-structural-awareness, while mitigating domain bias. Empirical results on OmniLabel and D3 show significant gains over strong baselines (e.g., +5.0 AP on OmniLabel, +6.9 AP on D3) and competitive improvements when paired with DesCo, demonstrating model-agnostic applicability and practical impact for open-vocabulary object detection. This work highlights how distilling compositional reasoning from generative models into VL detectors can improve detection of objects described by complex attributes and relations, with potential to reduce annotation costs. The method advances open-vocabulary detection by enhancing the model’s ability to reason about detailed descriptions in real-world scenes.
Abstract
Vision-language (VL) models often exhibit a limited understanding of complex expressions of visual objects (e.g., attributes, shapes, and their relations), given complex and diverse language queries. Traditional approaches attempt to improve VL models using hard negative synthetic text, but their effectiveness is limited. In this paper, we harness the exceptional compositional understanding capabilities of generative foundational models. We introduce a novel method for structured synthetic data generation aimed at enhancing the compositional understanding of VL models in language-based object detection. Our framework generates densely paired positive and negative triplets (image, text descriptions, and bounding boxes) in both image and text domains. By leveraging these synthetic triplets, we transform 'weaker' VL models into 'stronger' models in terms of compositional understanding, a process we call "Weak-to-Strong Compositional Learning" (WSCL). To achieve this, we propose a new compositional contrastive learning formulation that discovers semantics and structures in complex descriptions from synthetic triplets. As a result, VL models trained with our synthetic data generation exhibit a significant performance boost in the Omnilabel benchmark by up to +5AP and the D3 benchmark by +6.9AP upon existing baselines.
