PAX-TS: Multi-Domain High-Resolution Methods
- PAX-TS is a context-dependent label used in three distinct fields: time series forecasting explainability, TES-based PIXE instrumentation, and antiprotonic atom spectroscopy.
- In forecasting, it employs localized perturbations and aggregated change ratios to generate multi-granular, model-agnostic explanations of input-to-output relationships.
- In spectroscopy, PAX-TS implementations leverage TES microcalorimeter arrays to achieve high energy resolution, enabling precise X-ray measurements and tests of strong-field QED.
In the arXiv literature, PAX-TS appears in three distinct contexts: a model-agnostic post-hoc algorithm to explain time series forecasting models and their forecasts via localized perturbations (Kreuzer et al., 26 Aug 2025); a transition-edge sensor detector array used to detect X-rays in particle induced X-ray emission measurements with a 2 MeV proton beam (Palosaari et al., 2013); and the TES-Sensor implementation within PAX (antiProtonic Atom X-ray spectroscopy), a program aimed at high-precision x-ray spectroscopy of antiprotonic atoms for testing strong-field QED (Baptista et al., 15 Jan 2025). Context therefore determines the meaning of the term.
1. Terminological scope and disambiguation
The three attested uses of PAX-TS span machine learning explainability, PIXE instrumentation, and antiprotonic-atom spectroscopy. A compact disambiguation is therefore necessary.
| Context | Domain | Description |
|---|---|---|
| (Kreuzer et al., 26 Aug 2025) | Time series forecasting | Model-agnostic post-hoc algorithm based on localized input perturbations |
| (Palosaari et al., 2013) | PIXE instrumentation | TES microcalorimeter setup for proton-induced X-ray emission measurements |
| (Baptista et al., 15 Jan 2025) | Fundamental spectroscopy | TES-Sensor implementation within antiProtonic Atom X-ray spectroscopy |
A common misconception would be to treat PAX-TS as a single framework with a unified technical meaning. The literature provided here does not support that reading. Instead, the term is reused across substantially different experimental and algorithmic settings. This suggests that PAX-TS is a context-dependent label rather than a standardized cross-domain acronym.
2. PAX-TS as a forecasting explanation formalism
In time series forecasting, PAX-TS is defined for a pre-trained forecasting model
where is the number of channels, is the input window length, and is the forecast horizon. The observed past subsequence is
the ground-truth future is
and the forecast is
The stated objective is to explain how small, localized changes in affect some human-comprehensible property of the forecast, such as a particular time step, the maximum, the mean, or a trend (Kreuzer et al., 26 Aug 2025).
The central quantity is the change ratio
where 0, 1 is obtained from a perturbation operator 2, 3, and 4 is the perturbation scale. Averaging over a set of scales 5, while re-introducing the sign of 6, yields
7
Higher-magnitude 8 indicates greater sensitivity of 9 to the perturbation location or type. Within this formalism, PAX-TS is entirely post-hoc and model-agnostic.
3. Perturbation operators, analysis loop, and multi-granular explanations
PAX-TS in forecasting consists of three building-block perturbations plus a structured analysis loop (Kreuzer et al., 26 Aug 2025). The first is a localized Gaussian-smoothed index perturbation. For any channel 0 and input index 1,
2
and
3
The perturbed input is then
4
Here 5 is a window width, 6 controls Gaussian softness, and 7 is the upward or downward scale.
The second perturbation family is summary-statistic scaling. Denoting
8
the first-moment scaling is
9
and the second-moment scaling is
0
The third perturbation family is trend-drift adjustment. With seasonality length 1, one first deseasonalizes
2
After fitting a line 3, the slope is adjusted by
4
Three intercept options—left-fixed, symmetric, right-fixed—define 5, and the adjusted series is
6
The structured analysis loop is given as: compute 7; for each scale 8 form 9, compute 0, evaluate 1, and for each property 2 compute
3
then aggregate to 4 (Kreuzer et al., 26 Aug 2025).
This procedure yields multi-granular explanations. At high granularity, 5 selects a single 6, producing time-step importance. At medium granularity, 7 returns 8, producing a 9 heatmap of input-to-output correlations. At low granularity in the multivariate case, perturbing one channel at a time and returning each output channel’s full-window mean or individual steps yields a 0 cross-channel correlation matrix.
For multivariate forecasts, the channel-wise response is
1
and the aggregate matrix is
2
Thus 3 summarizes how perturbing input channel 4 impacts output channel 5 on average.
4. Pattern classes, benchmark evidence, and multivariate interpretation
The forecasting study reports that, when visualizing the 6 temporal-dependency heatmaps, six recurring patterns emerge (Kreuzer et al., 26 Aug 2025). These are Diagonals, Diagonals (End), Last-Timestep, Bipolar Regions, Fully Correlated, and Other. The criteria are expressed directly on the normalized matrix 7 of 8 values. For example, Diagonals requires
9
with small off-diagonals, while Last-Timestep requires
0
and all earlier rows to remain below that threshold on average. Bipolar Regions requires two contiguous submatrices with opposite signs, each of area at least 1.
Empirically, Diagonals and Bipolar Regions indicate the best forecast errors, with normalized error 2 and 3 respectively, whereas Last-Timestep and Fully Correlated correspond to poor performance with 4–5. Other lies in between. The paper also states that explanations of high-performing and low-performing algorithms differ on the same datasets, and that these differences highlight that PAX-TS explanations effectively capture a model’s behavior.
The benchmark uses 7 algorithms—Naïve, DLinear (MLP), MultiPatchFormer (Transformer), SegRNN (RNN), TimeMixer (MLP), iTransformer (Transformer), and TimesFM (LLM decoder)—across 10 datasets: M4-Hourly, Weather, Transactions, CIF, Rain, M4-Yearly, COVID (6 variates), ETTh1 (7 variates), Exchange, and Illness (7 variates). The setup fixes forecast length 6, input length 7, scales 8, window 9, softness 0, and season length 1 by dataset. The metrics are MAE, MSE, OWA. Averaged over 3 seeds, TimeMixer, MultiPatchFormer, iTransformer consistently outperform Naïve (Bonferroni-Dunn 2), while multivariate datasets remain challenging: none beats Naïve by a large margin. Reported inference times per dataset are iTransformer 3, MultiPatchFormer 4, TimeMixer 5, and TimesFM(LLM) 6.
A multivariate ETTh1 example further illustrates the framework. On the 7-channel ETTh1 dataset, the cross-channel algorithm produces a 7 matrix 8. Visualized as a directed graph, iTransformer shows two strong effects: input channel 5 9 output channel 0 and input channel 5 0 output channel 2. A finer heatmap 1 of size 2 shows that perturbing channel 5 at its last few steps produces strong positive and negative shifts in each 3, especially near the end of the horizon, whereas channel 4 shows only weak, near-zero effects. The paper interprets this as evidence that the model exploits cross-channel information rather than only autoregressive patterns.
5. PAX-TS as TES-based PIXE instrumentation
In the spectroscopy literature, PAX-TS denotes a transition-edge sensor microcalorimeter setup for particle induced X-ray emission measurements using a 2.015 MeV 5 beam from a Pelletron 1.7 MV accelerator (Palosaari et al., 2013). The detector system uses a 160-pixel transition-edge sensor microcalorimeter array fabricated at NIST—Boulder. In the first proof-of-principle measurement, 12 pixels were connected and 9 yielded good data. The superconducting bilayer is a Mo/Cu proximity-effect film with 6, the absorber material is Bi, the absorber geometry is 7, and the absorber thickness is 8. The electrical readout is TDM-SQUID multiplexing, specifically 1-row time-division–multiplexing (NIST electronics). The measured intrinsic noise performance is 9 FWHM at 0 for the best pixel.
The cryogenic platform is a cryogen-free adiabatic demagnetization refrigerator (ADR, Denali Model 102, High Precision Devices, Inc.) with base temperature 1 and a regulated operating point of 2 with 3 (rms) stability over 12 h (with readout on). Pre-cooling stages at 60 K and 3 K are provided by a Cryomech PT407 RM pulse-tube cooler, with vibrations decoupled by a remote valve and flexible bellows. Magnetic shielding consists of two nested A4K cylinders at 60 K and 1 K, plus a superconducting Al can at 50 mK around the detector snout. A custom-built snout terminates in the sample chamber and couples proton-induced X-rays through an AP3.3 ultra-thin polymer/Al grid vacuum window (Moxtek Inc.). Inside the snout, the X-rays pass through three infrared filters (1 4m PET + 1 5m Al each) at 60 K, 1 K and 50 mK, blocking room-temperature black-body radiation while transmitting X-rays down to 6.
The measurement geometry places the sample tilted 7 toward the detector, with beam incidence at 8 and the TES at 9 relative to beam. Backscattered ions are stopped by an 00 PET filter inside the chamber, which also filters low-energy X-rays. The sample–TES absorber distance is 30 cm, and the stated solid angle for 12 pixels is
01
Planned upgrades move the array to 5 cm for a 02 solid-angle gain and activate all 160 pixels for a 03 gain, giving a total 04 increase in collecting power.
The instrumental energy resolution is expressed as
05
where 06 is the energy-independent noise term and 07 describes the energy-dependent term from thermodynamic fluctuation noise. For the best pixel at 08, the observed resolution is 09 FWHM. Under the assumption that the dominant noise is the amplifier-and-Johnson term,
10
with the second term contributing negligibly at 11.
The spectral results emphasize what this resolution enables. For a 12Fe Mn 13 line, the best-pixel resolution is 14 FWHM; for a 2 MeV proton-induced Mn spectrum combined over 9 pixels, the resolution is 15 FWHM, with 16 broadening, likely from environmental interference. For a bulk Cu sample, the TES resolves Cu 17, Cu 18, and small Ni and Co impurity lines at 19 and 20 that are not separable in an Amptek SDD (130 eV resolution at 5.9 keV). A satellite peak on the high-energy flank of Cu 21 is also observed, consistent with multivacancy satellite-line theory. The setup is summarized as demonstrating for the first time multiplexed TES microcalorimeters in proton-induced X-ray emission spectroscopy, with 22 resolution at 6 keV and the capacity to resolve impurity and satellite lines unobservable with standard detectors.
6. PAX-TS within antiprotonic-atom X-ray spectroscopy
A third use of PAX-TS appears in PAX (antiProtonic Atom X-ray spectroscopy), where it denotes the TES-Sensor implementation of a program designed to test strong-field quantum electrodynamics effects by performing high-precision x-ray spectroscopy of antiprotonic atoms (Baptista et al., 15 Jan 2025). The experiment uses a 100 keV antiproton beam extracted from the ELENA ring at CERN. A special “waterfall” slow-extraction (microbunching) reduces instantaneous rates by 23 to avoid pile-up in the TES array, with spill duration 24 with 25 microbunches.
The detection system is a large-area Transition-Edge-Sensor (TES) microcalorimeter. The prototype is a 26 Sn-absorber on Si with 27 FWHM resolution at 28–29. The final detector is specified as four “microsnouts,” 240 pixels total, each pixel 30, with optimized absorber thickness 31–32 and quantum efficiency 33. The readout is microwave SQUID-multiplexing, cooled by a 34He-backed adiabatic demagnetization refrigerator. Calibration uses a permanently mounted 35Co source with 122 keV and 136 keV 36-lines of sub-eV uncertainties, intended to counteract TES nonlinearity.
PAX focuses on circular Rydberg transitions
37
in antiprotonic atoms, including p-Ne: 38 at 39, p-Ar: 40 at 41, p-Xe: 42 at 43, and p-W: 44 at 45. The gross Dirac binding energy for a hydrogen-like nucleus of charge 46 is given as
47
with corrections
48
The one-loop vacuum-polarization potential is
49
with corresponding shift
50
The stated methodological advantage is the elimination of nuclear uncertainties. Circular Rydberg antiprotonic wavefunctions have nodes 51 from the nucleus, so overlap with the finite-size core is strongly suppressed. The paper gives p-Xe as an example where the finite-nuclear-size shift is 52 while second-order QED is 53, whereas in H-like U the finite-nuclear-size shift is 54 and is comparable to first-order QED at 55. It also states that strong-interaction level shifts and broadening are negligible for 56–10.
The field strengths and precision goals are correspondingly extreme. For p-Ne at 57, the peak Coulomb field is 58, or 59; for p-Pb at 60, it is 61, or 62, with 63. Earlier germanium-detector measurements at LEAR achieved 64, whereas the PAX-TES goal is intrinsic 65 at 66, corresponding to 67; with careful calibration, the overall target accuracy is 68–69. The program is therefore positioned as a route to testing vacuum polarization, second-order QED corrections, and, if deviations at the level 70 were found, possible contributions from new interactions such as a light 71 gauge boson or dark-sector induced vacuum refractive index changes.
Taken together, these three usages show that PAX-TS denotes either a localized-perturbation explanation framework for forecasting, a TES-based PIXE setup, or a TES implementation for antiprotonic-atom spectroscopy. The shared label does not imply shared method or apparatus; the commonality lies instead in the deployment of technically specific, high-resolution analysis procedures within their respective domains.