CoC-GAN: Employing Context Cluster for Unveiling a New Pathway in Image Generation
Zihao Wang, Yiming Huang, Ziyu Zhou

TL;DR
CoC-GAN introduces a novel image generation approach using context clustering and MLPs, avoiding convolution and attention, resulting in interpretable and effective image synthesis from point clouds.
Contribution
The paper proposes a new image generation framework based on context clustering and MLPs, eliminating the need for convolution or attention mechanisms, and introduces the Point Increaser module within a GAN.
Findings
Outperforms traditional CNN and Transformer-based methods
Provides enhanced interpretability through visualization
Demonstrates competitive image quality in experiments
Abstract
Image generation tasks are traditionally undertaken using Convolutional Neural Networks (CNN) or Transformer architectures for feature aggregating and dispatching. Despite the frequent application of convolution and attention structures, these structures are not fundamentally required to solve the problem of instability and the lack of interpretability in image generation. In this paper, we propose a unique image generation process premised on the perspective of converting images into a set of point clouds. In other words, we interpret an image as a set of points. As such, our methodology leverages simple clustering methods named Context Clustering (CoC) to generate images from unordered point sets, which defies the convention of using convolution or attention mechanisms. Hence, we exclusively depend on this clustering technique, combined with the multi-layer perceptron (MLP) in a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Cell Image Analysis Techniques · Advanced Image and Video Retrieval Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Adam · Layer Normalization · Dense Connections · Absolute Position Encodings · Residual Connection
