Local SGD outperforms conventional methods in LLM training.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Adaptive batch sizes improve local gradient methods in distributed training.
Today's state-of-the-art image classifiers fail to correctly classify carefully manipulated adversarial images. In this work, we develop a new, localized adversarial attack that generates adversarial examples by imperceptibly altering the backgrounds of normal images. We first use this attack to highlight the unnecessa…
Localized diffusion models reduce training complexity by exploiting low-dimensional structure.
The Generative Adversarial Networks (GANs) have demonstrated impressive performance for data synthesis, and are now used in a wide range of computer vision tasks. In spite of this success, they gained a reputation for being difficult to train, what results in a time-consuming and human-involved development process to u…
This paper proposes an alternative to E2E training for deep networks, reducing memory footprint.
BN refines local partition geometry in piecewise-affine networks during training.
GradSkip reduces local training steps for better communication efficiency.
Study models deep learning training dynamics using locally elastic SDEs to reveal feature separability.
FALL improves local model training with anchor regularization.
Local data coverage governs memorization in diffusion models.
Proposes ContSup to boost local learning by supplying context between isolated modules.
Backpropagation-free RL method trains layers using local signals.
The problem of multi-speaker localization is formulated as a multi-class multi-label classification problem, which is solved using a convolutional neural network (CNN) based source localization method. Utilizing the common assumption of disjoint speaker activities, we propose a novel method to train the CNN using synth…
New techniques improve distributed training with compressed gradients.
We present local discriminative Gaussian (LDG) dimensionality reduction, a supervised dimensionality reduction technique for classification. The LDG objective function is an approximation to the leave-one-out training error of a local quadratic discriminant analysis classifier, and thus acts locally to each training po…
Study local convergence of GDA for training GANs with kernel-based discriminators.
We use smoothed analysis techniques to provide guarantees on the training loss of Multilayer Neural Networks (MNNs) at differentiable local minima. Specifically, we examine MNNs with piecewise linear activation functions, quadratic loss and a single output, under mild over-parametrization. We prove that for a MNN with …
The study proves sampling-based GNNs can approximate training on full graphs with small subgraphs.
Local adaptive methods in FL can accelerate convergence but introduce bias, which is corrected.
Federated learning is a distributed, privacy-aware learning scenario which trains a single model on data belonging to several clients. Each client trains a local model on its data and the local models are then aggregated by a central party. Current federated learning methods struggle in cases with heterogeneous client-…
This paper proposes a novel approach to train deep neural networks by unlocking the layer-wise dependency of backpropagation training. The approach employs additional modules called local critic networks besides the main network model to be trained, which are used to obtain error gradients without complete feedforward …
We present ARU, an Adaptive Recurrent Unit for streaming adaptation of deep globally trained time-series forecasting models. The ARU combines the advantages of learning complex data transformations across multiple time series from deep global models, with per-series localization offered by closed-form linear models. Un…
Theory explains creativity in diffusion models generating novel images.
Local Gradient Descent with local steps converges to the centralized model in the interpolation regime.
New method certifies global robustness of neural networks efficiently.
CutMix training technique improves spatial locality in Vision Transformers.
Federated learning is a method of training models on private data distributed over multiple devices. To keep device data private, the global model is trained by only communicating parameters and updates which poses scalability challenges for large models. To this end, we propose a new federated learning algorithm that …
Supervised training of neural networks for classification is typically performed with a global loss function. The loss function provides a gradient for the output layer, and this gradient is back-propagated to hidden layers to dictate an update direction for the weights. An alternative approach is to train the network …
Unified analysis of efficient local training methods for distributed variational inequalities.
A framework for federated adversarial learning with convergence analysis.
Federated learning performs distributed model training using local data hosted by agents. It shares only model parameter updates for iterative aggregation at the server. Although it is privacy-preserving by design, federated learning is vulnerable to noise corruption of local agents, as demonstrated in the previous stu…
Recent breakthroughs in computer vision make use of large deep neural networks, utilizing the substantial speedup offered by GPUs. For applications running on limited hardware, however, high precision real-time processing can still be a challenge. One approach to solving this problem is training networks with binary or…
FSL-Net detects and localizes feature shifts in large, high-dimensional datasets.
Study on local elasticity in neural network training, improving detection of class-specific changes.
We propose a novel model for temporal detection and localization which allows the training of deep neural networks using only counts of event occurrences as training labels. This powerful weakly-supervised framework alleviates the burden of the imprecise and time-consuming process of annotating event locations in tempo…
Associating image regions with text queries has been recently explored as a new way to bridge visual and linguistic representations. A few pioneering approaches have been proposed based on recurrent neural language models trained generatively (e.g., generating captions), but achieving somewhat limited localization accu…
Delta-AI speeds up inference in sparse PGMs by local credit assignment.
Personalized federated learning improves model accuracy and fairness by leveraging shared representations and local memorization.
Efficient regularization mitigates catastrophic overfitting in single-step adversarial training.
Paper proposes a new strategy to improve initial performance of federated models.
Overlap-Local-SGD improves distributed SGD by overlapping communication and computation.
This paper evaluates and compares gradient leakage attacks in federated learning.
We design a non-convex second-order optimization algorithm that is guaranteed to return an approximate local minimum in time which scales linearly in the underlying dimension and the number of training examples. The time complexity of our algorithm to find an approximate local minimum is even faster than that of gradie…
Federated learning is a recently proposed paradigm that enables multiple clients to collaboratively train a joint model. It allows clients to train models locally, and leverages the parameter server to generate a global model by aggregating the locally submitted gradient updates at each round. Although the incentive mo…
RelatIF selects more intuitive training examples for explaining model predictions.
We present local ensembles, a method for detecting underspecification -- when many possible predictors are consistent with the training data and model class -- at test time in a pre-trained model. Our method uses local second-order information to approximate the variance of predictions across an ensemble of models from…
Local adaptation improves federated learning models.