Skip to content

Strike-1999/Beyond_Freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

Unbiased Object Detection Beyond Frequency with Visually Prompted Image Synthesis (ICLR2026)

Introduction πŸ‘‹

This repository contains the implementations of Unbiased Object Detection Beyond Frequency with Visually Prompted Image Synthesis. The code will made public.

Pipeline

Abstract

This paper presents a generation-based debiasing framework for object detection. Prior debiasing methods are often limited by the representation diversity of samples, while naive generative augmentation often preserves the biases it aims to solve. Moreover, our analysis reveals that simply generating more data for rare classes is suboptimal due to two core issues: i) instance frequency is an incomplete proxy for the true data needs of a model, and ii) current layout-to-image synthesis lacks the fidelity and control to generate high-quality, complex scenes. To overcome this, we introduce the representation score (RS) to diagnose representational gaps beyond mere frequency, guiding the creation of new, unbiased layouts. To ensure high-quality synthesis, we replace ambiguous text prompts with a precise visual blueprint and employ a generative alignment strategy, which fosters communication between the detector and generator.

Citation πŸ“š

If you find this repository useful, please consider citing:

@inproceedings{cai2026unbiased,
  title={Unbiased Object Detection Beyond Frequency with Visually Prompted Image Synthesis},
  author={Cai, Xinhao and Li, Liulei and Pei, Gensheng and Chen, Tao and Pan, Jinshan and Yao, Yazhou and Wang, Wenguan},
  booktitle=ICLR,
  year={2026}
}

About

Official implementation of ICLR2026 paper "Unbiased Object Detection Beyond Frequency with Visually Prompted Image Synthesis"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors