Research
On-device research index

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.

169,341 papers · 148 categories

Trend · papers per month

2985968941,192 · Jun 202019922001200920182026
48 results for incremental method

The paper extends cluster validity indices for incremental analysis.

problem Providing incremental alternatives for cluster validation.
method Extending iCVI family to include 6 incremental indices and examining their behavior under under- and over-partitioning.
result Over-partitioning is more challenging to detect than under-partitioning.

Dex improves reinforcement learning by solving complex environments incrementally.

problem Training reinforcement learning agents for complex, ever-changing environments.
method Incremental learning approach, using optimal weights from simpler environments.
result Incremental learning yields superior performance across multiple Dex environments.

Paper analyzes fast SAGA method for nonconvex optimization problems.

problem Optimizing nonconvex problems of the form minxifi(x)\min_x \sum_i f_i(x)
method Incremental aggregated gradient method (SAGA) within an Incremental First-order Oracle framework
result SAGA converges to a stationary point faster than gradient descent and stochastic gradient descent, and at a linear rate to the global optimum for a specific class of nonconvex problems.

Paper tackles few-shot class-incremental learning with a neural gas network.

problem Incrementally learn new classes from very few labelled samples without forgetting old classes.
method Proposes TOPIC framework using a neural gas network to preserve class topology and adapt to new samples.
result Significantly outperforms other methods on CIFAR100, miniImageNet, and CUB200 datasets.

A new model learns preferences incrementally without personal data.

problem Incremental session-based recommendation without personal data.
method Memory Augmented Neural model (MAN) that combines a neural recommender with a nonparametric memory.
result MAN consistently outperforms existing methods in incremental session-based recommendation.

Stochastic Gradient Trees learn decision trees incrementally.

problem Learning decision trees using stochastic gradient information.
method Incremental learning setting, soft splits not used, new tree not constructed per update.
result Performs similarly to standard incremental classification trees, outperforms state of the art incremental regression trees, comparable to batch multi-instance learning methods.

Efficiently updates KRR for big streams with minimal redundant computation.

problem Redundant computation in incremental KRR for big data streams.
method Supports incremental/decremental processing for single and multiple samples, dividing data into batches.
result Significantly reduced computational time without sacrificing accuracy.

A new generative classification strategy outperforms existing methods in class-incremental learning.

problem Incrementally training deep neural networks to recognize new classes is challenging.
method Proposes learning the joint distribution p(x,y) and performing classification using Bayes' rule, implemented with variational autoencoders and importance sampling.
result Performs very well on continual learning benchmarks, outperforming existing baselines.

New algorithm improves on EM for streaming data, outperforming existing methods.

problem Processing high-volume, streaming data efficiently.
method Incremental stochastic Majorization-Minimization (MM) algorithm.
result The algorithm converges to a stationary point with vanishing gradient.

New method combines population and completion tasks in knowledge graphs.

problem Insufficient external resources hinder statistical inference in knowledge graphs.
method Probabilistic factorisation method that uses path structure for both population and completion.
result Balanced exploitation-exploration helps incremental population and improves prediction of missing information.

Incremental training method for deep neural networks.

problem Training deep neural networks efficiently and with incremental growth.
method Partitioning the network into sub-networks, gradually incorporating them, and using look-ahead initialization.
result Incremental approach reaches baseline accuracy and identifies smaller network partitions.

New model LMRC tackles class incremental learning without needing old classes.

problem Softmax suppression problem in class incremental learning.
method Label Mapping with Response Consolidation (LMRC) and multi-head neural network.
result LMRC achieves better performance than related methods in different scenarios.

Extend deep neural networks for multiple anatomical structures in real-time.

problem Lack of comprehensive patient-specific anatomical models for complex surgical planning.
method Class-incremental segmentation framework that extends deep networks with minimal incremental annotation.
result Framework retains previous structure segmentation performance and learns new structures without catastrophic forgetting.

A new method for fast incremental/decremental analysis without recursion.

problem Efficiently updating support-vector models with new data.
method Ridge Support Vector Models with Weight-Error Curves (WECs) for recursion-free computation.
result All new Lagrangian multipliers can be computed simultaneously, relaxing previous constraints.

Improved incremental sequence classification with temporal consistency.

problem Updating predictions as new sequence elements are revealed.
method Temporal-difference learning and a temporal-consistency condition for successive predictions.
result Optimizing a novel loss function improves data efficiency and predictive accuracy.

