paper-with-me

홈 › Papers

Lightweight, Dynamic Graph Convolutional Networks for AMR-to-Text Generation

2020-10-09 · EMNLP 2020 11 · Yan Zhang, Zhijiang Guo, Zhiyang Teng, Wei Lu, Shay B. Cohen, Zuozhu Liu, Lidong Bing

AMR-to-text generation is used to transduce Abstract Meaning Representation structures (AMR) into text. A key challenge in this task is to efficiently learn effective graph representations. Previously, Graph Convolution Networks (GCNs) were used to encode input AMRs, however, vanilla GCNs are not able to capture non-local information and additionally, they follow a local (first-order) information aggregation scheme. To account for these issues, larger and deeper GCN models are required to capture more complex interactions. In this paper, we introduce a dynamic fusion mechanism, proposing Lightweight Dynamic Graph Convolutional Networks (LDGCNs) that capture richer non-local interactions by synthesizing higher order information from the input graphs. We further develop two novel parameter saving strategies based on the group graph convolutions and weight tied convolutions to reduce memory usage and model complexity. With the help of these strategies, we are able to train a model with fewer parameters while maintaining the model capacity. Experiments demonstrate that LDGCNs outperform state-of-the-art models on two benchmark datasets for AMR-to-text generation with significantly fewer parameters.

📄 PDF Abstract BibTeX arXiv:2010.04383

Code (1)

yanzhang92/LDGCNs 공식 구현 mxnet

Tasks

Abstract Meaning RepresentationAMR-to-Text GenerationText Generation

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Dynamic GCN: Context-enriched Topology Learning for Skeleton-based Action Recognition

2020-07-29 · Fanfan Ye, ShiLiang Pu, Qiaoyong Zhong, Chao Li 외

Graph Convolutional Networks (GCNs) have attracted increasing interests for the task of skeleton-based action recognition. The key lies in the design of the graph structure, which encodes skeleton topology information. I…

Action RecognitionSkeleton Based Action Recognition

Hierarchical Graph Convolutional Skeleton Transformer for Action Recognition

2021-09-07 · Ruwen Bai, Min Li, Bo Meng, Fengfa Li 외

Graph convolutional networks (GCNs) have emerged as dominant methods for skeleton-based action recognition. However, they still suffer from two problems, namely, neighborhood constraints and entangled spatiotemporal feat…

Action RecognitionDisentanglementSkeleton Based Action Recognition

Multi-grained Trajectory Graph Convolutional Networks for Habit-unrelated Human Motion Prediction

2020-12-23 · Jin Liu, Jianqin Yin

Human motion prediction is an essential part for human-robot collaboration. Unlike most of the existing methods mainly focusing on improving the effectiveness of spatiotemporal modeling for accurate prediction, we take e…

Computational EfficiencyHuman motion predictionMotion Generationmotion prediction+1

DynaGRAG | Exploring the Topology of Information for Advancing Language Understanding and Generation in Graph Retrieval-Augmented Generation

2024-12-24 · Karishma Thakrar

Graph Retrieval-Augmented Generation (GRAG or Graph RAG) architectures aim to enhance language understanding and generation by leveraging external knowledge. However, effectively capturing and integrating the rich semant…

DiversityRAGRetrievalRetrieval-augmented Generation

SceneGraphVLM: Dynamic Scene Graph Generation from Video with Vision-Language Models

2026-05-13 · Vladislav Makarov, Mark Gizetdinov, Dmitry Yudin arxiv

Scene graph generation provides a compact structured representation for visual perception, but accurate and fast graph prediction from images and videos remains challenging. Recent VLM-based methods can generate scene gr…

Video scene graph generationReinforcement Learning