FaCells. Teaching Machines the Language of Lines: Per Point Attribute Scores for Face-Sketch Classification
Xavier Ignacio Gonzalez

TL;DR
FaCells introduces a novel method to translate face images into line-based artworks by predicting per-point attribute scores, enabling interpretable and reproducible sketches that highlight facial features.
Contribution
The paper presents a new approach combining sequence modeling and attribute scoring to generate interpretable line drawings from face images, bridging data, models, and artistic expression.
Findings
Absolute coordinate encoding with travel-minimizing stroke order performs best.
Multilabel training over 40 attributes achieves stable, high-accuracy predictions.
FaCells visualizations effectively highlight facial attributes as artistic sketches.
Abstract
FaCells is a method, and an exhibition, that turns model internals into line based artworks. Aligned face photographs (CelebA, 260k images, 40 attributes) are translated into vector sketches suitable for an XY plotter. We study how to 'write' these drawings for a sequence model, comparing absolute vs. relative point encodings and random vs. travel-minimizing stroke order. A bidirectional LSTM is trained for attribute prediction; a minimal architectural change, removing the global average over the sequence and applying a Dense layer at each point, yields per point attribute scores. Aggregating points whose score exceeds an attribute specific threshold across many portraits produces new drawings we call FaCells: statistical abstractions of attributes such as Eyeglasses, Wavy Hair, or Bangs. Across ablations, absolute coordinates with travel-minimizing order and a global average readout…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Retrieval and Classification Techniques · Aesthetic Perception and Analysis · Generative Adversarial Networks and Image Synthesis
MethodsFast Attention Via Positive Orthogonal Random Features · Performer · Tanh Activation · Sigmoid Activation · Long Short-Term Memory
