{"id":"9d0d4f00-451e-4661-9b59-70377d793344","arxiv_id":"2604.06537","paper_version":1,"verdict":"UNVERDICTED","confidence":"LOW","novelty_score":5.0,"correctness_risk":"unknown","formal_verification":"none","parameter_count":0,"one_line_summary":"A dependence-based framework using CDR and FMCA for time-series classification outperforms HMMs and spiking neural networks on the TI-46 speech corpus with a model under 5 MB.","lead":"The paper proposes replacing correlation with direct estimation of statistical dependence via the cross density ratio (CDR) for non-stationary time-series, then using functional maximal correlation algorithm (FMCA) to extract multiscale features for classification by a single-hidden-layer perceptron. This could enable more robust analysis of changing signals such as speech with compact models.","discovery_kind":"new_method","skeptic_critique":{"model":"grok-4.3","headline":"CDR order-independence and regime-robustness asserted without proof that the joint-density estimator preserves it on non-stationary TI-46 signals","rationale":"The reader's weakest assumption correctly isolates the property that must hold for the entire pipeline to outperform established baselines. Because the abstract supplies no numerical accuracy figures, no ablation on the estimator, and no invariance proof, confirming or refuting that single property via the proposed synthetic check would directly determine whether the central empirical claim is supported or artifactual. This keeps the critique technical and falsifiable rather than broad.","tokens_in":1633,"tokens_out":380,"duration_ms":33747,"concrete_test":"From the full text, extract the precise CDR estimator and FMCA procedure (likely §3). Generate a synthetic non-stationary series by concatenating two AR(2) processes with different coefficients; compute CDR features once in original order and once after random permutation within each regime. If the resulting FMCA eigenvalues or perceptron accuracy differ by >5% between the two orderings, the invariance assumption fails for the estimator actually used.","verdict_should_be":"CONDITIONAL","load_bearing_attack":"The headline performance claim requires that the cross density ratio (CDR) is truly independent of sample order and robust to regime changes, so that the FMCA eigenspace produces multiscale features a single-hidden-layer perceptron can classify more accurately than HMMs or SNNs. The abstract states this property follows from using the normalized joint density rather than windowed correlation, yet the concrete estimator (kernel, discretization, or histogram method) is not shown to be invariant under reordering or under the abrupt phonetic regime shifts present in digit utterances. If the estimator introduces any implicit windowing or ordering-dependent smoothing, the claimed advantage collapses to a re-labeled correlation method whose superiority on TI-46 would need separate justification.","agreement_with_reader":"agree"},"referee_report":{"model":"grok-4.3","summary":"The manuscript proposes a time-series classification framework that replaces conventional correlation-based statistics with direct estimation of statistical dependence via the cross density ratio (CDR) computed from the normalized joint density of input and target signals. The method extends the functional maximal correlation algorithm (FMCA) to decompose the CDR eigenspectrum and extract multiscale features, which are then classified by a single-hidden-layer perceptron. On the TI-46 digit speech corpus, the approach is claimed to outperform hidden Markov models and state-of-the-art spiking neural networks while using fewer than 10 layers and under 5 MB storage.","tokens_in":1793,"tokens_out":518,"duration_ms":41451,"significance":"If the central claims regarding CDR invariance and empirical superiority hold, the work could provide a useful dependence-based alternative for non-stationary time-series tasks such as speech recognition, with attractive efficiency properties. The explicit contrast to windowed correlation and the use of FMCA for multiscale features are conceptually coherent extensions of prior work, but the overall significance depends on substantiation of the order-independence and regime-robustness properties.","major_comments":[{"comment":"Abstract: The claim that the cross density ratio 'is independent of sample order and robust to regime changes' (unlike windowed correlation) is load-bearing for the entire framework, as it underpins both the novelty relative to correlation methods and the utility of the FMCA eigenspace for multiscale features. No derivation, invariance proof, or analysis of the concrete joint-density estimator (kernel, discretization, or histogram) is supplied to show preservation of these properties under sample reordering or the abrupt phonetic regime shifts present in TI-46 utterances.","section":"Abstract"},{"comment":"Abstract: The headline performance claim (higher accuracy than HMMs and SNNs on TI-46 with <10 layers and <5 MB storage) is central to the paper's contribution, yet the abstract supplies no numerical accuracy values, error bars, train/test splits, number of runs, ablation studies, or statistical comparisons. This omission prevents assessment of effect size, reliability, or reproducibility of the reported gains.","section":"Abstract"}],"minor_comments":[],"recommendation":"major_revision","confidential_remarks":"The manuscript appears to rest on an asserted but unproven invariance property for its primary novelty; if the full text does not contain a rigorous justification or targeted experiments on non-stationary signals, the work may require substantial theoretical augmentation before it can be considered for publication."},"author_rebuttal":{"model":"grok-4.3","summary":"We thank the referee for the detailed and constructive comments. We address each major point below and describe the revisions that will be incorporated to strengthen the manuscript.","responses":[{"response":"We agree that the order-independence and regime-robustness properties are central to the framework and that the abstract would be strengthened by supporting analysis. The CDR is defined from the normalized joint density, which depends only on the empirical distribution rather than sample ordering; this is stated in the methods. However, we acknowledge that an explicit derivation and estimator analysis are not currently provided. In the revision we will add a dedicated subsection deriving the invariance to permutation from the joint-density definition, together with a brief analysis of the kernel estimator's behavior under reordering and under the phonetic regime shifts in the TI-46 corpus.","revision_made":"yes","referee_comment":"[Abstract] Abstract: The claim that the cross density ratio 'is independent of sample order and robust to regime changes' (unlike windowed correlation) is load-bearing for the entire framework, as it underpins both the novelty relative to correlation methods and the utility of the FMCA eigenspace for multiscale features. No derivation, invariance proof, or analysis of the concrete joint-density estimator (kernel, discretization, or histogram) is supplied to show preservation of these properties under sample reordering or the abrupt phonetic regime shifts present in TI-46 utterances."},{"response":"We agree that the abstract should contain the key numerical results to allow immediate evaluation of the claimed gains. The detailed accuracy figures, standard deviations across repeated runs, train/test protocol, and comparisons to HMM and SNN baselines are reported in the experimental section. We will revise the abstract to include the principal accuracy values, mention of the number of runs, and a concise reference to the experimental setup.","revision_made":"yes","referee_comment":"[Abstract] Abstract: The headline performance claim (higher accuracy than HMMs and SNNs on TI-46 with <10 layers and <5 MB storage) is central to the paper's contribution, yet the abstract supplies no numerical accuracy values, error bars, train/test splits, number of runs, ablation studies, or statistical comparisons. This omission prevents assessment of effect size, reliability, or reproducibility of the reported gains."}],"tokens_in":1369,"tokens_out":494,"duration_ms":29637,"standing_objections":[]},"desk_editor":{"model":"grok-4.3","letter":"The main thing to know is that the authors replace windowed correlation with direct estimation of the cross density ratio, run it through functional maximal correlation analysis to pull multiscale features, and feed those to a single-hidden-layer perceptron. They report this beats both HMMs and recent spiking networks on the TI-46 digit corpus while staying under 10 layers and 5 MB storage. That is the concrete new combination they put forward, even though the underlying maximal-correlation and density-ratio tools are already in the literature they cite. The approach is coherent on paper and targets a real pain point in non-stationary signal work where correlation can break down across phonetic shifts. The lightweight classifier is also a practical plus for anyone who needs small footprints. The soft spots are exactly where the stress-test note flags them. The abstract states that the CDR is order-independent and regime-robust because it uses the normalized joint density, yet it never shows the estimator (kernel, histogram, or otherwise) or tests whether that property survives the abrupt changes in TI-46 utterances. Without those checks, the performance edge could collapse to a re-labeled correlation method whose superiority still needs separate proof. The lack of any accuracy figures, error bars, splits, or ablations in the abstract makes the central claim impossible to evaluate from what is given. This is aimed at signal-processing and speech-recognition groups that already work with dependence measures or want lighter alternatives to deep models. Readers who care about feature extraction for non-stationary series might pick up the FMCA step. It deserves peer review because the pipeline is clearly described and the target problem is well-defined; referees can check whether the full methods section actually verifies the CDR properties and whether the TI-46 results hold up under proper controls. I would send it out rather than desk-reject.","headline":"The paper claims a cross-density-ratio plus FMCA pipeline beats HMMs and spiking nets on TI-46 with a sub-5 MB perceptron, but the abstract supplies no numbers and the order-independence claim for non-stationary speech is unproven.","tokens_in":2251,"tokens_out":456,"would_cite":false,"duration_ms":37667,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":{"model":"grok-4.3","evidence":[{"relation":"echoes","rs_module":"IndisputableMonolith/Cost/FunctionalEquation.lean","rs_theorem":"washburn_uniqueness_aczel","paper_passage":"the cross density ratio (CDR) ρ(x, u) = p(x, u) / p(x)p(u) ... spectral decomposition ... r(fθ,gω) = log det RFG − log det RF − log det RG"},{"relation":"unclear","rs_module":"IndisputableMonolith/Foundation/ArithmeticFromLogic.lean","rs_theorem":"LogicNat recovery and embed_strictMono","paper_passage":"independent of sample order and robust to regime changes ... multiscale features ... single-hidden-layer perceptron"}],"headline":"FMCA CDR eigenspectrum and multiscale power features for non-stationary classification use normalized joint-density ratios but lack J-cost, φ-ladder, or 8-tick structures","alignment":"orthogonal","rationale":"The paper's core objects (CDR ρ = p(x,u)/(p(x)p(u)), its Mercer eigen-expansion, determinant-based dependence cost r, and power features over T intervals) operate in a statistical-dependence / RKHS setting for speech classification. While the normalized ratio and order-independence claim superficially echo RS ratio symmetry, they are not derived from or isomorphic to the canonical J(x) = ½(x + x⁻¹) − 1, its functional-equation uniqueness, or any φ-forced periodicity. No parameter-free constant derivation, 8-tick clock, or recognition-cost forcing appears. The domain (cs.LG time-series) is one on which RS has no structural opinion.","tokens_in":48477,"confidence":"high","tokens_out":387,"duration_ms":14727,"cache_read_input_tokens":128,"cache_creation_input_tokens":0},"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"grok-4.3","headline":"Estimating statistical dependence via the cross density ratio produces multiscale features that let a single-hidden-layer perceptron classify non-stationary time series more accurately than HMMs or spiking networks.","keywords":["time-series classification","statistical dependence","cross density ratio","functional maximal correlation","speech recognition","non-stationary signals","feature extraction","perceptron"],"falsifier":"Implementing the CDR estimation, FMCA decomposition, and single-hidden-layer perceptron on the TI-46 corpus and measuring accuracy no higher than that of HMMs or current spiking networks would falsify the performance claim.","tokens_in":2535,"feed_emoji":"📊","tokens_out":761,"duration_ms":38828,"temperature":0.7,"pith_summary":"The paper replaces correlation-based statistics with direct estimation of statistical dependence between input and target signals using the cross density ratio. This measure stays independent of sample order and handles changes in data regimes without the problems that windowed correlations create. The functional maximal correlation algorithm decomposes the eigenspectrum of the ratio to build a projection space that supplies multiscale features. A lightweight single-hidden-layer perceptron then classifies those features. On the TI-46 digit speech corpus the method reaches higher accuracy than hidden Markov models and state-of-the-art spiking neural networks while using fewer than ten layers and under 5 MB of storage.","feed_headline":"Dependence ratio lets simple perceptron beat HMMs on speech digits","feed_subtitle":"Cross density ratio replaces correlations to yield multiscale features that a lightweight model classifies more accurately on the TI-46 set.","key_machinery":"The cross density ratio (CDR) computed from the normalized joint density of input and target signals, whose eigenspectrum is decomposed by the functional maximal correlation algorithm (FMCA) to extract multiscale features for classification.","core_discovery":"The central claim is that the cross density ratio, obtained from the normalized joint density of input and target signals, provides an order-independent and regime-robust dependence measure. The functional maximal correlation algorithm decomposes the eigenspectrum of this ratio to construct a feature space whose multiscale components enable a single-hidden-layer perceptron to classify the TI-46 digit speech corpus more accurately than hidden Markov models or advanced spiking neural networks, all with a compact model size under 5 MB and fewer than 10 layers.","pith_inferences":["The same dependence features could improve classification in other non-stationary domains such as biomedical signals or financial data.","The small storage footprint opens the possibility of running the classifier on resource-limited embedded hardware.","Varying the number of FMCA components might trade accuracy against model size in a controllable way.","The approach could serve as a lightweight front-end that reduces the depth needed in larger neural pipelines for time series."],"forward_implications":["The CDR measure avoids the order sensitivity and regime fragility of conventional windowed correlations.","FMCA decomposition of the CDR eigenspectrum supplies multiscale features without requiring deep architectures.","A single-hidden-layer perceptron suffices to reach higher accuracy on speech digit classification than HMMs or spiking networks.","The resulting model stays compact, using fewer than 10 layers and under 5 MB of storage.","The framework applies to any non-stationary time-series classification task where dependence between signals matters."],"fun_headline_variants":["Cross density ratio enables TI-46 digit classification by perceptron","Multiscale features from CDR eigenspectrum support speech digit models","Order-independent dependence measure for time series speech classification","Compact perceptron classifies TI-46 digits using functional maximal correlation"],"cache_read_input_tokens":64,"weakest_assumption_plain":"The cross density ratio stays independent of sample order and remains robust when data regimes shift, so that the FMCA eigenspace produces features a single-hidden-layer perceptron can classify effectively.","fun_headline_variants_meta":{"raw":{"variants":["Cross density ratio enables TI-46 digit classification by perceptron","Multiscale features from CDR eigenspectrum support speech digit models","Order-independent dependence measure for time series speech classification","Compact perceptron classifies TI-46 digits using functional maximal correlation"]},"model":"grok-4.3","cost_usd":0.008072,"raw_usage":{"total_tokens":3640,"prompt_tokens":607,"num_sources_used":0,"completion_tokens":66,"cost_in_usd_ticks":80724500,"prompt_tokens_details":{"text_tokens":607,"audio_tokens":0,"image_tokens":0,"cached_tokens":256},"completion_tokens_details":{"audio_tokens":0,"reasoning_tokens":2967,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"tokens_in":607,"tokens_out":66,"duration_ms":47468,"temperature":1.0,"reasoning_tokens":2967,"cache_read_input_tokens":256,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-05-10T19:17:18.312151+00:00","model_set":{"reader":"grok-4.3"},"falsifier":"Implementing the CDR estimation, FMCA decomposition, and single-hidden-layer perceptron on the TI-46 corpus and measuring accuracy no higher than that of HMMs or current spiking networks would falsify the performance claim.","supporting_citations":[],"review_version":1}