Fujitsu PHOTON’s 475× Claim: What the Metric Actually Measures

Last updated: July 26, 2026

Tier C · Document-first Future Stack Reviews has not run or benchmarked PHOTON. No runnable release was located in the sources checked on 27 July 2026.

PHOTON is a research architecture for large language models from Fujitsu, with RIKEN AIP, Institute of Science Tokyo and Tokai University, announced 24 June 2026 and published at ACL 2026. Its headline figure, 475×, is a ratio inside a normalised metric the paper calls throughput per unit memory. It is not a reported wall-clock speedup. It is also unrelated to Databricks Photon or VMware Photon OS, which share the name.

Verdict in one line: the 475× figure is the paper’s maximum throughput-per-KV-cache-memory ratio, not a disclosed wall-clock speedup or a per-GPU capacity result.

What happened

Fujitsu published a research page headlined “Up to 475× Higher Output Tokens per GPU than Transformer,” defining the measure as throughput per unit of GPU resource. The paper defines the same quantity as throughput divided by the key-value cache footprint of a single sample. Those are different denominators, and neither document publishes the conversion between them. In the English results we sampled on 27 July 2026, coverage restated the multiplier without separating the two.

Read this if you
  • Plan inference capacity or GPU procurement
  • Have been asked whether this announcement changes anything
  • Need to take a vendor efficiency multiple apart
Skip this if you
  • Want something callable or licensable today
  • Are comparing prices. There is no price
  • Arrived searching for Databricks Photon or Photon OS
What this briefing can and cannot settle
SettlesWhich table cell produced 475, what units it carries, what it cost in benchmark quality, and which paper version contains which evidence.
Does not settleHow the metric converts to one physical GPU, what batch and concurrency produced it, how PHOTON compares against a grouped-query or latent-attention baseline, or what it consumes in power.
Does not assertThat any figure is wrong, that any baseline was chosen in bad faith, or that the announcement is deceptive. Where sources differ, both are quoted.
At a glance
Announced24 June 2026, Fujitsu research topic page, English and Japanese
PublishedACL 2026, Volume 1 Long Papers, pages 38365 to 38383
Source of 475×One cell: 1.2B parameters, decode-heavy profile, Table 2
MetricTPM, throughput divided by per-sample KV cache, in K tokens/s/GiB
Range across main cells286× to 475×, across three model sizes and two profiles
Main models600M, 900M, 1.2B. One further experiment at 2.4B under a modified setup
HardwareNVIDIA DGX H200. GPU count per measurement not stated
Serving conditionsBatch, concurrency, precision and aggregation method not stated
Release statusNo code, weights, API, licence or price located in official sources checked 27 July 2026

What 475× measures

Two-panel diagram of Fujitsu PHOTON. Left: a standard Transformer scanning tokens one by one in a flat horizontal sequence. Right: PHOTON grouping tokens into semantic chunks and processing them hierarchically through stacked levels. PHOTON stands for Parallel Hierarchical Operation for TOp-down Networks. Stated aims: lower KV-cache pressure, higher concurrent capacity, lower operating cost. Figures as reported by Fujitsu: up to 475× multi-query throughput per GPU resource against a Transformer baseline, model scales of 600M, 900M and 1.2B, and nine aggregated queries reported as sufficient to match a conventional Transformer's output quality. Fujitsu defines multi-query throughput as output tokens per second per unit of GPU resource.
Fujitsu’s account of PHOTON, drawn only from the 24 June announcement and the arXiv version that announcement links. The nine-query figure shown here comes from the announcement; it is not in that arXiv version, and where the evidence does sit is covered in section 5. Sources: Fujitsu, 24 June 2026 · arXiv, 8 January 2026, version 2

The figure does not come from a comparison of how quickly two GPUs finish the same request. It comes from a normalised metric the paper calls TPM, throughput per unit memory, obtained by dividing throughput by the key-value cache footprint of a single sample in gibibytes. The memory in that denominator excludes model weights, activations and allocator overhead. It is cache only.

The headline value appears in one cell of the main comparison: 1.2B parameters, decode-heavy profile, meaning a 128-token input and a 2048-token generation.

Reported measureVanilla TransformerPHOTONRatio
Throughput1.00 K tok/s43.80 K tok/s43.8×
Per-sample KV cache0.390 GiB0.036 GiB10.83× smaller
TPM2.56 K tok/s/GiB1216.67 K tok/s/GiB475.26×

