中文
相关论文

相关论文: Learning Sim-to-Real Dense Object Descriptors for …

200 篇论文

Over the years various methods have been proposed for the problem of object detection. Recently, we have witnessed great strides in this domain owing to the emergence of powerful deep neural networks. However, there are typically two main…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Klemen Kotar , Roozbeh Mottaghi

Convolutional Neural Networks (CNNs) can provide accurate object classification. They can be extended to perform object detection by iterating over dense or selected proposed object regions. However, the runtime of such detectors scales as…

计算机视觉与模式识别 · 计算机科学 2014-04-08 Forrest Iandola , Matt Moskewicz , Sergey Karayev , Ross Girshick , Trevor Darrell , Kurt Keutzer

We present a novel convolutional neural network that learns to match images of an object taken from different viewpoints or by different optical sensors. Our Re-Identification Across Domain Network (RADON) scores pairs of input images from…

机器学习 · 计算机科学 2021-05-26 Cassandra Burgess , Cordelia Neisinger , Rafael Dinner

Single Image Super Resolution (SISR) is the process of mapping a low-resolution image to a high resolution image. This inherently has applications in remote sensing as a way to increase the spatial resolution in satellite imagery. This…

计算机视觉与模式识别 · 计算机科学 2020-02-11 Matthew Ciolino , David Noever , Josh Kalin

We aim for domestic robots to perform long-term indoor service. Under the object-level scene dynamics induced by daily human activities, a robot needs to robustly localize itself in the environment subject to scene uncertainties. Previous…

机器人学 · 计算机科学 2022-09-13 Xiao Li , Yidong Du , Zhen Zeng , Odest Chadwicke Jenkins

Semi-supervised object detection (SSOD) aims to facilitate the training and deployment of object detectors with the help of a large amount of unlabeled data. Though various self-training based and consistency-regularization based SSOD…

计算机视觉与模式识别 · 计算机科学 2022-04-18 Binghui Chen , Pengyu Li , Xiang Chen , Biao Wang , Lei Zhang , Xian-Sheng Hua

Recently, deep reinforcement learning (RL) has shown some impressive successes in robotic manipulation applications. However, training robots in the real world is nontrivial owing to sample efficiency and safety concerns. Sim-to-real…

机器人学 · 计算机科学 2022-08-31 Chengjie Yuan , Yunlei Shi , Qian Feng , Chunyang Chang , Zhaopeng Chen , Alois Christian Knoll , Jianwei Zhang

Service robots, in general, have to work independently and adapt to the dynamic changes happening in the environment in real-time. One important aspect in such scenarios is to continually learn to recognize newer object categories when they…

计算机视觉与模式识别 · 计算机科学 2021-03-17 Sudhakaran Jain , Hamidreza Kasaei

Vehicle re-identification aims to obtain the same vehicles from vehicle images. This is challenging but essential for analyzing and predicting traffic flow in the city. Although deep learning methods have achieved enormous progress for this…

计算机视觉与模式识别 · 计算机科学 2023-08-04 Sangrok Lee , Eunsoo Park , Hongsuk Yi , Sang Hun Lee

Deformable object manipulation is a classical and challenging research area in robotics. Compared with rigid object manipulation, this problem is more complex due to the deformation properties including elastic, plastic, and elastoplastic…

机器人学 · 计算机科学 2024-05-14 Jianhua Shan , Yuhao Sun , Shixin Zhang , Fuchun Sun , Zixi Chen , Zirong Shen , Cesare Stefanini , Yiyong Yang , Shan Luo , Bin Fang

Deep neural network based reinforcement learning (RL) can learn appropriate visual representations for complex tasks like vision-based robotic grasping without the need for manually engineering or prior learning a perception system.…

机器人学 · 计算机科学 2020-06-17 Kanishka Rao , Chris Harris , Alex Irpan , Sergey Levine , Julian Ibarz , Mohi Khansari

Object detection in radar imagery with neural networks shows great potential for improving autonomous driving. However, obtaining annotated datasets from real radar images, crucial for training these networks, is challenging, especially in…

计算机视觉与模式识别 · 计算机科学 2024-04-30 Oded Bialer , Yuval Haitman

Solving the camera-to-robot pose is a fundamental requirement for vision-based robot control, and is a process that takes considerable effort and cares to make accurate. Traditional approaches require modification of the robot via markers,…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Jingpei Lu , Florian Richter , Michael C. Yip

Remote sensing object detection (RSOD), one of the most fundamental and challenging tasks in the remote sensing field, has received longstanding attention. In recent years, deep learning techniques have demonstrated robust feature…

计算机视觉与模式识别 · 计算机科学 2023-10-30 Xiangrong Zhang , Tianyang Zhang , Guanchun Wang , Peng Zhu , Xu Tang , Xiuping Jia , Licheng Jiao

Realistic image super-resolution (SR) focuses on transforming real-world low-resolution (LR) images into high-resolution (HR) ones, handling more complex degradation patterns than synthetic SR tasks. This is critical for applications like…

计算机视觉与模式识别 · 计算机科学 2025-11-24 Chaowei Fang , Bolin Fu , De Cheng , Lechao Cheng , Guanbin Li

Object detection has recently seen an interesting trend in terms of the most innovative research work, this task being of particular importance in the field of remote sensing, given the consistency of these images in terms of geographical…

计算机视觉与模式识别 · 计算机科学 2025-06-02 Anasse Boutayeb , Iyad Lahsen-cherif , Ahmed El Khadimi

To reduce annotation labor associated with object detection, an increasing number of studies focus on transferring the learned knowledge from a labeled source domain to another unlabeled target domain. However, existing methods assume that…

计算机视觉与模式识别 · 计算机科学 2021-07-01 Xingxu Yao , Sicheng Zhao , Pengfei Xu , Jufeng Yang

We present a new object representation, called Dense RepPoints, that utilizes a large set of points to describe an object at multiple levels, including both box level and pixel level. Techniques are proposed to efficiently process these…

计算机视觉与模式识别 · 计算机科学 2020-05-19 Ze Yang , Yinghao Xu , Han Xue , Zheng Zhang , Raquel Urtasun , Liwei Wang , Stephen Lin , Han Hu

Multiple Object Tracking (MOT) plays an important role in solving many fundamental problems in video analysis in computer vision. Most MOT methods employ two steps: Object Detection and Data Association. The first step detects objects of…

计算机视觉与模式识别 · 计算机科学 2019-07-17 ShiJie Sun , Naveed Akhtar , HuanSheng Song , Ajmal Mian , Mubarak Shah

We present an approach for recognizing all objects in a scene and estimating their full pose from an accurate 3D instance-aware semantic reconstruction using an RGB-D camera. Our framework couples convolutional neural networks (CNNs) and a…

机器人学 · 计算机科学 2019-10-01 Dinh-Cuong Hoang , Todor Stoyanov , Achim J. Lilienthal