Nothing here yet
This paper tackles the challenge of deploying traffic forecasting models in resource-constrained Wi-Fi controllers that manage thousands of access points (APs). The core idea is to use feature-based clustering (k-means on PCA-reduced features) to group APs by traffic behavior, then deploy cluster-specific LSTM models only to high-activity clusters while using a lightweight global model for low-activity clusters. The approach reduces memory footprint by approximately 40% compared to deploying complex models for all clusters, while preserving prediction accuracy through selective specialization.
The paper addresses adaptive broadcast of data-intensive sensory streams (e.g., camera/LiDAR) to heterogeneous edge devices with diverse channel conditions and computational budgets. It proposes Nonlinear Transform Rateless Source-Channel Coding (NTRSCC), integrating learned nonlinear transforms with physical-layer Luby Transform (LT) codes to enable receivers to adaptively adjust the number of received symbols and belief propagation iterations. This achieves an explicit, controllable tradeoff between distortion, transmission rate, and decoding complexity—addressing key limitations of fixed-rate DeepJSCC schemes that either underserve capable devices or require costly retransmissions.
This paper establishes a comprehensive benchmark for photoplethysmography (PPG)-based clinical prediction using the large-scale MIMIC-III-Ext-PPG dataset, evaluating multi-task learning across arrhythmia classification (13 classes) and physiological regression (blood pressure, heart rate, respiratory rate). The core contribution is demonstrating robust atrial fibrillation detection (AUROC 0.96) with strong cross-dataset generalizability, alongside the first systematic assessment of fine-grained arrhythmia classification from PPG alone. It matters because PPG sensors are ubiquitous in wearables and ICUs, yet standardized, large-scale, multi-task benchmarks have been lacking, hindering meaningful algorithm comparison and clinical deployment.
The paper proposes AV-LR, a lightweight amortized variational inference framework for logistic regression with missing covariates that eliminates latent variables entirely. Unlike VAE-based competitors, it directly models the posterior over missing values using a single neural network coupled with a linear classification layer, enabling joint optimization of imputation and prediction. The approach extends naturally to MNAR settings and claims substantial computational speedups over EM-based methods while maintaining comparable statistical accuracy.
This paper tackles the challenging problem of b-jet tagging at the LHC, particularly the difficult discrimination between bottom-quark jets (b-jets) and charm-quark jets (c-jets). The authors propose ECT (Edge Convolution Transformer), a hybrid deep learning architecture that combines local feature extraction via EdgeConv blocks with global context modeling through transformer self-attention. The work is motivated by the need for real-time flavor tagging in high-level trigger systems, where both accuracy and inference latency are critical.