Values as printed in Table 2. Ratios calculated by Future Stack Reviews. The arithmetic is internally consistent: 1216.67 divided by 2.56 gives 475.26, and multiplying the two displayed component ratios gives approximately 474.5, with the difference explained by rounding.

Across all six main cells, three model sizes against two profiles, the ratio ranges from roughly 286× to 475×. The announcement uses the highest point in that grid. A maximum is a legitimate result to report, but it is not the architecture’s uniform advantage.

The gap opens at translation. Fujitsu’s headline reads “Up to 475× Higher Output Tokens per GPU than Transformer,” and its note defines multi-query throughput as “throughput (output tokens per second) per unit of GPU resource.” Neither document states what one unit of GPU resource is, or how per-sample cache gibibytes convert into tokens produced by one physical GPU.

The Japanese version of the same page carries a third figure that its visible text does not. Its description metadata, the string search engines and share cards render, opens with 1,000倍, a thousand times the multi-query performance of Transformer, before giving 475 in the following sentence. The English page’s metadata carries no multiple at all. The paper’s abstract also states a thousand-fold figure, up to 10³ times higher throughput per unit memory, which rests on a decoding mode called recursive generation whose output quality the paper states it does not evaluate.

Verify the metadata yourself
curl -s "https://global.fujitsu/ja-jp/technology/research/article/topics/202606-photon-architecture" \ | grep -o '<meta[^>]*description[^>]*>'

Note the comma. Searching the page for 1000 will not match, and searching the rendered page will not match either, because the string sits in the document head rather than the body. Checked from inside and outside Japan on 27 July 2026 with identical results.

Sources: Fujitsu, 24 June 2026, headline and Note 1 · Fujitsu, 24 June 2026, Japanese, page metadata · ACL 2026 Proceedings, July 2026, Abstract, Section 3 and Table 2

What is not disclosed

The central serving table does not state the inference batch size, the number of concurrent sequences, the inference precision, the runtime or kernel configuration, or how many GPUs each measurement used. The batch size of 256 given in the implementation appendix is a training batch.

The table caption specifies per sample only for memory. For throughput it gives units alone. The evaluation text says the authors follow the empirical protocol of the Block Transformer paper, which PHOTON compares itself against, but does not restate what that protocol does for throughput normalisation.

This matters because throughput, cache efficiency and concurrency are related without being interchangeable. A smaller per-sample cache can let a fixed-memory GPU hold more active sequences, and that can raise aggregate output when enough requests arrive. Whether it does, and by how much, depends on the scheduler, batch composition, kernel efficiency, latency target, weight residency, activation memory and allocator behaviour. Table 2 reports per-sample cache, not peak total device memory. The distance between those two quantities is where a capacity forecast would have to be built, and the paper does not publish it.

Evidence status of the headline
ReportedTable 2 gives a 43.8× throughput ratio and a 10.83× smaller per-sample KV cache in the headline cell.
CalculatedThose two displayed ratios reconstruct the 475× TPM figure. The full grid ranges 286× to 475×.
UnresolvedWhether the reported throughput already reflects cache-enabled concurrency, and how TPM maps to one physical GPU. Neither can be established from the disclosed harness.

Sources: ACL 2026 Proceedings, July 2026, Section 3 Evaluation, Table 2 caption and Appendix D.1

What the latency table proves

The ACL version adds a table the arXiv version does not have, reporting single-batch latency. At 1.2B in the decode-heavy setting it gives 42,264.81 milliseconds for the vanilla Transformer against 9,278.10 for PHOTON, a ratio of 4.56×. In prefill-heavy the ratio is 4.52×.

This is a material result and it is separate from the TPM normalisation. Whatever the metric boundary, PHOTON records substantially lower latency than both baselines at every size tested, with no benefit from batching. Anyone dismissing the architecture as a normalisation artefact has to account for it.

The table does not close the serving-method gap, and its own definition is unclear. The surrounding text describes the metric as the delay before the first token is produced. The figures do not behave that way. Decode-heavy latency is 15.4 times prefill-heavy latency for the vanilla model, closely tracking the 16-fold difference in output length between the two profiles, while the prefill-heavy profile has the longer prompt and should therefore show the longer first-token delay. The published record does not resolve whether the table reports time to first token or total generation time, and it does not confirm that this table and the throughput table used the same precision, kernels and GPU allocation.

