Preprint

Data-only AI clustering beats mean prediction in synthetic tests

Preprint: In synthetic tests, the method came closer to one of several valid outputs than random labels, but it remained behind a benchmark using true modality identities.

A data-only clustering method performed better than random labels and an unconditioned network that predicts one average answer in synthetic tests where each input had five or 10 possible outputs. It still performed worse than a benchmark given the true modality labels.

The study is an arXiv version 1 preprint dated 26 August 2026. It asks whether contradiction-based clustering, without gradients, iterative optimization or learned similarity, can address mean regression, a setup in which squared-error training may settle on an average when several outputs are possible. The proposed hypothesis was that assigning examples to internally consistent clusters, then conditioning on cluster identity, would make the separate output branches easier to recover.

What the method was asked to do

The benchmark used synthetic data. Its generator took two-dimensional inputs and produced four-dimensional outputs through frozen, two-hidden-layer tanh modal networks with width 24. Each base input was replicated K times, with Gaussian noise of 0.01 added to the repeated inputs, making the total sample count K times nx.

DQC, short for Difference-Quotient Clustering, assigned each sample to the cluster with the smallest maximum difference quotient. In practical terms, it favored groupings in which nearby inputs did not produce sharply conflicting outputs. The procedure used no labels, gradients or learned similarity. The reported setup used eight clusters for the five-modality case and 20 for the ten-modality case.

Those labels were passed to a depth-3, width-64 tanh logits generator trained with cross-entropy. At inference, the generator selected the branch with the largest logit. The conditional network then took the input together with a one-hot cluster code, an indicator for the assigned group, and predicted the output with squared-error training. Both networks were trained for 1,200 Adam steps at a learning rate of 10^-3.

The comparison included oracle labels, which were the true modality identities, DQC labels, and random labels independent of the data. The mean-collapse control removed conditioning altogether and trained a single network by squared error.

The main test score was test minMSE. For each prediction, it measured squared distance to all K true outputs associated with the same input and kept the smallest value. That makes it a best-match measure: it asks whether a prediction is close to at least one allowed answer, rather than whether it identified the exact branch or reproduced the full conditional distribution.

The gap to the best-case labels

In the five-modality benchmark, using nx = 500 and the deeper network, DQC's test minMSE was 0.1887, compared with 0.0935 for the oracle. The reported score was 5.7 times better than random labels and 7.1 times better than mean collapse, while remaining within 2.0 times of the oracle. In plain terms, the data-derived labels brought predictions much closer to one of the permitted outputs than the two weaker baselines, but they did not close the gap to true labels.

The ten-modality results followed the same ranking. Mean collapse was about 1.5, random labels were about 1.1 to 1.3, and DQC ranged from 0.24 to 0.44. DQC remained roughly 1.4 to 3.2 times above the oracle; at nx = 500 with the d6w128 network, its score was 0.2431 versus 0.1634 for the oracle.

Useful structure was present in the clusters, but they were not clean stand-ins for the hidden modalities. At nx = 500, maximum and mean contradiction were 8.5 and 7.0, respectively. Mean cluster purity was 0.36, above the 0.10 chance level, while cluster sizes ranged from 157 to 386 samples. The result points to partial alignment with the true modes, alongside mixing and imbalance.

Why the result remains provisional

In the reported depth comparisons, larger maximum contradiction coincided with a larger change in DQC training MSE. In the five-modality nx = 500 case, the shallower and deeper configurations had training MSE values of 0.0348 and 0.0199, a reported 43 percent reduction, alongside maximum contradiction of 16.9. At nx = 80, the corresponding values were 0.0064 and 0.0051, or a 20 percent reduction, with maximum contradiction of 5.3. In the ten-modality setting, training MSE changed from 0.0698 to 0.0589, or 16 percent, with maximum contradiction of 8.5. Oracle training MSE was reported as flat across depths.

More source data did not produce a simple upward trend for DQC in the reported five-modality, d6w128 sequence. Across the three sample sizes, oracle test minMSE moved from 0.2174 to 0.1418 to 0.0935, while DQC moved from 0.3145 to 0.4032 to 0.1887. The reported DQC-to-oracle gap was about 1.4 to 2.8 times. The oracle sequence improved steadily, but the DQC sequence was nonmonotonic.

The evidence is therefore narrower than the headline result might suggest. These were synthetic benchmarks with known modality structure, two-dimensional inputs, four-dimensional outputs, and the reported K = 5 or K = 10 configurations. The supplied analysis reports no inferential tests, confidence intervals, independent repetitions or seed-sensitivity analysis. The study does not establish performance on real-world data, whether DQC clusters equal true modalities, or whether the branch can be identified reliably from x alone.

The paper reports average complexity of O(n^2 / 2), seconds-scale single-thread runtimes for the studied sizes, and lower cost than training one network. Within those reported synthetic settings, DQC labels carried more useful information than random or mean-collapse labels, but the method remained behind oracle labels and produced mixed clusters.

Paper data and sources

Original title: Resolving Multi-Modal Regression by Difference-Quotient-Based Clustering:Fast Coarse Conditional-Label Assignment
Authors: Huang Weiquan
Journal/Repository: arXiv
Status: Preprint, not yet peer-reviewed
First online: 2026-08-26
DOI: Not available
Original paper · Full text

Versions and corrections

  1. Published automatically after legal-source, freshness, evidence, and independent-verification gates passed.