paper-with-me

Papers

Adding Knowledge to Unsupervised Algorithms for the Recognition of Intent

2020-11-12 · Stuart Synakowski, Qianli Feng, Aleix Martinez

Computer vision algorithms performance are near or superior to humans in the visual problems including object recognition (especially those of fine-grained categories), segmentation, and 3D object reconstruction from 2D views. Humans are, however, capable of higher-level image analyses. A clear example, involving theory of mind, is our ability to determine whether a perceived behavior or action was performed intentionally or not. In this paper, we derive an algorithm that can infer whether the behavior of an agent in a scene is intentional or unintentional based on its 3D kinematics, using the knowledge of self-propelled motion, Newtonian motion and their relationship. We show how the addition of this basic knowledge leads to a simple, unsupervised algorithm. To test the derived algorithm, we constructed three dedicated datasets from abstract geometric animation to realistic videos of agents performing intentional and non-intentional actions. Experiments on these datasets show that our algorithm can recognize whether an action is intentional or not, even without training data. The performance is comparable to various supervised baselines quantitatively, with sensible intentionality segmentation qualitatively.

📄 PDF Abstract BibTeX arXiv:2011.06219

Code (1)

stusynakowski/Unsup_Recognition_of_Intent 공식 구현

Tasks

3D Object ReconstructionObject RecognitionObject Reconstruction

Similar Papers 제목 키워드 기반

Using Meta-Knowledge Mined from Identifiers to Improve Intent Recognition in Neuro-Symbolic Algorithms

2020-12-16 · Claudio Pinhanez, Paulo Cavalin, Victor Ribeiro, Heloisa Candello 외

In this paper we explore the use of meta-knowledge embedded in intent identifiers to improve intent recognition in conversational systems. As evidenced by the analysis of thousands of real-world chatbots and in interview…

ChatbotIntent Recognition

Using Meta-Knowledge Mined from Identifiers to Improve Intent Recognition in Conversational Systems

2021-08-01 · ACL 2021 5 · Claudio Pinhanez, Paulo Cavalin, Victor Henrique Alves Ribeiro, Ana Appel 외

In this paper we explore the improvement of intent recognition in conversational systems by the use of meta-knowledge embedded in intent identifiers. Developers often include such knowledge, structure as taxonomies, in t…

Intent Recognition

Intent Recognition and Unsupervised Slot Identification for Low Resourced Spoken Dialog Systems

2021-04-03 · Akshat Gupta, Olivia Deng, Akruti Kushwaha, Saloni Mittal 외

Intent Recognition and Slot Identification are crucial components in spoken language understanding (SLU) systems. In this paper, we present a novel approach towards both these tasks in the context of low resourced and un…

Data AugmentationGeneral Classificationintent-classificationIntent Classification+3

Use of unsupervised word classes for entity recognition: Application to the detection of disorders in clinical reports

2014-05-01 · LREC 2014 5 · Maria Evangelia Chatzimina, Cyril Grouin, Pierre Zweigenbaum

Unsupervised word classes induced from unannotated text corpora are increasingly used to help tasks addressed by supervised classification, such as standard named entity detection. This paper studies the contribution of …

ChunkingClusteringNamed Entity Recognition (NER)Word Embeddings

Do We Need Online NLU Tools?

2020-11-19 · Petr Lorenc, Petr Marek, Jan Pichl, Jakub Konrád 외

The intent recognition is an essential algorithm of any conversational AI application. It is responsible for the classification of an input message into meaningful classes. In many bot development platforms, we can confi…

Intent Recognition