Complexity Reduction

Complexity reduction in various computational domains, such as machine learning and video coding, aims to improve efficiency without sacrificing performance. Current research focuses on developing techniques like feature selection (e.g., minimum description features), structured pruning of neural networks (e.g., using locality-sensitive hashing), and efficient algorithms for specific operations (e.g., skipping zeros in convolutional layers). These advancements are crucial for deploying computationally intensive models on resource-constrained devices and improving the scalability of large-scale applications, impacting fields ranging from wireless positioning to natural language processing.

Papers