Discussion about this post

User's avatar
Sean's avatar

Structured weight matrices using the fast Walsh Hadamard transform (WHT) can help greatly speed wide neural networks for vision (or any other) tasks.

You can dig around here:

https://archive.org/details/@seanc4s

For example a good option is to fuse together multiple size 16 weight matrices with a following WHT. The total number of parameters then is 16n rather than n² for a conventional dense weight matrix. The cost of the WHT is nlog₂(n) ± operations.

Theodore Omtzigt's avatar

When I read the Navion paper, it was not clear to me what the algorithm constraints applied to fit the silicon do to the applicability to the VIO state space. For example, does the Navion implementation support fast flying UAVs, or precision drones that need to interact with moving objects. Do you have any insight in where the Navion solution sits in the larger VIO requirements state space?

1 more comment...

No posts

Ready for more?