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

66131197262 · Jun 202019922001200920172026
48 results for Facility Location Selection

The paper addresses fairness in facility location by considering local population densities.

problem Ensuring fair distribution of facilities based on local population sizes.
method Formulated a fairness concept involving neighborhood radius and applied an approximation algorithm.
result The algorithm guarantees a factor of at most 2 in all metric spaces and outperforms standard clustering algorithms.

New tools analyze data selection methods, reducing information losses.

problem Analyzing and reducing information losses in data selection.
method Information theoretic losses framework applied to Facility Location Selection and Transductive Experimental Design.
result Proves Facility Location Selection and Transductive Experimental Design reduce information losses.

Assessing the predictive accuracy of black box classifiers is challenging in the absence of labeled test datasets. In these scenarios we may need to rely on a human oracle to evaluate individual predictions; presenting the challenge to create query algorithms to guide the search for points that provide the most informa…

2018-10-12abs ↗pdf ↗

Develops a Bayesian model to predict business revenue and demand.

problem Estimating revenue and demand at business facilities.
method Variational Bayesian spatial interaction model (BSIM) with scalable inference.
result BSIM outperforms competing approaches in predicting pub revenue and demand.

Unified approach tackles logical constraints in mixed-integer optimization.

problem Logical constraints in mixed-integer optimization problems.
method Express logical constraints non-linearly, reformulate as convex binary optimization, solve using outer-approximation.
result Solves problems faster and at larger scale than existing methods.

Flusion combines multiple data sources to improve flu forecasts.

problem Accurate flu predictions to improve public health actions.
method Ensemble model combining gradient boosting quantile regression and Bayesian autoregressive models.
result Flusion was the top-performing model in the CDC's influenza prediction challenge.

The paper optimizes daily storage trading of electricity using dynamic spread densities.

problem Optimizing daily storage trading of electricity based on price spreads.
method Formulated dynamic density functions based on skewed-t representations to model hourly electricity price spreads. Selected the best specification for each spread using the Pinball Loss function and calculated risk associated with spread arbitrages.
result Optimal daily operation of a battery storage facility determined from spread densities.

Trans-GLMC tackles source heterogeneity in transfer learning for structured clusters.

problem Source heterogeneity makes it hard to use multiple related auxiliary sources effectively.
method Trans-GLMC constructs clusters of sources, then combines global fusion, within-cluster refinement, and target debiasing.
result Improves facility-specific prediction and identifies interpretable communities of hospitals with mutual transferability.

The facility location problem is widely used for summarizing large datasets and has additional applications in sensor placement, image retrieval, and clustering. One difficulty of this problem is that submodular optimization algorithms require the calculation of pairwise benefits for all items in the dataset. This is i…

2017-03-08abs ↗pdf ↗

Developing reliable workload predictive models can affect many aspects of clinical decision making procedure. The primary challenge in healthcare systems is handling the demand uncertainty over the time. This issue becomes more critical for the healthcare facilities that provide service for chronic disease treatment be…

2018-12-27abs ↗pdf ↗

This paper addresses the problem of active learning of a multi-output Gaussian process (MOGP) model representing multiple types of coexisting correlated environmental phenomena. In contrast to existing works, our active learning problem involves selecting not just the most informative sampling locations to be observed …

2015-11-21abs ↗pdf ↗

Decentralized algorithm reduces regret and converges to Nash equilibrium in online congestion games.

problem Online congestion games with exponential action sets and strict Nash equilibria.
method CongestEXP algorithm using exponential weights method.
result CongestEXP achieves O(kFT)O(kF\sqrt{T}) regret bound and almost exponential convergence to strict Nash equilibrium.

Study examines how industrial emissions evolve over time in response to various factors.

problem Understanding how firm-level emissions change over time in response to environmental regulation, economic conditions, and organizational constraints.
method Used a time-varying mean-group estimator to link emissions data with firm characteristics and macroeconomic indicators over 1992-2023.
result Firm-level characteristics and aggregate conditions have different impacts on emissions growth at different times.

