In recent years, \emph{search story}, a combined display with other organic channels, has become a major source of user traffic on platforms such as e-commerce search platforms, news feed platforms and web and image search platforms. The recommended search story guides a user to identify her own preference and personal…
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
CrossBeam learns to search more efficiently in program synthesis.
TGLS generates text by optimizing search results and learning from them.
Deep-n-Cheap automates deep learning model search for low complexity.
We consider a framework for structured prediction based on search in the space of complete structured outputs. Given a structured input, an output is produced by running a time-bounded search procedure guided by a learned cost function, and then returning the least cost output uncovered during the search. This framewor…
Contrastive embeddings improve neural architecture search performance.
Approaches to learning Bayesian networks from data typically combine a scoring function with a heuristic search procedure. Given a Bayesian network structure, many of the scoring functions derived in the literature return a score for the entire equivalence class to which the structure belongs. When using such a scoring…
Deep learning models require extensive architecture design exploration and hyperparameter optimization to perform well on a given task. The exploration of the model design space is often made by a human expert, and optimized using a combination of grid search and search heuristics over a large space of possible choices…
We investigate active learning with access to two distinct oracles: Label (which is standard) and Search (which is not). The Search oracle models the situation where a human searches a database to seed or counterexample an existing solution. Search is stronger than Label while being natural to implement in many situati…
Neural A* uses machine learning to improve path planning efficiency.
LA-MCTS learns search space partition for black-box optimization using Monte Carlo Tree Search.
Paper addresses bias in search intent affecting click behavior.
Machine learning speeds up search procedures for sorted tables.
AutoOD automates outlier detection using curiosity-guided search and self-imitation learning.
Extends NAS to learn both intra-cell and inter-cell architectures for language modeling.
We introduce "Search with Amortized Value Estimates" (SAVE), an approach for combining model-free Q-learning with model-based Monte-Carlo Tree Search (MCTS). In SAVE, a learned prior over state-action values is used to guide MCTS, which estimates an improved set of state-action values. The new Q-estimates are then used…
Monte Carlo Tree Search improves financial derivative hedging efficiency.
FLOP algorithm speeds up causal structure learning for linear models.
Beam search is widely used for approximate decoding in structured prediction problems. Models often use a beam at test time but ignore its existence at train time, and therefore do not explicitly learn how to use the beam. We develop an unifying meta-algorithm for learning beam search policies using imitation learning.…
DrNAS improves neural architecture search with Dirichlet distribution and progressive learning.
Differentially-private FNAS protects privacy while collaboratively searching for neural architectures.
Embedding representation learning via neural networks is at the core foundation of modern similarity based search. While much effort has been put in developing algorithms for learning binary hamming code representations for search efficiency, this still requires a linear scan of the entire dataset per each query and tr…
In neural architecture search, the structure of the neural network to best model a given dataset is determined by an automated search process. Efficient Neural Architecture Search (ENAS), proposed by Pham et al. (2018), has recently received considerable attention due to its ability to find excellent architectures with…
Survey of techniques for automating hyperparameter optimization in machine learning.
Planning problems are among the most important and well-studied problems in artificial intelligence. They are most typically solved by tree search algorithms that simulate ahead into the future, evaluate future states, and back-up those evaluations to the root of a search tree. Among these algorithms, Monte-Carlo tree …
SSNAS finds neural architectures without labeled data.
One-shot neural architecture search limits depth search space and prunes networks for better performance and uncertainty.
We propose a novel neural architecture search algorithm via reinforcement learning by decoupling structure and operation search processes. Our approach samples candidate models from the multinomial distribution on the policy vectors defined on the two search spaces independently. The proposed technique improves the eff…
FedNAS automates federated learning by searching for better architectures.
New distance metric for neural architecture search reduces search space complexity.
GLSearch uses GNN to learn efficient search strategies for finding large common subgraphs.
Efficiently selects nearest neighbors for labeling to speed up active learning.
A new search-control strategy improves Dyna's efficiency.
Talent search and recommendation systems at LinkedIn strive to match the potential candidates to the hiring needs of a recruiter or a hiring manager expressed in terms of a search query or a job posting. Recent work in this domain has mainly focused on linear models, which do not take complex relationships between feat…
Simplified NAS for GNN architectures improves efficiency and expressiveness.
Machine learning boosts physics research, especially at high energy experiments.
Neural architecture search methods are able to find high performance deep learning architectures with minimal effort from an expert. However, current systems focus on specific use-cases (e.g. convolutional image classifiers and recurrent language models), making them unsuitable for general use-cases that an expert migh…
MTL-NAS combines NAS with GP-MTL for task-agnostic multi-task learning.
Learning Bayesian networks is often cast as an optimization problem, where the computational task is to find a structure that maximizes a statistically motivated score. By and large, existing learning tools address this optimization problem using standard heuristic search techniques. Since the search space is extremely…
Improves search performance by transferring knowledge from recommender system.
To relieve the pain of manually selecting machine learning algorithms and tuning hyperparameters, automated machine learning (AutoML) methods have been developed to automatically search for good models. Due to the huge model search space, it is impossible to try all models. Users tend to distrust automatic results and …
Transformer learns to search through reinforcement learning, mimicking DFS.
We study the problem of learning a good search policy for combinatorial search spaces. We propose retrospective imitation learning, which, after initial training by an expert, improves itself by learning from \textit{retrospective inspections} of its own roll-outs. That is, when the policy eventually reaches a feasible…
A real-time federated neural architecture search approach reduces costs and improves performance.
Proposes learning regularization strength directly from data.
In the 'Big Data' era, many real-world applications like search involve the ranking problem for a large number of items. It is important to obtain effective ranking results and at the same time obtain the results efficiently in a timely manner for providing good user experience and saving computational costs. Valuable …
NeuralArTS categorizes neural ops in a type system for NAS.
A new hashing framework learns multiple hash codes for each image to improve hash bucket search efficiency.