Until that is clarified, the latency figures support one conclusion and not a second. They establish a reported 4.5× latency advantage at 1.2B. They cannot be converted into a per-stream token rate, and so they cannot be used to determine what the throughput column already contains.

Sources: ACL 2026 Proceedings, July 2026, Appendix C.5 and Table 8 · arXiv, 8 January 2026, version 2, which contains no equivalent table

What it cost at 1.2B

At 1.2B parameters every quality metric in the main table favours the vanilla Transformer.

MetricVanillaPHOTONChange
WikiText perplexity19.683123.786320.85% higher
HellaSwag45.6540.704.95 points lower
SciQ81.5069.3012.20 points lower
ARC-Easy49.3346.253.08 points lower
Three-task mean58.8352.086.74 points lower

Values as printed in Table 2. Percentage and point changes calculated by Future Stack Reviews.

Fujitsu summarises this as “a modest reduction in generation quality.” That is the vendor’s characterisation and no metric is named against which modest is judged. A 3-point movement on ARC-Easy and a 12-point movement on SciQ both sit inside the phrase.

Block Transformer, the 2024 architecture PHOTON extends and measures against, scores better than PHOTON at 1.2B on perplexity, HellaSwag and SciQ. PHOTON leads it on ARC-Easy by 0.42 points and on TPM by roughly 2.25 times. The claim PHOTON makes against that baseline is about the efficiency and quality frontier taken together.

Sources: ACL 2026 Proceedings, July 2026, Table 2 · Fujitsu, 24 June 2026

Evidence that exists only in the ACL version

Three versions of this paper exist: a preprint from 22 December 2025, a revision from 8 January 2026, and the ACL camera-ready from July 2026. The announcement of 24 June carries one research link, to the arXiv abstract, which serves the January revision.

That matters for one sentence in the announcement: “In validation experiments, aggregating as few as 9 queries was sufficient to match the output quality of a conventional Transformer.” The same paragraph says results are aggregated by majority voting or best-of-N selection.

Five-step diagram of the multi-query integration Fujitsu describes. One input problem, then several query variants, then multiple answers generated in parallel, then results combined by majority voting or best-of-N selection, with the stated goal of more stable final answers. Four reading notes accompany it: the announcement compares PHOTON against a conventional Transformer baseline; the 475× figure is a reported maximum experimental result rather than a promise for every deployment; the work is positioned for long-document and high-concurrency use; and Fujitsu reports that aggregating nine queries was sufficient in validation experiments.
The mechanism as the announcement describes it. In the experiment that was eventually published, aggregation is by highest likelihood, which is best-of-N; we found no majority-voting evaluation in the reported results. Task-level outcomes are in the table below. Sources: Fujitsu, 24 June 2026 · ACL 2026 Proceedings, July 2026, Section 3.3 and Table 5

No such experiment appears in the January revision. It appears in the camera-ready, in Section 3.3 and Table 5. A reader following the announcement’s own link does not reach the evidence for the announcement’s own claim.

The experiment, once located, supports the sentence in part. Nine lightly perturbed copies of a question are decoded in parallel and the answer with the highest likelihood is selected, which is best-of-N. We found no majority-voting experiment in the reported evaluation.

Method, N=9ARC-EasySciQ
Vanilla Transformer, 1.2B, single query49.3381.50
PHOTON single query46.2169.10
PHOTON, paraphrase57.4176.60
PHOTON, token-insert52.4477.90
PHOTON, span-insert51.2679.00

Values from Table 5, with the vanilla row from Table 2 for comparison. Table 5 does not state its model size; its single-query baseline matches the 1.2B row of Table 2 to within 0.2 points.

All three strategies exceed the vanilla Transformer on ARC-Easy. None reach it on SciQ, the closest falling 2.50 points short and the strongest ARC-Easy strategy falling 4.90 points short. HellaSwag and perplexity, two of the four quality metrics used in the main table, are not evaluated under the nine-query protocol. The paraphrase strategy uses GPT-4 to generate the query variants, a dependency the paper notes when observing that the other two strategies use no external model.

Sources: ACL 2026 Proceedings, July 2026, Section 3.3 and Table 5 · arXiv, version history, v1 22 December 2025 and v2 8 January 2026 · Fujitsu, 24 June 2026, Related Links

Which baselines were tested

The paper compares PHOTON against a vanilla Transformer and against Block Transformer. In the 600M to 1.2B configurations it publishes, both PHOTON and the vanilla baseline use 32 attention heads and 32 key-value heads, which is full multi-head attention. The configurations for the 2.4B experiment are not published.

