paper-with-me

홈 › Papers

RED-NET: A Recursive Encoder-Decoder Network for Edge Detection

2019-12-05 · Truc Le, Yuyan Li, Ye Duan

In this paper, we introduce RED-NET: A Recursive Encoder-Decoder Network with Skip-Connections for edge detection in natural images. The proposed network is a novel integration of a Recursive Neural Network with an Encoder-Decoder architecture. The recursive network enables us to increase the network depth without increasing the number of parameters. Adding skip-connections between encoder and decoder helps the gradients reach all the layers of a network more easily and allows information related to finer details in the early stage of the encoder to be fully utilized in the decoder. Based on our extensive experiments on popular boundary detection datasets including BSDS500 \cite{Arbelaez2011}, NYUD \cite{Silberman2012} and Pascal Context \cite{Mottaghi2014}, RED-NET significantly advances the state-of-the-art on edge detection regarding standard evaluation metrics such as Optimal Dataset Scale (ODS) F-measure, Optimal Image Scale (OIS) F-measure, and Average Precision (AP).

📄 PDF Abstract BibTeX arXiv:1912.02914

Code (0)

등록된 구현이 없습니다.

Tasks

Boundary DetectionDecoderEdge Detection

Similar Papers 제목 키워드 기반

Recursive Tree Grammar Autoencoders

2020-12-03 · Benjamin Paassen, Irena Koprinska, Kalina Yacef

Machine learning on trees has been mostly focused on trees as input to algorithms. Much less research has investigated trees as output, which has many applications, such as molecule optimization for drug discovery, or hi…

DecoderDrug DiscoveryHint GenerationTime Series+2

On the Properties of Neural Machine Translation: Encoder-Decoder Approaches

2014-09-03 · Kyunghyun Cho, Bart van Merrienboer, Dzmitry Bahdanau, Yoshua Bengio

Neural machine translation is a relatively new approach to statistical machine translation based purely on neural networks. The neural machine translation models often consist of an encoder and a decoder. The encoder ext…

DecoderMachine TranslationSentenceTranslation

UC Davis at SemEval-2019 Task 1: DAG Semantic Parsing with Attention-based Decoder

2019-06-01 · SEMEVAL 2019 6 · Dian Yu, Kenji Sagae

We present an encoder-decoder model for semantic parsing with UCCA SemEval 2019 Task 1. The encoder is a Bi-LSTM and the decoder uses recursive self-attention. The proposed model alleviates challenges and feature enginee…

DecoderFeature EngineeringSemantic Parsing

ReGAE: Graph autoencoder based on recursive neural networks

2022-01-28 · Adam Małkowski, Jakub Grzechociński, Paweł Wawrzyński

Invertible transformation of large graphs into fixed dimensional vectors (embeddings) remains a challenge. Its overcoming would reduce any operation on graphs to an operation in a vector space. However, most existing met…

Decoder

Byte-Level Recursive Convolutional Auto-Encoder for Text

2018-02-06 · ICLR 2018 1 · Xiang Zhang, Yann Lecun

This article proposes to auto-encode text at byte-level using convolutional networks with a recursive architecture. The motivation is to explore whether it is possible to have scalable and homogeneous text generation at …

DecoderText Generation