Meta-learning approach improves object detection on new classes.

problem Deterioration of object detection performance on old classes in incremental settings.
method Meta-learning to reshape model gradients for optimal task adaptation.
result Meta-learning approach outperforms state-of-the-art methods in incremental object detection.

CNAS optimizes neural architectures for class-incremental learning.

problem Capacity saturation in static neural architectures for class-incremental learning.
method CNAS uses reinforcement learning and network transformations to adaptively select architectures.
result CNAS outperforms static architectures and is more efficient.

We introduce incremental variational inference and apply it to latent Dirichlet allocation (LDA). Incremental variational inference is inspired by incremental EM and provides an alternative to stochastic variational inference. Incremental LDA can process massive document collections, does not require to set a learning …

2015-07-17abs ↗pdf ↗

hi-RF method improves large-scale multi-class data classification with less computational time.

problem Dynamic growth of data and classes poses challenges to traditional classification methods.
method hi-RF is an incremental learning method that replaces or updates trees in random forest adaptively.
result hi-RF achieves comparable precision with significantly reduced computational time.

Paper aims to improve AI's ability to learn new tasks incrementally.

problem Catastrophic Forgetting in AI systems learning multiple tasks simultaneously.
method Analyzed iCaRL method, identified knowledge distillation as key, proposed dynamic threshold moving algorithm.
result Demonstrated effectiveness of dynamic threshold moving algorithm on CIFAR100 and MNIST datasets.

Paper tackles catastrophic forgetting in incremental learning with improved cosine distance and PEDCC-Loss.

problem Tackles catastrophic forgetting in incremental learning.
method Ensemble method based on cosine distance and PEDCC-Loss.
result Outperforms recent methods in preserving old knowledge while learning new classes.

Proposes MEDIC to improve incremental learning by preventing forgetting and intransigence.

problem Challenges of forgetting old knowledge and intransigence on new knowledge in incremental learning.
method Maximum Entropy Regularizer (MER) and DropOut Sampling (DOS) to penalize uncertain knowledge and reduce class imbalance.
result Proposed method 'MEDIC' outperforms state-of-the-art algorithms in accuracy, forgetting, and intransigence.

Best-choice edge grafting speeds up MRF structure learning.

problem Efficiently learning the structure of Markov random fields (MRFs) in a scalable manner.
method Incremental, structured approach that activates edges in groups of features.
result Significant speedup in structure learning with a controllable trade-off between speed and quality.

OpenHAIV integrates OOD detection and incremental learning for open-world models.

problem Challenges in open-world recognition, especially in model knowledge updates and OOD detection.
method Unified pipeline combining OOD detection, new class discovery, and incremental fine-tuning.
result Models can autonomously acquire and update knowledge in open-world environments.

Automatically identifies vehicles from audio sensors without needing labeled data.

problem Vehicle recognition and classification from acoustic signals.
method Incremental reseeding of acoustic signatures using spectral embedding and clustering.
result Incremental reseeding accurately identifies individual vehicles from their acoustic signatures.

Method estimates causal effects from incremental data, overcoming missing data challenges.

problem Estimating causal effects from non-stationary, incrementally available observational data.
method Continual Causal Effect Representation Learning
result Method achieves continual causal effect estimation without compromising original data.

TKIL improves class-balanced performance in incremental learning.

problem Catastrophic forgetting in sequential learning tasks.
method Introduces Tangent Kernel for Incremental Learning (TKIL) based on Neural Tangent Kernel (NTK).
result TKIL achieves better overall accuracy and variance across classes.

SupportNet tackles catastrophic forgetting in incremental learning with support data.

problem Catastrophic forgetting in deep learning models when learning new data.
method SupportNet combines deep learning and SVM to identify support data, which are used to reinforce old data knowledge.
result SupportNet outperforms state-of-the-art methods and matches deep learning models trained from scratch on both old and new data.

Method predicts LFSM increments from past observations using codifference.

problem Forecasting LFSM increments from discrete-time observations.
method Uses codifference for serial dependence, with conditional expectation or projection for α>1α>1 or α<2α<2.
result Method shows promising performance in forecasting volatilities, capturing kurtosis and serial dependence.

Incremental machine learning models predict COVID-19 cases more efficiently than traditional methods.

problem Predicting the spread of COVID-19 cases in real-time across multiple countries.
method Comparison of online incremental machine learning algorithms against traditional LSTM models.
result Incremental machine learning models are more efficient and computationally cheaper than traditional methods.