The paper does not compare against grouped-query attention, multi-head latent attention, quantised key-value caches, sliding-window or sparse attention, paged allocation, continuous batching, prefix caching or speculative decoding. Several of these reduce cache footprint directly, which is the quantity PHOTON’s advantage is measured in.

This is a limit on how far the result transfers to deployment, not evidence of a stacked comparison. Applying cache reduction to the baseline while leaving PHOTON’s own 32 key-value heads untouched would be the asymmetric test. What the record supports is narrower and still consequential: Table 2 establishes an advantage over the architectures the paper tested, and does not establish one over a modern optimised serving stack.

Two further results are worth holding against an easy dismissal. Changing the chunk lengths from four and four to two and two lowers perplexity from 29.91 to 24.28 and raises mean zero-shot accuracy from 48.72 to 52.01 while still delivering roughly 54 to 57 times the vanilla TPM. That trade-off is published by the authors, not uncovered against them. And the throughput anomaly at 900M, where every architecture peaks and then falls at 1.2B, appears in all three architectures in both profiles, which gives no basis for reading the baseline as selectively weakened.

Sources: ACL 2026 Proceedings, July 2026, Table 2, Appendix C.2 Table 6, Appendix D.2 Tables 10 to 12 and 16 to 18, Related Work

The modified 2.4B experiment

The camera-ready adds one experiment above the main table, at 2.4B parameters, where the decode-heavy TPM ratio is 214× and the prefill-heavy ratio is 184×.

Model sizeDecode-heavy TPM ratio
600M417×
900M423×
1.2B475×
2.4B, modified setup214×

Ratios calculated by Future Stack Reviews from Table 2 and Table 9. The 2.4B row is not a continuation of the same series.

The quality gap also widens. Perplexity moves from 14.72 to 21.06 and the mean of the three zero-shot benchmarks falls 8.32 points, against 6.74 at 1.2B.

The comparison requires care, and the paper supplies the reason. At 2.4B the PHOTON model is built on a Qwen3 backbone while the baseline is LLaMA-based, the corpus is RefinedWeb rather than the Pile, and the training context is 4096 rather than 2048. Attention configurations for that pair are not disclosed. The paper describes the outcome as the same trend as the smaller models, which is directionally accurate. What the figures show alongside it is that the largest multiple in the record belongs to the second-smallest model tested and does not persist in the modified experiment at the next scale.

Sources: ACL 2026 Proceedings, July 2026, Appendix C.6 and Table 9

Availability and buyer decision

There is no price comparison to make. In the official sources we checked on 27 July 2026, being Fujitsu’s pages in both languages, both arXiv versions, the ACL camera-ready and its checklist, no repository, model weights, API endpoint, usage licence, price, availability date or product integration was located. That is a dated search result rather than proof that nothing exists.

The practical position for a technical buyer follows from the evidence rather than from the multiplier. The research significance is real: the reported cache and latency advantages are large and were peer reviewed. The procurement significance is undetermined, because the serving conditions needed to convert a normalised metric into fleet capacity are not published. The correct action today is to monitor, not to revise a 2026 to 2027 capacity assumption.

Six disclosures that would change the assessment
1Batch size, concurrent sequences, inference precision and GPU count for the throughput table.
2How the throughput figure was aggregated or normalised, and whether the latency table shares its harness.
3Peak total device memory rather than per-sample cache alone.
4A same-backbone comparison at 7B or above against a grouped-query or latent-attention baseline.
5Released code or weights, which would let a buyer measure rather than read.
6Any power measurement. The announcement connects the work to reduced energy consumption while neither paper version reports a watt.

Sources: Fujitsu, 24 June 2026, Looking Ahead and Related Links · ACL 2026 Proceedings, July 2026, Section 3 and Appendix D · ACL Responsible NLP Checklist, July 2026

Questions answered

Is PHOTON 475 times faster than a Transformer?

No wall-clock result of that size is reported. The 475 figure is throughput divided by the key-value cache of a single sample, in one 1.2B decode-heavy cell. The paper separately reports a 43.8 times throughput ratio and a 10.83 times smaller cache in that same cell, and a 4.56 times lower single-batch latency.

What does TPM mean in this paper?

