← Latest papers
🤖 machine learning

Why Can't I See My Clusters? A Precision-Recall Approach to Dimensionality Reduction Validation

This paper introduces precision and recall metrics to evaluate the relationship phase of dimensionality reduction, enabling users to diagnose why expected cluster structures fail to appear in projections and thereby guiding more efficient hyperparameter tuning and artifact detection.

Original authors: Diede P. M. van der Hoorn, Alessio Arleo, Fernando V. Paulovich

Published 2026-08-21
📖 5 min read🧠 Deep dive

Original authors: Diede P. M. van der Hoorn, Alessio Arleo, Fernando V. Paulovich

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine trying to understand a vast, invisible city by looking at a single, flat map. The city has millions of streets, buildings, and connections, but your map can only show two dimensions. This is the daily challenge for scientists working with complex data. They often use a technique called dimensionality reduction to squash high-dimensional information—where every data point might have hundreds of features—down into a simple two-dimensional picture that humans can actually see. The goal is usually to spot patterns, like groups of similar items clustering together. But sometimes, the map fails. The expected groups don't appear, or they look mixed up and broken. When this happens, researchers are left with a frustrating question: Is the data itself messy and unstructured, or did the method used to create the map simply fail to show the truth?

For years, the tools available to answer this question have been limited. Existing methods could tell you how well a map preserved distances or how tidy the clusters looked, but they couldn't explain why a cluster was missing. They treated the entire process as a black box, offering no way to distinguish between a bad map and a messy territory. A team of researchers has now introduced a new way to look at this problem. Instead of judging the final picture, they decided to inspect the blueprint used to draw it. By separating the process of modeling relationships from the act of drawing the map, they created a way to measure whether the data's true structure was captured before the final image was even made.

The researchers focused on two popular methods for creating these maps, known as t-SNE and UMAP. Both work by first building a network of connections between data points based on how similar they are, and then using that network to place the points on a flat surface. The team realized that if the final map is confusing, the problem might lie in that initial network of connections. To test this, they borrowed two concepts from the world of information retrieval, where systems are judged on how well they find relevant information. They adapted these ideas into two new metrics: precision and recall. In this context, precision asks a simple question: "Of all the points this method decided to connect, how many actually belong to the same group?" If the answer is high, the connections are pure. Recall asks the opposite: "Of all the points that should be connected to form a group, how many did the method actually link up?" If the answer is high, the group is complete.

By applying these two measures to the network of connections before the map is drawn, the researchers could diagnose the problem with surprising clarity. They found that if the network itself is flawed, no amount of tweaking the final map will fix it. For instance, in one test using a dataset of brain fibers, they discovered that the default settings for the mapping tool were creating a network where different groups were barely connected. The new metrics showed that the connections were too sparse to form solid clusters, explaining why the final map looked fragmented. In another scenario, they found that a group of data points was being split apart in the final image, not because the data was broken, but because the mapping process accidentally pushed them apart. The metrics revealed that the underlying connections were actually strong and correct, pointing the finger squarely at the drawing phase rather than the data itself.

This approach also helped solve a common headache for scientists: choosing the right settings for these tools. These methods require users to pick a "neighborhood size," a setting that determines how many neighbors each point considers when building its network. Too small, and the groups fall apart; too large, and everything blends into a single blob. The researchers showed that by using their new metrics to scan different settings, they could find the "sweet spot" where the network best reflected the true groups in the data, without ever needing to generate the final visual map. This saves time and removes the guesswork. In a test with a dataset of human activity recordings, they used the metrics to realize that the six labeled categories in the data did not actually form six distinct groups in the underlying structure. The metrics revealed that the data naturally formed only three groups, a fact that was hidden when looking only at the final pictures.

The work suggests that the absence of a clear cluster in a visualization is not always a failure of the data or the tool, but often a mismatch between the two. By checking the quality of the relationships first, scientists can now tell if they are looking at a broken map or a broken territory. The researchers demonstrated that these new measures can guide the tuning of parameters, uncover hidden errors in the drawing process, and even reveal when the expected categories simply do not exist in the data. While the method requires some careful interpretation of the numbers, it offers a much-needed layer of clarity in a field where visual intuition often leads the way. It turns the process of making sense of complex data from a game of trial and error into a more reliable, step-by-step investigation.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →