Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanishknavale/training_don_a_novel_approach

Repository for research paper "Training Dense Object Nets: A Novel Approach"
https://github.com/kanishknavale/training_don_a_novel_approach

computer-vision deep-neural-networks dense-object-nets image-correspondences image-dataset image-processing keypointnet pytorch pytorch-lightning synthetic-augmentation synthetic-dataset-generation

Last synced: 18 days ago
JSON representation

Repository for research paper "Training Dense Object Nets: A Novel Approach"

Awesome Lists containing this project

README

        

# Training Dense Object Nets: A Novel Approach

[![DOI](https://img.shields.io/badge/DOI-10.1109%2FTransAI60598.2023.00010-blue)](https://doi.org/10.1109/TransAI60598.2023.00010)

### Abstract:
Our work proposes a novel framework that addresses the computational limitations associated with training Dense Object Nets (DON)
while achieving robust and dense visual object descriptors. DON's descriptors are known for their robustness to
viewpoint and configuration changes, but training these requires image pairs with computationally expensive correspondence mapping.
This limitation hampers dimensionality and robustness, thereby restricting object generalization.
To overcome this, we introduce a data generation procedure using synthetic augmentation and a novel deep-learning architecture
that produces denser visual descriptors with reduced computational demands. Notably, our framework eliminates the need for
image pair correspondence mapping and showcases its application in a robotic grasping pipeline.
Experimental results demonstrate that our approach yields descriptors as robust as those generated by DON.

### Cite (bibtex):
```
@inproceedings{navale2023training,
title={Training Dense Object Nets: A Novel Approach},
author={Navale, Kanishk and Gulde, Ralf and Tuscher, Marc and Riedel, Oliver},
booktitle={2023 Fifth International Conference on Transdisciplinary AI (TransAI)},
pages={212--217},
year={2023},
organization={IEEE}
}
```