Throughput per unit memory, in thousands of tokens per second per gibibyte, where the memory is the per-sample key-value cache footprint. It excludes model weights, activations and allocator overhead. The paper does not publish how that ratio converts into the output capacity of one physical GPU.

Is PHOTON a non-Transformer architecture?

No. Its context encoders are autoregressive Transformers and its local decoders are causal Transformers. The 600M to 1.2B models compared in the main table are built on the LLaMA architecture; the 2.4B PHOTON model is described as Qwen3-based. What PHOTON replaces is the flat token-by-token topology, not attention.

Where is the nine-query evidence?

In the ACL 2026 camera-ready, Section 3.3 and Table 5. It is not in the arXiv version that Fujitsu’s announcement links. In that table the nine-query protocol exceeds the vanilla Transformer on ARC-Easy and falls short on SciQ, and two of the four quality metrics used elsewhere are not evaluated under it.

Can PHOTON be downloaded or purchased?

Not from the sources we checked on 27 July 2026. No repository, weights, API, licence, price or availability date was located across Fujitsu’s pages in both languages, both arXiv versions, the ACL camera-ready and its checklist. This is a dated search result, not proof of non-existence.

Methodology and evidence status

This is a Tier C briefing. Future Stack Reviews did not run, install or benchmark anything, because no runnable release was located. Tier C at FSR means the work is document-first, and that is the condition under which the piece was written rather than a caveat added at the end.

We opened and read in full: Fujitsu’s research topic page in English and Japanese, the arXiv abstract and version history, the arXiv preprint, the ACL 2026 camera-ready and the Responsible NLP Checklist filed with it. Every quoted figure comes from one of those.

How to read the claims above
ReportedPrinted in a table or stated in the text of a source we opened.
CalculatedArithmetic on reported values, marked in the caption beneath each table.
UnresolvedStated as an open question rather than answered. No inference is presented as a finding.
Not foundSearched for and not located, with the date and search scope given.

An earlier draft of this briefing attempted to reconstruct the undisclosed batch size by dividing the requested output length by the reported single-batch latency. That reconstruction is not published here, because the text surrounding the latency table describes the metric as first-token delay rather than total generation time, and the assumption cannot be sustained against the source. The unresolved status of the throughput figure is reported in its place.

The authors are candid where it costs them. The Limitations section states that a single pretraining corpus was used, that the trade-off is not characterised beyond their largest model, and that no comprehensive sensitivity analysis of chunk sizes was performed. The Responsible NLP Checklist answers no to the question on descriptive statistics and explains that the team reports point estimates without multi-seed statistics, confidence intervals or error bars.

Sources opened: Fujitsu, 24 June 2026, English · Fujitsu, 24 June 2026, Japanese · ACL 2026 Proceedings, July 2026 · ACL Responsible NLP Checklist, July 2026, item C3 · arXiv, 8 January 2026

Verdict

PHOTON is credible architecture research with a large reported efficiency ratio and a peer-reviewed publication behind it. Compressing tokens into semantic chunks and decoding them through bounded local windows produces a much smaller key-value cache, and the paper reports both a smaller cache and lower latency as a result.

Its commercial significance remains unquantified. The 475 figure is valid inside the paper’s own metric and reconstructs exactly from the values printed beside it. It is not a wall-clock speedup, and the paper does not publish the batch, concurrency, precision or total-memory measurements that would be needed to turn it into a statement about one GPU. Fujitsu’s announcement makes that conversion in language without making it in evidence.

For a buyer the position is straightforward. Track the work, ask for the six disclosures listed above, and do not carry the multiplier into a capacity plan until someone can measure it rather than read it.

Related FSR briefings

Tier B means we tested it hands-on. Tier C means the work is document-first, with no hands-on testing.

Tier B
Tier C
Contact us

If you have measured PHOTON, hold a serving-harness disclosure for the throughput table, or can correct anything above, we want to hear from you. Corrections are published with the same prominence as the original claim.

[email protected]

Future Stack Reviews publishes structural audits of AI and SaaS products for technical buyers. This briefing is Tier C, meaning it is built from documents rather than hands-on testing, and that boundary is stated in the Methodology section rather than implied. Reported figures are quoted from primary sources dated 24 June 2026 and July 2026. Calculated figures are marked in the caption beneath each table. Availability and release status were rechecked on 27 July 2026 and will be rechecked when code, weights or a serving-harness disclosure is published. Paper version used: ACL 2026 camera-ready, with arXiv v2 cited where the two differ.
Last updated: 27 July 2026.