SimTensor is a multi-platform, open-source software for generating artificial tensor data (either with CP/PARAFAC or Tucker structure) for reproducible research on tensor factorization algorithms. SimTensor is a stand-alone application based on MATALB. It provides a wide range of facilities for generating tensor data w…

2016-12-09abs ↗pdf ↗

Paper develops a gradient-like proposal for discrete distributions without requiring natural differentiability.

problem Lack of natural differentiability in proposal distributions for discrete distributions.
method Locally-balanced proposal combined with Newton's series expansion for efficient exploration.
result Method guarantees convergence rate and outperforms alternatives in various experiments.

Based on the concept of self-decomposable random variables we discuss the application of a model for a pair of dependent Poisson processes to energy facilities. Due to the resulting structure of the jump events we can see the self-decomposability as a form of cointegration among jumps. In the context of energy faciliti…

2015-09-03abs ↗pdf ↗

Proposes DR-ME test for interpretable distributional treatment effects.

problem Detects invisible differences in treatment effects on distributional outcomes.
method Semiparametrically efficient finite-location test using kernel witnesses and orthogonal features.
result DR-ME reveals causal-discrepancy coordinates and has noncentral chi-square local power.

New method for valid and exact statistical inference of multi-dimensional change-points.

problem Statistical inference of change-points in multi-dimensional sequences.
method Proposes a method to guarantee the statistical reliability of both location and components of detected changes.
result Demonstrates the effectiveness of the method in genomic abnormality identification and human behavior analysis.

Optimizes black-box functions with varying costs across multiple sources.

problem Optimizing black-box functions with varying costs across multiple sources.
method Uses Augmented Gaussian Process and Gaussian Process to model fidelity and location-dependent costs, respectively. Uses Confidence Bound acquisition function to select sources and locations.
result The approach significantly outperforms existing methods on Hyperparameters Optimization tasks.

Integrates learning and optimization on graphs, improving prediction accuracy.

problem Combining learning and optimization on graphs with partially observed data.
method Proposes a decision-focused learning approach integrating a differentiable proxy for optimization problems.
result ClusterNet system outperforms pure end-to-end and standard approaches.

Bayesian inference calibrates Hall thruster model uncertainty at varying pressures.

problem Quantifying uncertainty in a multi-component Hall thruster model at different facility pressures.
method Bayesian inference applied to calibrate and quantify prediction uncertainty in a coupled multi-component Hall thruster model.
result Model reduces predictive errors in thrust and discharge current by more than 50% compared to a previous model.

Alternative to likelihood-based LSNM model selection, residual independence testing is more robust to noise misspecification.

problem Cause-effect inference in location-scale noise models with misspecified noise distributions.
method Residual independence testing as an alternative to likelihood-based model selection.
result Residual independence testing is more robust to noise misspecification.

A model predicts building damage locations in near real-time using intensity-based features.

problem Accurate and timely damage diagnosis of building structures after extreme events.
method Support vector machines and Bayesian optimization for probabilistic hazard intensity determination.
result The model achieves 83.1% accuracy in identifying damage locations in a reinforced concrete moment frame.

Developed deep learning models to predict crop yields across diverse environments.

problem Precise crop yield prediction for improved agricultural practices and climate resilience.
method Integrated weather data, used CNN-DNN and CNN-LSTM-DNN models, applied GEM method.
result Achieved superior performance in crop yield prediction with reduced RMSE and MAE.

Recurrent Neural Network (RNN) has been successfully applied in many sequence learning problems. Such as handwriting recognition, image description, natural language processing and video motion analysis. After years of development, researchers have improved the internal structure of the RNN and introduced many variants…

2018-10-30abs ↗pdf ↗

The paper introduces submodular information measures for machine learning applications.

problem Generalizing information-theoretic measures to non-random variables.
method Developing combinatorial information measures based on submodular functions.
result Submodular mutual information is submodular in one argument for certain submodular functions.

We present a novel event embedding algorithm for crime data that can jointly capture time, location, and the complex free-text component of each event. The embedding is achieved by regularized Restricted Boltzmann Machines (RBMs), and we introduce a new way to regularize by imposing a 1\ell_1 penalty on the conditiona…

2018-06-15abs ↗pdf ↗