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,051 papers · 148 categories

Trend · papers per month

0.3%0.5%0.8%0.8% · Sep 202119922001200920182026
48 results for flying saucer

Study aerodynamics of flying saucers on curved spaces.

problem Understanding the motion of flying saucers on different types of curved surfaces.
method Identifying structures on the configuration space of flying saucers and relating them to the geometry of the underlying curved manifold.
result The symmetries of the flying saucer's motion can be described by the split form of the exceptional Lie algebra G2 when the manifold has a certain type of structure.

A new classifier encodes local neighborhoods for each class using Fly Bloom Filters.

problem Efficiently classify data with single-pass learning.
method Proposes a new classifier that encodes local neighborhoods for each class with per-class Fly Bloom Filters.
result The proposed classifier's performance is competitive with nearest-neighbor classifiers and other single-pass classifiers.

ADVISOR dynamically balances imitation and reinforcement learning to overcome the imitation gap.

problem The gap between imitation learning and reinforcement learning when teaching agents have privileged information.
method Adaptive Insubordination (ADVISOR) dynamically weights imitation and reward-based reinforcement learning losses.
result On-the-fly switching with ADVISOR outperforms pure imitation, pure reinforcement learning, and their combinations.

Proposes on-the-fly joint feature selection and classification for time-sensitive decisions.

problem Online feature selection and classification for time-sensitive decision making.
method Proposes a framework for joint feature selection and classification on-the-fly, optimizing feature usage and classification accuracy.
result Demonstrates superior performance over state-of-the-art methods on various datasets.

Adapts agent strategies on-the-fly for better cross-play in cooperative settings.

problem Cross-play issues between self-play agents and unseen partners.
method Adapts agent strategies using posterior belief updates via Gibbs sampling.
result Achieves strong cross-play in the Hanabi game without prior knowledge of partners' strategies.

Dynamic neural network toolkits such as PyTorch, DyNet, and Chainer offer more flexibility for implementing models that cope with data of varying dimensions and structure, relative to toolkits that operate on statically declared computations (e.g., TensorFlow, CNTK, and Theano). However, existing toolkits - both static…

2017-05-22abs ↗pdf ↗

We introduce a method by which a generative model learning the joint distribution between actions and future states can be used to automatically infer a control scheme for any desired reward function, which may be altered on the fly without retraining the model. In this method, the problem of action selection is reduce…

2017-02-22abs ↗pdf ↗

New LSH algorithms improve nearest-neighbor search performance.

problem Efficiently searching for similar high-dimensional data.
method High-dimensional locality-sensitive hashing (LSH) based on fruit fly olfactory circuit.
result New LSH algorithms outperform existing methods on benchmark datasets.

Binary autoencoder with sparse hidden layer preserves information and zero reconstruction error.

problem Preserving information and zero reconstruction error in binary neural networks.
method Binary autoencoder with random binary weights, sparse hidden layer, and varying neuron thresholds.
result Zero reconstruction error for any input with a large hidden layer and varying neuron thresholds.

Metareasoning optimizes modular systems by dynamically adjusting configurations.

problem Maximizing system utility in high-stakes tasks with modular subsystems.
method Employing reinforcement learning with rich contextual representations to dynamically adjust module configurations.
result Significant improvement in system performance across various reinforcement learning techniques.

A new method for generating replay samples on the fly, optimizing for not forgetting.

problem Addressing the issue of forgetting in neural networks.
method Generates auxiliary samples on the fly using the model's implicit memory, specialized to each real training batch.
result Optimizing for not forgetting leads to more efficient and scalable generation of specialized samples.

It is challenging to handle a large volume of labels in multi-label learning. However, existing approaches explicitly or implicitly assume that all the labels in the learning process are given, which could be easily violated in changing environments. In this paper, we define and study streaming label learning (SLL), i.…

2016-04-19abs ↗pdf ↗

Automatically detects and down-weights noisy samples in machine learning training.

problem Numerical noise in reference data hampers the accuracy of machine learning models.
method On-the-fly outlier detection using exponential moving average to identify and down-weight noisy samples.
result The method prevents overfitting and matches the performance of iterative refinement with reduced overhead.

