Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ma-xu/Rewrite-the-Stars
[CVPR 2024] Rewrite the Stars
https://github.com/ma-xu/Rewrite-the-Stars
Last synced: about 2 months ago
JSON representation
[CVPR 2024] Rewrite the Stars
- Host: GitHub
- URL: https://github.com/ma-xu/Rewrite-the-Stars
- Owner: ma-xu
- License: apache-2.0
- Created: 2024-02-05T05:26:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T03:26:50.000Z (8 months ago)
- Last Synced: 2024-08-01T13:28:23.589Z (5 months ago)
- Language: Python
- Homepage:
- Size: 264 KB
- Stars: 230
- Watchers: 2
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
by [Xu Ma](https://ma-xu.github.io/), [Xiyang Dai](https://sites.google.com/site/xiyangdai/),
[Yue Bai](https://yueb17.github.io/), [Yizhou Wang](https://wyzjack.github.io/), [Yun Fu](http://www1.ece.neu.edu/~yunfu/).Recent studies have drawn attention to the untapped potential of the **star operation** (element-wise multiplication) in network design.
While intuitive explanations abound, the foundational rationale behind its application remains largely unexplored.
Our study attempts to reveal the star operation’s ability of mapping inputs into high-dimensional, non-linear feature spaces — **akin to kernel tricks** — without widening the network.
We further introduce StarNet, a simple yet powerful prototype, demonstrating impressive performance and low latency under compact network structure and efficient budget.
Like stars in the sky, the star operation appears unremarkable but holds a vast universe of potential.
## Contents:
### [Folder: ImageNet Training (& Benchmark)](imagenet/)
- Model files of DemoNet and StarNet
- Checkpoints of StarNet
- Benchmark script to benchmark ONNX latency
- Export pytorch models to CoreML models### [Folder: Decision Boundary Visualization](2D_visual/)
- Visualization of decision boundary## BibTeX
@inproceedings{ma2024rewrite,
title={Rewrite the Stars},
author={Xu Ma and Xiyang Dai and Yue Bai and Yizhou Wang and Yun Fu},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2024}
}## License
The majority of Rewrite the Stars is licensed under an [Apache License 2.0](https://github.com/ma-xu/Rewrite-the-Stars/blob/main/LICENSE)