Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/kanishknavale/training_don_a_novel_approach
- Owner: KanishkNavale
- Created: 2023-03-23T17:11:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T17:49:36.000Z (12 months ago)
- Last Synced: 2024-11-10T01:13:18.727Z (2 months ago)
- Topics: computer-vision, deep-neural-networks, dense-object-nets, image-correspondences, image-dataset, image-processing, keypointnet, pytorch, pytorch-lightning, synthetic-augmentation, synthetic-dataset-generation
- Language: TeX
- Homepage:
- Size: 186 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
}
```