paper-with-me

Papers

Pointer Networks

2015-06-09 · NeurIPS 2015 12 · Oriol Vinyals, Meire Fortunato, Navdeep Jaitly

We introduce a new neural architecture to learn the conditional probability of an output sequence with elements that are discrete tokens corresponding to positions in an input sequence. Such problems cannot be trivially addressed by existent approaches such as sequence-to-sequence and Neural Turing Machines, because the number of target classes in each step of the output depends on the length of the input, which is variable. Problems such as sorting variable sized sequences, and various combinatorial optimization problems belong to this class. Our model solves the problem of variable size output dictionaries using a recently proposed mechanism of neural attention. It differs from the previous attention attempts in that, instead of using attention to blend hidden units of an encoder to a context vector at each decoder step, it uses attention as a pointer to select a member of the input sequence as the output. We call this architecture a Pointer Net (Ptr-Net). We show Ptr-Nets can be used to learn approximate solutions to three challenging geometric problems -- finding planar convex hulls, computing Delaunay triangulations, and the planar Travelling Salesman Problem -- using training examples alone. Ptr-Nets not only improve over sequence-to-sequence with input attention, but also allow us to generalize to variable size output dictionaries. We show that the learnt models generalize beyond the maximum lengths they were trained on. We hope our results on these tasks will encourage a broader exploration of neural learning for discrete problems.

📄 PDF Abstract BibTeX arXiv:1506.03134

Code (21)

Guillem96/pointer-nn-pytorch pytorch
Howardhuang98/Pointer_network tf
JoseVillagranE/Pointer-Networks pytorch
KolodziejczykWaldemar/universal-ptr-network pytorch
NTT123/pointer-networks jax
Nina-Konovalova/TSP-RL-Skoltech_project pytorch
Rintarooo/TSP_DRL_PointerNet pytorch
Rintarooo/TSP_DRL_PtrNet pytorch
Rintarooo/TSP_RL_Pointer_Actor_Critic pytorch
danifuertes/top_transformer pytorch
devsisters/pointer-network-tensorflow tf
gchaperon/pointer-networks pytorch
ikostrikov/TensorFlow-Pointer-Networks tf
mits58/Pointer-Networks
rizwan09/paper
sblayush/Tensorflow-Attention tf
sblayush/summarization tf
shirgur/pointernet pytorch
thomlake/pytorch-attention pytorch
threelittlemonkeys/pointer-network-pytorch pytorch
victorDD1/PointerNet pytorch

Tasks

Combinatorial OptimizationPoint Cloud Completion

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Pointer: Linear-Complexity Long-Range Modeling without Pre-training

2025-08-04 · Zixi Li arxiv

We introduce Pointer, a novel architecture that achieves linear $O(NK)$ complexity for long-range sequence modeling while maintaining superior performance without requiring pre-training. Unlike standard attention mechani…

Long-range modeling

Hybrid Pointer Networks for Traveling Salesman Problems Optimization

2021-10-06 · Ahmed Stohy, Heba-Tullah Abdelhakam, Sayed Ali, Mohammed Elhenawy 외

In this work, a novel idea is presented for combinatorial optimization problems, a hybrid network, which results in a superior outcome. We applied this method to graph pointer networks [1], expanding its capabilities to …

Combinatorial OptimizationGraph EmbeddingTraveling Salesman Problem

Intelligent reading recognition method of a pointer meter based on deep learning in a real environment

2022-09-18 · Measurement Science and Technology 2022 9 · Dengke Zhou, Ying Yang, Jie Zhu and Ku Wang

Accurate reading of a pointer meter is a crucial task in complex environments, such as substations, the military and aerospace. Current recognition algorithms are mainly used to identify the same type and a non-tilt mete…

On the Capabilities of Pointer Networks for Deep Deductive Reasoning

2021-06-17 · Monireh Ebrahimi, Aaron Eberhart, Pascal Hitzler

The importance of building neural networks that can learn to reason has been well recognized in the neuro-symbolic community. In this paper, we apply neural pointer networks for conducting reasoning over symbolic knowled…

DecoderKnowledge Graphs

Pointerformer: Deep Reinforced Multi-Pointer Transformer for the Traveling Salesman Problem

2023-04-19 · Yan Jin, Yuandong Ding, Xuanhao Pan, Kun He 외

Traveling Salesman Problem (TSP), as a classic routing optimization problem originally arising in the domain of transportation and logistics, has become a critical task in broader domains, such as manufacturing and biolo…

DecoderDeep Reinforcement LearningTraveling Salesman Problem