paper-with-me

Papers

Oriented Response Networks

2017-01-07 · CVPR 2017 7 · Yanzhao Zhou, Qixiang Ye, Qiang Qiu, Jianbin Jiao

Deep Convolution Neural Networks (DCNNs) are capable of learning unprecedentedly effective image representations. However, their ability in handling significant local and global image rotations remains limited. In this paper, we propose Active Rotating Filters (ARFs) that actively rotate during convolution and produce feature maps with location and orientation explicitly encoded. An ARF acts as a virtual filter bank containing the filter itself and its multiple unmaterialised rotated versions. During back-propagation, an ARF is collectively updated using errors from all its rotated versions. DCNNs using ARFs, referred to as Oriented Response Networks (ORNs), can produce within-class rotation-invariant deep features while maintaining inter-class discrimination for classification tasks. The oriented response produced by ORNs can also be used for image and object orientation estimation tasks. Over multiple state-of-the-art DCNN architectures, such as VGG, ResNet, and STN, we consistently observe that replacing regular filters with the proposed ARFs leads to significant reduction in the number of network parameters and improvement in classification performance. We report the best results on several commonly used benchmarks.

📄 PDF Abstract BibTeX arXiv:1701.01833

Code (1)

ZhouYanzhao/ORN 공식 구현 torch

Tasks

General ClassificationImage Classification

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…

Similar Papers 제목 키워드 기반

Training Neural Response Selection for Task-Oriented Dialogue Systems

2019-06-04 · ACL 2019 7 · Matthew Henderson, Ivan Vulić, Daniela Gerz, Iñigo Casanueva 외

Despite their popularity in the chatbot literature, retrieval-based models have had modest impact on task-oriented dialogue systems, with the main obstacle to their application being the low-data regime of most task-orie…

ChatbotLanguage ModellingRetrievalTask-Oriented Dialogue Systems

Contrastive Response Pairs for Automatic Evaluation of Non-task-oriented Neural Conversational Models

2021-07-01 · SIGDIAL (ACL) 2021 7 · Koshiro Okano, Yu Suzuki, Masaya Kawamura, Tsuneo Kato 외

Responses generated by neural conversational models (NCMs) for non-task-oriented systems are difficult to evaluate. We propose contrastive response pairs (CRPs) for automatically evaluating responses from non-task-orient…

Decoder

DialogueScore: Evaluating Responses in Task-Oriented Dialogue

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Task-Oriented Dialogue systems have been widely deployed in real-world applications in the last few years.Yet, evaluations of task-oriented dialogue systems are relatively limited.The informative and success score only c…

Natural Language InferenceTask-Oriented Dialogue Systems

TopKG: Target-oriented Dialog via Global Planning on Knowledge Graph

2022-10-01 · COLING 2022 10 · Zhitong Yang, Bo wang, Jinfeng Zhou, Yue Tan 외

Target-oriented dialog aims to reach a global target through multi-turn conversation. The key to the task is the global planning towards the target, which flexibly guides the dialog concerning the context. However, exist…

Response Generation

PolyResponse: A Rank-based Approach to Task-Oriented Dialogue with Application in Restaurant Search and Booking

2019-09-03 · IJCNLP 2019 11 · Matthew Henderson, Ivan Vulić, Iñigo Casanueva, Paweł Budzianowski 외

We present PolyResponse, a conversational search engine that supports task-oriented dialogue. It is a retrieval-based approach that bypasses the complex multi-component design of traditional task-oriented dialogue system…

Conversational SearchRetrievalTask-Oriented Dialogue Systems