paper-with-me

Papers

SetVAE: Learning Hierarchical Composition for Generative Modeling of Set-Structured Data

2021-03-29 · CVPR 2021 1 · Jinwoo Kim, Jaehoon Yoo, Juho Lee, Seunghoon Hong

Generative modeling of set-structured data, such as point clouds, requires reasoning over local and global structures at various scales. However, adopting multi-scale frameworks for ordinary sequential data to a set-structured data is nontrivial as it should be invariant to the permutation of its elements. In this paper, we propose SetVAE, a hierarchical variational autoencoder for sets. Motivated by recent progress in set encoding, we build SetVAE upon attentive modules that first partition the set and project the partition back to the original cardinality. Exploiting this module, our hierarchical VAE learns latent variables at multiple scales, capturing coarse-to-fine dependency of the set elements while achieving permutation invariance. We evaluate our model on point cloud generation task and achieve competitive performance to the prior arts with substantially smaller model capacity. We qualitatively demonstrate that our model generalizes to unseen set sizes and learns interesting subset relations without supervision. Our implementation is available at https://github.com/jw9730/setvae.

📄 PDF Abstract BibTeX arXiv:2103.15619

Code (2)

jw9730/setvae 공식 구현 pytorch
jw9730/jw9730.github.io

Tasks

Point Cloud Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Solana Customer Service Number +1-833-534-1729 설명 없음
Set Transformer Many machine learning tasks such as multiple instance learning, 3D shape recognition, and few-shot image classification are defined on sets of instances. Since solutions to such…
Hierarchical VAE 설명 없음
USD Coin Customer Service Number +1-833-534-1729 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

LICA: Layered Image Composition Annotations for Graphic Design Research

2026-03-17 · Elad Hirsch, Shubham Yadav, Mohit Garg, Purvanshi Mehta arxiv

We introduce LICA (Layered Image Composition Annotations), a large scale dataset of 1,550,244 multi-layer graphic design compositions designed to advance structured understanding and generation of graphic layouts. In add…

HiGS: Hierarchical Generative Scene Framework for Multi-Step Associative Semantic Spatial Composition

2025-10-31 · Jiacheng Hong, Kunzhen Wu, Mingrui Yu, Yichao Gu 외 arxiv

Three-dimensional scene generation holds significant potential in gaming, film, and virtual reality. However, most existing methods adopt a single-step generation process, making it difficult to balance scene complexity …

Scene Generation

Neural Hierarchical Decomposition for Single Image Plant Modeling

2025-01-01 · CVPR 2025 1 · Zhihao Liu, Zhanglin Cheng, Naoto Yokoya

Obtaining high-quality, practically usable 3D models of biological plants remains a significant challenge in computer vision and graphics. In this paper, we present a novel method for generating realistic 3D plant mo…

HairGPT: Strand-as-Language Autoregressive Modeling for Realistic 3D Hairstyle Synthesis

2026-05-09 · Haimin Luo, Min Ouyang, Lan Xu, Jingyi Yu arxiv

Hair is a rich medium of visual and cultural expression, yet its digital modeling remains challenging due to the duality of fluidity and structure. Many existing generative approaches rely primarily on continuous diffusi…

Towards Deep Compositional Networks

2016-09-13 · Domen Tabernik, Matej Kristan, Jeremy L. Wyatt, Aleš Leonardis

Hierarchical feature learning based on convolutional neural networks (CNN) has recently shown significant potential in various computer vision tasks. While allowing high-quality discriminative feature learning, the downs…