A simple baseline for extreme multi-label classification using random projections.

problem Automatically annotating data points with relevant labels from a large label vocabulary.
method On-the-fly global embedding using random projections, with an ensemble of learners.
result Competitive accuracy compared to existing methods, with significant speed-up and model-size reduction.

New Kähler solitons found that are not U(n)U(n)-invariant.

problem Whether every steady gradient Kähler-Ricci soliton of positive curvature on Cn\mathbb{C}^{n} is U(n)U(n)-invariant.
method Constructing a family of U(1)imesU(n1)U(1) imes U(n-1)-invariant, but not U(n)U(n)-invariant, steady gradient Kähler-Ricci solitons.
result Found a family of complete steady gradient Kähler-Ricci solitons with strictly positive curvature operator on Cn\mathbb{C}^{n} for n3n\geq3.

A novel algorithm optimizes sparsity in reservoir computing inspired by insect brain.

problem Optimizing sparsity in reservoir computing networks.
method Inspired by insect brain, the algorithm optimizes sparsity levels by adjusting node firing thresholds.
result The algorithm outperforms standard gradient descent on tasks involving better classification, memorization, and convergence.

The practical performance of online stochastic gradient descent algorithms is highly dependent on the chosen step size, which must be tediously hand-tuned in many applications. The same is true for more advanced variants of stochastic gradients, such as SAGA, SVRG, or AdaGrad. Here we propose to adapt the step size by …

2015-11-08abs ↗pdf ↗

We introduce two Python frameworks to train neural networks on large datasets: Blocks and Fuel. Blocks is based on Theano, a linear algebra compiler with CUDA-support. It facilitates the training of complex neural network models by providing parametrized Theano operations, attaching metadata to Theano's symbolic comput…

2015-06-01abs ↗pdf ↗

Resolves conjecture on cylindrical mean curvature flows in all dimensions.

problem Mean Convex Neighborhood Conjecture for cylindrical singularities.
method Complete classification of ancient, asymptotically cylindrical flows; refined asymptotic analysis; leading mode condition; induction over thresholds.
result Establishes mean-convex neighborhood for cylindrical singularities; provides local models and canonical families.

We describe a mechanism by which artificial neural networks can learn rapid adaptation - the ability to adapt on the fly, with little data, to new tasks - that we call conditionally shifted neurons. We apply this mechanism in the framework of metalearning, where the aim is to replicate some of the flexibility of human …

2017-12-28abs ↗pdf ↗

New methods reduce private federated learning communication automatically.

problem Reducing communication in private federated learning.
method Automatic compression rate adjustment based on training error, using secure aggregation and differential privacy.
result Provable instance-optimal for mean estimation, achieving favorable compression rates.

Derivative-informed models improve financial surrogates for accurate hedging and risk management.

problem Developing fast surrogate models for financial derivatives and risk quantities.
method Derivative-informed operator learning framework combining neural operators, random features, and tangent sensitivity equations.
result The framework reduces hedging and risk errors by 40-76% compared to standard surrogates.

Proposes a flexible normalization method to handle multi-modal data.

problem Reduced effectiveness of batch normalization in multi-modal distributions.
method Extends normalization to multiple means and variances, detecting data modes on-the-fly.
result Outperforms batch normalization and other methods in various experiments.

We consider the problem of learning convex aggregation of models, that is as good as the best convex aggregation, for the binary classification problem. Working in the stream based active learning setting, where the active learner has to make a decision on-the-fly, if it wants to query for the label of the point curren…

2015-03-28abs ↗pdf ↗

Paper proves conjecture about star-shaped curves evolving under GAPF, but not always preserves star shape.

problem What conditions guarantee global existence of Gage's area-preserving flow for nonconvex initial curves?
method Using Dittberner's singularity analysis theory, constructed a ``flying wing'' curve to show limitations.
result Gage's area-preserving flow does not always preserve star-shapedness of evolving curves.

A reinforcement learning framework for Mars rover control using temporal logic.

problem Sparse rewards in continuous-state continuous-action MDPs with high-level temporal structures.
method Actor-critic, model-free, online RL framework with modular DDPG architecture.
result Success rate of synthesised policy in Mars rover experiment.