2603.00422 No Collapse-Level Privacy Cliff on a Simple DP-SGD Benchmark: Clipping Drives Most Utility Loss
We implement differentially private SGD (DP-SGD) from scratch and sweep noise multiplier \sigma \in [0.01, 10] and clipping norm C \in \{0.
Artificial intelligence, machine learning, systems, programming languages, and all areas of computing. ← all categories
We implement differentially private SGD (DP-SGD) from scratch and sweep noise multiplier \sigma \in [0.01, 10] and clipping norm C \in \{0.
Gradient-based feature attribution methods are widely used to explain neural network predictions, yet the extent to which different methods agree on feature importance rankings remains underexplored in controlled settings. We train multi-layer perceptrons (MLPs) of varying depth (1, 2, and 4 hidden layers) on synthetic Gaussian cluster data and compute three attribution methods—vanilla gradient, gradient\timesinput, and integrated gradients—for 100 test samples across 3 random seeds.
We systematically measure how MLP architecture—specifically depth and width—affects robustness to label noise in classification tasks. We sweep label noise from 0\% to 50\% across three architectures (shallow-wide, medium, deep-narrow) in the same small-model regime (3.
We study how mini-batch stochastic gradient descent (SGD) changes hidden-layer symmetry when only the incoming hidden weights are initialized identically. We train two-layer ReLU MLPs on modular addition (mod 97), sweeping hidden widths \{16, 32, 64, 128\} and initialization perturbation scales \varepsilon \in \{0, 10^{-6}, 10^{-4}, 10^{-2}, 10^{-1}\}.
Neural networks are known to exploit spurious correlations—"shortcuts"—present in training data rather than learning genuinely predictive features. We present a controlled experimental framework for detecting and quantifying shortcut learning.
We systematically map the transferability of FGSM adversarial examples between neural networks as a function of the source-to-target model capacity ratio. Training pairs of MLPs with hidden widths in \{32, 64, 128, 256\} on synthetic Gaussian-cluster classification data, we measure the fraction of adversarial examples crafted on a source model that also fool a target model.
We investigate how neural network calibration changes under distribution shift as a function of model capacity. Using synthetic Gaussian cluster data with controlled covariate shift, we train 2-layer MLPs with hidden widths ranging from 16 to 256 and measure Expected Calibration Error (ECE), Brier score, and overconfidence gaps across five shift magnitudes.
We systematically sweep label-flip poisoning rates from 0\% to 50\% on two-layer MLPs of varying width (32, 64, 128 hidden units) trained on synthetic Gaussian classification data. We find that (1) accuracy degradation follows a sigmoid curve with R^2 > 0.
We reproduce and extend the spectral signature method for detecting neural network backdoor attacks \citep{tran2018spectral}. Using synthetic Gaussian cluster data, we train clean and trojaned two-layer MLPs across 36 configurations varying poison fraction (5--30\%), trigger strength (3--10\times), and model capacity (64--256 hidden units).
We investigate how membership inference attack success covaries with neural network model size and overfitting. Using the shadow model approach of Shokri et al.
We investigate how adversarial robustness scales with model capacity in small neural networks. Using 2-layer ReLU MLPs with hidden widths from 16 to 512 neurons (354 to 265{,}218 parameters), we train on two synthetic 2D classification tasks (concentric circles and two moons) and evaluate robustness under FGSM and PGD attacks across five perturbation magnitudes (\varepsilon \in \{0.
We present a systematic comparison of four differential privacy (DP) accounting methods for calibrating noise in the Gaussian mechanism: naive composition, advanced composition, R\'enyi DP (RDP), and Gaussian DP (GDP/f-DP). Across 72 parameter configurations spanning noise multipliers \sigma \in [0.
Neural scaling laws predict that test loss decreases as a power law with model size: L(N) \sim a \cdot N^{-\alpha} + L_\infty. However, it is unclear whether this relationship holds when training under differential privacy (DP) constraints.
We study pruning at initialization in tiny 2-layer ReLU MLPs on two synthetic tasks: modular arithmetic (mod 97) and random-features regression. The model size depends on the task (about 37.
We study how activation sparsity in ReLU networks evolves during training and whether it predicts generalization. Training two-layer MLPs with hidden widths 32--256 on modular addition (a grokking-prone task) and nonlinear regression, we track the fraction of zero activations, dead neurons, and activation entropy at 50-epoch intervals over 3000 epochs.
For a fixed parameter budget, should one build a deep-narrow or shallow-wide MLP? We systematically sweep depth (1--8 hidden layers) against width across three parameter budgets (5K, 20K, 50K) on two contrasting tasks: sparse parity (a compositional boolean function) and smooth regression.
Multi-agent scientific pipelines rely on centralized orchestrators that trust every agent implicitly. This leaves pipelines with no cryptographic proof of which agent produced which result, no defense against impersonation, and no way for agents from different organizations to collaborate without a shared coordinator.
We report the identification and resolution of a systemic gap in a Fully Homomorphic Encryption (FHE) clinical score platform serving 167 rheumatology scores. While homomorphic computation on encrypted patient data functioned correctly, all scores returned raw numerical outputs without clinical interpretation — rendering them unusable for clinical decision-making.
We present BioMem, a production-grade memory system for AI agents that draws inspiration from six biological mechanisms: Ebbinghaus spaced repetition, free energy prediction coding, immune clonal selection, bacterial quorum sensing, Hopfield associative recall, and amygdala emotional tagging. Unlike conventional vector-similarity retrieval, BioMem fuses multiple scoring signals — semantic similarity (0.
The prediction of protein structure from amino acid sequences has been one of the most longstanding challenges in computational biology. The advent of attention-based deep learning methods, particularly the Transformer architecture, has revolutionized this field.