9,660 research outputs found

    Implicit 3D Orientation Learning for 6D Object Detection from RGB Images

    Get PDF
    We propose a real-time RGB-based pipeline for object detection and 6D pose estimation. Our novel 3D orientation estimation is based on a variant of the Denoising Autoencoder that is trained on simulated views of a 3D model using Domain Randomization. This so-called Augmented Autoencoder has several advantages over existing methods: It does not require real, pose-annotated training data, generalizes to various test sensors and inherently handles object and view symmetries. Instead of learning an explicit mapping from input images to object poses, it provides an implicit representation of object orientations defined by samples in a latent space. Our pipeline achieves state-of-the-art performance on the T-LESS dataset both in the RGB and RGB-D domain. We also evaluate on the LineMOD dataset where we can compete with other synthetically trained approaches. We further increase performance by correcting 3D orientation estimates to account for perspective errors when the object deviates from the image center and show extended results.Comment: Code available at: https://github.com/DLR-RM/AugmentedAutoencode

    Home-based reach-to-grasp training for people after stroke: study protocol for a feasibility randomized controlled trial

    Get PDF
    BackgroundThis feasibility study is intended to assess the acceptability of home-based task-specific reach-to-grasp (RTG) training for people with stroke, and to gather data to inform recruitment, retention, and sample size for a definitive randomized controlled trial. Methods/designThis is to be a randomized controlled feasibility trial recruiting 50 individuals with upper-limb motor impairment after stroke. Participants will be recruited after discharge from hospital and up to 12 months post-stroke from hospital stroke services and community therapy-provider services. Participants will be assessed at baseline, and then electronically randomized and allocated to group by minimization, based on the time post-stroke and extent of upper-limb impairment. The intervention group will receive 14 training sessions, each 1 hour long, with a physiotherapist over 6 weeks and will be encouraged to practice independently for 1 hour/day to give a total of 56 hours of training time per participant. Participants allocated to the control group will receive arm therapy in accordance with usual care. Participants will be measured at 7 weeks post-randomization, and followed-up at 3 and 6 months post-randomization. Primary outcome measures for assessment of arm function are the Action Research Arm Test (ARAT) and Wolf Motor Function Test (WMFT). Secondary measures are the Motor Activity Log, Stroke Impact Scale, Carer Strain Index, and health and social care resource use. All assessments will be conducted by a trained assessor blinded to treatment allocation. Recruitment, adherence, withdrawals, adverse events (AEs), and completeness of data will be recorded and reported. DiscussionThis study will determine the acceptability of the intervention, the characteristics of the population recruited, recruitment and retention rates, descriptive statistics of outcomes, and incidence of AEs. It will provide the information needed for planning a definitive trial to test home-based RTG training. Trial registrationISRCTN: ISRCTN5671658

    Defensive Dropout for Hardening Deep Neural Networks under Adversarial Attacks

    Full text link
    Deep neural networks (DNNs) are known vulnerable to adversarial attacks. That is, adversarial examples, obtained by adding delicately crafted distortions onto original legal inputs, can mislead a DNN to classify them as any target labels. This work provides a solution to hardening DNNs under adversarial attacks through defensive dropout. Besides using dropout during training for the best test accuracy, we propose to use dropout also at test time to achieve strong defense effects. We consider the problem of building robust DNNs as an attacker-defender two-player game, where the attacker and the defender know each others' strategies and try to optimize their own strategies towards an equilibrium. Based on the observations of the effect of test dropout rate on test accuracy and attack success rate, we propose a defensive dropout algorithm to determine an optimal test dropout rate given the neural network model and the attacker's strategy for generating adversarial examples.We also investigate the mechanism behind the outstanding defense effects achieved by the proposed defensive dropout. Comparing with stochastic activation pruning (SAP), another defense method through introducing randomness into the DNN model, we find that our defensive dropout achieves much larger variances of the gradients, which is the key for the improved defense effects (much lower attack success rate). For example, our defensive dropout can reduce the attack success rate from 100% to 13.89% under the currently strongest attack i.e., C&W attack on MNIST dataset.Comment: Accepted as conference paper on ICCAD 201
    • …
    corecore