中文
相关论文

相关论文: Building the access pointers to a computation envi…

200 篇论文

Embeddings are ubiquitous in machine learning, appearing in recommender systems, NLP, and many other applications. Researchers and developers often need to explore the properties of a specific embedding, and one way to analyze embeddings is…

To endow machines with the ability to perceive the real-world in a three dimensional representation as we do as humans is a fundamental and long-standing topic in Artificial Intelligence. Given different types of visual inputs such as…

计算机视觉与模式识别 · 计算机科学 2020-10-20 Bo Yang

Points-to analysis is the problem of approximating run-time values of pointers statically or at compile-time. Points-to sets are used to store the approximated values of pointers during points-to analysis. Memory usage and running time…

编程语言 · 计算机科学 2015-03-19 Hamid A. Toussi , Ahmed Khademzadeh

Object detection or localization is an incremental step in progression from coarse to fine digital image inference. It not only provides the classes of the image objects, but also provides the location of the image objects which have been…

计算机视觉与模式识别 · 计算机科学 2020-07-07 Abdul Mueed Hafiz , Ghulam Mohiuddin Bhat

We are currently designing an object oriented model which describes static and dynamical knowledge in diff{\'e}rent domains. It provides a twin conceptual level. The internal level proposes: the object structure composed of sub-objects…

人工智能 · 计算机科学 2020-05-18 Joël Colloc , Danielle Boulanger

The concept of category from mathematics happens to be useful to computer programmers in many ways. Unfortunately, all "good" explanations of categories so far have been designed by mathematicians, or at least theoreticians with a strong…

计算机科学中的逻辑 · 计算机科学 2014-07-22 Raphael Poss

Image captioning models typically follow an encoder-decoder architecture which uses abstract image feature vectors as input to the encoder. One of the most successful algorithms uses feature vectors extracted from the region proposals…

计算机视觉与模式识别 · 计算机科学 2020-01-14 Simao Herdade , Armin Kappeler , Kofi Boakye , Joao Soares

Majority of the current dimensionality reduction or retrieval techniques rely on embedding the learned feature representations onto a computable metric space. Once the learned features are mapped, a distance metric aids the bridging of gaps…

计算机视觉与模式识别 · 计算机科学 2018-10-17 Muhammad Kamran Janjua , Shah Nawaz , Alessandro Calefati , Ignazio Gallo

Existing scene understanding systems mainly focus on recognizing the visible parts of a scene, ignoring the intact appearance of physical objects in the real-world. Concurrently, image completion has aimed to create plausible appearance for…

计算机视觉与模式识别 · 计算机科学 2021-04-13 Chuanxia Zheng , Duy-Son Dao , Guoxian Song , Tat-Jen Cham , Jianfei Cai

The aim of our paper is to render an object in 3-dimension using a set of its orthographic views. Corner detector (Harris Detector) is applied on the input views to obtain control points. These control points are projected perpendicular to…

计算机视觉与模式识别 · 计算机科学 2026-04-01 Sunil Tiwari , Payal Fofadiya , Vicky Vishwakarma

The main idea of this paper is to represent shopping items through vectors because these vectors act as the base for building em- beddings for customers and shopping carts. Also, these vectors are input to the mathematical models that act…

信息检索 · 计算机科学 2017-05-19 Bibek Behera , Manoj Joshi , Abhilash KK , Mohammad Ansari Ismail

The paper describes a mechanism for indirect object representation and access (ORA) in programming languages. The mechanism is based on using a new programming construct which is referred to as concept. Concept consists of one object class…

编程语言 · 计算机科学 2008-01-03 Alexandr Savinov

Cooperation between verification methods is crucial to tackle the challenging problem of software verification. The paper focuses on the verification of C programs using pointers and it formalizes a cooperation between static analyzers…

编程语言 · 计算机科学 2018-12-03 Bouillaguet Quentin , Bobot François , Sighireanu Mihaela , Yakobowski Boris

To identify the location of objects of a particular class, a passive computer vision system generally processes all the regions in an image to finally output few regions. However, we can use structure in the scene to search for objects…

计算机视觉与模式识别 · 计算机科学 2016-08-09 Varun K. Nagaraja , Vlad I. Morariu , Larry S. Davis

Articulated objects are central to interactive 3D applications, including embodied AI, robotics, and VR/AR, where functional part decomposition and kinematic motion are essential. Yet producing high-fidelity articulated assets remains…

计算机视觉与模式识别 · 计算机科学 2026-02-17 Qingming Liu , Xinyue Yao , Shuyuan Zhang , Yueci Deng , Guiliang Liu , Zhen Liu , Kui Jia

The words of a language reflect the structure of the human mind, allowing us to transmit thoughts between individuals. However, language can represent only a subset of our rich and detailed cognitive architecture. Here, we ask what kinds of…

计算与语言 · 计算机科学 2018-03-07 Gabriel Grand , Idan Asher Blank , Francisco Pereira , Evelina Fedorenko

We describe an Object Oriented Model for building Expert Systems. This model and the detection of similarities allow to implement reasoning modes as induction, deduction and simulation. We specially focus on similarity and its use in…

人工智能 · 计算机科学 2020-05-19 Joël Colloc , Danielle Boulanger

We present a new approach to modeling visual attributes. Prior work casts attributes in a similar role as objects, learning a latent representation where properties (e.g., sliced) are recognized by classifiers much in the way objects (e.g.,…

计算机视觉与模式识别 · 计算机科学 2018-08-29 Tushar Nagarajan , Kristen Grauman

Embedding spaces contain interpretable dimensions indicating gender, formality in style, or even object properties. This has been observed multiple times. Such interpretable dimensions are becoming valuable tools in different areas of…

计算与语言 · 计算机科学 2024-04-04 Katrin Erk , Marianna Apidianaki

This paper presents the insight that practical embedding techniques, commonly used for implementing Domain-Specific Languages, correspond to theoretical Normalisation-By-Evaluation (NBE) techniques, commonly used for deriving canonical form…

编程语言 · 计算机科学 2016-03-17 Shayan Najd , Sam Lindley , Josef Svenningsson , Philip Wadler