Differentiable Logic Gate Networks for Low-Latency EEG Classification on Edge Devices
Summary
This paper introduces Differentiable Logic Gate Networks (Diff-Logic) as a hardware-native alternative to conventional neural networks for real-time EEG classification on edge devices, achieving competitive performance with significantly lower latency and model size.
View Cached Full Text
Cached at: 07/24/26, 05:06 AM
Paper page - Differentiable Logic Gate Networks for Low-Latency EEG Classification on Edge Devices
Source: https://huggingface.co/papers/2607.18149
Abstract
Real-timeEEGclassificationonedgedevicesisbottleneckedbythefloating-pointarithmeticofconventionalneuralnetworks.WeinvestigatedDifferentiableLogicGateNetworks(Diff-Logic)asahardware-nativealternativethatcompilesmodelsintopureBooleancircuitsexecutableviabitwiseCPUoperations.Throughrigorousiso-parameterexperimentsacrossfourEEGdatasetsspanningtwoclassificationtasks,binarydementiadetectionand3-classemotionrecognition,wecomparedDiff-Logicagainstmatched-capacityMulti-LayerPerceptron(MLP)andBinarizedNeuralNetwork(BNN)baselinesatfourcomplexitytiers(50k-500kparameters).Ondementiascreening,Diff-Logicachieved80.2%MacroF1,outperformingtheMLPbaselineby6.8%.Onemotionrecognition,theMLPretainedamoderateperformanceadvantagebutincurreda2.3timeshigherlatencyand14timeslargermodelsizewhendeployedonapower-constrained(7W)NvidiaJetsonOrinNanoCPU(Single-core).Critically,Diff-Logicinferencetimeremainednearlyconstantacrossa10timesincreaseinmodelscale,achievingapeakspeedupof2.9timesoverMLPsatthelargestcomplexitytier.Ourresultsestablishlogic-basedneuralarchitecturesasapracticalparadigmforresource-constrainedbrain-computerinterfaces,achievingcompetitiveorsuperiorperformancewhilenativelysatisfyingthelatencyandmemoryconstraintsofportableedgedeployment.CodeisavailableonGitHub:https://github.com/Shyamal-Dharia/eeg-difflogic
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2607\.18149
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.18149 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.18149 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.18149 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Collate: Collaborative Neural Network Learning for Latency-Critical Edge Systems
Introduces Collate, a training framework for collaborative neural network learning that handles heterogeneous edge devices with latency constraints, achieving accuracy improvements with minimal overhead.
Latency-Constrained DNN Architecture Learning for Edge Systems using Zerorized Batch Normalization
This paper proposes a latency-oriented neural network learning method that uses zerorized batch normalization to optimize DNN architectures for edge systems under strict latency constraints. Experiments show significant latency reduction with minimal accuracy loss on NVIDIA Jetson devices.
On the Depth Scalability of Logic Gate Networks
The paper identifies two causes why logic gate networks fail to benefit from increased depth and proposes Input-Anchored Logic Gate Networks (IALGNs) that condition each layer on original inputs, achieving consistent depth-accuracy improvements beyond 100 layers.
Reducing the Complexity of Deep Learning Models for EEG Analysis on Wearable Devices
This paper investigates reducing the computational complexity of deep neural networks for EEG analysis on wearable devices by applying parameter quantization and electrode reduction techniques, demonstrating significant complexity reduction with minimal accuracy loss for epileptic seizure detection.
EvoLP: Self-Evolving Latency Predictor for Model Compression in Real-Time Edge Systems
EvoLP is a self-evolving latency predictor for neural network models on edge devices, designed to guide model compression while satisfying strict latency constraints. It outperforms prior methods across multiple edge devices and model variants.