https://github.com/bcmi/Awesome-Object-Reflection-Generation
A curated list of papers, code, and resources pertaining to object reflection generation.
https://github.com/bcmi/Awesome-Object-Reflection-Generation
Last synced: 5 months ago
JSON representation
A curated list of papers, code, and resources pertaining to object reflection generation.
- Host: GitHub
- URL: https://github.com/bcmi/Awesome-Object-Reflection-Generation
- Owner: bcmi
- Created: 2024-12-02T01:43:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T04:00:26.000Z (6 months ago)
- Last Synced: 2025-07-23T02:02:09.587Z (5 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Object Reflection Generation [](https://github.com/sindresorhus/awesome)
A curated list of resources including papers, datasets, and relevant links pertaining to object reflection generation, which aims to generate plausible reflection for the inserted foreground object in a composite image. For more complete resources on general
image composition ([object insertion](https://github.com/bcmi/Awesome-Object-Insertion)), please refer to [Awesome-Image-Composition](https://github.com/bcmi/Awesome-Object-Insertion).
## Contributing
Contributions are welcome. If you wish to contribute, feel free to send a pull request. If you have suggestions for new sections to be included, please raise an issue and discuss before sending a pull request.
## Table of Contents
+ [Papers](#Papers)
+ [Datasets](#Datasets)
+ [Other Resources](#Other-resources)
## Papers
+ Ankit Dhiman, Manan Shah, R Venkatesh Babu: "*MirrorVerse: Pushing Diffusion Models to Realistically Reflect the World.*" CVPR (2025) [[paper]](https://openaccess.thecvf.com/content/CVPR2025/papers/Dhiman_MirrorVerse_Pushing_Diffusion_Models_to_Realistically_Reflect_the_World_CVPR_2025_paper.pdf) [[code]](https://github.com/val-iisc/MirrorVerse)
+ Ankit Dhiman, Manan Shah, Rishubh Parihar, Yash Bhalgat, Lokesh R Boregowda, R Venkatesh Babu: "*Reflecting Reality: Enabling Diffusion Models to Produce Faithful Mirror Reflections.*" 3DV (2025) [[arXiv]](https://arxiv.org/pdf/2409.14677) [[code]](https://github.com/val-iisc/Reflecting-Reality)
+ Daniel Winter, Matan Cohen, Shlomi Fruchter, Yael Pritch, Alex Rav-Acha, Yedid Hoshen: "*ObjectDrop: Bootstrapping Counterfactuals for Photorealistic Object Removal and Insertion.*" ECCV (2024) [[pdf]](https://www.ecva.net/papers/eccv_2024/papers_ECCV/papers/09857.pdf)
+ Gemma Canet Tarrés, Zhe Lin, Zhifei Zhang, Jianming Zhang, Yizhi Song, Dan Ruta, Andrew Gilbert, John Collomosse, Soo Ye Kim:"*Thinking Outside the BBox: Unconstrained Generative Object Compositing.*" ECCV (2024) [[pdf]](https://www.ecva.net/papers/eccv_2024/papers_ECCV/papers/07965.pdf)
+ Shengjie Ma, Qian Shen, Qiming Hou, Zhong Ren, Kun Zhou: "*Neural Compositing for Real-time Augmented Reality Rendering in Low-frequency Lighting Environments.*" Science China Information Sciences (2021) [[pdf]](http://kunzhou.net/2021/NeuralComposite.pdf)
## Datasets
+ **DEROBA**: [[link]](https://github.com/bcmi/Object-Reflection-Generation-Dataset-DEROBA)
+ **SynMirror**: [[link]](https://val.cds.iisc.ac.in/reflecting-reality.github.io/)
## Other Resources
+ [Awesome-Image-Composition](https://github.com/bcmi/Awesome-Object-Insertion)