coordinate-regression
Coordinate regression with biologically realistic neural networks
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: acm.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Keywords
Repository
Coordinate regression with biologically realistic neural networks
Basic Info
- Host: GitHub
- Owner: Jegp
- License: lgpl-3.0
- Language: Svelte
- Default Branch: main
- Homepage: https://jegp.github.io/coordinate-regression
- Size: 7.81 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Coordinate regression for event-based data
The repository demonstrates coordinate regression for event-based data with spiking neural networks. Specifically, we contribute:
- A dataset of event-based vision (EBV) videos for coordinate regression and pose estimation
- A method for differentiable coordinate transform (DVS) for spiking neural networks
- Translation-invariant receptive fields that outperforms similar artificial neural network models
Usage
To train the models, follow the below steps
- Download the dataset via this link and unpack it to a folder you can recall, say
/tmp/eventdata. - Ensure you have a Python installation with PyTorch and Norse installed.
- After installing the necessary PyTorch version, you can install the dependencies from the
requirements.txt-file by typing:pip install -r requirements.txt
- After installing the necessary PyTorch version, you can install the dependencies from the
- Enter the
coordinate-regressionfolder and run thelearn_shapes.pyfile with the dataset directory and model type to start training- As an example, run
python learn_shapes.py --data_root=/tmp/eventdata --model=snn- Four models are available:
ann,annsf,snn, andsnnrf - For training parameter descriptions and help, type
python learn_shapes.py --help
- Four models are available:
- As an example, run
Authors and Contact
- Jens E. Pedersen
<jeped@kth.se>(Twitter @jensegholm) - Juan P. Romero B.
- Jörg Conradt
Acknowledgements
This work has been performed at the Neurocomputing Systems Lab at KTH Royal Institute of Technology and funded by the Human Brain Project and the AI Pioneer Centre.
Please cite the work as follows:
@inproceedings{Pedersen_Singhal_Conradt_2023,
address={New York, NY, USA},
series={NICE ’23},
title={Translation and Scale Invariance for Event-Based Object tracking},
ISBN={978-1-4503-9947-0},
url={https://dl.acm.org/doi/10.1145/3584954.3584996},
DOI={10.1145/3584954.3584996},
booktitle={Proceedings of the 2023 Annual Neuro-Inspired Computational Elements Conference}, publisher={Association for Computing Machinery}, author={Pedersen, Jens Egholm and Singhal, Raghav and Conradt, Jorg},
year={2023},
month=apr,
pages={79–85},
collection={NICE ’23}
}
License
This work is licensed under LGPLv3.
Owner
- Name: Jens Egholm Pedersen
- Login: Jegp
- Kind: user
- Location: Denmark
- Company: KTH Royal Institute of Technology
- Website: https://jepedersen.dk/
- Twitter: jensegholm
- Repositories: 104
- Profile: https://github.com/Jegp
Doctoral student working with neuromorphic computation and geometric learning
Citation (CITATION.cff)
cff-version: 1.2.0
message: "Please cite our work as below."
title: "Translation and Scale Invariance for Event-Based Object tracking"
authors:
- family-names: "Pedersen"
given-names: "Jens Egholm"
orcid: https://orcid.org/0000-0001-6012-7415
- family-names: "Singhal"
given-names: "Raghav"
orcid: https://orcid.org/0000-0002-2104-8068
- family-names: "Conradt"
given-names: "Jorg"
orcid: https://orcid.org/0000-0001-5998-9640
doi: 10.1145/3584954.3584996
version: 1.0
url: "https://dl.acm.org/doi/10.1145/3584954.3584996"
date-released: 2023-04-12
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jens Egholm Pedersen | j****s@j****k | 12 |
| Jens E. Pedersen | j****m@p****m | 11 |
| Raghav | 1****l@g****m | 4 |
| Raghav Singhal | 6****0 | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: about 2 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- QianpengLi577 (1)
Pull Request Authors
- RaghavSinghal10 (1)