paper-with-me

Papers

HyperColor: A HyperNetwork Approach for Synthesizing Auto-colored 3D Models for Game Scenes Population

2021-08-03 · Ivan Kostiuk, Przemysław Stachura, Sławomir K. Tadeja, Tomasz Trzciński, Przemysław Spurek

Designing a 3D game scene is a tedious task that often requires a substantial amount of work. Typically, this task involves synthesis, coloring, and placement of 3D models within the game scene. To lessen this workload, we can apply machine learning to automate some aspects of the game scene development. Earlier research has already tackled automated generation of the game scene background with machine learning. However, model auto-coloring remains an underexplored problem. The automatic coloring of a 3D model is a challenging task, especially when dealing with the digital representation of a colorful, multipart object. In such a case, we have to ``understand'' the object's composition and coloring scheme of each part. Existing single-stage methods have their own caveats such as the need for segmentation of the object or generating individual parts that have to be assembled together to yield the final model. We address these limitations by proposing a two-stage training approach to synthesize auto-colored 3D models. In the first stage, we obtain a 3D point cloud representing a 3D object, whilst in the second stage, we assign colors to points within such cloud. Next, by leveraging the so-called triangulation trick, we generate a 3D mesh in which the surfaces are colored based on interpolation of colored points representing vertices of a given mesh triangle. This approach allows us to generate a smooth coloring scheme. Experimental evaluation shows that our two-stage approach gives better results in terms of shape reconstruction and coloring when compared to traditional single-stage techniques.

📄 PDF Abstract BibTeX arXiv:2108.01411

Code (1)

KostiukIvan/HyperColor 공식 구현 pytorch

Similar Papers 제목 키워드 기반

HyperGANStrument: Instrument Sound Synthesis and Editing with Pitch-Invariant Hypernetworks

2024-01-09 · Zhe Zhang, Taketo Akama

GANStrument, exploiting GANs with a pitch-invariant feature extractor and instance conditioning technique, has shown remarkable capabilities in synthesizing realistic instrument sounds. To further improve the reconstruct…

Diversity

HyperPlanes: Hypernetwork Approach to Rapid NeRF Adaptation

2024-02-02 · Paweł Batorski, Dawid Malarz, Marcin Przewięźlikowski, Marcin Mazur 외

Neural radiance fields (NeRFs) are a widely accepted standard for synthesizing new 3D object views from a small number of base images. However, NeRFs have limited generalization properties, which means that we need to us…

Few-Shot LearningNeRFObject

FedHypeVAE: Federated Learning with Hypernetwork Generated Conditional VAEs for Differentially Private Embedding Sharing

2026-01-02 · Sunny Gupta, Amit Sethi arxiv

Federated data sharing promises utility without centralizing raw data, yet existing embedding-level generators struggle under non-IID client heterogeneity and provide limited formal protection against gradient leakage. W…

Federated Learning

A Synthesis Method of Safe Rust Code Based on Pushdown Colored Petri Nets

2026-04-02 · Kaiwen Zhang, Guanjun Liu arxiv

Safe Rust guarantees memory safety through strict compile-time constraints: ownership can be transferred, borrowing can temporarily guarantee either shared read-only or exclusive write access, and ownership and borrowing…

Mean Field Games on Weighted and Directed Graphs via Colored Digraphons

2022-09-08 · Christian Fabian, Kai Cui, Heinz Koeppl

The field of multi-agent reinforcement learning (MARL) has made considerable progress towards controlling challenging multi-agent systems by employing various learning methods. Numerous of these approaches focus on empir…

Multi-agent Reinforcement Learning