paper-with-me

Papers

Fast and Automatic Object Registration for Human-Robot Collaboration in Industrial Manufacturing

2022-04-01 · Manuela Geiß, Martin Baresch, Georgios Chasparis, Edwin Schweiger, Nico Teringl, Michael Zwick

We present an end-to-end framework for fast retraining of object detection models in human-robot-collaboration. Our Faster R-CNN based setup covers the whole workflow of automatic image generation and labeling, model retraining on-site as well as inference on a FPGA edge device. The intervention of a human operator reduces to providing the new object together with its label and starting the training process. Moreover, we present a new loss, the intraspread-objectosphere loss, to tackle the problem of open world recognition. Though it fails to completely solve the problem, it significantly reduces the number of false positive detections of unknown objects.

📄 PDF Abstract BibTeX arXiv:2204.00597

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

TAILOR: Teaching with Active and Incremental Learning for Object Registration

2022-05-24 · Qianli Xu, Nicolas Gauthier, Wenyu Liang, Fen Fang 외

When deploying a robot to a new task, one often has to train it to detect novel objects, which is time-consuming and labor-intensive. We present TAILOR -- a method and system for object registration with active and incre…

Incremental LearningObject

Semantic-Aware Environment Perception for Mobile Human-Robot Interaction

2022-11-07 · Thorsten Hempel, Marc-André Fiedler, Aly Khalifa, Ayoub Al-Hamadi 외

Current technological advances open up new opportunities for bringing human-machine interaction to a new level of human-centered cooperation. In this context, a key issue is the semantic understanding of the environment …

Object Registration in Neural Fields

2024-04-29 · David Hall, Stephen Hausler, Sutharsan Mahendren, Peyman Moghadam

Neural fields provide a continuous scene representation of 3D geometry and appearance in a way which has great promise for robotics applications. One functionality that unlocks unique use-cases for neural fields in robot…

3D geometryObject

FastOrient: Lightweight Computer Vision for Wrist Control in Assistive Robotic Grasping

2018-07-22 · Mireia Ruiz Maymo, Ali Shafti, A. Aldo Faisal

Wearable and Assistive robotics for human grasp support are broadly either tele-operated robotic arms or act through orthotic control of a paralyzed user's hand. Such devices require correct orientation for successful an…

Robotic Grasping

RANSIC: Fast and Highly Robust Estimation for Rotation Search and Point Cloud Registration using Invariant Compatibility

2021-04-19 · Lei Sun

Correspondence-based rotation search and point cloud registration are two fundamental problems in robotics and computer vision. However, the presence of outliers, sometimes even occupying the great majority of the putati…

Point Cloud Registration