REVIEW 4 major objections 6 minor 34 references
Hardware Acceleration of Kolmogorov-Arnold Network (KAN) in Large-Scale Systems
T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read Kolmogorov-Arnold networks can be accelerated on RRAM compute-in-memory at tens-of-MB scale with sublinear area and power growth and under 0.23% accuracy loss.
desk verdict First large-scale KAN hardware mapping, but the headline scaling claim leans on a cross-work comparison to a stochastic-computing baseline rather than a controlled sweep. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The mechanism that carries the argument is the linear charge identity in the TM-DV-IG: Q = I[x]·W[x], where the DAC voltage levels are chosen so the RRAM cell currents stand in exact binary ratios 0:1:2:...:2^N−1 and the pulse widths are ratioed 1:2^N:2^(N+1). This makes multi-bit values accumulate as a single analog charge in one clock cycle. The supporting identities are the two quantization constraints, G·L ≤ 2^n and G·2^D ≤ 2^n, which allow every B-spline basis function B_i(x) to draw from one shared half-size lookup table and reduce the routing hardware to a small decoder pair.
What would settle it
Fabricate the input generator and a 22nm RRAM array, then measure the accumulated charge for all 256 input codes at multiple process corners and supply voltages; if adjacent charge levels overlap by more than one least-significant bit at any realistic operating corner, the linear single-cycle 8-bit MAC assumed by the scaling claim is not achievable.
Extended reading notes
Core claim
The paper's central claim is that the expensive part of KAN inference—evaluating B-spline basis functions—can be made nearly free in hardware. Two quantization constraints, G·L ≤ 2^n and G·2^D ≤ 2^n, let every basis function share one half-size lookup table and shrink the decoder and routing logic, giving a 40x average area reduction and 5.7x energy reduction over conventional quantization for grid sizes 8–64. At the circuit level, the N:1 Time-Modulated Dynamic Voltage input generator encodes an 8-bit value as a voltage amplitude times a pulse width, with the accumulated bit-line charge designed to be exactly linear in the input code, enabling single-cycle multi-bit MAC above 100 MHz. KAN s
Load-bearing premise
The accuracy and scaling claims rest on the input generator's DAC output voltages being tunable so that RRAM cell currents stand in exact ratios 0:1:2:...:2^N−1 and the accumulated charge is perfectly linear in every 8-bit input code—if that linearity cannot be held across manufacturing, supply-voltage, and temperature variations, the single-cycle multi-bit MAC and the reported accuracy loss lose their basis.
Editorial extensions
If this is right
- B-spline evaluation, normally the hardware bottleneck of KANs, reduces to a shared half-size LUT plus a small decoder; the paper reports 40.14x average area reduction and 5.74x energy reduction versus conventional quantization for grid sizes 8–64.
- Multi-bit MAC inputs no longer require either a high-resolution DAC or a long pulse train: combining voltage and time domains keeps operation above 100 MHz and beats pure voltage and pure PWM schemes by 3–4.1x in combined area–power–latency figure of merit for 6–8 bit inputs.
- IR-drop, the main analog error source in large RRAM arrays, can be mitigated by input statistics rather than extra circuits: accuracy loss shrinks 2.83–5.31x as array size grows from 128 to 1024.
- Large-scale KAN models in the tens-of-MB range are within reach of RRAM-ACIM edge accelerators: the paper demonstrates 39–63 MB recommendation models with 0.11–0.23% accuracy degradation and energy per inference of 289.6–645.9 nJ.
Reading between the lines
- Because the TM-DV-IG is agnostic to what the LUT stores, the same dual-domain input generator could accelerate any piecewise or table-driven activation, not only B-splines; a test would be reusing it for learned piecewise-linear activations.
- The reported area/power scaling ratios would presumably flatten or reverse once the shared LUT, decoder, and input generator peripherals dominate over the RRAM array; sweeping model width and grid size at fixed array size would locate that knee.
- The paper's accuracy numbers come from a benchmark that injects measured RRAM non-ideality into a software model; a full-chip demonstration with on-chip KAN inference would be the direct confirmation of the 0.11–0.23% degradation claim.
- The sensitivity-based grid assignment divides layers into three tiers; one could extend this to per-layer bit-width or per-layer operating mode (high-accuracy versus high-performance) selection as a joint accuracy-cost Pareto search.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an algorithm-hardware co-design approach for accelerating Kolmogorov-Arnold Networks (KAN), comprising four main techniques: Alignment-Symmetry and PowerGap hardware-aware quantization (ASP-KAN-HAQ), an N:1 Time Modulation Dynamic Voltage Input Generator (TM-DV-IG), a KAN sparsity-aware weight mapping (KAN-SAM), and a KAN-NeuroSim hyperparameter optimization framework with sensitivity-based grid assignment. The evaluation targets large-scale CF-KAN recommendation models of 39–63 MB using TSMC 22nm SPICE simulation, synthesis for area, NeuroSim for system-level metrics, and measured non-ideality statistics from previously fabricated RRAM-ACIM chips. The central claim is that compared with a tiny stochastic-computing KAN accelerator [27], parameter count grows by 500K–807K×, while area grows only 28K–41K× and power grows only 51–94×, with minimal 0.11–0.23% accuracy degradation, demonstrating scaling potential.
Significance. If the claims are fully supported, the paper would provide a useful set of circuit-level and algorithm-level techniques for KAN inference, particularly the shared-LUT quantization and the hybrid time/voltage input encoding. The work is anchored by transistor-level SPICE simulations at 22nm, synthesized area estimates, NeuroSim integration, and measured RRAM-ACIM statistics from a real chip, all of which are concrete strengths. However, the headline scaling claim is currently based on a cross-work comparison to a different architecture and technology, and the linearity premise of the TM-DV-IG is not demonstrated. The accuracy degradation numbers are also reported without a defined metric or baseline. These gaps prevent the scaling conclusion from being accepted as stated.
major comments (4)
- [Abstract; §4D, Fig. 19] The central scaling claim compares the proposed large-scale CF-KAN designs (39/63 MB) to [27], a tiny stochastic-computing KAN accelerator with a different architectural principle and technology. This is not a controlled scaling experiment: the observed 500K–807K× parameter growth against 28K–41K× area and 51–94× power growth could reflect [27]'s bitstream-generation overhead and larger per-parameter peripherals rather than any property of the proposed architecture. To support the 'scaling potential' claim, the authors should evaluate the same ASP-KAN-HAQ/TM-DV-IG/RRAM-ACIM flow at a small scale (e.g., the 279–2232-parameter knot-theory model in [24]) and at the large scale, and report area/power breakdowns and per-parameter metrics. As written, the abstract's headline ratios are not a valid scaling law.
- [§3.2, TM-DV-IG; §4B] The linear-input assumption is load-bearing: the paragraph states that DAC voltages can be chosen so that I[0]:I[1]:...:I[2^N−1] = 0:1:2:...:2^N−1, yielding a perfectly linear charge Q. This requires the MOSFET transfer function to be pre-distorted over the entire 8-bit range, which is not a generic property and is sensitive to PVT variations. The paper provides no transistor-level DC curves, Monte Carlo results, or measured prototype data for this transfer function; §4B reports only FOM comparisons against voltage/PWM schemes, not the linearity error or its effect on MAC accuracy. Without this evidence, the single-cycle multi-bit MAC accuracy claim is unsupported.
- [§4C/§4D, Figs. 18–19] Accuracy degradation is reported as '0.23%' and '0.11%' without defining the metric: percentage of what (test accuracy, RMSE, NDCG?) and relative to which software baseline? The software baseline accuracy is not given, so the reader cannot judge whether 0.11–0.23% is small. Likewise, Fig. 18 reports 'accuracy enhancements' of 2.83× to 5.31× without absolute accuracy numbers or a definition of the baseline. These omissions directly affect the paper's 'minimal accuracy degradation' claim.
- [§3.1, Eqs. (4)–(6)] The alignment/PowerGap constraints in Eqs. (4)–(6) require G·L (or G·2^D) ≤ 2^n. For the representative G=5 and for the evaluated G=7, 15, 30, 60 with n=8, these bounds are not equalities: e.g., G=15 gives at most 240 quantization levels, not 256. The paper does not explain how the full 8-bit input range [0,255] is represented, nor how effective input precision is affected. If inputs are rescaled to [0, G·L−1], the claimed 8-bit precision is not actually maintained. This is load-bearing for the ASP-KAN-HAQ accuracy/area tradeoffs reported in §4A.
minor comments (6)
- [Abstract vs. §5] The abstract reports power growth of '51× to 94×', while the conclusion reports '51× to 97×'. Please reconcile.
- [§4B] The text says 'corresponding to 22, 24, 26, and 28 distinct WL pulses' — this should be 2^2, 2^4, 2^6, and 2^8.
- [Fig. 9 caption vs. §3.2] The caption refers to '(b) 3-3 bit input vector' and '(c) 4-4 bit input vector', while the text describes TD-A as N=3 and TD-P as N=4. The notation should be aligned.
- [Eqs. (4)–(6)] The equations are typeset with garbled symbols (e.g., '2'); please use proper superscripts and define L, D, and LD explicitly.
- [Algorithm 2, line 4] The sensitivity formula uses x_{i,j} and M_i without definition; clarify what variable is being differentiated and how the expectation is computed.
- [§3.2] The module is referred to as both PM-TCL and PM-TCM; use a single acronym consistently.
Circularity Check
No significant circularity: the core derivations are constraint-based hardware optimizations and hardware-aware simulations using externally measured chip statistics; the scaling claim is an external benchmark comparison, not a reduction to the paper's own inputs.
full rationale
The paper's main claimed contributions are: (1) ASP-KAN-HAQ, which derives LUT sharing and decoder/MUX reduction from the explicit alignment/power-of-two constraints in Eqs. (4)-(6); (2) TM-DV-IG, which is proposed as a circuit design whose linearity is an explicit design target ('By carefully designing the DAC output voltages ... current ratios satisfy ...'), not a predicted outcome; (3) KAN-SAM, whose mapping is computed from training-set statistics and compared against a uniform baseline under the same error model; and (4) KAN-NeuroSim, which uses non-ideality statistics from a previously fabricated TSMC 22nm RRAM-ACIM chip [13]. The chip statistics are external measured data from prior work by the same group; per the review rules this is real evidence and does not constitute circularity. Accuracy degradation figures (0.11%-0.23%) are obtained by injecting those measured MAC error rates into PyTorch CF-KAN models, i.e., hardware-aware simulation, not a fitted parameter renamed as a prediction. The abstract's scaling ratios (500K-807K parameter increase vs. 28K-41K area and 51x-94x power increase) compare the proposed large-scale CF-KAN-1/CF-KAN-2 designs to the tiny stochastic-computing SCKAN accelerator [27]. This is an uncontrolled cross-architecture comparison and a fairness/experimental-design concern, not a circular derivation: the ratios are arithmetic comparisons of two independent implementations and do not reduce to any equation in this paper. No uniqueness theorem or ansatz is imported from self-citations; [24] is prior small-scale work and [28][29] are simulator tools. Therefore, no specific circular step can be quoted, and the paper's central claims have independent content beyond their inputs. Score 1 reflects the presence of minor self-citations that are not load-bearing.
Assumptions & free parameters
free parameters (5)
- alpha (KAN-SAM criticality weight)
- beta (KAN-SAM stability weight)
- epsilon (CV numerical guard)
- sensitivity percentiles (33%/67%) in Algorithm 2 =
67th and 33rd percentiles
- N (TM-DV-IG bit-resolution mode) =
N=4 (TD-P), N=3 (TD-A)
assumptions (5)
- domain assumption Uniform node distribution of KAN B-splines allows a single shared LUT across all basis functions.
- ad hoc to paper The DAC output voltages can be chosen so that MOSFET currents satisfy a precise linear ratio I[0]:I[1]:... = 0:1:2:..., making charge Q linear in the input.
- domain assumption The measured non-ideality statistics from the prior TSMC 22nm RRAM-ACIM chip [13] transfer to the proposed KAN accelerator's arrays.
- domain assumption The training-set activation statistics (Phase A of Algorithm 1) are representative of inference-time distributions.
- standard math B-spline basis functions are non-negative, so Algorithm 1's b>=0 holds.
invented entities (2)
-
N:1 Time Modulation Dynamic Voltage Input Generator (TM-DV-IG)
-
Sharable-Hemi LUT (SH-LUT)
Cite this review
Pith. "Pith review of Hardware Acceleration of Kolmogorov-Arnold Network (KAN) in Large-Scale Systems." pith.science (2026). https://pith.science/paper/DAAVDPLH
@misc{pith2026250905937,
author = {Pith},
title = {Pith review of: Hardware Acceleration of Kolmogorov-Arnold Network (KAN) in Large-Scale Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/DAAVDPLH}},
note = {Machine review of arXiv:2509.05937}
}
read the original abstract
Recent developments have introduced Kolmogorov-Arnold Networks (KAN), an innovative architectural paradigm capable of replicating conventional deep neural network (DNN) capabilities while utilizing significantly reduced parameter counts through the employment of parameterized B-spline functions with trainable coefficients. Nevertheless, the B-spline functional components inherent to KAN architectures introduce distinct hardware acceleration complexities. While B-spline function evaluation can be accomplished through look-up table (LUT) implementations that directly encode functional mappings, thus minimizing computational overhead, such approaches continue to demand considerable circuit infrastructure, including LUTs, multiplexers, decoders, and related components. This work presents an algorithm-hardware co-design approach for KAN acceleration. At the algorithmic level, techniques include Alignment-Symmetry and PowerGap KAN hardware aware quantization, KAN sparsity aware mapping strategy, and circuit-level techniques include N:1 Time Modulation Dynamic Voltage input generator with analog-compute-in-memory (ACIM) circuits. This work conducts evaluations on large-scale KAN networks to validate the proposed methodologies. Non-ideality factors, including partial sum deviations from process variations, have been evaluated with statistics measured from the TSMC 22nm RRAM-ACIM prototype chips. Utilizing optimally determined KAN hyperparameters in conjunction with circuit optimizations fabricated at the 22nm technology node, despite the parameter count for large-scale tasks in this work increasing by 500Kx to 807Kx compared to tiny-scale tasks in previous work, the area overhead increases by only 28Kx to 41Kx, with power consumption rising by merely 51x to 94x, while accuracy degradation remains minimal at 0.11% to 0.23%, demonstrating the scaling potential of our proposed architecture.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[13]
Y.-D. Chih et al., “An 89 TOPS/W and 16.3 TOPS/mm2 alldigital SRAM- based full-precision compute-in memory macro in 22 nm for machine- learning edge applications,” IEEE International Solid-State Circuits Conference (ISSCC), 2021
work page 2021
-
[27]
Jin-Duk Park et al., “CF-KAN: Kolmogorov Arnold network-based collaborative filtering to mitigate catastrophic forgetting in recommender systems,” arXiv:2409.05878, 2024
arXiv 2024
-
[24]
Hardware acceleration of Kolmogorov-Arnold network (KAN) for lightweight edge inference,
W.-H. Huang et al., “Hardware acceleration of Kolmogorov-Arnold network (KAN) for lightweight edge inference,” Asia and South Pacific Design Automation Conference (ASPDAC), 2025
work page 2025
-
[1]
TG-MUXs: from original eight 2L-to-1 TG-MUXs to optimized four L-to-1 TG-MUXs and four 1-to-5 TG- DEMUXs
-
[2]
The process-temperature-voltage (PVT) variations are key concerns for ACIM. The progressively increasing array sizes combined with aggressive technology scaling substantially exacerbate IR-drop phenomena [14], primarily due to increased parasitic bit line resistance, thereby hampering and degrading inference accuracy performance. Moreover, current mainstr...
-
[3]
Decoders: from original one 8-bit decoder to optimized one (8-D)-bit decoder and one D-bit decoder. Since decoder area scales exponentially with bit-width specifications, the silicon footprint of a single 8-bit decoder substantially surpasses the combined area of an (8-D)-bit decoder and a D-bit decoder. Consequently, parameter values that simultaneously ...
-
[4]
A.N. Kolmogorov, “On the representation of continuous functions of several variables as superpositions of continuous functions of a smaller number of variables,” Dokl. Akad. Nauk, 108(2), 1956
work page 1956
-
[5]
A survey on deep learning: Algorithms, techniques, and applications,
S. Pouyanfar et al., “A survey on deep learning: Algorithms, techniques, and applications,” ACM Computing Surveys, 2019
work page 2019
Show all 34 references
-
[6]
A survey of large language models,
W. X. Zhao et al, “A survey of large language models,” arXiv:2303.18223, 2023
2023 arXiv
-
[7]
KAN: Kolmogorov-Arnold Networks,
Z. Liu et al., “KAN: Kolmogorov-Arnold Networks,” arXiv:2404.19756, 2024
2024 arXiv
-
[8]
Compute-in-Memory chips for deep learning: Recent trends and prospects,
S. Yu et al., “Compute-in-Memory chips for deep learning: Recent trends and prospects,” IEEE Circuits and Systems Magazine, vol. 21, pp. 31-56, 2021
2021
-
[9]
On the representation of continuous functions of many variables by superposition of continuous functions of one variable and addition,
A.N. Kolmogorov, “On the representation of continuous functions of many variables by superposition of continuous functions of one variable and addition,” Dokl. Akad. Nauk, Vol. 114. 953–956, 1957
1957
-
[10]
Kolmogorov-arnold networks (kans) for time series analysis,
C. J Vaca-Rubio et al., “Kolmogorov-arnold networks (kans) for time series analysis,” arXiv:2405.08790, 2024
2024
-
[11]
B-spline curves and surfaces,
W. J Gordon et al., “B-spline curves and surfaces,” Computer Aided Geometric Design, pages 95–126. Elsevier, 1974
1974
-
[12]
A 1 Mb multibit ReRAM computing-in-memory macro with 14.6 ns parallel MAC computing time for CNN based AI edge processors,
C.-X. Xue et al., “A 1 Mb multibit ReRAM computing-in-memory macro with 14.6 ns parallel MAC computing time for CNN based AI edge processors,” IEEE International Solid-State Circuits Conference (ISSCC), 2019
2019
-
[14]
A Local Computing Cell and 6T SRAM-Based Computing- in-Memory Macro With 8-b MAC Operation for Edge AI Chips,
X. Si et al., “A Local Computing Cell and 6T SRAM-Based Computing- in-Memory Macro With 8-b MAC Operation for Edge AI Chips,” IEEE Journal of Solid-State Circuits (JSSC), vol. 56, no. 9, pp. 2817- 2831, 2021
2021
-
[15]
A 8-b-Precision 6T SRAM Computing-in-Memory Macro Using Segmented-Bitline Charge-Sharing Scheme for AI Edge Chips,
J.-W. Su et al., “A 8-b-Precision 6T SRAM Computing-in-Memory Macro Using Segmented-Bitline Charge-Sharing Scheme for AI Edge Chips,” IEEE Journal of Solid-State Circuits (JSSC), vol. 57, no. 2, pp. 609–624, 2022
2022
-
[16]
A comprehensive survey on model quantization for deep neural networks in image classification,
B. Rokh et al., “A comprehensive survey on model quantization for deep neural networks in image classification,” ACM Trans. Intell. Syst. Technol., vol. 14, no. 6, pp. 1–50, Dec. 2023
2023
-
[17]
A nonvolatile Al-edge processor with 4MB SLC- MLC hybrid-mode ReRAM compute-in-memory macro and 51.4- 12 251TOPS/W,
W.-H. Huang et al., “A nonvolatile Al-edge processor with 4MB SLC- MLC hybrid-mode ReRAM compute-in-memory macro and 51.4- 12 251TOPS/W,” IEEE International Solid-State Circuits Conference (ISSCC), 2023
2023
-
[18]
Reduction and IR-drop compensations techniques for reliable neuromorphic computing systems,
B. Liu et al., “Reduction and IR-drop compensations techniques for reliable neuromorphic computing systems,” IEEE/ACM International Conference on Computer-Aided Design (ICCAD), 2014
2014
-
[19]
A survey of quantization methods for efficient neural network inference,
A. Gholami et al., “A survey of quantization methods for efficient neural network inference,” arXiv:2103.13630, 2021
2021 arXiv
-
[20]
15.3 A 351TOPS/W and 372.4GOPS Compute-in- Memory SRAM Macro in 7nm FinFET CMOS for Machine-Learning Applications,
Q. Dong et al., “15.3 A 351TOPS/W and 372.4GOPS Compute-in- Memory SRAM Macro in 7nm FinFET CMOS for Machine-Learning Applications,” IEEE International Solid-State Circuits Conference (ISSCC), 2020
2020
-
[21]
DNN+NeuroSim: An end-to-end benchmarking framework for compute-in-memory accelerators with versatile device technologies,
X. Peng et al., “DNN+NeuroSim: An end-to-end benchmarking framework for compute-in-memory accelerators with versatile device technologies,” IEEE International Electron Devices Meeting (IEDM), 2019
2019
-
[22]
C3SRAM: An In-Memory-Computing SRAM Macro Based on Robust Capacitive Coupling Computing Mechanism,
Z. Jiang et al., “C3SRAM: An In-Memory-Computing SRAM Macro Based on Robust Capacitive Coupling Computing Mechanism,” IEEE Journal of Solid-State Circuits (JSSC), vol. 55, no. 7, pp. 1888-1897, 2020
2020
-
[23]
Conv-RAM: An energy-efficient SRAM with embedded convolution computation for low-power CNN-based machine learning applications,
A. Biswas et al., “Conv-RAM: An energy-efficient SRAM with embedded convolution computation for low-power CNN-based machine learning applications,” IEEE International Solid-State Circuits Conference (ISSCC), 2018
2018
-
[25]
A 42pJ/decision 3.12TOPS/W robust in-memory machine learning classifier with on-chip training,
S. K. Gonugondla et al., “A 42pJ/decision 3.12TOPS/W robust in-memory machine learning classifier with on-chip training,” IEEE International Solid-State Circuits Conference (ISSCC), 2018
2018
-
[26]
Advancing mathematics by guiding human intuition with ai,
A. Davies et al. “Advancing mathematics by guiding human intuition with ai,” Nature, 600(7887):70–74, 2021
2021
-
[28]
NeuroSim V1.4: Extending Technology Support for Digital Compute-in-Memory Toward 1nm Node,
J. Lee et al., “NeuroSim V1.4: Extending Technology Support for Digital Compute-in-Memory Toward 1nm Node,” IEEE Transactions on Circuits and Systems I: Regular Papers, 2024,
2024
-
[29]
A Kolmogorov–Arnold Compute-in-Memory (KA- CIM) Hardware Accelerator with High Energy Efficiency and Flexibility,
C. Sudarshan et al., “A Kolmogorov–Arnold Compute-in-Memory (KA- CIM) Hardware Accelerator with High Energy Efficiency and Flexibility,” Research Square, preprint, 2025. Available: https://www.researchsquare.com/article/rs-5804189/v1
2025
-
[30]
Function Approximation Using Analog Building Blocks in Flexible Electronics,
P. Duarte et al., “Function Approximation Using Analog Building Blocks in Flexible Electronics,” International Symposium on Quality Electronic Design (ISQED), 2025
2025
-
[31]
SCKAN: A Stochastic Computing-Based Accelerator for Efficient Implementation of Kolmogorov-Arnold Networks,
K. Hu et al., “SCKAN: A Stochastic Computing-Based Accelerator for Efficient Implementation of Kolmogorov-Arnold Networks,” TechRxiv , preprint, 2024. Available: https://www.techrxiv.org/users/830901/articles/1224596-sckan-a- stochastic-computing-based-accelerator-for-efficien...
2024
-
[33]
NeuroSim V1.5: Improved Software Backbone for Benchmarking Compute-in-Memory Accelerators with Device and Circuit-level Non-idealities,
J. Read et al., “NeuroSim V1.5: Improved Software Backbone for Benchmarking Compute-in-Memory Accelerators with Device and Circuit-level Non-idealities,” arXiv:2505.02314, 2025. Wei-Hsing Huang received the B.S. degree in electrical engineering from the National Chung Cheng Un...
2025
-
[1024]
These measurements provide empirical validation of the voltage drop characteristics under different array configurations, establishing a reliable foundation for our error modeling. Fig. 19. Comparison of proposed KAN accelerator with previous work across small-scale and large-...
-
[2022]
in electrical & computer engineering from the Georgia Institute of Technology, Atlanta, GA
He is currently pursuing a Ph.D. in electrical & computer engineering from the Georgia Institute of Technology, Atlanta, GA. Prior to joining Georgia Tech, he worked as a hardware engineer for Microsoft’s Silicon Engineering Solutions team. He was the recipient of the NSF Grad...
2023
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.