Research · White Papers

Research & Publications

Exploring the mathematical foundations of efficient signal processing and AI model compression. Join the waitlist for updates on our latest research.

Source code on a dark monitor representing computational research

Research Focus Areas

Our research explores fundamental challenges in sparse signal processing, deterministic algorithm design, and certification frameworks for production systems.

Efficient Spectral Analysis

Investigating efficient algorithms for identifying and reconstructing sparse frequency components in high-dimensional signals across various domains.

Deterministic Algorithms

Developing verification-ready signal processing frameworks with guaranteed reproducibility for production AI and high-reliability applications.

Computational Optimization

Advancing computational efficiency for frequency domain analysis through optimized processing and intelligent resource allocation.

Validation & Benchmarking

Establishing comprehensive benchmarking methodologies and validation frameworks for comparing signal processing implementations across diverse use cases.

Technical Papers

SparseTech technical papers covering deterministic sparse FFT engines, sublinear data discovery, and memory-compute workload modeling. PDF available for each.

Sparse FFT as a Memory-Compute Workload: FFTW Benchmarking and Traffic/Energy Modeling

Aaron R. Flouro, Shawn P. Chadwick

Published: May 12, 2026

eess.SPcs.ARcs.PF
We benchmark a production Rust implementation of a Four-View GATED CRT sparse FFT against FFTW and evaluate its suitability for near-memory sparse spectral processing. The sparse arithmetic core scales as $O(k \log k)$, while input acquisition remains streaming $O(N)$. On synthetic on-grid sparse signals, the…

SparseDSP: System-Level Evaluation of Deterministic Sparse FFT Engine Routing across Synthetic, Impaired, and Curated Real-Payload Workloads

Aaron R. Flouro, Shawn P. Chadwick

Published: May 10, 2026

eess.SPcs.DScs.AR
We present SparseDSP, a regime-adaptive deterministic sparse FFT engine routing system evaluated against Dense FFT across on-grid, off-grid, and curated real-payload workloads. SparseDSP estimates input sparsity internally, then dispatches to an exact engine drawn from a complexity-class family spanning $O(k \log k)$,…

SparseDSP: System-Level Evaluation of Deterministic Sparse FFT for 5G/6G-Relevant Wideband Spectrum Sensing

Aaron R. Flouro, Shawn P. Chadwick

Published: May 11, 2026

eess.SPcs.ITcs.NI
We present SparseDSP, a regime-adaptive deterministic sparse FFT system evaluated against dense FFT baselines for transform-stage bin identification in 5G/6G-relevant wideband sensing regimes. SparseDSP estimates effective sparsity internally and dispatches among deterministic sparse recovery engines spanning…

SparseDSP: System-Level Evaluation of Deterministic Sparse FFT for Radar, Sonar, and LiDAR

Aaron R. Flouro, Shawn P. Chadwick

Published: April 19, 2026

eess.SPcs.AR
We present SparseDSP, a regime-adaptive deterministic sparse FFT system evaluated against Dense FFT across radar, sonar, electronic warfare, and LiDAR operating points. SparseDSP estimates signal sparsity internally, then dispatches to an exact engine selected by its internal dispatch policy from an internal family of…

SparseDSP: Sublinear Data Discovery for Large-Scale Computational Pipelines

Aaron R. Flouro, Shawn P. Chadwick

Published: April 19, 2026

cs.DScs.LGcs.IR
Large-scale data processing pipelines spend substantial time on discovery: selecting relevant subsets from large data stores before downstream computation begins. This discovery stage, which includes dense scans, FFT-based analysis, and exhaustive top-$k$ selection, scales linearly with data size regardless of…

SparseTech Publications

Deterministic Sparse FFT via Keyed Multi-View Gating with $O(\sqrt{N} \log k)$ Expected Time

Aaron R. Flouro, Shawn P. Chadwick

Published: May 5, 2026

eess.SPcs.DScs.IT
We introduce a deterministic sparse Fourier transform framework based on a keyed multi-view gating mechanism that leverages 2-of-3 Chinese Remainder Theorem (CRT) agreement to reduce candidate frequency pairs from $O(k^2)$ to $Θ(k)$ under sparse-regime assumptions. Unlike prior approaches that rely on randomized…

Safety-Certified CRT Sparse FFT: $Ω(k^2)$ Lower Bound and $O(N \log N)$ Worst-Case

Aaron R. Flouro, Shawn P. Chadwick

Published: April 20, 2026

eess.SPcs.DScs.IT
Computing Fourier transforms of k-sparse signals, where only k of N frequencies are non-zero, is fundamental in compressed sensing, radar, and medical imaging. While the Fast Fourier Transform (FFT) evaluates all N frequencies in $O(N \log N)$ time, sufficiently sparse signals should admit sub-linear complexity in N.…

Post-Training Probability Manifold Correction via Structured SVD Pruning and Self-Referential Distillation

Aaron R. Flouro, Shawn P. Chadwick

Published: January 30, 2026

cs.LGcs.AIcs.CL
Large language models are expensive to deploy. We introduce Sparse Knowledge Distillation (SparseKD), a post-training method that compresses transformer models by combining structured SVD pruning with self-referential knowledge distillation. The key insight is simple: instead of using an external teacher, the model…

Adaptive Weighting in Knowledge Distillation: An Axiomatic Framework for Multi-Scale Teacher Ensemble Optimization

Aaron R. Flouro, Shawn P. Chadwick

Published: January 25, 2026

cs.LG
Knowledge distillation with multiple teachers is increasingly used to improve robustness, efficiency, and safety, yet existing approaches rely largely on heuristic or implementation-specific weighting schemes. This paper develops an operator-agnostic axiomatic framework for adaptive weighting in multi-teacher knowledge…

Recursive Meta-Distillation: An Axiomatic Framework for Iterative Knowledge Refinement

Aaron R. Flouro, Shawn P. Chadwick

Published: January 19, 2026

cs.LG
Recent work in probability-domain knowledge distillation has established axiomatic frameworks for temperature scaling, multi-teacher aggregation, and bias-variance trade-offs in single-stage settings. However, the mathematical behavior of recursive or multi-generation distillation remains poorly understood, with prior…

Multi-Teacher Ensemble Distillation: A Mathematical Framework for Probability-Domain Knowledge Aggregation

Aaron R. Flouro, Shawn P. Chadwick

Published: January 14, 2026

cs.LG
Building on the probability-domain distillation framework of Sparse-KD, we develop an axiomatic, operator-theoretic framework for multi-teacher ensemble knowledge distillation. Rather than prescribing a specific aggregation formula, we define five core axioms governing valid knowledge aggregation operators,…

Hallucinations Live in Variance

Aaron R. Flouro, Shawn P. Chadwick

Published: January 11, 2026

cs.LGcs.AI
Benchmarks measure whether a model is correct. They do not measure whether a model is reliable. This distinction is largely academic for single-shot inference, but becomes critical for agentic AI systems, where a single rephrased prompt can trigger cascading failures in multi-step execution. Yet this form of…

Sparse Knowledge Distillation: A Mathematical Framework for Probability-Domain Temperature Scaling and Multi-Stage Compression

Aaron R. Flouro, Shawn P. Chadwick

Published: January 6, 2026

cs.LG
We develop a unified theoretical framework for sparse knowledge distillation based on probability-domain softening operators. While the equivalence $p^{1/T} \propto \mathrm{softmax}(z/T)$ is well known, our contribution is an operator-level analytical framework built on this foundation rather than the equivalence…

Foundational Readings

Curated academic papers that inform our research directions.

Note: These are external publications from arXiv, not SparseTech publications. We share them as context for the mathematical foundations underlying our work.

Showing 730,006 results

Hierarchical Denoising For Multi-Step Visual Reasoning

Zezhong Qian, Xiaowei Chi, Chak-Wing Mak +9 more

Published: July 16, 2026

cs.CV
Video models are evolving into vision foundation models, yet they still lack human-like multi-step reasoning. Streaming autoregressive diffusion models are efficient but limited in reasoning, while bidirectional diffusion enables global revision with high inference costs due to dense frame-level denoising. Both…

Partition, Prompt, Aggregate: Statistical Self-Consistency in Language Models

Patrik Wolf, Thomas Kleine Buening, Andreas Krause +1 more

Published: July 16, 2026

cs.CL
In-context learning is commonly interpreted as a form of conditional inference, in which the prompt specifies a context and the model's output is treated as an estimate of the corresponding conditional distribution. If this interpretation holds, then LLM estimates should satisfy basic probabilistic identities. In…

RoboTTT: Context Scaling for Robot Policies

Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng +8 more

Published: July 16, 2026

cs.ROcs.AIcs.LG
Recent robot foundation models operate with single-step or short-history visuomotor context. We introduce Test-Time-Training Robot Policies (RoboTTT), a robot model and training recipe that scale visuomotor context to 8K timesteps, three orders of magnitude beyond state-of-the-art policies, without growing inference…

MeanFlowNFT: Bringing Forward-Process RL to Average-Velocity Generators

Yushi Huang, Xiangxin Zhou, Jun Zhang +2 more

Published: July 16, 2026

