MDS Flashcards

(9 cards)

1
Q

What is the main purpose of Multidimensional Scaling (MDS)?

A

To take a distance matrix and embed points in a Euclidean space so that the pairwise distances are preserved as closely as possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why might we use MDS instead of traditional dimensionality reduction?

A

MDS is used when original features are unavailable, subjective, historical, or when it’s better to let users define similarity intuitively (e.g., surveys, ancient artifacts).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Kruskal’s STRESS1 measure?

A

It measures how well the distances in the low-dimensional embedding match the original distances; lower values indicate better fit.

STRESS1 > 0.1 is considered poor, < 0.05 is considered good.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the ‘elbow rule’ in MDS?

A

A method to select the optimal number of dimensions by plotting STRESS against dimensions and finding the point where improvements start diminishing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can flips and rotations change MDS results?

A

No, distances remain the same under flips, rotations, or reflections, so embeddings may look different but still be valid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the process of embedding with MDS.

A

Start with a distance matrix, choose metric or non-metric MDS, optimize to minimize STRESS, and interpret the embedding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the tradeoffs in MDS?

A

Increasing dimensions reduces STRESS (improves fit) but makes interpretation harder. There’s a balance between accuracy and interpretability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do small distance matrices help understand MDS?

A

They allow manual embedding and geometric reasoning (e.g., forming triangles with known side lengths).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does non-metric MDS preserve?

A

The rank order of distances rather than their exact values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly