Identical
All four activations are the same column. Rank stays 1 and separation stays 0, so the output is only a scaled copy of one ReLU feature. On this XOR set it typically settles near 75%: one quadrant remains wrong.
WIDTH ON PAPER ≠ WIDTH IN USE
Train the same 2 → 4 ReLU → 1 network on balanced XOR. Change only how its four hidden neurons begin, then watch their decision hinges and measured feature rank.
IDENTICAL INITIALIZATION
MODEL OUTPUT
Background colour is the model probability. The outlined points are the balanced training set.
HIDDEN LAYER
Each line is wjTx + bj = 0. Its arrow points toward the half-plane where that ReLU is active.
WHAT THE METRICS MEAN
All four activations are the same column. Rank stays 1 and separation stays 0, so the output is only a scaled copy of one ReLU feature. On this XOR set it typically settles near 75%: one quadrant remains wrong.
The equality constraint is gone. The coloured hinges can separate and the feature rank rises above 1. Breaking symmetry is necessary; it does not guarantee that this particular start will find the best XOR solution.
Distinct starting directions let gradient descent combine multiple half-planes. With the fixed seed here, all four alternating XOR regions are learned and the measured accuracy reaches 100%.