Skip to content

GuoCalix/FlashClear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FlashClear: Ultra-Fast Image Content Removal via Efficient Step Distillation and Feature Caching

Yixin Tang, Jiawei Guo, Junxian Li, Zhiteng Li, Jixin Zhao, Bingya Zhang, Chenbo Wang, Yulun Zhang, Shangchen Zhou

"FlashClear: Ultra-Fast Image Content Removal via Efficient Step Distillation and Feature Caching", arXiv 2026

GitHub downloads Visitors Paper GitHub stars

[Project] [Supplementary Material] [Model]

News

  • 2026-05-12: This repository is released.

Recently, diffusion-based object removal models have achieved impressive results in eliminating objects and their associated visual effects. However, they indiscriminately denoise all tokens across all timesteps, ignoring that removal usually involves small foreground regions. This strategy introduces substantial computational overhead and prolonged inference times. To overcome this computational burden, we propose a latent discriminator to implement Region-aware Adversarial Distillation (RAD), yielding a highly efficient few-step model named FlashClear. Furthermore, tailored to few-step diffusion models, we propose FPAC (Foreground-Prioritized Asymmetric Attention and Caching), a training-free acceleration strategy. Extensive experiments demonstrate that our framework provides massive acceleration while maintaining or exceeding the performance of our base model, ObjectClear. Notably, on the OBER benchmark, FlashClear achieves up to 8.26x and 122x speedup over ObjectClear and OmniPaint, respectively, while maintaining high visual quality and fidelity.

Overview


Pipeline

Pipeline overview

Pipeline details


TODO

  • Release inference/test code.
  • Release model weights.

Contents

  1. Testing
  2. Results
  3. Citation
  4. Acknowledgements

Testing

TBD

Results

We present the performance of our proposed FlashClear model and its cached variant, FlashClear-C.

Quantitative Results (click to expand)
  • Results in Tab. 1 of the main paper

    Quantitative results from Table 1

  • Results in Tab. 4 of the main paper

    Quantitative results from Table 4

Qualitative Results (click to expand)
  • Results in Fig. 6 of the main paper

    Qualitative results from Figure 6

  • Results in Fig. 16 of the appendix

    Qualitative results from Figure 16

Citation

If you find our model or code helpful in your research or work, please cite the following paper.

@article{tang2026flashclear,
      title={FlashClear: Ultra-Fast Image Content Removal via Efficient Step Distillation and Feature Caching},
      author={Yixin Tang and Jiawei Guo and Junxian Li and Zhiteng Li and Jixin Zhao and Bingya Zhang and Chenbo Wang and Yulun Zhang and Shangchen Zhou},
      journal={arXiv preprint arXiv:2605.09003},
      year={2026}
}

Acknowledgements

This project builds on numerous model repositories. We thank ObjectClear for the research ideas that inspired this work.

About

Official repo for FlashClear: Ultra-Fast Image Content Removal via Efficient Step Distillation and Feature Caching

Resources

Stars

9 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors