paper-with-me

Papers

MiraGe: Editable 2D Images using Gaussian Splatting

2024-10-02 · Joanna Waczyńska, Tomasz Szczepanik, Piotr Borycki, Sławomir Tadeja, Thomas Bohné, Przemysław Spurek

Implicit Neural Representations (INRs) approximate discrete data through continuous functions and are commonly used for encoding 2D images. Traditional image-based INRs employ neural networks to map pixel coordinates to RGB values, capturing shapes, colors, and textures within the network's weights. Recently, GaussianImage has been proposed as an alternative, using Gaussian functions instead of neural networks to achieve comparable quality and compression. Such a solution obtains a quality and compression ratio similar to classical INR models but does not allow image modification. In contrast, our work introduces a novel method, MiraGe, which uses mirror reflections to perceive 2D images in 3D space and employs flat-controlled Gaussians for precise 2D image editing. Our approach improves the rendering quality and allows realistic image modifications, including human-inspired perception of photos in the 3D world. Thanks to modeling images in 3D space, we obtain the illusion of 3D-based modification in 2D images. We also show that our Gaussian representation can be easily combined with a physics engine to produce physics-based modification of 2D images. Consequently, MiraGe allows for better quality than the standard approach and natural modification of 2D images.

📄 PDF Abstract BibTeX arXiv:2410.01521

Code (1)

waczjoan/mirage 공식 구현 pytorch

Similar Papers 제목 키워드 기반

EmoDiffTalk:Emotion-aware Diffusion for Editable 3D Gaussian Talking Head

2025-11-30 · Chang Liu, Tianjiao Jing, Chengcheng Ma, Xuanqi Zhou 외 arxiv

Recent photo-realistic 3D talking head via 3D Gaussian Splatting still has significant shortcoming in emotional expression manipulation, especially for fine-grained and expansive dynamics emotional editing using multi-mo…

GTAvatar: Bridging Gaussian Splatting and Texture Mapping for Relightable and Editable Gaussian Avatars

2025-12-09 · Kelian Baert, Mae Younes, Francois Bourel, Marc Christie 외 arxiv

Recent advancements in Gaussian Splatting have enabled increasingly accurate reconstruction of photorealistic head avatars, opening the door to numerous applications in visual effects, videoconferencing, and virtual real…

Creating Your Editable 3D Photorealistic Avatar with Tetrahedron-constrained Gaussian Splatting

2025-04-29 · CVPR 2025 1 · Hanxi Liu, Yifang Men, Zhouhui Lian

Personalized 3D avatar editing holds significant promise due to its user-friendliness and availability to applications such as AR/VR and virtual try-ons. Previous studies have explored the feasibility of 3D editing, but …

Representation Learning

Mirage2Matter: A Physically Grounded Gaussian World Model from Video

2026-01-24 · Zhengqing Gao, Ziwen Li, Xin Wang, Jiaxin Huang 외 arxiv

The scalability of embodied intelligence is fundamentally constrained by the scarcity of real-world interaction data. While simulation platforms provide a promising alternative, existing approaches often suffer from a su…

GaMeS: Mesh-Based Adapting and Modification of Gaussian Splatting

2024-02-02 · Joanna Waczyńska, Piotr Borycki, Sławomir Tadeja, Jacek Tabor 외

Gaussian Splatting (GS) is a novel, state-of-the-art technique for rendering points in a 3D scene by approximating their contribution to image pixels through Gaussian distributions, warranting fast training and real-time…