paper-with-me

Papers

Compositional Deep Learning

2019-07-16 · Bruno Gavranović

Neural networks have become an increasingly popular tool for solving many real-world problems. They are a general framework for differentiable optimization which includes many other machine learning approaches as special cases. In this thesis we build a category-theoretic formalism around a class of neural networks exemplified by CycleGAN. CycleGAN is a collection of neural networks, closed under composition, whose inductive bias is increased by enforcing composition invariants, i.e. cycle-consistencies. Inspired by Functorial Data Migration, we specify the interconnection of these networks using a categorical schema, and network instances as set-valued functors on this schema. We also frame neural network architectures, datasets, models, and a number of other concepts in a categorical setting and thus show a special class of functors, rather than functions, can be learned using gradient descent. We use the category-theoretic framework to conceive a novel neural network architecture whose goal is to learn the task of object insertion and object deletion in images with unpaired data. We test the architecture on three different datasets and obtain promising results.

📄 PDF Abstract BibTeX arXiv:1907.08292

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningInductive Bias

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Residual Connection 설명 없음
PatchGAN 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Tanh Activation 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
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…

Similar Papers 제목 키워드 기반

When a Red Herring in Not a Red Herring: Using Compositional Methods to Detect Non-Compositional Phrases

2017-04-01 · EACL 2017 4 · Julie Weeds, Thomas Kober, Jeremy Reffin, David Weir

Non-compositional phrases such as \textit{red herring} and weakly compositional phrases such as \textit{spelling bee} are an integral part of natural language (Sag, 2002). They are also the phrases that are difficult, or…

Contextual Compositionality Detection with External Knowledge Bases andWord Embeddings

2019-03-20 · Dongsheng Wang, Quichi Li, Lucas Chaves Lima, Jakob Grue Simonsen 외

When the meaning of a phrase cannot be inferred from the individual meanings of its words (e.g., hot dog), that phrase is said to be non-compositional. Automatic compositionality detection in multi-word phrases is critic…

Evaluating Compositional Approaches for Focus and Sentiment Analysis

2025-08-11 · Olga Kellert, Muhammad Imran, Nicholas Hill Matlis, Mahmud Uz Zaman 외 arxiv

This paper summarizes the results of evaluating a compositional approach for Focus Analysis (FA) in Linguistics and Sentiment Analysis (SA) in Natural Language Processing (NLP). While quantitative evaluations of composit…

Sentiment Analysis

The paradox of the compositionality of natural language: a neural machine translation case study

2021-08-12 · ACL 2022 5 · Verna Dankers, Elia Bruni, Dieuwke Hupkes

Obtaining human-like performance in NLP is often argued to require compositional generalisation. Whether neural networks exhibit this ability is usually studied by training models on highly compositional synthetic data. …

Machine TranslationMathNMTTranslation

Compositional Generalization in Spoken Language Understanding

2023-12-25 · Avik Ray, Yilin Shen, Hongxia Jin

State-of-the-art spoken language understanding (SLU) models have shown tremendous success in benchmark SLU datasets, yet they still fail in many practical scenario due to the lack of model compositionality when trained o…

Spoken Language Understanding