cs.CVcs.LG
MeanFlow generators achieve fast few-step sampling by predicting average velocities over time intervals, making them attractive for efficient generation. Reinforcement learning (RL) has become a powerful way to align diffusion and flow models with human preferences and task-specific objectives. In particular,…

SciDiagramEdit: Learning to Edit Scientific Diagrams from Paper Revisions

Yasheng Sun, Zezi Zeng, Yifan Yang +4 more

Published: July 16, 2026

cs.CLcs.AI
Editing the figures in a research paper is a routine and time-consuming part of everyday research practice: authors relabel components, rearrange panels, and restyle visuals as they revise their manuscripts. Automating this editing workflow under a natural-language instruction, however, is challenging, because a…

Online Neural Space Time Memory for Dynamic Novel View Synthesis

Baback Elmieh, Lynn Tsai, Zeman Li +8 more

Published: July 16, 2026

cs.CVcs.GRcs.LG
Online novel view synthesis from multi-view streaming videos faces a fundamental trade-off: maintaining a persistent, long-horizon memory to reconstruct temporarily occluded regions while operating under strict real-time constraints. While Test-Time Training (TTT) offers a powerful memory mechanism, standard models…

Motion-Conditioned Multi-View Fusion for Myocardial Infarction Localization from Echocardiography

Guang Yang, Wentian Xu, Siyu Wang +3 more

Published: July 16, 2026

cs.CV
Myocardial infarction (MI) remains a leading cause of mortality worldwide. Echocardiography (Echo) is a widely available modality for MI assessment, where regional wall motion abnormality is a key indicator. Prior learning based methods for myocardial motion analysis often use handcrafted descriptors or densely…

Pretraining Data Can Be Poisoned through Computational Propaganda

Victoria Graf, Hannaneh Hajishirzi, Noah A. Smith +2 more

Published: July 16, 2026

cs.AIcs.CL
Poisoning pretraining data can introduce harmful behaviors to LMs that are difficult to detect and mitigate. Prior work on poisoning pretraining data has largely exploited established data sources such as Wikipedia, which do not represent the large scale and heterogeneity typical of pretraining corpora, and has ignored…

SceneBind: Binding What and Where Across Vision, Audio and Language

Mingfei Chen, Zijun Cui, Ruoke Zhang +2 more

Published: July 16, 2026

cs.CVcs.AIcs.MM
We present SceneBind, an omni-modal representation of realistic scenes with joint semantic and 3D spatial understanding across vision, audio and language. Existing omni-modal encoders excel at instance-level semantics (i.e., what is present), but often lack explicit spatial structure (i.e., where it is). SceneBind…

Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents

Paul Kassianik, Blaine Nelson, Yaron Singer

Published: July 16, 2026

cs.CRcs.AI
Security-agent evaluations commonly measure peak offensive capability under generous inference budgets, emphasizing vulnerability discovery, exploit development, penetration testing, and CTF completion. Such measurements are useful but incomplete: in operational security, every reasoning step, tool call, telemetry…

The Power of the Score Sequence of a Tournament

Prantar Ghosh, Sahil Kuchlous, Shravan Mehra +1 more

Published: July 16, 2026

cs.DS
What problems can one solve on a tournament if only its score sequence is known? Tournaments are oriented complete graphs that form an extensively-studied class of directed graphs (digraphs), both from combinatorial and algorithmic perspectives. Over the years, researchers have identified multiple classical digraph…

Decoding Market Emotion from Blockchain Activity: A Data-Driven Sentiment Classifier

Arthur G. Bubolz, Abreu Quevedo, Giancarlo Lucca +3 more

Published: July 16, 2026

cs.LGcs.CE
The growing use of Bitcoin as a decentralized digital asset and investment tool has sparked strong interest in understanding its market behavior. This study presents a new approach to analyze Bitcoin market sentiment by combining on-chain and financial data with social media posts. Unlike models that aim to predict…

SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration

Yuyao Zhang, Junjie Gao, Zhengxian Wu +11 more

Published: July 16, 2026

cs.AIcs.IR
Recent advances in Tool-Integrated Large Language Models have made web search a core capability of information-seeking agents. However, as interaction histories grow, agents increasingly struggle to track task progress. When search attempts fail to yield useful evidence, current single- and multi-agent systems can…

Analytic finite-rank corrections for singularly weighted estimates in a computer-assisted proof of 3D Euler singularity

Jiajie Chen, Thomas Y. Hou

Published: July 16, 2026

math.APmath.NA
Computer-assisted proofs of self-similar singularity formation for fluid equations often rely on numerically constructed approximate profiles. One effective approach to establishing stability of perturbations around a numerically constructed profile is to perform weighted energy estimates with singular weights near the…

