Add model card for LiVeAction

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-to-image
3
+ ---
4
+
5
+ # LiVeAction: Lightweight, Versatile, and Asymmetric Codec Design for Real-time Operation
6
+
7
+ LiVeAction is a neural codec architecture designed for real-time operation on resource-constrained devices, such as wearable sensors or remote sensing platforms. It addresses the limitations of generative neural codecs by using an FFT-inspired encoder structure to reduce computational complexity and a variance-based rate penalty to enable efficient training across arbitrary signal modalities.
8
+
9
+ - **Paper:** [LiVeAction: a Lightweight, Versatile, and Asymmetric Neural Codec Design for Real-time Operation](https://huggingface.co/papers/2605.06628)
10
+ - **Project Page:** [https://ut-sysml.github.io/liveaction](https://ut-sysml.github.io/liveaction)
11
+ - **Code:** [https://github.com/UT-SysML/liveaction](https://github.com/UT-SysML/liveaction)
12
+ - **Library:** [livecodec](https://pypi.org/project/livecodec) (`pip install livecodec`)
13
+
14
+ ## Citation
15
+
16
+ ```bibtex
17
+ @inproceedings{jacobellis2026liveaction,
18
+ title={LiVeAction: Lightweight, Versatile, and Asymmetric Codec Design for Real-time Operation},
19
+ author={Jacobellis, Dan and Yadwadkar, Neeraja J.},
20
+ booktitle={IEEE Data Compression Conference (DCC)},
21
+ year={2026},
22
+ url={https://ut-sysml.github.io/liveaction}
23
+ }
24
+ ```