Overview
Detection and Segmentation of Removing Object.
We write as: during removal, we just delete all points of interest. We don’t compute a bounding box.
We train LERF on the pre-trained scene. Then we extract confidence score over 3D samples along rays.
Issues are
Analysis
raw_relevancy>0.5
for any positive query.Our solutions are
eps=0.001
in DBSCAN and get the largest cluster.Occlusion-aware Optimization for Removal
Illumination-aware Inpainting
We pick a camera view around bbox to render, where the camera view has the least occlusion. We detect by shooting rays and check if any non-zero opacity samples is prior to hitting bbox.
Then, we leverage the insight where 2D diffusion model inpaints image with awareness of scene — global illumination. Note that previous bbox is dilated and given to stable diffusion as guidance. Now, we call SAM to segment the object at the center. Inpainted result with background examples are as following.
Multi-view Consistent Generation in 3D Gaussian Splatting Representation