HoloGeo: Mitigating Landmark Bias in Geo-localization via Evidence-Driven Reasoning

Pengcheng Zhou, Xuanyu Liu, Yanchen Yin +4 more

Published: July 16, 2026

cs.CV
Recent advances in Vision-Language Models (VLMs) have significantly improved image geo-localization, yet existing models remain susceptible to landmark bias, causing them to overlook geographical cues or form spurious correlations, ultimately resulting in inaccurate localization. To systematically investigate this…

teLLMe Why (Ain't Nothing but a Jam): Exploratory Causal Analysis of Urban Driving Data

Qiwei Li, Jorge Ortiz

Published: July 16, 2026

cs.AIcs.HC
Traffic agencies now have access to large volumes of video-derived data for studying safety and congestion. Most of these data are observational and collected without interventions, which makes causal questions such as "How would rain change traffic density?" difficult to answer. We present teLLMe, a system for…

Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search

Debayan Mukhopadhyay, Utshab Kumar Ghosh, Shubham Chatterjee

Published: July 16, 2026

cs.IRcs.CL
Retrieval systems are trained and evaluated on a static idea of usefulness: hand a document and a question to a reader model, see whether the answer improves, and score the document accordingly. The idea holds up when a document is read on its own. It breaks when a language model works as a search agent, issuing…

AutoSynthesis: An agentic system for automated meta-analysis

Moein Taherinezhad, Sebastian Maier, Gerardo Vitagliano +2 more

Published: July 16, 2026

cs.AI
Evidence synthesis is crucial for turning primary research into reliable knowledge for science, medicine, education, and policy. Yet, quantitative evidence synthesis remains largely manual and difficult to scale. Here, we introduce AutoSynthesis, an end-to-end multi-agent system for automated meta-analysis. Given a…

ARMOR++: Agentic Orchestration of a Multi-Domain Primitive Set for Transferable Attacks on Deepfake Detectors

Christos Korgialas, Gabriel Lee Jun Rong, Dion Jia Xu Ho +3 more

Published: July 16, 2026

cs.CV
The reliability of deepfake detectors frequently degrades under black-box adversarial transfer, as these models often rely on fragile, architecture-dependent forensic cues. Existing transfer attacks often lack semantic awareness and struggle to maintain effectiveness under strict no-query constraints, particularly when…

Mutable Low-Rank Sketches for Retrain-Free Recommendation

Hector J. Garcia, Nick Clayton

Published: July 16, 2026

cs.LG
A common bottleneck in two-stage recommendation is embedding staleness: when a user rates a new item, their embedding remains fixed until the next retrain cycle. We propose mutable sketches, which store each user's preferences in a KP-tree (a sparse segment tree with sum aggregation), fit a low-rank projection once,…

Beyond the Leaderboard: Design Lessons for Trustworthy Multimodal VQA

Sushant Gautam, Vajira Thambawita, Michael A. Riegler +2 more

Published: July 16, 2026

cs.CLcs.CV
Healthcare multimodal AI must combine visual and textual evidence while remaining reliable and interpretable. Using MediaEval Medico 2025 as a retrospective GI endoscopy case study, we analyze design choices across nine documented systems for question answering and explanation quality. Parameter-efficient adaptation of…

TikStance: A Multimodal and Hierarchical Dataset for Multi-target Stance Analysis in TikTok Political Conversations

Yazhi Zhang, Fuqiang Niu, Bowen Zhang

Published: July 16, 2026

cs.CL
Political discourse has increasingly moved to short-video platforms, yet computational analysis of such content remains constrained by the scarcity of datasets that jointly preserve audiovisual information and hierarchical conversations. Here we present TikStance, a multimodal and context-aware dataset comprising 161…

Language Identification via Compositional Data Analysis: A Linear-Time Classifier Based on Log-Ratio Geometry

Paul-Andrei Pogăcean, Sanda-Maria Avram

Published: July 16, 2026

cs.CL
Language identification is commonly addressed using either neural architectures or statistical n-gram models. Neural approaches typically require substantial computational resources, whereas classical frequency-based methods offer efficient linear-time performance, but rely on distance metrics that are not always…

In-Place Tokenizer Expansion for Pre-trained LLMs

Jimmy T. H. Smith, Tarek Dakhran, Alberto Cabrera +7 more

Published: July 16, 2026

cs.CLcs.AIcs.LG
A tokenizer fixed at the start of pre-training allocates vocabulary in proportion to the pre-training corpus, reflecting the deployment priorities at that time. When those priorities shift, languages added later are split into many more tokens per word, which can raise latency, compute, and energy consumption for users…