The FaCells. An Exploratory Study about LSTM Layers on Face Sketches Classifiers

Lines are human mental abstractions. A bunch of lines may form a drawing. A set of drawings can feed an LSTM network input layer, considering each draw as a list of lines and a line a list of points. This paper proposes the pointless motive to classify the gender of celebrities' portraits as an excuse for exploration in a broad, more artistic sense. Investigation results drove compelling ideas here discussed. The experiments compared different ways to represent draws to be input in a network and showed that an absolute format of coordinates (x, y) was a better performer than a relative one (Dx, Dy) with respect to prior points, most frequent in the reviewed literature. Experiments also showed that, due to the recurrent nature of LSTMs, the order of lines forming a drawing is a relevant factor for input in an LSTM classifier not studied before. A minimum 'pencil' traveled length criteria for line ordering proved suitable, possible by reducing it to a TSP particular instance. The best configuration for gender classification appears with an LSTM layer that returns the hidden state value for each input point step, followed by a global average layer along the sequence, before the output dense layer. That result guided the idea of removing the average in the network pipeline and return a per-point attribute score just by adjusting tensors dimensions. With this trick, the model detects an attribute in a drawing and also recognizes the points linked to it. Moreover, by overlapping filtered lines of portraits, an attribute's visual essence is depicted. Meet the FaCells.

READ FULL TEXT

page 1

page 2

page 8

page 9

page 10

page 11

page 12

page 13

research
11/06/2019

On the Average Complexity of the k-Level

Let A be an arrangement of n lines in the Euclidean plane. The <i>k-leve...
research
01/22/2021

The Role of Edges in Line Drawing Perception

It has often been conjectured that the effectiveness of line drawings ca...
research
04/26/2021

dualFace:Two-Stage Drawing Guidance for Freehand Portrait Sketching

In this paper, we propose dualFace, a portrait drawing interface to assi...
research
07/14/2023

Flow-Guided Controllable Line Drawing Generation

In this paper, we investigate the problem of automatically controllable ...
research
03/19/2019

IndyLSTMs: Independently Recurrent LSTMs

We introduce Independently Recurrent Long Short-term Memory cells: IndyL...
research
02/26/2019

The optimal packing of eight points in the real projective plane

How can we arrange n lines through the origin in three-dimensional Eucli...
research
12/06/2019

Globally optimizing small codes in real projective spaces

For d∈{5,6}, we classify arrangements of d + 2 points in RP^d-1 for whic...

Please sign up or login with your details

Forgot password? Click here to reset