paper-with-me

Papers

Inducing Hierarchical Compositional Model by Sparsifying Generator Network

2019-09-10 · CVPR 2020 6 · Xianglei Xing, Tianfu Wu, Song-Chun Zhu, Ying Nian Wu

This paper proposes to learn hierarchical compositional AND-OR model for interpretable image synthesis by sparsifying the generator network. The proposed method adopts the scene-objects-parts-subparts-primitives hierarchy in image representation. A scene has different types (i.e., OR) each of which consists of a number of objects (i.e., AND). This can be recursively formulated across the scene-objects-parts-subparts hierarchy and is terminated at the primitive level (e.g., wavelets-like basis). To realize this AND-OR hierarchy in image synthesis, we learn a generator network that consists of the following two components: (i) Each layer of the hierarchy is represented by an over-complete set of convolutional basis functions. Off-the-shelf convolutional neural architectures are exploited to implement the hierarchy. (ii) Sparsity-inducing constraints are introduced in end-to-end training, which induces a sparsely activated and sparsely connected AND-OR model from the initially densely connected generator network. A straightforward sparsity-inducing constraint is utilized, that is to only allow the top-$k$ basis functions to be activated at each layer (where $k$ is a hyper-parameter). The learned basis functions are also capable of image reconstruction to explain the input images. In experiments, the proposed method is tested on four benchmark datasets. The results show that meaningful and interpretable hierarchical representations are learned with better qualities of image synthesis and reconstruction obtained than baselines.

📄 PDF Abstract BibTeX arXiv:1909.04324

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage Reconstructionmodel

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Inducing Sparse Coding and And-Or Grammar from Generator Network

2019-01-20 · Xianglei Xing, Song-Chun Zhu, Ying Nian Wu

We introduce an explainable generative model by applying sparse operation on the feature maps of the generator network. Meaningful hierarchical representations are obtained using the proposed generative model with sparse…

xai-cola: A Python library for sparsifying counterfactual explanations

2026-02-25 · Lin Zhu, Lei You arxiv

Counterfactual explanation (CE) is an important domain within post-hoc explainability. However, the explanations generated by most CE generators are often highly redundant. This work introduces an open-source Python libr…

Structurally Sparsified Backward Propagation for Faster Long Short-Term Memory Training

2018-06-01 · Maohua Zhu, Jason Clemons, Jeff Pool, Minsoo Rhu 외

Exploiting sparsity enables hardware systems to run neural networks faster and more energy-efficiently. However, most prior sparsity-centric optimization techniques only accelerate the forward pass of neural networks and…

CompDiff: Hierarchical Compositional Diffusion for Fair and Zero-Shot Intersectional Medical Image Generation

2026-03-17 · Mahmoud Ibrahim, Bart Elen, Chang Sun, Gokhan Ertaylan 외 arxiv

Generative models are increasingly used to augment medical imaging datasets for fairer AI, yet a key assumption often goes unexamined: that generators produce equally high-quality images across demographic groups. Models…

Medical Image Generation

Hierarchically Composing Level Generators for the Creation of Complex Structures

2023-02-03 · Michael Beukman, Manuel Fokam, Marcel Kruger, Guy Axelrod 외

Procedural content generation (PCG) is a growing field, with numerous applications in the video game industry and great potential to help create better games at a fraction of the cost of manual creation. However, much of…

Minecraft