paper-with-me

Papers

GaINeR: Geometry-Aware Implicit Network Representation

2025-11-25 · Weronika Jakubowska, Mikołaj Zieliński, Rafał Tobiasz, Krzysztof Byrski, Maciej Zięba, Dominik Belter, Przemysław Spurek arxiv

Implicit Neural Representations (INRs) are widely used for modeling continuous 2D images, enabling high-fidelity reconstruction, super-resolution, and compression. Architectures such as SIREN, WIRE, and FINER demonstrate their ability to capture fine image details. However, conventional INRs lack explicit geometric structure, limiting local editing, and integration with physical simulation. To address these limitations, we propose GaINeR (Geometry-Aware Implicit Neural Representation for Image Editing), a novel framework for 2D images that combines trainable Gaussian distributions with a neural network-based INR. For a given image coordinate, the model retrieves the K nearest Gaussians, aggregates distance-weighted embeddings, and predicts the RGB value via a neural network. This design enables continuous image representation, interpretable geometric structure, and flexible local editing, providing a foundation for physically aware and interactive image manipulation. Our method supports geometry-consistent transformations, seamless super-resolution, and integration with physics-based simulations. Moreover, the Gaussian representation allows lifting a single 2D image into a geometry-aware 3D representation, enabling depth-guided editing. Experiments demonstrate that GaINeR achieves state-of-the-art reconstruction quality while maintaining flexible and physically consistent image editing. The official implementation of our method is publicly available at https://github.com/WJakubowska/GaINeR.

📄 PDF Abstract BibTeX arXiv:2511.20924

Code (0)

등록된 구현이 없습니다.

Tasks

Image ManipulationImage Editing

Similar Papers 제목 키워드 기반

Semantic Implicit Neural Scene Representations With Semi-Supervised Training

2020-03-28 · Amit Kohli, Vincent Sitzmann, Gordon Wetzstein

The recent success of implicit neural scene representations has presented a viable new method for how we capture and store 3D scenes. Unlike conventional 3D representations, such as point clouds, which explicitly store s…

3D geometry3D Semantic SegmentationRepresentation LearningSegmentation+1

DINO-SLAM: DINO-informed RGB-D SLAM for Neural Implicit and Explicit Representations

2025-07-25 · Ziren Gong, Xiaohan Li, Fabio Tosi, Youmin Zhang 외 arxiv

This paper presents DINO-SLAM, a DINO-informed design strategy to enhance implicit (Neural Radiance Field -- NeRF) and explicit representations (Gaussian Splatting -- GS) in SLAM systems through the more comprehensive se…

Dynamic Multi-View Scene Reconstruction Using Neural Implicit Surface

2023-02-28 · Decai Chen, Haofei Lu, Ingo Feldmann, Oliver Schreer 외

Reconstructing general dynamic scenes is important for many computer vision and graphics applications. Recent works represent the dynamic scene with neural radiance fields for photorealistic view synthesis, while their s…

Novel View SynthesisSurface Reconstruction

NeuMesh: Learning Disentangled Neural Mesh-based Implicit Field for Geometry and Texture Editing

2022-07-25 · Bangbang Yang, Chong Bao, Junyi Zeng, Hujun Bao 외

Very recently neural implicit rendering techniques have been rapidly evolved and shown great advantages in novel view synthesis and 3D scene reconstruction. However, existing neural rendering methods for editing purposes…

3D Scene ReconstructionNeural RenderingNovel View Synthesis

3D-Aware VLMs with Implicit and Explicit Geometries

2026-07-23 · Wenhao Li, Xueying Jiang, Quanhao Qian, Deli Zhao 외 arxiv

Despite rapid progress, most existing vision-language models (VLMs) built from 2D visual inputs often struggle when handling various 3D tasks that require fine-grained spatial understanding and reasoning. To bridge this …

3D dense captioningSpatial ReasoningVisual Grounding